Guest User

Untitled

a guest
May 30th, 2016
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. var audio1 = new Audio('http://freewavesamples.com/files/Yamaha-TG100-Whistle-C5.wav');
  2. setInterval( function() {
  3. if(document.getElementById('attack-btn') != null) { audio1.play(); }
  4. }, 15000 );
Add Comment
Please, Sign In to add comment