| Package | wk.example.die |
| Class | public class Pip |
| Inheritance | Pip flash.display.MovieClip |
| Language Version : | ActionScript 3.0 |
A pip has two values: "on" (visible) and "off" (not visible).
| Property | Defined By | ||
|---|---|---|---|
| value : String The value of the pip: "on" or "off". | Pip | ||
| Method | Defined By | ||
|---|---|---|---|
Pip(p_value:String = on)
Creates a new pip. | Pip | ||
toString():String [override]
Converts a WK_Pip object into a string. | Pip | ||
| value | property |
value:StringThe value of the pip: "on" or "off".
public function get value():String public function set value(value:String):void| Pip | () | Constructor |
public function Pip(p_value:String = on)Creates a new pip.
Parametersp_value:String (default = on) — The initial value of the pip: "on" or "off".
|
| toString | () | method |
override public function toString():StringConverts a WK_Pip object into a string.
ReturnsString — Returns the class, the object name and the value
(on or off) of the current pip.
|