Hello, I want to do an animation with just one click but I want to know how to do it in the components within the components how to combine the formulas,
for example, in a component models are also those components , they are all in a single component where with one click the animation starts .
If the actions are in a sequence then create a “timeline” so that at certain points a condition is true then the action(s) are started or completed.
For actions simultaneous, use semicolon between each animate, or have linked attributes
Use attributes to pass data to each level
Can you upload a model?
Philip, is there any guidance available for exactly how to utilize the statement
IF(test,thenValue,elseValue)
in calling upon an animated custom attribute “timeline” value to trigger the needed actions. I believe I’ve seen others call it counter, but the label is not relevant.
Exactly how is this done? How do the logical tests read the timeline value? How are they triggered?