The net.guttershark.ui.controls.buttons package contains base classes for generic button user interface elements.
Interfaces
Classes
| | Class | Description |
| | DialButton | |
| | MovieClipButton |
The MovieClipButton class is a generic class you can bind
any movie clip to in the Library, and get canned button states. |
| | MovieClipCheckBox |
The MovieClipCheckBox Class inherits from MovieClipToggleButton
mostly for cosmetics purposes - a getter and setter for "checked."
As well as 2 sound property additions. |
| | MovieClipToggleButton |
The MovieClipToggleButton class is a basic button that
toggles between two states, using frames as the states. |