Checkbox.click - MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference

Components language reference
Table of Contents

Advertisement

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:
var listenerObject:Object = new Object();
listenerObject.click = function(eventObject:Object) {
// ...
};
checkBoxInstance.addEventListener("click", listenerObject);
Usage 2:
on (click) {
// ...
}
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.
140
CheckBox component
Description
Broadcast when a button is clicked.

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash 8

Table of Contents