Package | mx.effects.effectClasses |
Class | public class RemoveChildActionInstance |
Inheritance | RemoveChildActionInstance ActionEffectInstance 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 | ||
---|---|---|---|
RemoveChildActionInstance(target:Object)
Constructor. | RemoveChildActionInstance | ||
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. | EffectInstance | ||
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. | EffectInstance | ||
reverse():void
Plays the effect in reverse, starting from
the current position of the effect. | EffectInstance | ||
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 |
RemoveChildActionInstance | () | Constructor |
public function RemoveChildActionInstance(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.
|