Package | mx.effects.effectClasses |
Class | public class WipeLeftInstance |
Inheritance | WipeLeftInstance ![]() ![]() ![]() |
See also
Method | Defined by | ||
---|---|---|---|
WipeLeftInstance(target:Object)
Constructor.
| WipeLeftInstance | ||
![]() |
end():void
Interrupts an effect instance that is currently playing,
and jumps immediately to the end of the effect.
| EffectInstance | |
![]() |
finishEffect():void
Called by the
end() method when the effect
finishes playing. | EffectInstance | |
![]() |
finishRepeat():void
Called after each iteration of a repeated effect finishes playing.
| EffectInstance | |
![]() |
initEffect(event:Event):void
This method is called if the effect was triggered by the EffectManager.
| EffectInstance | |
![]() |
pause():void
Pauses the effect until you call the
resume() method. | MaskEffectInstance | |
![]() |
play():void
Plays the effect instance on the target.
| EffectInstance | |
![]() |
resume():void
Resumes the effect after it has been paused
by a call to the
pause() method. | MaskEffectInstance | |
![]() |
reverse():void
Plays the effect in reverse,
starting from the current position of the effect.
| MaskEffectInstance | |
![]() |
startEffect():void
Plays the effect instance on the target after the
startDelay period has elapsed. | EffectInstance | |
![]() |
stop():void
Stops the effect, leaving the target in its current state.
| EffectInstance |