Please expand this article. You can help by adding more information if you are an editor. More information might be found in a section of the talk page. (September 2021) |
Clear Sound Effects | |
clear sound effects | |
Category | Sound |
Type | Stack |
Introduced in | 3.0 |
The clear sound effects block is a Sound block and a stack block added in Scratch 3.0. It clears any sound effects currently in place via the sound effect blocks, which are the pitch block and the pan left/right block. It works differently than the Stop All Sounds block, which stops all the sounds currently playing.
Workaround
- Main article: List of Block Workarounds
This block can be replicated by resetting all effects manually:
set [pitch v] effect to (0) set [pan left/right v] effect to (0)