It looks like you're new here. If you want to get involved, click one of these buttons!
Hello everyone, I was wondering how I could use an animation I made for a game in codea. Do I import each frame and build the animation using code or is there a way to import the gif?
I looked online but came up short on some help with this, so I thought it'd be easiest asking here, thanks!
Comments
Codea can't show gifts, so you need to split it into separate images. The usual approach is to put them all onto a single image ("spritesheet"), then Codea can load each part of that image one at a time.
Here is an example
http://www.gamefromscratch.com/post/2014/10/26/Guide-to-Creating-a-Game-on-an-iPad-Our-First-Project-Adding-Spritesheet-support-to-Codea.aspx