Stopping A Stack From Starting Up in the IDE

Chipp Walters chipp at chipp.com
Wed Sep 24 03:08:33 EDT 2008


Here's the script for the button:

on mouseUp
   answer file ""
   if the result is "cancel" or it is empty then exit to top
   lock messages
   go URL it
   unlock messages
end mouseUp



More information about the use-livecode mailing list