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

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -