| Package | org.openPyro.effects |
| Class | public class PyroEffect |
| Inheritance | PyroEffect flash.events.EventDispatcher |
| Subclasses | EffectSequence, FadeEffect |
| Property | Defined by | ||
|---|---|---|---|
| currentEffect : TweenMax | PyroEffect | ||
| effectDescriptors : Array | PyroEffect | ||
| startDelay : Number [write-only]
| PyroEffect | ||
| target : DisplayObject [write-only]
| PyroEffect | ||
| Property | Defined by | ||
|---|---|---|---|
| _effDescriptors : Array | PyroEffect | ||
| _startDelay : Number = NaN | PyroEffect | ||
| _target : DisplayObject | PyroEffect | ||
| Method | Defined by | ||
|---|---|---|---|
| PyroEffect | |||
|
pause():void
| PyroEffect | ||
|
resume():void
| PyroEffect | ||
|
start():void
| PyroEffect | ||
| Constant | Defined by | ||
|---|---|---|---|
| STARTING : String = "starting" [static]
Event dispatched just before the effect begins to
play.
| PyroEffect | ||
| currentEffect | property |
public var currentEffect:TweenMax
| _effDescriptors | property |
protected var _effDescriptors:Array
| effectDescriptors | property |
effectDescriptors:Array [read-write]Implementation
public function get effectDescriptors():Array
public function set effectDescriptors(value:Array):void
| _startDelay | property |
protected var _startDelay:Number = NaN
| startDelay | property |
startDelay:Number [write-only]Implementation
public function set startDelay(value:Number):void
| _target | property |
protected var _target:DisplayObject
| target | property |
target:DisplayObject [write-only]Implementation
public function set target(value:DisplayObject):void
| PyroEffect | () | constructor |
public function PyroEffect()
| pause | () | method |
public function pause():void
| resume | () | method |
public function resume():void
| start | () | method |
public function start():void
| complete | event |
| starting | event |
| STARTING | constant |
public static const STARTING:String = "starting"Event dispatched just before the effect begins to play.