How to stop music that is playing

Hello! I’ve been working on a game recently, and everything was going smoothly, but now I’m stuck with a problem:
How can I make music that is playing in a loop, like this:


Stop? I’ve tried the stop sounds block, but I really can’t think of anything else to do… Help, please!

2 Likes

When you stop all sounds it goes to the next song because it just ended the one playing

You could just make the stop all sounds repeat alot, should work ill see if there is a better way

1 Like

Stop all sounds only works once but since their other songs lined up it skips the song playing at the moment and move on to the next one
A way I’ll fix it is using a lot of logic blocks, to do this make it where all of the songs are in their own logic block so when ever you leave the menu the InMainMenu is = to 0 it will skip over one of them, then the other, then so far and so on
(Sorry I’m bad at this kind of stuff and this may be confusing if you do understand this someone else will help you better than me)

1 Like

Thanks everyone! @ADM_F, I tried what you said, but sadly it didn’t work; instead it just replayed the song. I don’t know why.
@AMakerOfBadGames, I’m afraid that’s not the result that stopping sounds makes. Instead it just moves to the beginning. But you’re idea is good! I’ll try it out.
Result: IT WORKED! HOORAY! Thank you so much @AMakerOfBadGames, and @ADM_F, it sadly didn’t work, but thanks for taking the time to write a reply!

glad to help