{"identifier":53693,"topic":"Functions","name":"clickLoc","text":"<code><pre>the clickLoc\n<\/pre><\/code>\nValue returned: <i><code>point<\/i> <\/code>equal to the place on the screen where the user most recently clicked relative to the top left corner of the current card <br><br>\n\n HyperCard does <b>not<\/b> reset<code> the clickLoc <\/code>at<code> idle, <\/code>nor does it reset when a handler is running, unless  you use the<code> wait <\/code>command: <code><pre>\nwait until the mouseClick<\/pre><\/code> <br>\n","related":{"32809":null,"32047":"click at","59412":"mouseLoc","2765":"selectedLoc"},"examples":"","demo":"on mouseUp\n   answer \"Click anywhere on the screen.\"\n   wait until the mouseClick\n   answer \"You clicked at\" && the <b>clickLoc<\/b> &&\u00ac\n   \"relative to the top left corner of the card.\"\n end mouseUp\n ","debug":{"9":["the clickLoc\r\rValue "]}}