clear sound effects

From PenguinMod Wiki
Revision as of 20:12, 5 July 2024 by MediansSC (talk | contribs) (Created page with "{{Infobox Block |block_name = clear sound effects |block_type = Stack Block |category = Sound |title = clear sound effects }} The '''clear sound effects''' block is a stack block that sets all sound effects to 0. It originates from Scratch. ==Workaround== This block can be worked around by individually setting each sound effect to 0 by using the set () effect to () block: <scratchblocks> set [pitch v] effect to (0) set [pan left/ri...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Clear sound effects
Jump to navigation Jump to search
clear sound effects
clear sound effects
Caption
Block Type Stack Block
Category / Extension Sound
Status Who tf uses status

The clear sound effects block is a stack block that sets all sound effects to 0. It originates from Scratch.

Workaround

This block can be worked around by individually setting each sound effect to 0 by using the set () effect to () block:

set [pitch v] effect to (0)
set [pan left/right v] effect to (0)

See also