Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The Timer class dispatches events based on a delay
and repeat count.
public function Timer(delay:Number, repeatCount:int = 0)
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Constructor.
Parameters | delay:Number — The number of milliseconds
to wait before dispatching the event.
|
|
| repeatCount:int (default = 0 ) — The number of times to dispatch
the event. If 0, keep dispatching forever.
|
Event Object Type: org.apache.flex.events.Event
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Dispatched as requested via the delay and
repeat count parameters in the constructor.
public static const TIMER:String = timer
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Mon Sep 5 2016, 07:19 AM -07:00