| Package | org.apache.flex.effects |
| Class | public class Parallel |
| Inheritance | Parallel Effect EventDispatcher flash.events.EventDispatcher |
| Implements | IDocument |
| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Default MXML Propertychildren
| Property | Defined By | ||
|---|---|---|---|
| children : Array
The children. | Parallel | ||
![]() | duration : Number
Duration of the animation, in milliseconds. | Effect | |
| Method | Defined By | ||
|---|---|---|---|
Parallel()
Constructor. | Parallel | ||
| Parallel | |||
![]() | captureEndValues():void | Effect | |
![]() | captureStartValues():void | Effect | |
![]() | pause():void
Pauses the effect until you call the resume() method. | Effect | |
![]() | play():void
Stops the tween, ending it without dispatching an event or calling
the Tween's endFunction or onTweenEnd(). | Effect | |
![]() | resume():void
Resumes the effect after it has been paused
by a call to the pause() method. | Effect | |
![]() | reverse():void
Plays the effect in reverse,
starting from the current position of the effect. | Effect | |
setDocument(document:Object, id:String = null):void | Parallel | ||
![]() | stop():void
Stops the tween, ending it without dispatching an event or calling
the Tween's endFunction or onTweenEnd(). | Effect | |
| children | property |
public var children:ArrayThe children.
| Parallel | () | Constructor |
public function Parallel()| Language Version : | ActionScript 3.0 |
| Product Version : | Flex 3 |
| Runtime Versions : | Flash Player 9, AIR 1.1 |
Constructor.
| addChild | () | method |
| setDocument | () | method |
public function setDocument(document:Object, id:String = null):voidParameters
document:Object | |
id:String (default = null) |