autoplay : boolean Boolean indicating whether the sound should start automatically. Source
allowMultiple : boolean This will allow you to have multiple instances of this Sound playing at once. This is only useful when
key : string Asset key for the sound. Source code:
name : string Name of the sound. Source code:
[readonly] pendingPlayback : boolean true if the sound file is pending playback
[readonly] isDecoding : boolean Returns true if the sound file is still decoding.
resume() Resumes the sound. Source code:
fadeTo(duration, volume) Fades the volume of this Sound from its current
loop : boolean Whether or not the sound or current sound marker will loop. Source
fadeTween : Phaser.Tween The tween that fades the audio
Page 5 of 6