Advertisement
Guest User

Untitled

a guest
May 24th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // insert code for mouse click here
  2.  
  3. sym.$(".instructions").hide();
  4.  
  5. sym.getSymbol("spritessheet_symbol_1").playReverse(1200);
  6.  
  7. window.setTimeout(function() {
  8.  
  9. sym.$("Golf_Club_Swing-SoundBiblecom-1724786007")[0].play();
  10.  
  11. }, 420);
  12.  
  13. window.setTimeout(function() {
  14.  
  15. sym.$("plons")[0].play();
  16.  
  17. }, 3830);
  18.  
  19. window.setTimeout(function() {
  20.  
  21.     sym.getSymbol("Ball2").play();
  22.  
  23. }, 520);
  24.  
  25.  
  26. window.setTimeout(function() {
  27.  
  28.     sym.getSymbol("spritessheet_symbol_1").stop(100);
  29.  
  30. }, 900);
  31.  
  32. window.setTimeout(function() {
  33.  
  34.     sym.$(".instructions").show();
  35.     sym.$(".i1").css("display", "none");
  36.  
  37.  
  38. }, 6000);
  39.  
  40. window.setTimeout(function() {
  41.  
  42.       sym.$(".i2").css("display", "none");
  43.  
  44. }, 8500);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement