Ok.. I've recently found that my chars WONT MOVE at all.. if I hit the left he'll face left but not move, as it is the same for the up, down, and right buttons.. I'm sure it has SOMETHING to do with my Move() proc.. so if anyone can help me devise a new one I'd be thankful.. here is my current Move() proc..
Move()
if (isDead())
return 0
return ..()
ID:150215
Nov 27 2001, 2:40 pm
|
|
Nov 27 2001, 4:53 pm
|
|
That looks fine. I suspect the trouble is in your isDead() proc.
|