Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Stop sign doesn't stop sounds
- nembence
-
Scratcher
1000+ posts
Stop sign doesn't stop sounds
My browser / operating system: Windows NT 10.0, Chrome 131.0.0.0, No Flash version detected
Click green flag then try to click the stop sign
The sound doesn't stop
Click green flag then try to click the stop sign
The sound doesn't stop
when green flag clicked
create clone of (myself v)
wait (0.5) seconds
broadcast (delete clone v)
when I start as a clone
play sound (long sound v)
when I receive [delete clone v]
delete this clone
- l_heart_Roblox
-
Scratcher
100+ posts
Stop sign doesn't stop sounds
My browser / operating system: Windows NT 10.0, Chrome 131.0.0.0, No Flash version detected
Click green flag then try to click the stop sign
The sound doesn't stop
snip /quote]
Can you link the project?
- cheekybubba5
-
Scratcher
100+ posts
Stop sign doesn't stop sounds
That's very strange since Scratch automatically stops sounds with the stop sign. I would like to see the project so I can look into the issue .
- theashbreather
-
Scratcher
100+ posts
Stop sign doesn't stop sounds
Do you have a
when [ v] > (10)Block? That could be a source of the issue. Or maybe your scratch is bugging out.
- cheekybubba5
-
Scratcher
100+ posts
Stop sign doesn't stop sounds
Looking into your project (https://scratch.mit.edu/projects/1108563464/) I don't have an issue with the audio. Maybe what happened was that you were playing the audio in the audio editing tab (like where ‘scripts’ and ‘costumes’ are) and you just didn't stop that sound. Just my theories though.
- nembence
-
Scratcher
1000+ posts
Stop sign doesn't stop sounds
This topic was meant to go in Bugs and Glitches, idk how it ended up here in Help with Scripts.
I've found it in an unshared project, but the bug can be more reliably recreated using the code in the OP.
The bug is that it's possible to make a sound that isn't stopped by the stop sign. The sound made by the code above also isn't stopped by the stop all sounds block.
Looking into your project (https://scratch.mit.edu/projects/1108563464/) I don't have an issue with the audio. Maybe what happened was that you were playing the audio in the audio editing tab (like where ‘scripts’ and ‘costumes’ are) and you just didn't stop that sound. Just my theories though.It's not in that project.
I've found it in an unshared project, but the bug can be more reliably recreated using the code in the OP.
The bug is that it's possible to make a sound that isn't stopped by the stop sign. The sound made by the code above also isn't stopped by the stop all sounds block.
Last edited by nembence (Dec. 17, 2024 07:24:53)
- Discussion Forums
- » Help with Scripts
-
» Stop sign doesn't stop sounds