{"name":"point","info":"<b>HyperTalk Definition<\/b>An expression that evaluates to a specific screen location, in the form of two integers separated by a comma.<br><br>\n\nItem 1 of a point is the horizontal offset (in pixels).  Item 2 of a point is the vertical offset (in pixels).  For example:<br><br>\n\n<code><pre>91,303\n\"91,303\"\n\"30\" & \",\" & \"100\"\nthe clickLoc\n<\/pre><\/code>\n<code><b><\/code>AppleScript Definition<\/b>An expression that evaluates to a specific screen location, in the form of a list with two integer elements. For example:<br><br>\n\n{ 91, 303 }clickLoc"}