Difference between revisions of "Event.TIMER COMPLETE"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This event is dispatched only when `Timer` reached the provided amount of repeat count.")
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 +
'''Value:''' timerComplete<br/>
 
=== Description ===
 
=== Description ===
 
This event is dispatched only when `Timer` reached the provided amount of repeat count.
 
This event is dispatched only when `Timer` reached the provided amount of repeat count.

Revision as of 11:37, 23 August 2018

Available since: Gideros 2011.6
Value: timerComplete

Description

This event is dispatched only when `Timer` reached the provided amount of repeat count.