EasyManua.ls Logo

MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT - Page 526

MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT
816 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
526 Chapter 12: ActionScript Dictionary
MovieClip.onMouseUp
Availability
Flash Player 6.
Usage
my_mc.onMouseUp = function() {
// your statements here
}
Parameters
None.
Returns
Nothing.
Description
Event handler; invoked when the mouse button is released. You must define a function that
executes when the event handler is invoked.
Example
The following example defines a function for the onMouseUp method that sends a trace() action
to the Output panel.
my_mc.onMouseUp = function () {
trace ("onMouseUp called");
};
MovieClip.onPress
Availability
Flash Player 6.
Usage
my_mc.onPress = function() {
// your statements here
}
Parameters
None.
Returns
Nothing.
Description
Event handler; invoked when the user clicks the mouse while the pointer is over a movie clip. You
must define a function that executes when the event handler is invoked.

Table of Contents

Related product manuals