From Test-Scratch-Wiki

Archive.png 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
2.0 Hide All Sprites.png
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

References

Cookies help us deliver our services. By using our services, you agree to our use of cookies.