RepeaterButton
| Kind of class: | class |
|---|---|
| Inherits from: | EventButton < EventMovieClip < MovieClip |
| Author: | Martijn de Visser |
| Classpath: | org.asapframework.ui.buttons.RepeaterButton |
| File last modified: | Tuesday, 03 October 2006, 00:06:37 |
Use this class to create buttons that keep on firing EventButtonEvent.ON_RELEASE events while the mouse is down (for scrollbar buttons, for example).
Events broadcast to listeners:
EventButtonEvent with type:
ON_RELEASE Summary
Constructor
Instance properties
Instance properties inherited from EventButton
Instance properties inherited from EventMovieClip
Instance methods
Instance methods inherited from EventButton
Event handlers
Event handlers inherited from EventButton
Constructor
RepeaterButton
function RepeaterButton (
)
Instance methods
Event handlers
onMouseUp
function onMouseUp (
) : Void