Packageorg.openPyro.effects
Classpublic class EffectSequence
InheritanceEffectSequence Inheritance PyroEffect Inheritance flash.events.EventDispatcher



Public Properties
 PropertyDefined by
 InheritedcurrentEffect : TweenMax
PyroEffect
 InheritedeffectDescriptors : Array
PyroEffect
 InheritedstartDelay : Number
PyroEffect
 Inheritedtarget : DisplayObject
PyroEffect
Protected Properties
 PropertyDefined by
  currentlyPlayingEffect : PyroEffect
EffectSequence
  currentlyPlayingEffectIndex : int = -1
EffectSequence
 Inherited_effDescriptors : Array
PyroEffect
 Inherited_startDelay : Number = NaN
PyroEffect
 Inherited_target : DisplayObject
PyroEffect
Public Methods
 MethodDefined by
  
EffectSequence
  
addEffect(effect:PyroEffect):void
EffectSequence
  
pause():void
EffectSequence
  
resume():void
EffectSequence
  
start():void
EffectSequence
Events
 EventSummaryDefined by
 Inherited  PyroEffect
 Inherited  PyroEffect
Public Constants
 ConstantDefined by
 InheritedSTARTING : String = "starting"
[static] Event dispatched just before the effect begins to play.
PyroEffect
Property detail
currentlyPlayingEffectproperty
protected var currentlyPlayingEffect:PyroEffect
currentlyPlayingEffectIndexproperty 
protected var currentlyPlayingEffectIndex:int = -1
Constructor detail
EffectSequence()constructor
public function EffectSequence()
Method detail
addEffect()method
public function addEffect(effect:PyroEffect):voidParameters
effect:PyroEffect
pause()method 
public override function pause():void
resume()method 
public override function resume():void
start()method 
public override function start():void