Mesonyx
Results
2
comments of
Mesonyx
@steveja42 It is actually! https://photonstorm.github.io/phaser3-docs/Phaser.Sound.HTML5AudioSoundManager.html > To play multiple instances of the same HTML5 Audio sound, you need to provide an instances value when loading the sound with the Loader
@steveja42 Fair enough I believe you still need to use `this.sound.play(key)` otherwise calling `play()` on the instance directly will just restart that instance, as you mentioned