Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.
the clickLoc
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 the clickLoc
at idle,
nor does it reset when a handler is running, unless you use the wait
command:
wait until the mouseClick
on mouseUp
answer "Click anywhere on the screen."
wait until the mouseClick
answer "You clicked at" && the clickLoc &&¬
"relative to the top left corner of the card."
end mouseUp
Functions
Version 0.7b1 (March 24, 2022)