To stop a motor, you can sometimes just use
hinge.setAngularMotor(true, 0.0, someHighValue);
but if the mass is too large it doesn’t stop, even if you set somevalue to Number.max
but using
hinge.setLimit(sameValue, sameValue)
will stop it dead.
Realy need this, pretty please