Button.onrollout - MACROMEDIA FLASH MX 2004-ACTIONSCRIPT LANGUAGE Reference

Actionscript language reference
Table of Contents

Advertisement

Button.onRollOut

Availability
Flash Player 6.
Usage
my_btn.onRollOut = function() : Void {
// your statements here
}
Parameters
None.
Returns
Nothing.
Description
Event handler; invoked when the pointer moves outside 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
onRollOut
my_btn.onRollOut = function () {
trace ("onRollOut called");
};
152
Chapter 2: ActionScript Language Reference
handler.
trace()
statement to the Output panel is defined

Advertisement

Table of Contents
loading
Need help?

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

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash mx

Table of Contents