Home | History | Annotate | Download | only in resources

Lines Matching full:playsound

509         this.playSound(this.soundFx.SCORE);
589 this.playSound(this.soundFx.BUTTON_PRESS);
658 this.playSound(this.soundFx.HIT);
718 this.playSound(this.soundFx.BUTTON_PRESS);
739 playSound: function(soundBuffer) {
1742 var playSound = false;
1753 playSound = true;
1791 return playSound;