Handy behavior snippet

Bob Sneidar bobsneidar at iotecdigital.com
Wed Oct 11 11:14:43 EDT 2017


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



More information about the use-livecode mailing list