I am new to cocos2d-android. I want to add CCJumpTo using touch event in my code. But I don't know how to fix it. plz help.
feedback
|
|
override ccTouchesEnded in your CCLayer and create a point where you want the jump to go to like this
where aHero is the sprite you want to jump, it'll make the sprite jump [once] to the touched area and reach there in 2s with a jump height of 100 | |||||||
|
feedback
|