pixiflash.Container Class
The class to emulate createjs.Container
Methods
_tick
(
protected
-
delta
Parameters:
-
delta
NumberTime elapsed since the previous tick, in milliseconds.
Properties
tickChildren
Boolean
If false, the tick will not be propagated to children of this Container. This can provide some performance benefits. In addition to preventing the "tick" event from being dispatched, it will also prevent tick related updates on some display objects (ex. Sprite & MovieClip frame advancing, DOMElement visibility handling).
Default: true