FMXISTimer

Availability

Flash Player 6 r65.

Description

This class implements a simple countdown timer.

The class has one event, by default called "onElapsed". The event name can be changed (if desired) in the component property inspector, on initialization through the initObject of attachMovie(), or programmatically through the respective property. The event value is the number of remaining iterations until the timer is disabled (-1 is infinite).

Code Hinting

The suffix of variables recognized for codehinting purposes as FMXISTimer's is _timer.