One touch only

Is there a way that only one finger at a time can do something? I have multiple objects on the screen that are controlled by sliding left and right. But if I have two fingers touching the screen at the same time it screws up everything.

If you just use one touch from the touches array, i.e.

iPhoneInput.GetTouch(0)

instead of checking all of them, then you’ll just get one finger.

I was just looking for this and though I had found multitouch solutions and management this was just what I needed!

You see, that’s why I ask all these questions on the forum. Not because I need it, just in case it can help someone… :wink:

Dude- I get some inertia with the question-asking and you’ll have to do me like I do w/ my 5 year-old. “OK- that was twenty- give it a rest!”

Well, without the help of the community I would be nowhere by now but because everybody help each other my game is almost done and there’s no way I could have done this by my self.

I will put thanks to the Unity Community in the credits!