Button.onRollOver
Availability
Flash Player 6.
Usage
my_btn.onRollOver = function() : Void {
// your statements here
}
Parameters
None.
Returns
Nothing.
Description
Event handler; invoked when the pointer moves over a button area. You must define a function
that executes when the event handler is invoked.
Example
In the following example, a function that sends a
for the
onRollOver
my_btn.onRollOver = function () {
trace ("onRollOver called");
};
handler.
trace()
statement to the Output panel is defined
Button.onRollOver
153
Need help?
Do you have a question about the FLASH MX 2004-ACTIONSCRIPT LANGUAGE and is the answer not in the manual?
Questions and answers