Paraknight

Freakout

Aug 26th, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // freak out up/down
  2. setInterval(function(){ig.game.O4187.vel.y=-100000;}, .1); setInterval(function(){ig.game.O4187.vel.y=100000;}, .2);
  3. // freak out left/right
  4. setInterval(function(){ig.game.O4187.vel.x=-100000;}, .1); setInterval(function(){ig.game.O4187.vel.x=100000;}, .2);
  5. // freak out rave
  6. setInterval(function(){ig.game.O4187.vel.y=-100000;}, .1); setInterval(function(){ig.game.O4187.vel.y=100000;}, .2); setInterval(function(){ig.game.O4187.vel.x=-100000;}, .1); setInterval(function(){ig.game.O4187.vel.x=100000;}, .2);
Add Comment
Please, Sign In to add comment