Hi All,
I am creating two Animation character using CCSpriteBatchNode.
I have used zwoptex tool and from that created same png and plist file using same CCTexture for two animations. So I got solved "Assertion layer error",
I have my main character moving on touch and frequently Monster coming from right side.
Now Monster Animation is done properly, but problem is that when I try to call my first char on touch, It get replaced to the monster.
as Moving Monster function is called frequently.
I have done first char animation call in Init function and calling move action on Touch.
can anybody refer example which can be helpful to call number of animations at same time?
Please help.
Thanks.
I am creating two Animation character using CCSpriteBatchNode.
I have used zwoptex tool and from that created same png and plist file using same CCTexture for two animations. So I got solved "Assertion layer error",
I have my main character moving on touch and frequently Monster coming from right side.
Now Monster Animation is done properly, but problem is that when I try to call my first char on touch, It get replaced to the monster.
as Moving Monster function is called frequently.
I have done first char animation call in Init function and calling move action on Touch.
can anybody refer example which can be helpful to call number of animations at same time?
Please help.
Thanks.