Hi,
I have 2 on screen buttons to move left and right the player in a 2d game.
I'm using BOX2D and with method touchDown i set a linear velocity to the player, and it works.
But if the user keep the finger on the button, the player moves like a single touch and i need that it moves more times.
How can i do it?
Thanks
