Is there anyway to pause?

^ 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 !

I think this thread is what you’re looking for.

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

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.