I'm using XNA 4.0 with Farseer Physics 3.5 and would like to do a walk animation like seen in the game "Ibb and Obb" http://www.youtube.com/watch?v=2iif636QAcc. However there are many different animation when they're changing direction, standing still etc. I'm more than happy to be able to duplicate the run/walk animation
The player consists of, afaik, three bodies; the main body, and two leg/foot bodies. However I can't figure out which joints to use to make the legs move in a similar fashion.
Any Farseer/Box2D guru that might have an idea where to start, I'm clueless atm. Thanks!