Hi folks. I am looking to build a short series of cogs. The first will be powered, either with the rotate plugin or via a physics value, and the rest will respond and spin around like real cogs.
I am nearly there - the cogs are sprites with lots of points in the collision polygon (touch wood it hasn't slowed anything down) and I have each cog locked in place to an "immovable" polygon with a distance join.
I have the first cog moving and making the next cog spin, but as soon as they make contact they keep drifting away from each other, despite the distance join. messing with friction seems to have no effect.
Is there a way to constrain the movement to just spin on the spot, with no x or y movement at all? Or at least have them "bounce" back to their original position - actually, that would look cool.
I'm sure I am overlooking something obvious - can someone point me in the right direction?
Thanks,
Steve