iphonic
iphonic

Reputation: 12717

Create character with Images in Box2D on iOS

I have images of a character including (head,leftarm, rightarm, body,leftleg,rightleg etc).. I want to join these images to create a character like ragdoll. There is tutorial of joining the body parts but, I am not able to do this with images and sprites.

Can anyone help me.

Thanks.

Upvotes: 1

Views: 702

Answers (1)

Matisse VerDuyn
Matisse VerDuyn

Reputation: 1138

Yannick Loriot wrote a tutorial here: http://yannickloriot.com/2011/06/box2d-ragdoll-example-for-cocos2d/

The blog post points to the working source code for the app: https://github.com/YannickL/Box2D-Examples

Upvotes: 2

Related Questions