Packagecom.bourre.transitions
Classpublic class MultiTweenFPS
InheritanceMultiTweenFPS Inheritance AbstractMultiTween Inheritance AbstractSyncCommand Inheritance AbstractCommand

Player version: Flash Player 9.0
Language version: ActionScript 3.0

The MultiTweenFPS class.

TODO Documentation.



Protected Properties
 PropertyDefined by
 Inherited_bIsRunning : Boolean
A boolean value which indicates if this command is currently processing.
AbstractSyncCommand
 Inherited_eOnCommandEnd : BasicEvent
An event instance used as event object when dispatching the onCommandEnd event to its listener.
AbstractSyncCommand
 Inherited_oEB : EventBroadcaster
The internal event broadcaster.
AbstractSyncCommand
 Inherited_owner : Plugin
A reference to the plugin owner of this command.
AbstractCommand
Public Methods
 MethodDefined by
  
MultiTweenFPS(targets:Object, setters:Array, endValues:Array, duration:Number, startValues:Array = null, easing:Function = null, getters:Array = null)
MultiTweenFPS
 Inherited
_update():void
AbstractMultiTween
 Inherited
addASyncCommandListener(listener:ASyncCommandListener, ... rest):Boolean
Adds the passed-in listener as listener for the onCommandEnd event of this command.
AbstractSyncCommand
 Inherited
addEventListener(type:String, listener:Object, ... rest):Boolean
Adds an event listener for the specified event type.
AbstractMultiTween
 Inherited
addListener(listener:Object):Boolean
Adds the passed-in listener as listener for all events dispatched by this event broadcaster.
AbstractMultiTween
 Inherited
execute(e:Event = null):void
Execute the request according to the current command data.
AbstractMultiTween
 Inherited
Fires the onCommandEnd event to the listeners of this command.
AbstractSyncCommand
 Inherited
getDuration():Number
AbstractMultiTween
 Inherited
getEasing():Function
AbstractMultiTween
 Inherited
getEndValue():Array
AbstractMultiTween
 Inherited
Returns the exclusive logger object owned by the plugin.
AbstractCommand
 Inherited
getModel(key:String):AbstractModel
Returns a reference to the model AbstractModel.
AbstractCommand
 Inherited
Returns a reference to the owner of this command.
AbstractCommand
 Inherited
AbstractMultiTween
 Inherited
getStartValue():Array
AbstractMultiTween
 Inherited
getTarget():Object
AbstractMultiTween
 Inherited
getView(key:String):AbstractView
Returns a reference to the view AbstractView.
AbstractCommand
 Inherited
isModelRegistered(key:String):Boolean
Check if a model AbstractModel is registered with passed key in owner's ModelLocator.
AbstractCommand
  
isMotionFinished():Boolean
MultiTweenFPS
 Inherited
isReversed():Boolean
Returns true if the motion is in reverse mode.
AbstractMultiTween
  
MultiTweenFPS
 Inherited
isRunning():Boolean
Returns true if this command is currently processing.
AbstractSyncCommand
 Inherited
isViewRegistered(key:String):Boolean
Check if a view AbstractView is registered with passed key in owner's ViewLocator.
AbstractCommand
 Inherited
noEasing(t:Number, b:Number, c:Number, d:Number):Number
[static] Returns a no easing function for tweening process.
AbstractMultiTween
 Inherited
onTick(e:Event = null):void
Method called by the TickBeacon for each step of time according to its time slicing approach.
AbstractMultiTween
 Inherited
onUpdate(sV:Number, eV:Number):Number
AbstractMultiTween
 Inherited
Removes the passed-in listener for listening the onCommandEnd event of this command.
AbstractSyncCommand
 Inherited
removeEventListener(type:String, listener:Object):Boolean
Removes the passed-in listener for listening the specified event.
AbstractMultiTween
 Inherited
removeListener(listener:Object):Boolean
Removes the passed-in listener object from this event broadcaster.
AbstractMultiTween
 Inherited
reset():void
Resets the state of this object.
AbstractMultiTween
 Inherited
run():void
Implementation of the Runnable interface, a call to run() is equivalent to a call to execute without argument.
AbstractSyncCommand
 Inherited
setDuration(n:Number):void
AbstractMultiTween
 Inherited
setEasing(f:Function):void
Defines the easing function used by this Tween object.
AbstractMultiTween
 Inherited
setEndValue(a:Array):void
AbstractMultiTween
 Inherited
setOwner(owner:Plugin):void
Defines the plugin owner of this command.
AbstractCommand
 Inherited
setPlayHeadPosition(n:Number):void
AbstractMultiTween
 Inherited
setReversed(b:Boolean):void
AbstractMultiTween
 Inherited
setStartValue(a:Array):void
AbstractMultiTween
 Inherited
start():void
Starts the operation of this suspendable operation.
AbstractMultiTween
 Inherited
stop():void
Stops the operation in process.
AbstractMultiTween
 Inherited
toString():String
Returns the string representation of the object.
AbstractSyncCommand
Protected Methods
 MethodDefined by
 Inherited
_buildAccessor(o:Object, sP:Array, gP:Array = null, nS:Array = null):void
AbstractMultiTween
 Inherited
_onMotionEnd():void
AbstractMultiTween
 Inherited
firePrivateEvent(e:Event):void
Fires a private event directly on this command's owner.
AbstractCommand
Events
 EventSummaryDefined by
 Inherited Dispatched when tweened property value change.AbstractMultiTween
 Inherited Dispatched when tween start.AbstractMultiTween
 Inherited Dispatched when tween stop.AbstractMultiTween
Public Constants
 ConstantDefined by
 InheritedonCommandEndEVENT : String = "onCommandEnd"
[static] Name of the event dispatched at the end of the command's process.
AbstractSyncCommand
Constructor detail
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

Parameters
targets:Object
 
setters:Array
 
endValues:Array
 
duration:Number
 
startValues:Array (default = null)
 
easing:Function (default = null)
 
getters:Array (default = null)
Method detail
isMotionFinished()method
public override function isMotionFinished():Boolean

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns
Boolean
isReversedMotionFinished()method 
public override function isReversedMotionFinished():Boolean

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns
Boolean