I’m having a little trouble getting the sound on to my game. We are using an MP3. It doesn’t seem to be loading the song for some reason. Here’s my coding
mysound1=mySound1 = loader.loadSfx("01 - Track 1.mp3")
mysound1.setLoop(False)
mySound1.setVolume(1)
mySound1.play()
Can you please help me?