Skip to main content
lcdarnell
Participating Frequently
December 31, 2015
Answered

How to use root in flash AS2

  • December 31, 2015
  • 2 replies
  • 1576 views

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 

This topic has been closed for replies.
Correct answer nezarov

You can use:

_root.gotoAndPlay(); // main timeline

and

_parent.gotoAndPlay(); // movieClip parent

2 replies

nezarovCorrect answer
Inspiring
December 31, 2015

You can use:

_root.gotoAndPlay(); // main timeline

and

_parent.gotoAndPlay(); // movieClip parent

lcdarnell
lcdarnellAuthor
Participating Frequently
December 31, 2015

Also I'm trying to use it with the

on (release)

gotoandplay