On 8/8/17 11:05 AM, Tore Nilsen via use-livecode wrote:
And change the script in the BASH button to something like this:

on mouseUp pAltKey
    if pAltKey then
       answer "Alt key was down"
    else
       answer "Alt key was up"
    end if
end mouseUp

This will error. The parameter is always an integer representing the mouse button that was pressed.

--
Jacqueline Landman Gay         |     [email protected]
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to