• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Help with multi-touch

F

Federico

Guest
Hi guys, I'm creating a game for Android/IOS... this is a survival game, so I create a simple control system.
I was inspired by the movement system of the Gameboy, so I've create an Analogyc on the left (I use it for move the character in the room) and two action button on the right (button A and B)... Now, I use the device_mouse code: device_mouse_check_button (I set device on 0 and mb_left) for move the analogyc and for press the button. The game work nice, but if I press one of the action buttons while I'm moving the analogyc (or otherwise), these do not work. how can I press two (or more) touch control simultaneously.
Thanks for help
 
F

Federico

Guest
okay okay!!! I solved the problem ... it was a stupid thing
 
Top