|
-
when trying to go to a specific frame... you have two very basic options...
using quotes you can call the actual frame label. that can be manually set in the properties box... or without quotes, simply place the number of the frame between the parenthesis ..
stop();
gotoAndPlay("FrameLabel");
stop();
gotoAndPlay(1);
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|