Difference between revisions of "Timer"
Line 3: | Line 3: | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <translate><br /> |
− | The | + | The [[[Timer]]] class is used to execute a code at specified intervals. The listener functions are registered<br /> |
− | through | + | through [[[Event.TIMER` and `Event.TIMER_COMPLETE]]] events.<br /></translate> |
{|- | {|- | ||
| style="width: 50%;"| | | style="width: 50%;"| |
Revision as of 13:38, 23 August 2018
Supported platforms: android, ios, mac, pc
Available since: Gideros 2011.6
Description
The [[[Timer]]] class is used to execute a code at specified intervals. The listener functions are registered
through [[[Event.TIMER` and `Event.TIMER_COMPLETE]]] events.
MethodsTimer.delayedCall - delayed call a function after a set amount of time |
EventsEvent.TIMER Constants |