![MACROMEDIA FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY Manual Download Page 35](http://html1.mh-extra.com/html/macromedia/flash-mx-2004-flash-javascript-dictionary/flash-mx-2004-flash-javascript-dictionary_manual_3377988035.webp)
mouseMove()
35
mouseMove()
Availability
Flash MX 2004.
Usage
function mouseMove( [
pt
] ) {
// statements
}
Parameters
pt
A point that specifies the current location of the mouse. It is passed to the function whenever
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");
}
Summary of Contents for FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY
Page 1: ...Flash JavaScript Dictionary ...
Page 16: ...16 Contents ...
Page 40: ...40 Chapter 2 Top level functions ...
Page 368: ...368 Chapter 3 Objects ...