| Property | Defined by | ||
|---|---|---|---|
| channel : SoundChannel [static]
| GuiCombobox | ||
| clickSound : Sound [static]
| GuiCombobox | ||
| rolloverSound : Sound [static]
| GuiCombobox | ||
| Method | Defined by | ||
|---|---|---|---|
|
GuiCombobox(xPos:Number, yPos:Number, w:Number, h:Number)
| GuiCombobox | ||
|
bDown(e:MouseEvent):void
| GuiCombobox | ||
|
bUp(e:MouseEvent):void
| GuiCombobox | ||
|
comboboxBase():BitmapAsset
[static]
| GuiCombobox | ||
|
comboboxClick():BitmapAsset
[static]
| GuiCombobox | ||
|
comboboxRoll():BitmapAsset
[static]
| GuiCombobox | ||
| channel | property |
public static var channel:SoundChannel
| clickSound | property |
public static var clickSound:Sound
| rolloverSound | property |
public static var rolloverSound:Sound
| GuiCombobox | () | constructor |
public function GuiCombobox(xPos:Number, yPos:Number, w:Number, h:Number)Parameters
xPos:Number |
|
yPos:Number |
|
w:Number |
|
h:Number |
| bDown | () | method |
public function bDown(e:MouseEvent):voidParameters
e:MouseEvent |
| bUp | () | method |
public function bUp(e:MouseEvent):voidParameters
e:MouseEvent |
| comboboxBase | () | method |
public static function comboboxBase():BitmapAsset
Returns
BitmapAsset |
| comboboxClick | () | method |
public static function comboboxClick():BitmapAsset
Returns
BitmapAsset |
| comboboxRoll | () | method |
public static function comboboxRoll():BitmapAsset
Returns
BitmapAsset |