Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how do i go from scene, frame 1 - mclip - back to frame 2

Status
Not open for further replies.

luckyy

Technical User
Sep 29, 2001
40
AU
If I have an mclip that runs on a click action in frame 1 of scene 1, when the mclip finishes can I then go back to frame 2 of scene1?
 
From the movie clip:

_root.nextFrame();

Or...

_root.gotoAndPlay(2);

Or...

_root.gotoAndPlay("frame_label");


Regards,
mywink2.gif
ldnewbie
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top