hybridgroup / kidsruby

KidsRuby is a Ruby programming environment meant for kids to learn and have fun!
http://kidsruby.com
Other
336 stars 104 forks source link

Button to stop the currently running program #35

Closed deadprogram closed 12 years ago

deadprogram commented 12 years ago

Once the kid has clicked on the "Run" button, ideally it should change into a "Stop" button until the running process signals it is done. The "Stop" button should terminate the running process, and then switch back to the "Run" button.

This is needed to terminate a kid program that ends up in an infinite loop, for example.