Answered
How to use root in flash AS2
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
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
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.