From Test-Scratch-Wiki
This article or section documents a feature not included in the current version of Scratch (3.0). It is only useful from a historical perspective. |
Hide All Sprites | |
Category | Looks |
Type | Stack |
Introduced in | 2.0 alpha |
Removed in | 2.0 beta |
The Hide All Sprites block was a 2.0 alpha Looks block and a Stack block that was removed. It was only available on the Stage, and would hide all sprites and delete all clones upon usage. The benefits of it are reduced scripting since "hide" would otherwise have to be inserted into every sprite.
Workaround
- Main article: List of Block Workarounds
This block can be replaced by adding this block to the Stage:
broadcast [hide all sprites v]
Then, on all of the sprites, add this script:
when I receive [hide all sprites v] hide
Removal
This block was removed in the Scratch 2.0 beta, for unknown reasons. One of the possible reasons could be because of the easy [[Eng:#Workaround|workaround]], or because a situation where one would want all sprites hidden could be a rare occurrence.
Some users have suggested bringing it back. [1]
Example Uses
- Setting up a scene
- Ending a game
- Showing different project menus
See Also
For sprites |
Say () for () Secs
• Say () • Think () for () Secs • Think () • Show • Hide • Switch Costume to () • Next Costume • Switch Backdrop to () • Change () Effect by () • Set () Effect to () • Clear Graphic Effects • Change Size by () • Set Size to ()% • Go to Front • Go Back () Layers • Costume # • Backdrop Name • Size |
For the Stage |