Snow (com.robertpenner.profmx.snow.Snow)

MovieClip
        |
        +--com.robertpenner.profmx.snow.Snow
class Snow
extends MovieClip

The Snow class.

Availability:

ActionScript 2.0; Flash Player 6

Property summary

Property Description
maxFlakes:Number

The maxFlakes property of the Snow.

fallSpeed:Number

The fallSpeed property of the Snow.

friction:Number

The friction property of the Snow.

zDepth:Number

The zDepth property of the Snow.

storm:Snowstorm

The storm property of the Snow.

maxFlakes : Number

Usage


trace (snow.maxFlakes);

Description

The maxFlakes property of the Snow.


fallSpeed : Number

Usage


trace (snow.fallSpeed);

Description

The fallSpeed property of the Snow.


friction : Number

Usage


trace (snow.friction);

Description

The friction property of the Snow.


zDepth : Number

Usage


trace (snow.zDepth);

Description

The zDepth property of the Snow.


storm : Snowstorm

Usage


trace (snow.storm);

Description

The storm property of the Snow.