0

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!

Oskar Eriksson
  • 845
  • 1
  • 9
  • 28
  • I would be surprised if there is more than one body for the characters. It's probably just one body, with the moving leg parts just drawn over it depending on the current movement. – iforce2d Nov 26 '13 at 11:39
  • 1
    Just as the comment from @iforce2d said, I doubt the animation is really multiple bodies. There does not appear to be any collision response, etc., related to the feet that is different from the entire body...they may not even be using a physics engine. – FuzzyBunnySlippers Nov 27 '13 at 18:09

0 Answers0