Event.ENTER FRAME
From GiderosMobile
Available since: Gideros 2011.6
Description
The Gideros runtime dispatches the built-in `Event.ENTER_FRAME` event to `Sprite` instances before rendering the screen. Visual changes made by any `Event.ENTER_FRAME` listener function will be visible at next frame.