tags:

views:

293

answers:

1

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

A: 

Here is a link for the actions using cocos2d. You could create an action with the positions and run the action when you want.

Actions

There are multiple actions for changing a sprites postion.

position

  CCMoveBy
  CCMoveTo
  CCJumpBy
  CCJumpTo
  CCBezierBy
  CCBezierTo
  CCPlace

You will find the links there.

alJaree