Packageaway3d.test
Classpublic class Button
InheritanceButton Inheritance flash.display.SimpleButton

Simple rounded rectangle button



Public Properties
 PropertyDefined By
  selected : Boolean = false
Button
Public Methods
 MethodDefined By
  
Button(text:String, pwidth:int = 80, pheight:int = 20)
Button
Property Detail
selectedproperty
public var selected:Boolean = false

Constructor Detail
Button()Constructor
public function Button(text:String, pwidth:int = 80, pheight:int = 20)



Parameters
text:String
 
pwidth:int (default = 80)
 
pheight:int (default = 20)
####INIT####