Class sandy.events.InterpolationEvent

Description

Field Index

onPauseEVENT, onProgressEVENT, onResumeEVENT

Inherited from TransformEvent

Method Index

new InterpolationEvent()
getPercent(), setPercent()

Inherited from TransformEvent

Constructor Detail

InterpolationEvent

public function InterpolationEvent(e:EventType, oT, type:TransformType, percent:Number)

Constructor

Field Detail

onProgressEVENT

static public onProgressEVENT:EventType
The Interpolation interpolation Event. It's the event broadcasted every time the interpolation is updated

onPauseEVENT

static public onPauseEVENT:EventType
The Interpolation start Event. Broadcasted when the Interpolation is started

onResumeEVENT

static public onResumeEVENT:EventType
The Interpolation resume Event. Broadcasted when the Interpolation is resumed

Method Detail

getPercent

public function getPercent(Void):Number

Returns the percentage of the Interpolation.

Return

Number The percentage of the Interpolation, a number between [0;1].

setPercent

public function setPercent(pPercent:Number):Void