Packagewk.example.die.view
Classpublic class ViewPip
InheritanceViewPip Inheritance flash.display.MovieClip



Public Properties
 PropertyDefined By
  value : String
The value of the pip: "on" or "off".
ViewPip
Public Methods
 MethodDefined By
  
ViewPip(p_value:String = on)
Creates a new pip.
ViewPip
  
toString():String
[override] Converts a WK_Pip object into a string.
ViewPip
Property Detail
valueproperty
value:String

The value of the pip: "on" or "off".


Implementation
    public function get value():String
    public function set value(value:String):void
Constructor Detail
ViewPip()Constructor
public function ViewPip(p_value:String = on)

Creates a new pip.

Parameters
p_value:String (default = on) — The initial value of the pip: "on" or "off".
Method Detail
toString()method
override public function toString():String

Converts a WK_Pip object into a string.

Returns
String — Returns the class, the object name and the value (on or off) of the current pip.