document.mouseClick()
Availability
Flash MX 2004.
Usage
document.mouseClick( position
Parameters
A pair of floating-point values that specify the x and y coordinates of the click
position
in pixels.
A Boolean value that specifies the state of the Shift key:
bToggleSel
for not pressed.
false
A Boolean value that specifies the state of the application preference Shift select:
bShiftSel
for on;
for off.
true
false
Returns
Nothing.
Description
Method; performs a mouse click from the arrow tool.
Example
The following example performs a mouse click at the specified location:
fl.getDocumentDOM().mouseClick({x:300, y:200}, false);
See also
document.mouseDblClk()
document.mouseDblClk()
Availability
Flash MX 2004.
Usage
document.mouseDblClk( position
,
,
bToggleSel
bShiftSel )
,
,
bAltDown
bShiftDown
for pressed;
true
,
bShiftSelect )
Document object
125
Need help?
Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?
Questions and answers