You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the sound is already playing and you call the method restart() then both sounds are playing parallel.
This problem occurs if the sound is already playing and you call method play() with forceRestart = true.
To work around this problem, you can call the stop() method befor call restart() or play() methods.
Environment:
Phaser 2.0.7
Phaser 2.0.6
iPad 2 (Safari, Chrome)
Desktop (Chrome, Opera, Mozilla Firefox).