Other Ways to Disable Multitouch?

11clock11clock Member Posts: 450
edited November -1 in Working with GS (Mac)
Using the mouse controls to disable multitouch does not work well for me, because it allows you to just press down on the screen in front of the enemy while it passes to destroy it. You can also just "scribble" everywhere for an easy play. I do not want this, so are there any other ways to remove multitouch?

Comments

  • GamersRejoiceGamersRejoice Member Posts: 817
    You could create a rule that uses a boolean attribute, we'll call it "touchable" for example

    When Touch count Equal or greater than 1

    change touchable to true

    Another Rule

    When touchable equals true

    Timer: after .2 seconds change touchable to false

    Then all you'll have to do is make the actors only destroy when they are touched and touchable is true.

    I hope that helps, that's all I could come up with from your description.
  • 11clock11clock Member Posts: 450
    I just discovered something simpler. I set it so the touch only works if Count equals 1. It works flawlessly!
  • GamersRejoiceGamersRejoice Member Posts: 817
    Haha, ya you can do that. I was thinking you were having a different problem. I'm glad you figured it out.
Sign In or Register to comment.