Thread: Gravity....
View Single Post
  #9  
Old 04-10-2004, 07:42 AM
Dach Dach is offline
call me Chad, it's cooler
Dach's Avatar
Join Date: Aug 2002
Posts: 1,899
Dach is on a distinguished road
the position (playerx,playery) is at the top lefthand corner of the player, use playerx+1.5,playery+2 it's not exact (playery+1.96875 is right) but there is hardly a difference so it doesn't matter

onwall is a function

ack, I just noticed, don't use a while loop for that, use a timeout
__________________
Scripting Documents:Old Script Documentation-Movement Tutorial
Reply With Quote