MACROMEDIA FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY Manual page 35

Flash javascript dictionary
Hide thumbs Also See for FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY:
Table of Contents

Advertisement

mouseMove()
Availability
Flash MX 2004.
Usage
function mouseMove( [ pt ] ) {
// statements
}
Parameters
A point that specifies the current location of the mouse. It is passed to the function whenever
pt
the mouse moves, which tracks the mouse location. If the Stage is in edit or edit-in-place mode,
the point coordinates are relative to the object being edited. Otherwise, the point coordinates are
relative to the Stage. This parameter is optional.
Returns
Nothing.
Description
This function is called whenever the mouse moves over a specified point on the Stage. The mouse
button can be down or up.
Example
function mouseMove() {
fl.trace("moving");
}
mouseMove()
35

Advertisement

Table of Contents
loading
Need help?

Need help?

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

This manual is also suitable for:

Flash mx 2004 - actionscript

Table of Contents