I have this sound called "soft_forest_loop" and have it playing (event, not stream i think) trough 3 scenes. Then I want it to stop so a different loop can play and then other sounds. I tried
stopAllSounds();
but then after that, none of the other sounds worked. How do I only stop the forest loop?
Thanks in advance