I have 8 .pngs that when i use them fast in sequence its looks like a nice animation of a hand opening and closing.
The way I could do this is to create a UIImageView and then use an NSTimer to call a function every 200 milliseconds to change the image shown by the UIImageView to the next image in the sequence.
Is there a better way of doing this that I don't know of on the iphone?
Many Thanks -Code
CCAnimationis like a framebuffer of sprites. You can even pre-load it into aCCAnimationCacheso you just call the action on the sprite whenever you need it. Quite useful. I use it here. – Stephen Furlani Jan 19 '11 at 20:40