Hi
I want to move a sprite on this path using cocos2d.
http://www.freeimagehosting.net/uploads/8436ca404e.jpg (stackoverflow does not allow new users to post image!)
Any help would me much appreciated!
Thanks
Hi
I want to move a sprite on this path using cocos2d.
http://www.freeimagehosting.net/uploads/8436ca404e.jpg (stackoverflow does not allow new users to post image!)
Any help would me much appreciated!
Thanks
Here is a link for the actions using cocos2d. You could create an action with the positions and run the action when you want.
There are multiple actions for changing a sprites postion.
position
CCMoveBy
CCMoveTo
CCJumpBy
CCJumpTo
CCBezierBy
CCBezierTo
CCPlace
You will find the links there.