MovieClip
|
+--com.robertpenner.profmx.cyclone.Cyclone
The Cyclone class.
ActionScript 2.0; Flash Player 6
Property summary
| Property | Description |
|---|---|
| maxParticles:Number |
The maxParticles property of the Cyclone. |
| funnelHeight:Number |
The funnelHeight property of the Cyclone. |
| speed:Number |
The speed property of the Cyclone. |
| stiffness:Number |
The stiffness property of the Cyclone. |
Method summary
| Method | Description |
|---|---|
| startSidewind() : |
Starts the sidewind of a Cyclone instance. |
| stopSidewind() : |
Stops the sidewind of a Cyclone instance. |
cyclone.startSidewind();
Nothing.
Starts the sidewind of a Cyclone instance.
cyclone.stopSidewind();
Nothing.
Stops the sidewind of a Cyclone instance.
trace (cyclone.maxParticles);
The maxParticles property of the Cyclone.
trace (cyclone.funnelHeight);
The funnelHeight property of the Cyclone.
trace (cyclone.speed);
The speed property of the Cyclone.
trace (cyclone.stiffness);
The stiffness property of the Cyclone.