Note: This is a work in progress and many formatting issues have been fixed. Read more about the project on the home page.
Value returned: point
equal to the place on the screen where the user most recently clicked relative to the top left corner of the current card
HyperCard does not reset the clickLoc
at idle
, nor does it reset when a handler is running, unless you use the wait
command:
HyperTalk Definition
An expression that evaluates to a specific screen location, in the form of two integers separated by a comma.
Item 1 of a point is the horizontal offset (in pixels). Item 2 of a point is the vertical offset (in pixels). For example:
AppleScript Definition
An expression that evaluates to a specific screen location, in the form of a list with two integer elements. For example: