BasicTweenFLV
| Kind of class: | class |
|---|---|
| Inherits from: | AbstractTween |
| Implements: | |
| Known subclasses: | |
| Classpath: | com.bourre.transitions.BasicTweenFLV |
| File last modified: | Wednesday, 31 October 2007, 07:35:30 |
BasicTweenFLV is the basicSummary
Constructor
Instance properties
Class methods
Class methods inherited from AbstractTween
Instance methods
Instance methods inherited from AbstractTween
Constructor
BasicTweenFLV
function BasicTweenFLV (
vd:VideoDisplay,
offset:Number,
nE:Number,
nRate:Number,
nS:Number,
fE:Function)
Constructs a new
BasicTweenFLV instance.Parameters:
vd :
VideoDisplay listened.
offset:
shift with starting.
oT :
Object which the Tween targets.
sP :
Setter (method or property).
nE :
Ending value of property.
nRate :
Length of time of the motion in milliseconds.
nS :
Starting value of property (optional).
fE :
Easing function (optional).
Instance methods
execute
function execute (
) : Void
Start tweening.
AbstractTween.execute overridding.
com.bourre.commands.Command polymorphism.
getFLVBeacon
function getFLVBeacon (
) : FLVBeacon
setFLVBeacon
function setFLVBeacon (
flvBeacon:FLVBeacon) : Void
Stops tweening.
AbstractTween.stop overridding.
setStartVideoOffset
function setStartVideoOffset (
n:Number) : Void
setVideoDisplay
function setVideoDisplay (
vd:VideoDisplay) : FLVBeacon
Returns the string representation of this instance.
Returns:
the string representation of this instance
toString
function toString (
) : String
Returns the string representation of this instance.
Returns:
the string representation of this instance
Overrides:
Event handlers
onChangeVideoDisplay
function onChangeVideoDisplay (
) : Void