I have a script that relies on ENTER_FRAME
event to run every time. I have noticed on some slower computers there can be some lag when a flash movie is playing.
Does ENTER_FRAME
run on every frame, even if its on a slow computer?
If the flash movie lags, does the ENTER_FRAME
event still run and the rendering just try to catch up?
Is running code on ENTER_FRAME
a reliable way to execute code every time a frame is entered?