Let's say I'm creating a Scratch project. I'm building a script. I run it and then I want the sprites to go back to where they started. How do I get them back to their places so I can continue working on my script without dragging them there? I'm looking for some kind of "reset" feature. I'm doing this with 10 year olds. Any thoughts?
Offline
Before you run the script for the first time, go to each sprite and drag the "goto x: y:" box onto the script window.
It will automatically contain their current location. You can manually edit it if you want them to start elsewhere.
If you then put a "when green flag clicked" hat on top of it, the sprites will go back to that location at teh beginning of any test of the script.
Offline