Hi all. 

I came up with this handy snippet to put in a mouseUp handler of any behavior 
button:

   -- check for behavior script editing
   if  (the optionKey is down or the altkey is down) and the controlkey is down 
and \
         the environment is "development" then
      edit the script of this me
      exit mouseUp
   end if
   
Bob S -- this isn't part of the snippet
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to