Hi,
I want to allow the player sprite in my game that when they touch a box2d object, it will follow them, what is a good way to do this? Is it just a matter of detecting the body you have collided with and then set this body to just be the player sprites body position?
Regards,
Steve