Copy link to clipboard
Copied
I have an (inner) motion tween for a movie clip symbol named inner inside a movie clip symbol named outer on the main scene. What JS code do I need to place in the actions on the main scene in order to stop the inner motion tween?
Hi Nick
I would say
this.outer.inner.stop();
when you trigger this from the main timeline, i.e. with a button.
Klaus
Copy link to clipboard
Copied
Hi Nick
I would say
this.outer.inner.stop();
when you trigger this from the main timeline, i.e. with a button.
Klaus
Find more inspiration, events, and resources on the new Adobe Community
Explore Now