IsThingMoving
Checks to see if a thing is moving and returns a boolean value. This verb will return true unless the thing is completely stopped. Syntax:
boolean
=
IsThingMoving(thing);
Alternatives:
VectorLen() &
GetThingVel()