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

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -