I am trying to make a jump a sprite using ccTouchesBegan and move using ccTouchesMoved . It jumps when I use Touchesbegan But when I try to move the sprite using TouchesMoved it moves but also jumps. How to fix the problem? plz help.
feedback
|
|
I can give you an idea...not sure if it will work or not...:D ** if touch moved than do nothing in the touchEnd else Jump your sprite in touchEnd method. | |||||
feedback
|