Discuss Scratch

Dwarven_Monkey
New to Scratch
2 posts

HELP! Major song glitches :(

Hi there! I've been having a little trouble with the music loops in my game. I'm probably being stupid and forgetting something, but every method I've used to make the game change between loops has made the music make a horrible crunching noise! Please help!
Zeyphr
Scratcher
100+ posts

HELP! Major song glitches :(

Are you using “Play (sound) until done” commands? If you are, try broadcasts, like…

When Green Flag Clicked
If (Condition you are using to switch music) then
Broadcast (message1)
-end-

When I recieve (message1)
Stop all sounds
-Forever-
Play (New music) until done
-end-

…Otherwise, it's probably an issue with the sound you're using.
~Zeyphr

_;_ PRAISE SEMICOLON.

Show me some gears!
FalconGunner99
Scratcher
1000+ posts

HELP! Major song glitches :(

when green flag clicked
if <your parameters here>
repeat until <Opposite of your parameters is true>
play sound [Your sound] until done
end
stop all sounds
stop [this script]

Last edited by FalconGunner99 (Sept. 27, 2013 21:00:42)



; Oh this? This is just my semicolon. I got it a long time ago, it's quite innocuous. Don't worry about it.

















You —> http://i.imgur.com/iVHfwLc.gifv




















Dwarven_Monkey
New to Scratch
2 posts

HELP! Major song glitches :(

Thanks guys, I've got it working now. I just made a mistake in the script and also the song was a bit broken, so I re-downloaded it. Thanks for your help!

Powered by DjangoBB