{"identifier":58695,"topic":"Functions","name":"mouseClick","text":"<code><pre>the mouseClick\n<\/pre><\/code>\nValue returned: the constant<code> true <\/code>if the mouse has been clicked sometime during the running of the current handler, or<code> false <\/code>if it hasn't. <br><br>\n\n If the mouse button is down,<code> the mouseClick <\/code>waits until the mouse button is up before returning<code> true<\/code>. <br>\n<br>\n <br><br>\n\n Note: Use<code> the mouse <\/code>to return  the current state of the mouse  button and <code>the mouseClick <\/code>to  return whether the mouse has been clicked in the current handler. <br>\n","related":{"32809":null,"32047":"click at","58372":"mouse"},"examples":"","demo":"<code><pre>on theMouseClick\n  show bkgnd field \"demo field\"\n  displayMessage \"Click the mouse to continue . . .\"\n  wait until the <b>mouseClick<\/b>\n  hide bkgnd field \"demo field\"\nend theMouseClick<\/pre><\/code>\n ","debug":{"9":["the mouseClick\r\rValu"],"10":["\r\rNote: Use the mous"]}}