-
Joystick Testing
I know I just posted another thread, but I'm making a platformer app and I set the frame to Device: Touch Joystick and then I basically said Repeat while player one moves left, by reading a joystick state. This works with the arrow keys, but how do I control the joystick, the grey one, in the corner of the screen?
Please help!
-
Hi, it's been awhile since I've made a game using a joystick but don't you need to set the input device to 1 or something? (I think 0 is for the keyboard). I believe this is under the Player Control collumn.
Sorry if this advice is crap!
-
But for iOS games it doesn't give you that option. You can't change the default.
-
XStar - I think you need to set your application or frame to use an extension for your virtual joystick. Then add the Joystick object to your frame. Search for joystick in the iOS forums and you should find the right way to do this. Handy tip: You might want to post in the iOS forum for iOS specific queries.
-
I'll do that, I didn't know there was an extension needed.