public static var currentTime:int
public static var currentTimeFrame:int
protected static var eventContainer:Sprite
protected static var i:uint
protected static var l:uint
protected static var tweens:Array
public function ZTweenCore()
public static function add(__target:Object, __properties:Object = null, __time:Number = 0, __transition:Function = null, __delay:Number = 0):ZTween
Creates a new tween.
Parameters
| __target:Object — Object Any object that will have one (or more) of its properties tweened.
|
|
| __properties:Object (default = null ) — Object A list of properties you want to tween with their respective destination values, in named array format.
|
|
| __time:Number (default = 0 ) — Number Time (im seconds or frames) you want this tween to take.
|
|
| __transition:Function (default = null ) — Function Easing transition you want to use for this tween.
|
|
| __delay:Number (default = 0 ) — Number Delay time (im seconds or frames) before this tween starts.
|
Returns
| ZTween —
The new tween instance created.
|
protected static function frameTick(e:Event):void
Remove a specific tweening from the tweening list.
Parameters
| e:Event — p_tween Number Index of the tween to be removed on the tweenings list
|
public static function init():void
protected static function updateTweens():void
Adds a new caller tweening.