Normally I would listen to the ENTER_FRAME event and execute code each time a frame gets rendered.. But for my application this is too slow. The time between 2 ENTER_FRAME event
stage.Invalidate will force the stage to redraw. Its not suggested you should fix your time problem first.