I know this is meant to be fairly simple but I just can't figure it out! I have my song playing in the background in sceneOne. I then switch over to sceneTwo and the music completely stops. How can I make the background music continue? Below is my code.
//Music
Music = SKAudioNode(fileNamed: "Verm - Explode.mp3")
self.addChild(Music)
The code above is shown in sceneOne. Please tell me how to continue it into sceneTwo. Thanks everyone. :)
You can try this code it might helps you to solve your issue