| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| Accelerate — class, package org.flintparticles.twoD.actions |
|
The Accelerate Action adjusts the velocity of each particle by a
constant acceleration. |
| Accelerate(accelerationX:Number, accelerationY:Number) — Constructor, class org.flintparticles.twoD.actions.Accelerate |
|
The constructor creates an Acceleration action for use by an emitter. |
| acceleration — Property, class org.flintparticles.twoD.actions.ApproachNeighbours |
|
The acceleration applied to approach the other particles. |
| acceleration — Property, class org.flintparticles.twoD.actions.MatchRotateVelocity |
|
The angular acceleration applied to adjust the angular velocity to
match that of the other particles. |
| acceleration — Property, class org.flintparticles.twoD.actions.MatchVelocity |
|
The acceleration applied to adjust each
particle's velocity to match that of the other particles near it
|
| acceleration — Property, class org.flintparticles.twoD.actions.MinimumDistance |
|
The acceleration force applied to avoid the other particles. |
| action — Property, class org.flintparticles.common.actions.KeyDownAction |
|
The action to apply when the key is down. |
| action — Property, class org.flintparticles.twoD.actions.ZonedAction |
|
The action to apply when inside the zone. |
| Action — Interface, package org.flintparticles.common.actions |
|
The Action interface must be implemented by all particle actions. |
| ActionBase — class, package org.flintparticles.common.actions |
|
The ActionBase class is the abstract base class for all particle actions
in the Flint library. |
| ActionBase() — Constructor, class org.flintparticles.common.actions.ActionBase |
|
The constructor creates an ActionBase object. |
| actions — Property, class org.flintparticles.common.emitters.Emitter |
|
The array of all actions being used by this emitter. |
| activities — Property, class org.flintparticles.common.emitters.Emitter |
|
The array of all actions being used by this emitter. |
| Activity — Interface, package org.flintparticles.common.activities |
|
The Activity interface must be implemented by all emitter activities. |
| ActivityBase — class, package org.flintparticles.common.activities |
|
The ActivityBase class is the abstract base class for all emitter activities
in the Flint library. |
| ActivityBase() — Constructor, class org.flintparticles.common.activities.ActivityBase |
|
The constructor creates an ActivityBase object. |
| add(value:any, ratio:Number) — method, class org.flintparticles.common.utils.FastWeightedArray |
|
Adds a value to the FastWeightedArray. |
| add(value:any, weight:Number) — method, class org.flintparticles.common.utils.WeightedArray |
|
Adds a value to the WeightedArray. |
| addAction(action:org.flintparticles.common.actions:Action) — method, class org.flintparticles.common.emitters.Emitter |
|
Adds an Action to the Emitter. |
| addActivity(activity:org.flintparticles.common.activities:Activity) — method, class org.flintparticles.common.emitters.Emitter |
|
Adds an Activity to the Emitter. |
| addColor(color:uint, weight:Number) — method, class org.flintparticles.common.initializers.ColorsInit |
| |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.common.actions.ActionBase |
|
This method does nothing. |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.common.actions.KeyDownAction |
|
Calls the addedToEmitter method of the action that is applied
|
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.common.activities.ActivityBase |
|
This method does nothing. |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, interface org.flintparticles.common.behaviours.Behaviour |
|
The addedToEmitter method is called by the emitter when the Behaviour is
added to it. |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.common.initializers.ChooseInitializer |
| |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.common.initializers.ColorsInit |
| |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.common.initializers.ImageClasses |
| |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.common.initializers.ImageInitializerBase |
|
When added to an emitter, the initializer will start listening for dead particles
so their images may be pooled. |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.common.initializers.InitializerBase |
|
This method does nothing. |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.common.initializers.InitializerGroup |
| |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.common.initializers.MouseEventHandlers |
|
Listens for particles to die and removes the mouse event listeners from them when this occurs. |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.common.initializers.ScaleImagesInit |
| |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.common.initializers.SharedImages |
| |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.twoD.actions.ApproachNeighbours |
|
Instructs the emitter to produce a sorted particle array for optimizing
the calculations in the update method of this action. |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.twoD.actions.Collide |
|
Instructs the emitter to produce a sorted particle array for optimizing
the calculations in the update method of this action and
adds an UpdateOnFrame activity to the emitter to call this objects
frameUpdate method once per frame. |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.twoD.actions.Explosion |
|
Adds an UpdateOnFrame activity to the emitter to call this objects
frameUpdate method once per frame. |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.twoD.actions.MatchRotateVelocity |
|
Instructs the emitter to produce a sorted particle array for optimizing
the calculations in the update method of this action. |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.twoD.actions.MatchVelocity |
|
Instructs the emitter to produce a sorted particle array for optimizing
the calculations in the update method of this action. |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.twoD.actions.MinimumDistance |
|
Instructs the emitter to produce a sorted particle array for optimizing
the calculations in the update method of this action. |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.twoD.actions.MutualGravity |
|
Instructs the emitter to produce a sorted particle array for optimizing
the calculations in the update method of this action. |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.twoD.actions.TweenToCurrentPosition |
| |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.twoD.actions.TweenToZone |
| |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.twoD.actions.ZonedAction |
|
Calls the addedToEmitter method of the action being used. |
| addedToEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.twoD.initializers.ScaleAllsInit |
| |
| addEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.common.renderers.FlexRendererBase |
|
Adds the emitter to the renderer. |
| addEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, interface org.flintparticles.common.renderers.Renderer |
|
Add an emitter to this renderer. |
| addEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.common.renderers.RendererBase |
|
Adds the emitter to the renderer. |
| addEmitter(emitter:org.flintparticles.common.emitters:Emitter) — method, class org.flintparticles.common.renderers.SpriteRendererBase |
|
Adds the emitter to the renderer. |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakReference:Boolean) — method, class org.flintparticles.common.utils.FrameUpdater |
| |
| addFilter(filter:flash.filters:BitmapFilter, postRender:Boolean) — method, class org.flintparticles.twoD.renderers.BitmapRenderer |
|
The addFilter method adds a BitmapFilter to the renderer. |
| addFilter(filter:flash.filters:BitmapFilter, postRender:Boolean) — method, class org.flintparticles.twoD.renderers.mxml.BitmapRenderer |
|
The addFilter method adds a BitmapFilter to the renderer. |
| addImage(image:any, weight:Number) — method, class org.flintparticles.common.initializers.ImageClasses |
| |
| addImage(image:any, weight:Number) — method, class org.flintparticles.common.initializers.SharedImages |
| |
| addInitializer(initializer:org.flintparticles.common.initializers:Initializer) — method, class org.flintparticles.common.emitters.Emitter |
|
Adds an Initializer object to the Emitter. |
| addInitializer(initializer:org.flintparticles.common.initializers:Initializer, weight:Number) — method, class org.flintparticles.common.initializers.ChooseInitializer |
| |
| addInitializer(initializer:org.flintparticles.common.initializers:Initializer) — method, class org.flintparticles.common.initializers.InitializerGroup |
| |
| addParticle(particle:org.flintparticles.common.particles:Particle, applyInitializers:Boolean) — method, class org.flintparticles.common.emitters.Emitter |
|
Add a particle to the emitter. |
| addParticle(particle:org.flintparticles.common.particles:Particle) — method, class org.flintparticles.common.renderers.FlexRendererBase |
|
The addParticle method is called when a particle is added to one of
the emitters that is being rendered by this renderer. |
| addParticle(particle:org.flintparticles.common.particles:Particle) — method, class org.flintparticles.common.renderers.RendererBase |
|
The addParticle method is called when a particle is added to one of
the emitters that is being rendered by this renderer. |
| addParticle(particle:org.flintparticles.common.particles:Particle) — method, class org.flintparticles.common.renderers.SpriteRendererBase |
|
The addParticle method is called when a particle is added to one of
the emitters that is being rendered by this renderer. |
| addParticle(particle:org.flintparticles.common.particles:Particle) — method, class org.flintparticles.twoD.renderers.DisplayObjectRenderer |
|
The addParticle method is called when a particle is added to one of
the emitters that is being rendered by this renderer. |
| addParticle(particle:org.flintparticles.common.particles:Particle) — method, class org.flintparticles.twoD.renderers.mxml.DisplayObjectRenderer |
|
The addParticle method is called when a particle is added to one of
the emitters that is being rendered by this renderer. |
| addParticles(particles:Vector$org.flintparticles.common.particles:Particle, applyInitializers:Boolean) — method, class org.flintparticles.common.emitters.Emitter |
|
Adds existing particles to the emitter. |
| addScale(scale:Number, weight:Number) — method, class org.flintparticles.common.initializers.ScaleImagesInit |
| |
| addScale(scale:Number, weight:Number) — method, class org.flintparticles.twoD.initializers.ScaleAllsInit |
| |
| addZone(zone:org.flintparticles.twoD.zones:Zone2D) — method, class org.flintparticles.twoD.zones.MultiZone |
|
The addZone method is used to add a zone into this MultiZone object. |
| age — Property, class org.flintparticles.common.particles.Particle |
|
The age of the particle, in seconds. |
| Age — class, package org.flintparticles.common.actions |
|
The Age action operates in conjunction with the Lifetime
initializer. |
| Age(easing:Function) — Constructor, class org.flintparticles.common.actions.Age |
|
The constructor creates an Age action for use by an emitter. |
| alpha — Property, class org.flintparticles.common.initializers.AlphaInit |
|
When reading, returns the average of minAlpha and maxAlpha. |
| alpha — Property, class org.flintparticles.common.particles.Particle |
| |
| AlphaInit — class, package org.flintparticles.common.initializers |
|
The AlphaInit Initializer sets the alpha transparency of the particle. |
| AlphaInit(minAlpha:Number, maxAlpha:Number) — Constructor, class org.flintparticles.common.initializers.AlphaInit |
|
The constructor creates an AlphaInit initializer for use by
an emitter. |
| angle — Property, class org.flintparticles.twoD.initializers.Rotation |
|
When reading, returns the average of minAngle and maxAngle. |
| angle — Property, class org.flintparticles.twoD.initializers.RotationAbsolute |
|
When reading, returns the average of minAngle and maxAngle. |
| angularVelocity — Property, class org.flintparticles.twoD.activities.RotateEmitter |
|
The angular velocity for the emitter in
radians per second. |
| angVelocity — Property, class org.flintparticles.twoD.initializers.RotateVelocity |
|
When reading, returns the average of minAngVelocity and maxAngVelocity. |
| angVelocity — Property, class org.flintparticles.twoD.particles.Particle2D |
|
The angular velocity of the particle in radians per second. |
| AntiGravity — class, package org.flintparticles.twoD.actions |
|
The AntiGravity action applies a force to the particle to push it away from
a single point - the center of the effect. |
| AntiGravity(power:Number, x:Number, y:Number, epsilon:Number) — Constructor, class org.flintparticles.twoD.actions.AntiGravity |
|
The constructor creates an AntiGravity action for use by an emitter. |
| ApplyFilter — class, package org.flintparticles.common.initializers |
|
The ApplyFilter Initializer applies a filter to the particle's image. |
| ApplyFilter(filter:flash.filters:BitmapFilter) — Constructor, class org.flintparticles.common.initializers.ApplyFilter |
|
The constructor creates an ApplyFilter initializer for use by
an emitter. |
| ApproachNeighbours — class, package org.flintparticles.twoD.actions |
|
The ApproachNeighbours action applies an acceleration to the particle to
draw it towards other nearby particles. |
| ApproachNeighbours(maxDistance:Number, acceleration:Number) — Constructor, class org.flintparticles.twoD.actions.ApproachNeighbours |
|
The constructor creates an ApproachNeighbours action for use by an emitter. |
| asDegrees(radians:Number) — Static Method , class org.flintparticles.common.utils.Maths |
|
Converts an angle from radians to degrees
|
| asRadians(degrees:Number) — Static Method , class org.flintparticles.common.utils.Maths |
|
Converts an angle from degrees to radians
|
| autoStart — Property, class org.flintparticles.twoD.emitters.mxml.Emitter2D |
|
Indicates if the emitter should start automatically or wait for the start methood to be called. |
|
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |