MovieClip
|
+--com.robertpenner.profmx.snow.Snow
The Snow class.
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. |
trace (snow.maxFlakes);
The maxFlakes property of the Snow.
trace (snow.fallSpeed);
The fallSpeed property of the Snow.
trace (snow.friction);
The friction property of the Snow.
trace (snow.zDepth);
The zDepth property of the Snow.
trace (snow.storm);
The storm property of the Snow.