Hi,

I'm trying to simulate a Newton's Cradle. Well, I'm actually trying to construct one. I've the five adjacent balls, all hung from hinge constraints, and when I pull one back, it collides (as it should), but rather than transferring the momentum from ball to ball until the last one swings up, the other four balls move as a unit away from the original ball, then back to it, where the five are once again all united, and swing as a unit.

Is there a way to turn off/adjust the conservation of momentum in the A6 implementation of Newton? Or is there at least a way to add and subtract forces so that I can simulate the transfer?

Thank you in advance :-)