Leslie Nielsen
    J. Landman Gay 
    jacque at hyperactivesw.com
       
    Tue Aug  8 14:23:37 EDT 2017
    
    
  
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         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com
    
    
More information about the use-livecode
mailing list