Ozvooky Posted August 12, 2015 Share Posted August 12, 2015 Hi everyone, in my game I am attempting to get some background music to play, and the code looks like this: this.theme = this.game.add.audio('theme');this.theme.volume = 0.3;this.theme.play(); The music plays, however whilst it is playing, the music starts playing from the beginning while the music is playing. This continues occurring, until there is 10 themes playing at the same time, 10s or something behind each other. How can i fix this? Link to comment Share on other sites More sharing options...
Recommended Posts