MACROMEDIA FLASH MX 2004-USING COMPONENTS Use Manual page 165

Using components
Hide thumbs Also See for FLASH MX 2004-USING COMPONENTS:
Table of Contents

Advertisement

Event
UIObject.reveal
UIObject.unload
Events inherited from the UIComponent class
The following table lists the events the CheckBox class inherits from the UIComponent class.
Event
UIComponent.focusIn
UIComponent.focusOut
UIComponent.keyDown
UIComponent.keyUp
Events inherited from the SimpleButton class
The following table lists the event the CheckBox class inherits from the SimpleButton class.
Event
SimpleButton.click
CheckBox.click
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
Usage 1:
on(click){
...
}
Usage 2:
listenerObject = new Object();
listenerObject.click = function(eventObject){
...
}
checkBoxInstance.addEventListener("click", listenerObject)
Description
Event; broadcast to all registered listeners when the mouse is clicked (released) over the check box,
or if the check box has focus and the Spacebar is pressed.
Description
Broadcast when an object's state changes from invisible to visible.
Broadcast when the subobjects are being unloaded.
Description
Broadcast when an object receives focus.
Broadcast when an object loses focus.
Broadcast when a key is pressed.
Broadcast when a key is released.
Description
Broadcast when a button is clicked.
CheckBox component
165

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash mx

Table of Contents