I'm creating a music game. I was making great progress until- i realized I couldn't change music! All I could find was this:
[scratchblocks]
stop all sounds
[/scratchblocks
What I mean is I couldn't stop 1 sound, and then go to another one!
If this problem was fixed, my game won't be finished.
Please tell me how to fix this, or if it's even possible!
Offline
I'm creating a music game. I was making great progress until- i realized I couldn't change music! All I could find was this:
stop all soundsWhat I mean is I couldn't stop 1 sound, and then go to another one!
Offline
Try this.
when gf clicked set [snd v] to [1] forever play sound (snd) until done end when key [space v] pressed change [snd v] by (1) if <(snd) > (3)> // Set that 3 to your amount of sounds. set [snd v] to [1] end stop all sounds
Offline