Is it possible to run .gif file in cocos2d for iphone
A:
I assume you mean an animated GIF. If so, no, not directly, but you could extract the frames and run them using any of the usual animation classes.
cc
2010-07-17 04:43:15
A:
CCSpriteSheet works really well for animating with spritesheets, you'll need a way to generate the spritesheet from the animated gif.
Okiedoke
2010-07-19 01:39:29