Hi..
For an example, imagine a Air-hockey type of game (horizontally), split in two halves with a vertical line in the center.
Now to control the paddles, I cannot find a way with the existing Touch events like "Nth touch", because in Two-player game, any player can lift and press their touch at anytime, which will change the N'th number.
Can someone please help me with an algorithm to enable controlling two objects' position (X and Y), based on the nearest Touch?
Note: I already tried with: If Touch.X > Layout.Width/2, and its Else. But the action (let's say Paddle.X set as Touch.X) does not refer to the correct player's touch.
Please help,
Thanks!