We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hey, I was creating a game and was wondering if there was a way I could have a joystick in the bottom left of the screen while being able to shoot by pressing anywhere on the right side of the screen. The code I currently have stops the joystick when you shoot and you have to let go of the joystick and then tap it again. Thanks.
Answers
show your code?
You will have to track multiple touches using the touches array. Not done it myself yet ... there is a basic example on the Android mode website
http://android.processing.org/reference/multitouch/touches.html