actionscript 3 - Can the ENTER_FRAME event be missed or received delayed by the listener? -
is enter_frame received, if process occupies cpu, or listener might miss 1 or more enter_frame events -then receive several of events delayed in batch happens in windows?
(i'm using pure as3 , stage3d 3d gpu rendering -no 2d display objects, flash timeline, movieclips etc).
enter_frame depends on frame rate. , frame rate not constant - depends on lot of factors, few of cpu , gpu. listener won't miss anything, it's enter_frame event dispatched irregularly.
Comments
Post a Comment