Know when motion stops
peaston
Member, PRO Posts: 25
Hi all, I drawing a blank today.
I have a spawned ball that bounces down a tunnel but I need to know when it motion stops so it can go to player twos turn
pete
Comments
Inside the ball check it's own velocity for zero (or better, less than a low threshold value like 0.0001) and then set a game attribute to stopped?