What is the Actionscript code to make Flash jump to another frame?
For instance, I need to make a movie which jumps to another frame and goes back at the end of that clip. I mean:
Starts,
Plays normally till frame 10,
Skips to frame 60,
Plays to frame 70,
Skips back to frame 1,
And the process repeats.
Thanks in Advance.
P.S. Please note that I would rather have the code than the instructions of what to do.
Related posts:
on frame 10, write:
gotoAndPlay(60);
on frame 70, write:
gotoAndPlay(1);
you said " I need to make a movie that …" and i agree YOU need to make the movie have fun
That so easy .
go to frame number 10 and press on the frame and open ActionScript panel and write that
gotoAndPlay(60);
And this code will skips to 60 and paly .
now do the same think to frame number 70 and write .
gotoAndPlay(1);
Just that all what you need … oooh thank you .. kiss …. oooh welcome.