DisplayObject.Timer Event
Occurs when the time set by the SetTimer method has elapsed.
Be careful when performing time-consuming processing in the event handler of the Timer event. Since Timer events occur repeatedly at specified intervals, if processing that takes longer than the Timer event occurrence interval is performed, Timer events may accumulate in the event queue and become inoperable.
To stop the Timer event, call the RemoveTimer method.