Discuss Scratch
- Discussion Forums
- » Suggestions
- » Stop a specific sound block
- TurtleNeckTurtle
-
19 posts
Stop a specific sound block
Hello can you guys add a stop specific sound block or something
not like this:
more like this:
Can you add this Scratch team, It would be really helpful to me.
not like this:
stop all sounds
more like this:
stop sound [ v]
Can you add this Scratch team, It would be really helpful to me.

- DisasterPug
-
100+ posts
Stop a specific sound block
Should be
stop sound [ v] :: soundbut support!
- -legit
-
100+ posts
Stop a specific sound block
stop sound [dabbing v]::soundSupport for that
stop sound [all v]::sound
- coolcat98
-
100+ posts
Stop a specific sound block
This would be a great addition! There is no workaround, and it would expand the abilities of Scratchers even further.
- FancyFoxy
-
500+ posts
Stop a specific sound block
*There is a workaround that's really complicated This would be a great addition! There is no workaround, and it would expand the abilities of Scratchers even further.
- walkcycle
-
500+ posts
Stop a specific sound block
It's not that complicated. But there is also an easy workaround.
- FancyFoxy
-
500+ posts
Stop a specific sound block
that complicated. But there is also an easy workaround.Ooooooh, how have I not thought of that before? xD It's not
- DaEpikDude
-
1000+ posts
Stop a specific sound block
Nobody's talking about how it's a dupe?
- coolcat98
-
100+ posts
Stop a specific sound block
that complicated. But there is also an easy workaround.Whoa, I've never thought about it that way. But what if you wanted to play another sound after that? Or wanted to restart the sound from where it stopped? (That's actually something I wanted to do in my Geometry Dash game). It's a workaround that works in some cases, but not in all of them. Adding a specific block for this wouldn't hurt. It's not
- Charles12310
-
1000+ posts
Stop a specific sound block
that complicated. But there is also an easy workaround.That doesn't mean we should abandon this suggestion, should we? It's not
Still not everybody knows, and it would be a great idea to stop sound individually. It really does not take two seconds to figure out how to stop a specific sound.
- frances2005
-
500+ posts
Stop a specific sound block
Hello can you guys add a stop specific sound block or something
not like this:stop all sounds
more like this:stop sound [ v]
Can you add this Scratch team, It would be really helpful to me.
maybe, but you could try this line of code. this is only an example:
when green flag clicked
say [hello! i am a kitty cat!] for (2) secs
say [cats are the coolest thing on scratch!] for (2) secs
play sound [ meow v] until done
broadcast [stop meowing v]
when I receive [stop meowing v]
stop all sounds
or you could try this block combination:
when green flag clicked
say [what a beautiful day!] for (2) secs
say [i am going to sing now!] for (2) secs
play sound [singing v] until done
stop singing ( sorry if this came out red, it was supposed to be dark purple)
define stop singing
stop all sounds
but i see having to stop all sounds when you want to stop only 1 sound can be quite a bother.
- --Awesome
-
59 posts
Stop a specific sound block
Support. Then it could keep music going but stop a sound.
- DaEpikDude
-
1000+ posts
Stop a specific sound block
dupe
it occurs to me I should've reported the topic as a dupe in the first place, so let me do that now
it occurs to me I should've reported the topic as a dupe in the first place, so let me do that now
Last edited by DaEpikDude (Sept. 20, 2017 01:37:21)
- Charles12310
-
1000+ posts
Stop a specific sound block
That is not how it is supposed to work. This block that the user is suggesting only stops certain sounds, not all sounds.Hello can you guys add a stop specific sound block or something
not like this:stop all sounds
more like this:stop sound [ v]
Can you add this Scratch team, It would be really helpful to me.
maybe, but you could try this line of code. this is only an example:when green flag clicked
say [hello! i am a kitty cat!] for (2) secs
say [cats are the coolest thing on scratch!] for (2) secs
play sound [ meow v] until done
broadcast [stop meowing v]when I receive [stop meowing v]
stop all sounds
or you could try this block combination:when green flag clicked
say [what a beautiful day!] for (2) secs
say [i am going to sing now!] for (2) secs
play sound [singing v] until done
stop singing ( sorry if this came out red, it was supposed to be dark purple)
define stop singing
stop all sounds
but i see having to stop all sounds when you want to stop only 1 sound can be quite a bother.
- walkcycle
-
500+ posts
Stop a specific sound block
Just ask in It really does not take two seconds to figure out how to stop a specific sound.help with scripts.
Or, the other easy workaround.
- Paddle2See
-
1000+ posts
Stop a specific sound block
It looks like this is a duplicate topic of this one over here so I'll close it to keep the conversation all in one place.
Please use the existing topic in the link above.
Please use the existing topic in the link above.
Last edited by Paddle2See (Sept. 20, 2017 10:09:22)
- Discussion Forums
- » Suggestions
-
» Stop a specific sound block