Class mx.effects.Tween
Object
+--mx.effects.Tween
Field Index
ActiveTweens,
arrayMode,
Dispatcher,
duration,
endFunc,
endVal,
ID,
initVal,
Interval,
IntervalToken,
listener,
startTime,
updateFunc- Inherited from Object
__proto__, constructor, prototype
Method Index
new Tween()
AddTween(),
DispatchTweens(),
doInterval(),
easingEquation(),
endTween(),
getCurVal(),
RemoveTweenAt(),
setTweenHandlers()- Inherited from Object
- addProperty(), hasOwnProperty(), isPropertyEnumerable(), isPrototypeOf(), registerClass(), toLocaleString(), toString(), unwatch(), valueOf(), watch()
Constructor Detail
Tween
function Tween(listenerObj, init, end, dur)Field Detail
ActiveTweens
static ActiveTweens:ArrayInterval
IntervalToken
Dispatcher
listener
initVal
initVal
endVal
endVal
duration
arrayMode
startTime
updateFunc
endFunc
ID
Method Detail
AddTween
static function AddTween(tween:Tween):VoidRemoveTweenAt
static function RemoveTweenAt(index:Number):VoidDispatchTweens
static function DispatchTweens(Void):VoiddoInterval
function doInterval()getCurVal
function getCurVal(curTime)endTween
function endTween()setTweenHandlers
function setTweenHandlers(update, end)easingEquation
function easingEquation(t, b, c, d)