Event.ENTER FRAME

From GiderosMobile
Revision as of 11:02, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === The Gideros runtime dispatches the built-in `Event.ENTER_FRAME` event to `Sprite` instances before ren...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.