I am making a game with a story.
But the game also needs music.
Is there a way to continue the music while a part of the story is playing
1 Like
@marioeligi for this, the forever block is your friend!
I usually do something like this:
Just swap the “currentSong” variable to change which song is playing.
Here’s an example game that uses this technique:
1 Like