Guest User

Untitled

a guest
Jan 24th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. ;(function ()
  2. {
  3. troubadourModeAchieved()
  4. overNyanThousandAchieved()
  5.  
  6. var secs = prompt("How many seconds should I say you have nyaned for?"),
  7. mute = confirm("I'm going to mute the audio."),
  8. fire = confirm("I'm going to make the background change randomly.");
  9.  
  10. startTime.setTime( currentTime.getTime() - parseInt(secs) );
  11. mute && soundManager.mute('loop');
  12. fire && setInterval( blowUpBackground, 150);
  13. }
  14. )();
Add Comment
Please, Sign In to add comment