Know when motion stops

peastonpeaston 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

  • adent42adent42 Key Master, Head Chef, Executive Chef, Member, PRO Posts: 3,054

    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?

Sign In or Register to comment.