Cyclone (com.robertpenner.profmx.cyclone.Cyclone)

MovieClip
        |
        +--com.robertpenner.profmx.cyclone.Cyclone
class Cyclone
extends MovieClip

The Cyclone class.

Availability:

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.

startSidewind() :

Usage


cyclone.startSidewind();

Parameters

Returns

Nothing.

Description

Starts the sidewind of a Cyclone instance.


stopSidewind() :

Usage


cyclone.stopSidewind();

Parameters

Returns

Nothing.

Description

Stops the sidewind of a Cyclone instance.


maxParticles : Number

Usage


trace (cyclone.maxParticles);

Description

The maxParticles property of the Cyclone.


funnelHeight : Number

Usage


trace (cyclone.funnelHeight);

Description

The funnelHeight property of the Cyclone.


speed : Number

Usage


trace (cyclone.speed);

Description

The speed property of the Cyclone.


stiffness : Number

Usage


trace (cyclone.stiffness);

Description

The stiffness property of the Cyclone.