Detecting 2 mouse touches
Ninja
Member Posts: 7
Hi,
How do I detect 2 touches to trigger an event? In order word, when the player taps 2 fingers (together) on the screen, it will cause some event to happen. Cheers.
How do I detect 2 touches to trigger an event? In order word, when the player taps 2 fingers (together) on the screen, it will cause some event to happen. Cheers.
Comments
When devices.touch count = 2
Then <insert behaviour>
You can find the touch count option inside Devices > Touch