class flash.utils.Timer extends EventDispatcher
Available on flash
var currentCount:Int
var delay:Float
var repeatCount:Int
var running:Bool
function new(delay:Float, ?repeatCount:Int):Void
function reset():Void
function start():Void
function stop():Void