Mythili
Mythili

Reputation: 189

How to run .gif file in cocos2d

Is it possible to run .gif file in cocos2d for iphone

Upvotes: 0

Views: 3680

Answers (2)

DevEarley
DevEarley

Reputation: 221

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

Read this.

Upvotes: 2

cc.
cc.

Reputation: 3051

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.

Upvotes: 0

Related Questions