Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

I need a very detailed website, tutorial or article that explains how to design animation sprites for iPhone games. Most preferably the article should be suitable for people with no coding background.Please help.

share|improve this question
1  
Why do you need an entire article? It's just a sequence of images that show the different steps of the animation. They don't have to be the same size, or all in the same file for that matter, but that usually makes stuff easier. – TravisG Jan 2 '12 at 23:19
Are you asking for technical guidelines? Or what do you mean by article that explains how to design animation sprites? – bummzack Jan 2 '12 at 23:23
4  
It's really simple: Make a bunch of images, then give them to your programmer and tell him to make it work. – eBusiness Jan 2 '12 at 23:28
1  
Use the search function. Asking for links to articles is pure laziness. – stephelton Jan 3 '12 at 0:01

closed as not constructive by Ricket Oct 26 '12 at 16:05

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

Go to the website for Texture Packer (it's a tool for combining animation frames into spritesheets) and read the tutorials.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.