Package | mx.effects.effectClasses |
Class | public class WipeDownInstance |
Inheritance | WipeDownInstance MaskEffectInstance EffectInstance flash.events.EventDispatcher |
Language Version : | ActionScript 3.0 |
Product Version : | Flex 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
See also
Method | Defined By | ||
---|---|---|---|
WipeDownInstance(target:Object)
Constructor. | WipeDownInstance | ||
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 [override]
Pauses the effect until you call the resume() method. | MaskEffectInstance | ||
play():void
Plays the effect instance on the target. | EffectInstance | ||
resume():void [override]
Resumes the effect after it has been paused
by a call to the pause() method. | MaskEffectInstance | ||
reverse():void [override]
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 |
WipeDownInstance | () | Constructor |
public function WipeDownInstance(target:Object)
Language Version : | ActionScript 3.0 |
Product Version : | Flex 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Constructor.
Parameterstarget:Object — The Object to animate with this effect.
|