AuroraParticle (com.robertpenner.profmx.auroraBorealis.AuroraParticle)

MovieClip
        |
        +--com.robertpenner.profmx.auroraBorealis.AuroraParticle
class AuroraParticle
extends MovieClip

The AuroraParticle class controls a MovieClip, turning it into a particle simulating the Aurora Borealis.

Availability:

ActionScript 2.0; Flash Player 6

Property summary

Property Description
particle:PhysicsParticle

The particle property of the AuroraParticle.

eForce:ElasticForce

The eForce property of the AuroraParticle.

brownInterval:Number

The brownInterval property of the AuroraParticle.

particle : PhysicsParticle

Usage


trace (auroraParticle.particle);

Description

The particle property of the AuroraParticle.


eForce : ElasticForce

Usage


trace (auroraParticle.eForce);

Description

The eForce property of the AuroraParticle.


brownInterval : Number

Usage


trace (auroraParticle.brownInterval);

Description

The brownInterval property of the AuroraParticle.