Hello everyone,
How we say in actionscript goto and stop to the next frame
gotoAndStop(?)
Thanks
Printable View
Hello everyone,
How we say in actionscript goto and stop to the next frame
gotoAndStop(?)
Thanks
just fill in the number of the frame you want to go to on the place of the "?"
dont know if this works:
gotoAndStop(nextFrame);
you'd have to try that for yourself
if you're just wanting to go to the next frame & stop, you could use :
_root.nextFrame();
if you wanted to go to the next frame inside a movie clip with the instance name of "MyClip1_mc" which is sitting on the _root timeline, then you would say :
_root.MyClip1_mc.nextFrame();
Thanks again GotoAndStop
lol I mean GotoAndCrash. A lot of ours on the computer...
heh, i almost said somethin... ;)