delayed mouse clicks

Lars Brehmer larsbrehmer at mac.com
Fri Sep 29 11:04:39 EDT 2006


This isn't as elegant as some of the the other solutions, but it gets  
the job done, especially when you want no clicks anywhere at all  
while a script is running.  I just put a transparent button with no  
script that covers the entire stack in the top layer.

on whatEver
   show btn "preventActions"

   --the script in question

   hide btn "preventActions"
end whatEver


Greetings from sunny Estonia!

Lars





More information about the use-livecode mailing list