Hi
I'm making a two player game on one device and I can't get the touch to work properly. In the manual it says "The Touch object supports multi-touch. This is most useful with the On touched object and Is touching object conditions,..."
I have 2 players and 2 objects:
+ Is touching P1field --> P1 move forward 5 pixels
+ Is touching P2field --> P2 move forward 5 pixels
My problem is that only the first touch is triggered, so whoever starts the touch first, they will move and the other player has no control.
What can I do to make sure both touch inputs are detected?
Thank you