var boingSound = new Audio("http://slashgame.net/boing.wav"); function playSound() { boingSound.currentTime = 0; boingSound.play(); }
No comments:
Post a Comment