Packageorg.apache.flex.effects
Classpublic class Parallel
InheritanceParallel Inheritance Effect Inheritance EventDispatcher Inheritance flash.events.EventDispatcher
Implements IDocument

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The Parallel effect animates set of effects at the same time.

Default MXML Propertychildren



Public Properties
 PropertyDefined By
  children : Array
The children.
Parallel
 Inheritedduration : Number
Duration of the animation, in milliseconds.
Effect
Public Methods
 MethodDefined By
  
Constructor.
Parallel
  
addChild(child:IEffect):void
Parallel
 Inherited
Effect
 Inherited
Effect
 Inherited
pause():void
Pauses the effect until you call the resume() method.
Effect
 Inherited
play():void
Stops the tween, ending it without dispatching an event or calling the Tween's endFunction or onTweenEnd().
Effect
 Inherited
resume():void
Resumes the effect after it has been paused by a call to the pause() method.
Effect
 Inherited
reverse():void
Plays the effect in reverse, starting from the current position of the effect.
Effect
  
setDocument(document:Object, id:String = null):void
Parallel
 Inherited
stop():void
Stops the tween, ending it without dispatching an event or calling the Tween's endFunction or onTweenEnd().
Effect
Public Constants
 ConstantDefined By
 InheritedEFFECT_END : String = effectEnd
[static] The Effect.EFFECT_END constant defines the value of the event object's type property for a effectEnd event.
Effect
 InheritedEFFECT_START : String = effectStart
[static] The Effect.EFFECT_START constant defines the value of the event object's type property for a effectStart event.
Effect
 InheritedEFFECT_STOP : String = effectStop
[static] The Effect.EFFECT_STOP constant defines the value of the event object's type property for a effectStop event.
Effect
Property Detail
childrenproperty
public var children:Array

The children.

Constructor Detail
Parallel()Constructor
public function Parallel()

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Constructor.

Method Detail
addChild()method
public function addChild(child:IEffect):void

Parameters

child:IEffect

setDocument()method 
public function setDocument(document:Object, id:String = null):void

Parameters

document:Object
 
id:String (default = null)