setTimeOut
setTimeOut
- Started
- Last post
- 4 Responses
- pushme
If I want to have actionscript wait for say 15 frames before it executes a piece of my code what is the most *efficient* method for that?
- UndoUndo0
setInterval
- pushme0
Is there way to use set interval with frames rather than miliseconds?
- lvl_130
well in an ideal world you could just judge that based on your movie's frame rate.
- UndoUndo0
or you can use it to check the current frame no with
_currentframe (MovieClip._currentframe )
to get the current frame number