| Package | com.bourre.transitions |
| Class | public class MultiTweenFPS |
| Inheritance | MultiTweenFPS AbstractMultiTween AbstractSyncCommand AbstractCommand |
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
TODO Documentation.
| Method | Defined by | ||
|---|---|---|---|
|
MultiTweenFPS(targets:Object, setters:Array, endValues:Array, duration:Number, startValues:Array = null, easing:Function = null, getters:Array = null)
| MultiTweenFPS | ||
![]() |
_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:Object):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
| MultiTweenFPS | ||
![]() |
isReversed():Boolean
Returns
true if the motion is in reverse mode. | AbstractMultiTween | |
|
isReversedMotionFinished():Boolean
| MultiTweenFPS | ||
![]() |
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:Object):Boolean
Removes the passed-in listener object from this event
broadcaster.
| AbstractMultiTween | |
![]() |
reset():void
Resets the state of this object.
| AbstractMultiTween | |
![]() |
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.
| AbstractMultiTween | |
![]() |
stop():void
Stops the operation in process.
| AbstractMultiTween | |
![]() |
toString():String
Returns the string representation of the object.
| AbstractSyncCommand | |
| MultiTweenFPS | () | constructor |
public function MultiTweenFPS(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 |
targets:Object |
|
setters:Array |
|
endValues:Array |
|
duration:Number |
|
startValues:Array (default = null) |
|
easing:Function (default = null) |
|
getters:Array (default = null) |
| isMotionFinished | () | method |
public override function isMotionFinished():Boolean
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Boolean |
| isReversedMotionFinished | () | method |
public override function isReversedMotionFinished():Boolean
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Boolean |