Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.
click at point
click at point with key1
click at point with key1, key2
click at point with key1, key2, key3
click at
command clicks the mouse from within scripts. It acts exactly as if the user had clicked the mouse on the screen. point
is within the rectangle of a button, a locked field, or anywhere else on the card, HyperCard sends the mouseDown
, mouseStillDown
, and mouseUp
messages to the object. point
is within the rectangle of an unlocked field, HyperCard sets the insertion point in the field. with key
options specify combinations of the commandKey,
the optionKey,
and the shiftKey,
just as if the user were holding down the key or keys while clicking the mouse. click at 0,0
click at the mouseLoc
click at the mouseLoc with shiftKey,optionKey -- Option-Shift-click
on clickAtCloseBox
-- Close this demo field.
click at the loc of bkgnd button "close"
end clickAtCloseBox
91,303
"91,303"
"30" & "," & "100"
the clickLoc
AppleScript DefinitionAn expression that evaluates to a specific screen location, in the form of a list with two integer elements. For example:cmdKey
commandKey
optionKey
shiftKey
In AppleScript, one of the following:
command key
option key
shift key
Commands
Version 0.7b1 (March 24, 2022)