jkigel
jkigel

Reputation: 1592

cocos2d how CCSprite to appear on screen

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

Answers (1)

Marko Hlebar
Marko Hlebar

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

Related Questions