PackageTop Level
Classpublic class Dice_01
InheritanceDice_01 Inheritance flash.display.Sprite

Dummy class. It is not used by dice_01.fla but only by Flash Builder to enable error detection.



Public Properties
 PropertyDefined By
  mc_dice_1 : Die
The first dice on the stage.
Dice_01
  mc_dice_2 : Die
The second dice on the stage.
Dice_01
  mc_dice_3 : Die
The third dice on the stage.
Dice_01
Property Detail
mc_dice_1property
public var mc_dice_1:Die

The first dice on the stage.

mc_dice_2property 
public var mc_dice_2:Die

The second dice on the stage.

mc_dice_3property 
public var mc_dice_3:Die

The third dice on the stage.