I am learning cocos2d and iphone development.
Would like to create a game.
Want some one to create a demo that shows the following.
Using a sprite sheet - single png image with many animation frames on it.
Load sprites into Atlas manager then create an array of animations (atlasanimation) from the png file
Then create a game class that contains an array of sprites show how to
a) load and display animations from the array and apply them to sprites in the sprite array. How to stop/start/change them.
b)when sprite is clicked show it animate again.
c) This should be applied to a scene or layer.
I will take the demo and use it to complete my game.