I want realize a JoyPad, so when the user touches the right arrow, the character must go forward.
With ccTouchesBegan method, the user must tap many times to move the character, while I want that when the user hold the button, the character moves.
Which method can I use?
Thanks.