Constructor

@:value({ repeatCount : 0 })new(delay:Float, repeatCount:Int = 0)

Variables

@:flash.propertyread onlycurrentCount:Int

@:flash.propertydelay:Float

@:flash.propertyrepeatCount:Int

@:flash.propertyread onlyrunning:Bool

Methods

Inherited Variables

Inherited Methods

Defined by EventDispatcher

@:value({ useWeakReference : false, priority : 0, useCapture : false })addEventListener(type:String, listener:Dynamic ‑> Void, useCapture:Bool = false, priority:Int = 0, useWeakReference:Bool = false):Void

@:value({ useCapture : false })removeEventListener(type:String, listener:Dynamic ‑> Void, useCapture:Bool = false):Void