1 decade ago by is2dark4u
First of all, hello to everybody.
Secondly, my problem. I`ve defined my buttons just like Dominic defined them in his Biolab`s index.html. And in mai.js i`ve devined like this:
But, when I`ve tested them on Galaxy S mobile, I can't touch two buttons in the same time. I mean, if I want to move right and jump in the same time, I can't.
Can enybody explain how to make multitouch with my buttons? Thank`s!
Secondly, my problem. I`ve defined my buttons just like Dominic defined them in his Biolab`s index.html. And in mai.js i`ve devined like this:
init: function() { ig.input.bind( ig.KEY.LEFT_ARROW, 'left' ); ig.input.bind( ig.KEY.RIGHT_ARROW, 'right' ); ig.input.bind( ig.KEY.C, 'jump' ); ig.input.bindTouch( "#buttonLeft", 'left'); ig.input.bindTouch( "#buttonRight", 'right'); ig.input.bindTouch( "#buttonJump", 'jump'); }
But, when I`ve tested them on Galaxy S mobile, I can't touch two buttons in the same time. I mean, if I want to move right and jump in the same time, I can't.
Can enybody explain how to make multitouch with my buttons? Thank`s!