Hey everybody, I have a question about smooth iphone controls.
In my game, When I want my player to move left or move right, I have to pick up my finger and press down on the other direction.
Is there a way we can move just by sliding your finger from the left button to the right button?
Now I've tried "Mouse Enter" and "Mouse Leave", But the problem is I have my character set up to jump also. And when I press down
on the jump button, It triggers the "Mouse Leave" function for the "Right Button" thus making my character stop moving on the x axis,
and only allows him to jump on the y axis.
Any help would be Greatly appreciated!
-RippeR