I am trying to save me开发者_开发问答mory 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 ??
Depends on the situation, but either way you might want to have a look at some utility functions like getTimer() and setTimeout();
Goodluck!
精彩评论