How to deal with Character body parts from Design to Cocos2d

Posted by Edwin Soho on Game Development See other posts from Game Development or by Edwin Soho
Published on 2012-11-18T00:53:19Z Indexed on 2012/11/18 5:20 UTC
Read the original article Hit count: 292

I'm trying to figure out the pattern the game developers use together with game designers:

See the picture below with the independent parts:

enter image description here

Questions:

1) Should I create different image parts from different body parts or keep frame by frame animaton? (I know both can be used, but I'm trying to figure what is commonly used in the industry)

2) If I'm going to generate different image parts from different body parts (which is I thing is more logical) how would I export that to Cocos2d (Vector or Bitmap)?

© Game Development or respective owner

Related posts about game-design

Related posts about sprites