Copy link to clipboard
Copied
I have a movie clip and inside the clip I have a button, but how do i make the button work on my main timeline so I can jump to another part on the main timeline
You can use:
_root.gotoAndPlay(); // main timeline
and
_parent.gotoAndPlay(); // movieClip parent
Copy link to clipboard
Copied
Also I'm trying to use it with the
on (release)
gotoandplay
Copy link to clipboard
Copied
You can use:
_root.gotoAndPlay(); // main timeline
and
_parent.gotoAndPlay(); // movieClip parent
Find more inspiration, events, and resources on the new Adobe Community
Explore Now