{"identifier":96465,"topic":"System messages","name":"mouseDoubleClick","text":"<code>mouseDoubleClick<\/code> <br><br>\n\n Handler: <br><br>\n\n <code><pre>on mouseDoubleClick\n   <i>statements<\/i>\nend mouseDoubleClick\n<\/pre><\/code>\nHyperCard sends this message to a button, field, or card after the mouse is clicked twice at the same place. When the message is sent, it's the <u>only<\/u> one sent during the second click;  there's no <code>mouseDown<\/code>, <code>mouseStillDown<\/code>, or <code>mouseUp<\/code> message sent after the first <code>mouseUp<\/code>. <br>\n<br>\nFor HyperCard to send this message, the following conditions must all be true: <br><br>\n\n (a) The downstroke of a second click follows the downstroke of a previous click within the double-click speed set in the Mouse control panel; <u>and <\/u> (b) the second click occurs within four pixels of the first; <u>and<\/u>  <br><br>\n\n (c) the second click occurs within the same object as the first. <br>\n","related":{"58695":"mouseClick","20071":"mouseDown","20820":"mouseStillDown","21197":"mouseUp"},"examples":"","demo":"","debug":{"9":["mouseDoubleClick\r\rHa"],"10":["For HyperCard to sen"]}}