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 Parameters
Wiki link
Click to go to the wiki page for 'away3d.test.Button'

Code examples

Comments