MouseClick
Description: |
baMouseClick simulates a mouse click. |
Platforms: |
Windows and Macintosh |
Usage: |
baMouseClick( Type ) |
Arguments: |
String. Type is the type of click to generate. On Windows, can be: "left" "middle" "right" "left down" "left up" "right down" "right up" "middle up" "middle down" On Macintosh, can be: "left" "middle" "right" |
Returns: |
Void. |
Examples: |
Director: Authorware: |
Notes: |
The mouse click is generated at the present cursor
position. |
See also: |
baPlaceCursor |