is it possible to create a game without using onEnterFrame?
I read that using onEnterFrame lags the game when there are too many codes running inside that particular function.
is there any example of games that does not use onEnterFrame?
is there a function that works similar to onEnterFrame?