Kill a Standalone

Chipp Walters chipp at chipp.com
Fri Sep 22 01:13:28 EDT 2006


in the card script of your main stack:

on closeStackRequest
  quitMe
end closeStackRequest

on quitMe
  if the environment is "development" then
    close this stack
  else
    quit
  end if
end quitMe



More information about the use-livecode mailing list