• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

Solved Controlling multiple morphs sequentially over PART of a slider or variable trigger

urukyay

Well-known member
Featured Contributor
Joined
Feb 22, 2021
Messages
49
Solutions
1
Reactions
367
I want to use a set of variable actions on a slider or variable trigger to control a number of morphs sequentially, by using a specific range of the slider for each action, similar to how it's done in the timeline. For example, mapping morphs to the slider as follows:
slider [0 - 0.2] : M1 = [0 - 1], M2 = 0
slider [0.2 - 0.5] : M1 = [1 - 0], M2 = [0 - 1]
slider [0.5 - 0.8] : M1 = 0, M2=1
etc ...


I explored VUML and Action Grouper a little, but couldn't find a way to clamp the values, and also it would get kind of cumbersome with a large number of formulas.

How should I go about doing something like that?
 
Last edited:
You could use an AnimationPattern (with 0...1 time range) which you drive through the VariableTrigger.
 
Upvote 0
Solution
Yes this was exactly what I was looking for, and I'd never think to check it for controlling morphs! Thank you!
 
Upvote 0
Back
Top Bottom