View Full Version : stopAndWait ?
yrkrggr
11-12-2002, 05:27 PM
Is there anything like stopAndWait (5); command? Anyone?
Abelius
11-12-2002, 06:20 PM
No but you ca naround it in several ways.
Flash has no such command as pause, like in Visual Basic, but you can use a counter that can tell you how many milliseconds have ellapsed since any given certain moment, and then use an if statement to jump somehwere in your movie when an amount of milliseconds has been reached... ;)
annexion
11-12-2002, 06:23 PM
http://www.actionscript.org/forums/showthread.php3?s=&threadid=16467&highlight=setInterval
And in the function, just put the gotoAndPlay();
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.