BasicMultiTweenFPS
| Kind of class: | class |
|---|---|
| Inherits from: | AbstractMultiTween |
| Implements: | |
| Known subclasses: | |
| Version: | 1.0 |
| Author: | Francis Bourre |
| Classpath: | com.bourre.transitions.BasicMultiTweenFPS |
| File last modified: | Wednesday, 31 October 2007, 07:35:30 |
Summary
Constructor
Instance properties
Instance properties inherited from AbstractMultiTween
Instance methods
Instance methods inherited from AbstractMultiTween
Event handlers
Event handlers inherited from AbstractMultiTween
Constructor
BasicMultiTweenFPS
function BasicMultiTweenFPS (
e:Array,
n:Number,
s:Array,
f:Function)
Instance methods
execute
function execute (
e:IEvent) : Void
Start tweening.
AbstractTween.execute overridding.
com.bourre.commands.Command polymorphism.
Overrides:
Specified by:
toString
function toString (
) : String
Returns the string representation of this instance.
Returns:
the string representation of this instance
Overrides: