Search code examples
flashactionscript-3actionscriptflash-cs4

Using Enter_Frame as a timer Flash


I am trying to save memory and space. So instead of using the Timer for my application, I was thinking about using my main loop (ENTER_FRAME) to keep track of time that passes. Is there anything wrong about this ??


Solution

  • Depends on the situation, but either way you might want to have a look at some utility functions like getTimer() and setTimeout();

    Goodluck!