views:

34

answers:

2

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
A: 

CCSpriteSheet works really well for animating with spritesheets, you'll need a way to generate the spritesheet from the animated gif.

Read this.

Okiedoke