Im using chipmunk to move my character like this:
[character applyImpulse:ccp(Velocity.x, 0)];
Velocity is calculated via a response to a joystick. However when I let go of the joystick (the movement is then zero) the character slides from the force of the movement. Is there a way to get the character to stop as soon as I let go of the joystick?