MovieClip | +--com.robertpenner.profmx.auroraBorealis.AuroraParticle
The AuroraParticle class controls a MovieClip, turning it into a particle simulating the Aurora Borealis.
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. |
trace (auroraParticle.particle);
The particle property of the AuroraParticle.
trace (auroraParticle.eForce);
The eForce property of the AuroraParticle.
trace (auroraParticle.brownInterval);
The brownInterval property of the AuroraParticle.