Detecting double touch

TraXsiv2TraXsiv2 Member Posts: 29
edited November -1 in Working with GS (Mac)
lets say i have a game where if you touch a spot on the screen it spawns an actor. In my game if you use touch the screen in different places at the same time it glitches it. Is there a way to detect a double touch or multi touch so i can turn that off.

Comments

  • firemaplegamesfiremaplegames Member Posts: 3,211
    In your case, use When Mouse is Down instead of When Touch is Pressed.

    It will have the same effect, but will act like one touch.
  • ORBZORBZ Member Posts: 1,304
    What FMG said is true, but also there is if Touch.count > 1
Sign In or Register to comment.