I have a sprite which will move right,left and jump.
I need to add the action to a animated sprite ie an animated sprite should jump, turn right and left.
Can anyone please tell me how to do it with sample code.
I have a sprite which will move right,left and jump. I need to add
Share
This is quite simple with cocos2d code here:
Now for the sequence you intend to do…
Hope that’s clear.
-Oscar