Advertisement
Guest User

Untitled

a guest
Mar 24th, 2013
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Global playerX = 0;
  2. gloval playerY = 0;
  3.  
  4. ;main loop and stuff
  5. controlls(playerX,playerY)
  6. ;end of mainloop and stuff
  7.  
  8. function lelcontrols(x,y)
  9.  
  10. if keyDown(keything) then x = x + 5
  11.  
  12. end function
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement