how to tokamak detect object not moving again?

Blitz3D Forums/Blitz3D Programming/how to tokamak detect object not moving again?

I make golf game, but i am handicap to know that ball stop after being hit. I don't know with parameter what to know if it still again.
please help me...

Try:

If TOKRB_IsActive(RigidBody) = True
  ;Still moving!
End If