How to make joysticks?

jblb2424jblb2424 Member Posts: 65
Hello :)

I have a quick question. I have a game where i use a joystick to control a ball through obstacles. However, the joystick is really get in the way of the game, so i want to fix the game so that the joystick IS the screen. For example, if you slide your finger upwards and rightwards anywhere on the screen, the ball will go up and right as well. Is there a way to do this? Thanks! :)

Answers

  • kinzuakinzua Member Posts: 554
    @jblb2424 have an invisible actor called 'touch'.. on startup, change its size to screen size.. use this actor to detect touch and there u go.. hope this helps..
Sign In or Register to comment.