PDA

View Full Version : is there anyway to pause?



mlk
March 18th, 2003, 03:15 PM
^ flash during an action --
i tried to do a while lloop but it loops to many times (ie for using a getTimer() function)
is there any way to pause any thing for x seconds except then playing a specific number of frames ??? Thanks !

eyeinfinitude
March 18th, 2003, 03:45 PM
I think this thread is what you're looking for.

http://www.kirupaforum.com/forums/showthread.php?s=&threadid=838&highlight=pause+a+movie

Sorcerer
March 19th, 2003, 05:57 PM
I think using setInterval for creating timed pauses in a movie is much easier than anything using getTimer but that's just me. You might want to look up the setInterval function and see if that helps you.