waterbearlang / waterbear

Visual block syntax for programming languages
http://waterbearlang.com/
357 stars 88 forks source link

Stop script if it runs to completion #1271

Open dethe opened 8 years ago

dethe commented 8 years ago

If a script runs to completion (many don't, especially if they have an eachFrame loop), we should "stop" the script (requires #1269 to be meaningful).

Note that we should not drop out of having the stage full screen when the script stops this way (in versions where that is implemented) because then the user may not see the results of the script.