Game Development Community

Graphics distortion on collision when moving in two directions

by Spencer Grey · in Torque Game Builder · 06/16/2006 (10:41 am) · 2 replies

Whenever my player runs into a wall and I'm holding down two arrow keys (ie: the up key and right key as I run into a corner), the graphics wobble. It seems to me like the camera is trying to move in those directions, but rubberbands back right away (just my guess).

Any idea why this is happening and what to do about it?

#1
06/16/2006 (10:49 am)
I think you suspect right. Try to set the player at rest when he is colliding with a wall.
#2
06/16/2006 (11:12 am)
Thanks. Now that I know its not just me, I'll actually take the time to fix it ;)