Code: Select all
click at the loc of btn "optionButton"
Code: Select all
on mouseUp
click at the loc of btn "yourOption"
set the screenMouseLoc to aCalculationOfTheScreenMouseLocInRelationToTheOptionButton
end mouseUp
Craig
Edit.
Likely I misspoke. It isn't that the "click" line is blocking, but rather that an open MenuItem list is blocking. A selection must be made, or the mouse clicked somewhere else, to release that process.