Character Movement Animation
Posted
by Kartik Kolluri
on Stack Overflow
See other posts from Stack Overflow
or by Kartik Kolluri
Published on 2010-04-25T04:07:52Z
Indexed on
2010/04/25
4:13 UTC
Read the original article
Hit count: 401
Hi Guys!
I've read a lot around everywhere, but wasn't able to make a simple character movement animation. What I have is a PNG file and an associated PLIST file with all the frames for a "walking" animation of a character that I want to run when the user touches the screen. I want to loop that animation and also at the same time, move the character to the right or left.
I want to use Cocos2D in doing this. Does anyone have any code pieces or suggestions on how to do that?
Thanks in advance!
© Stack Overflow or respective owner