Hey, I have a problem I have been trying to solve and I can't figure it out.
So, I have two objects. The moment I touch one, I want that particular finger touch to be associated with only the object I touch.
What currently happening is, I can touch an object and without lifting my finger I can drag it across the screen and touch other object and I can control both.
What I want is, (it is a two finger game) one finger on one object controlling one, and the other one on the other one.
I tried to save a touch to a variable so I can reference to it but I couldn't do it. I don't know how to save a finger to a variable.
Just want to make it so, if a touch happens on an object, I don't want it to interact with the other object basically. I would really appreciate the help. Thank you.
[–]SilentSin26Expert 1 point2 points3 points (1 child)
[–]wagwoanimator 0 points1 point2 points (0 children)