| Package | com.desuade.motion.tweens |
| Class | public class PrimitiveMultiTween |
| Inheritance | PrimitiveMultiTween PrimitiveTween BasePrimitive Object |
| Language Version : | ActionScript 3 |
| Since : | 01.05.2009 |
| Runtime Versions : | AIR 1.0, Flash Player 9.0.0 |
| Method | Defined By | ||
|---|---|---|---|
This creates a new, raw PrimitiveTween. | PrimitiveMultiTween | ||
![]() | end(broadcast:Boolean = true):void
This ends the Primitive immediately. | BasePrimitive | |
init(... args):void [override]
This inits the PrimitiveMultiTween. | PrimitiveMultiTween | ||
render(time:int):void [override]
This renders the tween. | PrimitiveMultiTween | ||
| PrimitiveMultiTween | () | Constructor |
public function PrimitiveMultiTween()This creates a new, raw PrimitiveTween. Users should use the Tween class instead of creating this directly.
| init | () | method |
override public function init(... args):voidThis inits the PrimitiveMultiTween.
Parameters
... args — The target object to perform the tween on.
|
See also
| render | () | method |
override public function render(time:int):voidThis renders the tween. It calculates and sets the new value, and checks to see if the tween is finished.
Parameters
time:int — The current getTimer() time.
|