Guest User

Untitled

a guest
Oct 24th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  if((_root.Wall.hitTest(_x+15, _y, true)) && (_root.Wall.hitTest(_x-15, _y, true)) && (_root.Wall.hitTest(_x,_y+15, true)) && (_root.Wall.hitTest(_x, _y-15, true)))
Add Comment
Please, Sign In to add comment