Packagestarling.extensions
Classpublic class ParticleDesignerPS
InheritanceParticleDesignerPS Inheritance PDParticleSystem Inheritance ParticleSystem Inheritance DisplayObject Inheritance EventDispatcher Inheritance Object

This class is only available for backwards-compatibility. This was the old name of the 'PDParticleSystem' class.



Public Properties
 PropertyDefined By
 Inheritedalpha : Number
The opacity of the object.
DisplayObject
 Inheritedbase : DisplayObject
[read-only] The topmost object in the display tree the object is part of.
DisplayObject
 InheritedblendFactorDestination : String
ParticleSystem
 InheritedblendFactorSource : String
ParticleSystem
 InheritedblendMode : String
The blend mode determines how the object is blended with the objects underneath.
DisplayObject
 Inheritedbounds : Rectangle
[read-only] The bounds of the object relative to the local coordinates of the parent.
DisplayObject
 Inheritedcapacity : int
[read-only]
ParticleSystem
 InheritedemissionRate : Number
ParticleSystem
 InheritedemitAngle : Number
PDParticleSystem
 InheritedemitAngleVariance : Number
PDParticleSystem
 InheritedemitterType : int
PDParticleSystem
 InheritedemitterX : Number
ParticleSystem
 InheritedemitterXVariance : Number
PDParticleSystem
 InheritedemitterY : Number
ParticleSystem
 InheritedemitterYVariance : Number
PDParticleSystem
 InheritedendColor : ColorArgb
PDParticleSystem
 InheritedendColorVariance : ColorArgb
PDParticleSystem
 InheritedendRotation : Number
PDParticleSystem
 InheritedendRotationVariance : Number
PDParticleSystem
 InheritedendSize : Number
PDParticleSystem
 InheritedendSizeVariance : Number
PDParticleSystem
 Inheritedfilter : FragmentFilter
The filter that is attached to the display object.
DisplayObject
 InheritedgravityX : Number
PDParticleSystem
 InheritedgravityY : Number
PDParticleSystem
 InheritedhasVisibleArea : Boolean
[read-only] Indicates if an object occupies any visible area.
DisplayObject
 Inheritedheight : Number
The height of the object in pixels.
DisplayObject
 Inheritedlifespan : Number
PDParticleSystem
 InheritedlifespanVariance : Number
PDParticleSystem
 InheritedmaxCapacity : int
ParticleSystem
 InheritedmaxNumParticles : int
PDParticleSystem
 InheritedmaxRadius : Number
PDParticleSystem
 InheritedmaxRadiusVariance : Number
PDParticleSystem
 InheritedminRadius : Number
PDParticleSystem
 Inheritedname : String
The name of the display object (default: null).
DisplayObject
 InheritednumParticles : int
[read-only]
ParticleSystem
 Inheritedparent : DisplayObjectContainer
[read-only] The display object container that contains this display object.
DisplayObject
 InheritedpivotX : Number
The x coordinate of the object's origin in its own coordinate space (default: 0).
DisplayObject
 InheritedpivotY : Number
The y coordinate of the object's origin in its own coordinate space (default: 0).
DisplayObject
 InheritedradialAcceleration : Number
PDParticleSystem
 InheritedradialAccelerationVariance : Number
PDParticleSystem
 Inheritedroot : DisplayObject
[read-only] The root object the display object is connected to (i.e.
DisplayObject
 InheritedrotatePerSecond : Number
PDParticleSystem
 InheritedrotatePerSecondVariance : Number
PDParticleSystem
 Inheritedrotation : Number
The rotation of the object in radians.
DisplayObject
 InheritedscaleX : Number
The horizontal scale factor.
DisplayObject
 InheritedscaleY : Number
The vertical scale factor.
DisplayObject
 InheritedskewX : Number
The horizontal skew angle in radians.
DisplayObject
 InheritedskewY : Number
The vertical skew angle in radians.
DisplayObject
 Inheritedspeed : Number
PDParticleSystem
 InheritedspeedVariance : Number
PDParticleSystem
 Inheritedstage : Stage
[read-only] The stage the display object is connected to, or null if it is not connected to the stage.
DisplayObject
 InheritedstartColor : ColorArgb
PDParticleSystem
 InheritedstartColorVariance : ColorArgb
PDParticleSystem
 InheritedstartRotation : Number
PDParticleSystem
 InheritedstartRotationVariance : Number
PDParticleSystem
 InheritedstartSize : Number
PDParticleSystem
 InheritedstartSizeVariance : Number
PDParticleSystem
 InheritedtangentialAcceleration : Number
PDParticleSystem
 InheritedtangentialAccelerationVariance : Number
PDParticleSystem
 Inheritedtexture : Texture
ParticleSystem
 Inheritedtouchable : Boolean
Indicates if this object (and its children) will receive touch events.
DisplayObject
 InheritedtransformationMatrix : Matrix
The transformation matrix of the object relative to its parent.
DisplayObject
 InheriteduseHandCursor : Boolean
Indicates if the mouse cursor should transform into a hand while it's over the sprite.
DisplayObject
 Inheritedvisible : Boolean
The visibility of the object.
DisplayObject
 Inheritedwidth : Number
The width of the object in pixels.
DisplayObject
 Inheritedx : Number
The x coordinate of the object relative to the local coordinates of the parent.
DisplayObject
 Inheritedy : Number
The y coordinate of the object relative to the local coordinates of the parent.
DisplayObject
Protected Properties
 PropertyDefined By
 InheritedmBlendFactorDestination : String
ParticleSystem
 InheritedmBlendFactorSource : String
ParticleSystem
 InheritedmEmitterX : Number
ParticleSystem
 InheritedmEmitterY : Number
ParticleSystem
 InheritedmPremultipliedAlpha : Boolean
ParticleSystem
Public Methods
 MethodDefined By
  
ParticleDesignerPS(config:XML, texture:Texture)
ParticleDesignerPS
 Inherited
addEventListener(type:String, listener:Function):void
[override]
DisplayObject
 Inherited
advanceTime(passedTime:Number):void
ParticleSystem
 Inherited
alignPivot(hAlign:String = center, vAlign:String = center):void
Moves the pivot point to a certain position within the local coordinate system of the object.
DisplayObject
 Inherited
dispatchEvent(event:Event):void
Dispatches an event to all objects that have registered listeners for its type.
EventDispatcher
 Inherited
dispatchEventWith(type:String, bubbles:Boolean = false, data:Object = null):void
Dispatches an event with the given parameters to all objects that have registered listeners for the given type.
EventDispatcher
 Inherited
dispose():void
[override]
ParticleSystem
 Inherited
getBounds(targetSpace:DisplayObject, resultRect:Rectangle = null):Rectangle
[override] Returns an empty rectangle at the particle system's position.
ParticleSystem
 Inherited
getTransformationMatrix(targetSpace:DisplayObject, resultMatrix:Matrix = null):Matrix
Creates a matrix that represents the transformation from the local coordinate system to another.
DisplayObject
 Inherited
globalToLocal(globalPoint:Point, resultPoint:Point = null):Point
Transforms a point from global (stage) coordinates to the local coordinate system.
DisplayObject
 Inherited
hasEventListener(type:String):Boolean
Returns if there are listeners registered for a certain event type.
EventDispatcher
 Inherited
hitTest(localPoint:Point, forTouch:Boolean = false):DisplayObject
Returns the object that is found topmost beneath a point in local coordinates, or nil if the test fails.
DisplayObject
 Inherited
localToGlobal(localPoint:Point, resultPoint:Point = null):Point
Transforms a point from the local coordinate system to global (stage) coordinates.
DisplayObject
 Inherited
pause():void
Pauses the system; when you 'start' again, it will continue from the old state.
ParticleSystem
 Inherited
removeEventListener(type:String, listener:Function):void
[override]
DisplayObject
 Inherited
removeEventListeners(type:String = null):void
[override]
DisplayObject
 Inherited
removeFromParent(dispose:Boolean = false):void
Removes the object from its parent, if it has one, and optionally disposes it.
DisplayObject
 Inherited
render(support:RenderSupport, alpha:Number):void
[override]
ParticleSystem
 Inherited
start(duration:Number):void
Starts the sysytem for a certain time.
ParticleSystem
 Inherited
stop():void
Stops the system and removes all existing particles.
ParticleSystem
Protected Methods
 MethodDefined By
 Inherited
advanceParticle(aParticle:Particle, passedTime:Number):void
[override]
PDParticleSystem
 Inherited
[override]
PDParticleSystem
 Inherited
initParticle(aParticle:Particle):void
[override]
PDParticleSystem
Events
 Event Summary Defined By
 InheritedDispatched when an object is added to a parent.DisplayObject
 InheritedDispatched when an object is connected to the stage (directly or indirectly).DisplayObject
 InheritedDispatched when emission of particles is finished.ParticleSystem
 InheritedDispatched once every frame on every object that is connected to the stage.DisplayObject
 InheritedDispatched when a key on the keyboard is pressed.DisplayObject
 InheritedDispatched when a key on the keyboard is released.DisplayObject
 InheritedDispatched when an object is removed from its parent.DisplayObject
 InheritedDispatched when an object is removed from the stage and won't be rendered any longer.DisplayObject
 InheritedDispatched when an object is touched.DisplayObject
Constructor Detail
ParticleDesignerPS()Constructor
public function ParticleDesignerPS(config:XML, texture:Texture)



Parameters
config:XML
 
texture:Texture