Document.mousedblclk() - MACROMEDIA FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY Manual

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

Advertisement

A Boolean value that specifies the state of the Shift key:
bToggleSel
for not pressed.
A Boolean value that specifies the state of the application preference Shift select:
bShiftSel
for on;
true
false
Returns
Nothing.
Description
Method; performs a mouse click from the arrow tool. See
Example
The following example performs a mouse click at the specified location:
fl.getDocumentDOM().mouseClick({x:300, y:200}, false, false);

document.mouseDblClk()

Availability
Flash MX 2004.
Usage
document.mouseDblClk( position
Parameters
A pair of floating point values that specify the x and y coordinates of the click in
position
pixels.
A Boolean value that records whether the Alt key is down at the time of the event:
bAltdown
for pressed;
true
A Boolean value that records whether the Shift key was down when the event
bShiftDown
occurred:
for pressed;
true
bShiftSelect
select:
for on;
true
Returns
Nothing.
Description
Method; performs a double mouse click from the arrow tool. See
Example
The following example performs a double mouse click at the specified location:
fl.getDocumentDOM().mouseDblClk({x:392.9, y:73}, false, false, true);
for off.
,
bAltDown
for not pressed.
false
for not pressed.
false
A Boolean value that indicates the state of the application preference Shift
for off.
false
document.mouseDblClk()
,
,
bShiftDown
bShiftSelect )
document.mouseClick()
for pressed;
true
false
.
.
Document object
101

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?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash mx 2004 - actionscript

Table of Contents