How do you order the animation of a sprite one after the other in cocos2d ?
- by srikanth rongali
I have two sprites. Both should animate. But sprite1 should animate first and after completion of the animation of sprite1, sprite2 animation should start. Can I say to a sprite to run from a certain time and end at a certain time ? This is my problems. Please explain how can I do that.
Thank You.