View Single Post
  #17  
Old 02-06-2002, 11:56 AM
Faheria_GP2 Faheria_GP2 is offline
Banned
Faheria_GP2's Avatar
Join Date: Oct 2001
Posts: 1,177
Faheria_GP2 is on a distinguished road
when the player is up, y is decreasing so vecy = -1, and x is staying the same so vecx = 0

when the player is right, y is staying the same so vecy = 0, and x is increasing so vecx = 1

and so on...
Reply With Quote