Tagged Questions
1
vote
2answers
490 views
Using two joysticks in Cocos2D
Here is what I am trying to do: With the left joystick the player can steer the figure and with the right joystick it can attack.
Problem is that the left joystick seems to get all the input, the ...
0
votes
1answer
474 views
Cocos2D: Change animation based on joystick direction
I'm trying to get my figure to look in the right directions, based on the input of the joystick. So if I tilt left it looks left and the left animation is used, if I used right, it looks right and ...
0
votes
1answer
644 views
Help implementing virtual d-pad
Short Version:
I am trying to move a player around on a tilemap, keeping it centered on its tile, while smoothly controlling it with SneakyInput virtual Joystick. My movement is jumpy and hard to ...