Thread: Gravity
View Single Post
  #2  
Old 08-17-2006, 08:08 AM
Yen Yen is offline
Banned
Yen's Avatar
Join Date: Oct 2005
Location: Nova Scotia, Canada
Posts: 1,085
Yen is an unknown quantity at this point
Send a message via AIM to Yen Send a message via MSN to Yen
Use a for() to check every pixel for blockage between where the player is and where the player is moving to in the next step. When the player is blocked, move the player to the previous pixel.
Reply With Quote