Quote:
Originally Posted by MrPenguin9
Hi, I am trying to make a 2d game but I want to know, how do I do sprite animation(The animation of something exploding or someone walking.)
Thanks
|
It depends on your approach, if you are doing your work in the drawRect method then,
afaik, you gotta do it all manually. But if you are using views, then search "animationImages" in the docs, that should get you started.