| Package | wk.example.die.model |
| Class | public class ConstantsDice |
| Inheritance | ConstantsDice Object |
| Language Version : | ActionScript 3.0 |
| Constant | Defined By | ||
|---|---|---|---|
| DELAY : uint = 50 [static] | ConstantsDice | ||
| NO_VALUE : String = no value [static] | ConstantsDice | ||
| NUMBER_OF_DICE : uint = 3 [static] | ConstantsDice | ||
| NUMBER_OF_ROLLS : uint = 10 [static] | ConstantsDice | ||
| ROLLING : String = rolling [static] | ConstantsDice | ||
| THROWN : String = thrown [static] | ConstantsDice | ||
| DELAY | Constant |
public static const DELAY:uint = 50| NO_VALUE | Constant |
public static const NO_VALUE:String = no value| NUMBER_OF_DICE | Constant |
public static const NUMBER_OF_DICE:uint = 3| NUMBER_OF_ROLLS | Constant |
public static const NUMBER_OF_ROLLS:uint = 10| ROLLING | Constant |
public static const ROLLING:String = rolling| THROWN | Constant |
public static const THROWN:String = thrown