Packageverlocity.core
Classpublic final class Ticker
InheritanceTicker Inheritance flash.events.EventDispatcher



Public Properties
 PropertyDefined By
  delay : int
Ticker
  running : Boolean
[read-only]
Ticker
Public Methods
 MethodDefined By
  
Ticker(a_delay:Number = 33)
Ticker
  
start():void
Ticker
  
stop():void
Ticker
Property Detail
delayproperty
delay:int


Implementation
    public function get delay():int
    public function set delay(value:int):void
runningproperty 
running:Boolean  [read-only]


Implementation
    public function get running():Boolean
Constructor Detail
Ticker()Constructor
public function Ticker(a_delay:Number = 33)



Parameters
a_delay:Number (default = 33)
Method Detail
start()method
public function start():void

stop()method 
public function stop():void