| Package | com.bourre.transitions |
| Class | public class MultiTweenMS |
| Inheritance | MultiTweenMS AbstractMultiTween AbstractSyncCommand AbstractCommand |
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
MSBeacon timer.
See also
| Method | Defined by | ||
|---|---|---|---|
|
MultiTweenMS(targets:Object, setters:Array, endValues:Array, duration:Number, startValues:Array = null, easing:Function = null, getters:Array = null)
Creates new
MultiTweenMS instance. | MultiTweenMS | ||
![]() |
_update():void
| AbstractMultiTween | |
![]() |
addASyncCommandListener(listener:ASyncCommandListener, ... rest):Boolean
Adds the passed-in listener as listener for the
onCommandEnd
event of this command. | AbstractSyncCommand | |
![]() |
addEventListener(type:String, listener:Object, ... rest):Boolean
Adds an event listener for the specified event type.
| AbstractMultiTween | |
![]() |
addListener(listener:TweenListener):Boolean
Adds the passed-in listener as listener for all events dispatched
by this event broadcaster.
| AbstractMultiTween | |
![]() |
execute(e:Event = null):void
Execute the request according to the current command data.
| AbstractMultiTween | |
![]() |
fireCommandEndEvent():void
Fires the
onCommandEnd event to the listeners
of this command. | AbstractSyncCommand | |
![]() |
getDuration():Number
| AbstractMultiTween | |
![]() |
getEasing():Function
| AbstractMultiTween | |
![]() |
getEndValue():Array
| AbstractMultiTween | |
![]() |
Returns the exclusive logger object owned by the plugin.
| AbstractCommand | |
![]() |
getModel(key:String):AbstractModel
Returns a reference to the model
AbstractModel. | AbstractCommand | |
![]() |
Returns a reference to the owner of this command.
| AbstractCommand | |
![]() |
getPlayHeadPosition():Number
| AbstractMultiTween | |
![]() |
getStartValue():Array
| AbstractMultiTween | |
![]() |
getTarget():Object
| AbstractMultiTween | |
![]() |
getView(key:String):AbstractView
Returns a reference to the view
AbstractView. | AbstractCommand | |
![]() |
isModelRegistered(key:String):Boolean
Check if a model
AbstractModel is registered
with passed key in owner's ModelLocator. | AbstractCommand | |
|
isMotionFinished():Boolean
Returns
true if tweening is finished. | MultiTweenMS | ||
![]() |
isReversed():Boolean
Returns
true if the motion is in reverse mode. | AbstractMultiTween | |
|
isReversedMotionFinished():Boolean
Returns
true if tweening is finished. | MultiTweenMS | ||
![]() |
isRunning():Boolean
Returns
true if this command is currently
processing. | AbstractSyncCommand | |
![]() |
isViewRegistered(key:String):Boolean
Check if a view
AbstractView is registered
with passed key in owner's ViewLocator. | AbstractCommand | |
![]() |
noEasing(t:Number, b:Number, c:Number, d:Number):Number
[static]
Returns a no easing function for tweening process.
| AbstractMultiTween | |
![]() |
onTick(e:Event = null):void
Method called by the
TickBeacon for each
step of time according to its time slicing approach. | AbstractMultiTween | |
![]() |
onUpdate(sV:Number, eV:Number):Number
| AbstractMultiTween | |
![]() |
removeASyncCommandListener(listener:ASyncCommandListener):Boolean
Removes the passed-in listener for listening
the
onCommandEnd event of this command. | AbstractSyncCommand | |
![]() |
removeEventListener(type:String, listener:Object):Boolean
Removes the passed-in listener for listening the specified event.
| AbstractMultiTween | |
![]() |
removeListener(listener:TweenListener):Boolean
Removes the passed-in listener object from this event
broadcaster.
| AbstractMultiTween | |
|
reset():void
Resets the state of this object.
| MultiTweenMS | ||
![]() |
run():void
Implementation of the
Runnable interface,
a call to run() is equivalent to a call to
execute without argument. | AbstractSyncCommand | |
![]() |
setDuration(n:Number):void
| AbstractMultiTween | |
![]() |
setEasing(f:Function):void
Defines the easing function used by this
Tween object. | AbstractMultiTween | |
![]() |
setEndValue(a:Array):void
| AbstractMultiTween | |
![]() |
Defines the plugin owner of this command.
| AbstractCommand | |
![]() |
setPlayHeadPosition(n:Number):void
| AbstractMultiTween | |
![]() |
setReversed(b:Boolean):void
| AbstractMultiTween | |
![]() |
setStartValue(a:Array):void
| AbstractMultiTween | |
|
start():void
Starts the operation of this suspendable operation.
| MultiTweenMS | ||
|
stop():void
Stops the operation in process.
| MultiTweenMS | ||
![]() |
toString():String
Returns the string representation of the object.
| AbstractSyncCommand | |
| MultiTweenMS | () | constructor |
public function MultiTweenMS(targets:Object, setters:Array, endValues:Array, duration:Number, startValues:Array = null, easing:Function = null, getters:Array = null)
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Creates new MultiTweenMS instance.
targets:Object — Tween target
|
|
setters:Array — Setter accessor list
|
|
endValues:Array — End values for all tweened properties
|
|
duration:Number — Start values for all tweened properties
|
|
startValues:Array (default = null) — Easing function to use for tweening
|
|
easing:Function (default = null) — Getter accessor list
|
|
getters:Array (default = null) |
| isMotionFinished | () | method |
public override function isMotionFinished():Boolean
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Returns true if tweening is finished.
Boolean — true if tweening is finished
|
| isReversedMotionFinished | () | method |
public override function isReversedMotionFinished():Boolean
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Returns true if tweening is finished.
Reverse mode only.
ReturnsBoolean — true if tweening is finished
|
| reset | () | method |
public override function reset():void
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Resets the state of this object. The state of an operation
could be reset at any time, whether it be running or stopped.
Concret implementation, which not support the reset
method, can choose to throw an exception or to simply ignore the
call.
| start | () | method |
public override function start():void
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Starts the operation of this suspendable operation.
If a call to the start method is done
while the operation is playing, concret class must
ignore it.
| stop | () | method |
public override function stop():void
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Stops the operation in process. If a call to the
stop method is done whereas this operation
is already stopped, concret class must ignore it.