Multi dynamic.skp (143.0 KB)
Dear all kindly helper,
I don’t understand why I do the following step will get wrong…
“Component A”: Animate(“Z”,0,10)
“Component B”: Animate(“Z”,0,20)
“Component C”: Animate(“Z”,0,30)
“Component D”: Animate(“Z”,0,40)
every animate of those single component works and in their right position.
Then I group all together as a new Component “ABCD”.
Then in onclick, I input:
ANIMATE(“D!Z”,0,40);
ANIMATE(“B!Z”,0,20);
ANIMATE(“A!Z”,0,10);
ANIMATE(“C!Z”,0,30)
All get wrong position, 10 becomes 25.4, 20 becomes 50.8, etc…
Am I doing anything wrong?
The second questions is, when I already made animate of those single component
Is there other way that I can just activate their “onclick” animate,
something like,
“A!onClick+B!onClick+C!onClick+D!onClick”
Waiting for all your kindly reply.
Thank you so much