| 属性 | 定义方 | ||
|---|---|---|---|
| currentCount : int | GoodTime | ||
| delay : int | GoodTime | ||
| isForward : Boolean [只读-属性] | GoodTime | ||
| running : Boolean [只读-属性] | GoodTime | ||
| times : int | GoodTime | ||
| 方法 | 定义方 | ||
|---|---|---|---|
GoodTime(delay:uint, times:uint = 0, freeze:Boolean = false) | GoodTime | ||
[静态] | GoodTime | ||
forward():void | GoodTime | ||
reset():void | GoodTime | ||
reverse():void | GoodTime | ||
start():void | GoodTime | ||
stop():void | GoodTime | ||
| 方法 | 定义方 | ||
|---|---|---|---|
initial():void | GoodTime | ||
| 事件 | 摘要 | 定义方 | ||
|---|---|---|---|---|
| GoodTime | ||||
| GoodTime | ||||
| GoodTime | ||||
| currentCount | 属性 |
currentCount:int public function get currentCount():int public function set currentCount(value:int):void| delay | 属性 |
delay:int public function get delay():int public function set delay(value:int):void| isForward | 属性 |
isForward:Boolean [只读-属性] public function get isForward():Boolean| running | 属性 |
running:Boolean [只读-属性] public function get running():Boolean| times | 属性 |
times:int public function get times():int public function set times(value:int):void| GoodTime | () | 构造函数 |
public function GoodTime(delay:uint, times:uint = 0, freeze:Boolean = false)delay:uint | |
times:uint (default = 0) | |
freeze:Boolean (default = false) |
| create | () | 方法 |
public static function create(delay:uint, times:uint = 0, isStart:Boolean = true, freeze:Boolean = false):GoodTime参数
delay:uint | |
times:uint (default = 0) | |
isStart:Boolean (default = true) | |
freeze:Boolean (default = false) |
GoodTime |
| forward | () | 方法 |
public function forward():void| initial | () | 方法 |
protected function initial():void| reset | () | 方法 |
public function reset():void| reverse | () | 方法 |
public function reverse():void| start | () | 方法 |
public function start():void| stop | () | 方法 |
public function stop():void| time | 事件 |
| timeComplete | 事件 |
| timeToBegin | 事件 |