Discuss Scratch
- Discussion Forums
- » Suggestions
- » New Stop Sound Blocks
- CoderMCProX
-
Scratcher
1000+ posts
New Stop Sound Blocks
stop all sounds in this script::sound
stop all sounds in [put a costume/backdrop here]::sound
stop all sounds in other scripts::sound
- TheBaton
-
Scratcher
500+ posts
New Stop Sound Blocks
stop all sounds in [this script v]::sound
stop all sounds in [Sprite1 v]::sound
stop all sounds in [other scripts v]::sound
This seems like a good idea, but I feel like there are workarounds to achieve this effect.
when green flag clicked
forever
play sound (Meow v) until done
end
when green flag clicked
forever
if <key [ space v] pressed?> then
stop [other scripts in this sprite v]
end
end
Correct me if I'm wrong.
- 4meansmuchmore
-
Scratcher
100+ posts
New Stop Sound Blocks
This seems like a good idea, but I feel like there are workarounds to achieve this effect.I don't think that works identically to the suggestion at all
Correct me if I'm wrong.
Last edited by 4meansmuchmore (Feb. 18, 2025 23:20:48)
- Discussion Forums
- » Suggestions
-
» New Stop Sound Blocks