Reputation: 1592
I want to animate the way a CCSprite appear on screen. At the moment I'm using "addChild" to display the sprite on screen but I want it to appear on screen with animation.
Is is possible?
Thanks
Upvotes: 0
Views: 464
Reputation: 1973
Try reading through the Cocos2D programming guide, there is a subject on animation with source code there. http://www.cocos2d-iphone.org/wiki/doku.php/prog_guide:index.
Upvotes: 2