Guest User

Untitled

a guest
Mar 25th, 2015
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function UndoX(){
  2.     this.x = this.previousX;
  3. }
  4.  
  5. function UndoY(){
  6.     this.y = this.previousY;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment