How do you order the animation of a sprite one after the other in cocos2d ?

Posted by srikanth rongali on Stack Overflow See other posts from Stack Overflow or by srikanth rongali
Published on 2010-03-18T06:00:21Z Indexed on 2010/03/18 6:31 UTC
Read the original article Hit count: 344

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.

© Stack Overflow or respective owner

Related posts about iphone-sdk-3.0

Related posts about cocoa-touch