• 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!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Android Multi touch for android

issam

Member
Hello,
I am making a mini game for blind people, its should be playing rhythms by 3 fingers and the 4th for record as in picture below, now I need to add multi touch feature to play rhythms together, as I read the code should be like that:

"
for (var i = 0; i < 4; i += 1) {
if (device_mouse_check_button_pressed(i, mb_any)) {
audio_play_sound(b1,1,0)
}}
"


I put that code in every 3 beating objects in press event but it is not work, So how can I make it work please?

Screenshot_20200420-231708_bpg rhthms maker (As YoYo Runner).jpg
 
Top