Guest User

Untitled

a guest
Jul 22nd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function randomNumber1(){
  2.     var n = Math.floor(Math.random()*4);
  3.     switch(n){
  4.         case 0:
  5.             ghost1Left();
  6.             break;
  7.         case 1:
  8.             ghost1Right();
  9. e
Add Comment
Please, Sign In to add comment