View Full Version : tell the timeline to go to a certain frame once...
matth
11-17-2005, 05:58 AM
How do you tell the timeline to go to a certain frame once a movie clip within it reaches a certain frame?
On that certain frame within the movieclip, add a frame action. Depending on which timeline you want to effect. Lets just assume its the main time line you want to move when that frame in that certain movieclip is reached.
_root.gotoAndPlay(5);
//or a frame label
_root.gotoAndPlay("labelName");
place on that the frame, when its reached it will the maintime line to go to and play frame 5..follow me?
matth
11-17-2005, 05:08 PM
Thanks so much for your time-I'll try that tonight
|
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.