Detecting 2 mouse touches

NinjaNinja Member Posts: 7
edited November -1 in Working with GS (Mac)
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.

Comments

  • juzcookjuzcook Member Posts: 259
    Make a rule:

    When devices.touch count = 2

    Then <insert behaviour>

    You can find the touch count option inside Devices > Touch
Sign In or Register to comment.