Actor jitter when stopped
monkeed
Member Posts: 22
I have a game where actors collide in the scene and then stop moving. sometimes the actors jitter around after they have stopped. Any ideas how to stop this slight movement?
Answers
It worked, kinda. still jitter but much less of it. Though when i control my player i have to wait 0.5 seconds before he can move in the other direction. Is there a better workaround this problem?
I used interpolate instead to get that nice smooth stop effect.