Posted by fiXXXer on January 28, 1998 at 17:05:04:
In Reply to: will using ApplyForce cause an acceleration? posted by Raptor [JiB] on January 28, 1998 at 16:29:11:
Try putting the applyforce command under a if
like:
if(GetThingVel(vehicle) <= limit)
else just return.
and on the die command just put a StopThing(vehicle);
fiXXXer