scratchfoundation / scratch-flash

Open source version of the Scratch 2.0 project editor. This is the basis for the online and offline versions of Scratch found on the website.
https://scratch.mit.edu
GNU General Public License v2.0
1.33k stars 513 forks source link

Feature idea: "move to center and show" menu option for sprites #1310

Closed asweigart closed 5 years ago

asweigart commented 7 years ago

While Scratch does a good job making sure that sprites don't move off the side of the stage, sometimes in the programming classes I teach the students will still "lose" their sprites. Either a tiny bit of the sprite is visible on the side of the stage, or they've hidden it.

For now, I tell them to add a "go to x 0 y 0" and "show" block to their sprites temporarily and then run them. However, it would be much more convenient if there was a menu option added to the Sprites Area called "move to center and show" (or something similar) that would do this for them. The students would then be able to find their sprites without changing the code.

I've attached a demo screenshot of what this could look like:

centerandshow

jwzimmer-zz commented 7 years ago

Thank you for the suggestion @asweigart! We labelled this "feature" and are backlogging it for consideration as we develop Scratch 3.0.