MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 126

Extending flash
Table of Contents

Advertisement

Parameters
A pair of floating-point values that specify the x and y coordinates of the click
position
in pixels.
A Boolean value that records whether the Alt key is down at the time of the
bAltdown
event:
for pressed;
true
A Boolean value that records whether the Shift key was down when the event
bShiftDown
occurred:
for pressed;
true
A Boolean value that indicates the state of the application preference Shift
bShiftSelect
select:
for on;
true
false
Returns
Nothing.
Description
Method; performs a double mouse click from the arrow tool.
Example
The following example performs a double mouse click at the specified location:
fl.getDocumentDOM().mouseDblClk({x:392.9, y:73}, false, false, true);
See also
document.mouseClick()
document.moveSelectedBezierPointsBy()
Availability
Flash MX 2004.
Usage
document.moveSelectedBezierPointsBy( delta )
Parameters
A pair of floating-point values that specify the x and y coordinates in pixels by which
delta
the selected Bézier points are moved. For example, passing (
that is to the right by one pixel and down by two pixels from the current location.
Returns
Nothing.
126
Objects
for not pressed.
false
for not pressed.
false
for off.
) specifies a location
{x:1,y:2}

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?

This manual is also suitable for:

Flash 8

Table of Contents