Can someone outline for me the steps needed to get the different IDs for two different touches that occur simultaneously?
I have two large invisible sprites, each set to width = layout.width/2. If the player touches on the left side of the screen, this creates an on-screen control. If the player touches the right side of the screen, this creates a different on-screen control.
You can check out what I currently have here: Icarus. Note that you have to be playing on a tablet or mobile device to test both touch controls.
What I have sort-of works right now, but when I add the second touch, the on-screen control shows up where the first touch is, causing both controls to overlap.