override : boolean if true when you play this sound it will always start from the beginning. Source code: sound/Sound.js (Line 138)
onStop : Phaser.Signal The onStop event is dispatched when this sound stops playback. Source code: sound/Sound.js (Line 245)
onResume : Phaser.Signal The onResume event is dispatched when this sound is resumed from a paused state. Source code: sound/Sound.js (Line 235)
onPlay : Phaser.Signal The onPlay event is dispatched each time this sound is played. Source code: sound/Sound.js (Line 225)
onPause : Phaser.Signal The onPause event is dispatched when this sound is paused. Source code: sound/Sound.js (Line 230)
onMute : Phaser.Signal The onMute event is dispatched when this sound is muted. Source code: sound/Sound.js (Line 250)
onMarkerComplete : Phaser.Signal The onMarkerComplete event is dispatched when a marker within this sound completes playback. Source code: sound/Sound.js (Line 255)
onLoop : Phaser.Signal The onLoop event is dispatched when this sound loops during playback. Source code: sound/Sound.js (Line 240)
onFadeComplete : Phaser.Signal The onFadeComplete event is dispatched when this sound finishes fading either in or out. Source code: sound/Sound.js (Line 260)
onDecoded : Phaser.Signal The onDecoded event is dispatched when the sound has finished decoding (typically for mp3 files) Source code: sound/Sound.js (Line 220)
Page 146 of 535