new InterpolationEvent()
public function InterpolationEvent(e:EventType, oT, type:TransformType, percent:Number)
Constructor
static public onProgressEVENT:EventType
static public onPauseEVENT:EventType
static public onResumeEVENT:EventType
public function getPercent(Void):Number
Returns the percentage of the Interpolation.
Number The percentage of the Interpolation, a number between [0;1].
public function setPercent(pPercent:Number):Void