phaser - v4.0.0-rc.4
    Preparing search index...

    Variable PLAYConst

    PLAY: string

    The Sound Play Event.

    This event is dispatched by both Web Audio and HTML5 Audio Sound objects when they are played.

    Listen to it from a Sound instance using Sound.on('play', listener), i.e.:

    var music = this.sound.add('key');
    music.on('play', listener);
    music.play();