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