Combine different parts of sprites to form a single sprite in cocos2d-x in ios game using c++ -
i starter in cocos2d-x.i have multiple sprites of arms legs eyes etc.i want create single sprite ,suppose human out of has arms,legs,eyes,head,body etc.how it..as have animate them , make human walking , have kill on touch.any 1 here please tell me logic in cocos2d-x using c++
cocosbuilder can used assembling body parts. laying down each sprite own layer, can animate them, create different animations walking, dying.
tutorials :
http://www.raywenderlich.com/23996/introduction-to-cocosbuilder http://www.plungeinteractive.com/blog/2012/10/29/using-cocosbuilder-on-cocos2d-x-games/
Comments
Post a Comment