how to tokamak detect object not moving again?

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

bulat(Posted 2008) [#1]
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...


Tom(Posted 2008) [#2]
Try:

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