What would be the best way to track each individual multitouch and give each touch an assigned number?
What I'd like to accomplish is have 5 individual sprites appear at the tips of your fingers as you touch the screen with them. So if you have 4 fingers touching the screen, sprites 1-4 will be appearing at the tips of your fingers. If you remove a finger, 1-3.
How would I make it so order matters, which finger was picked up/released?
How would I make it so order doesn't matter?
I hope I'm making sense. I want to know which touch was the 1st touch on the screen, which was the 2nd, 3rd, 4th, or 5th, and if I pick up the 2nd or 3rd finger, I want the numbers to be re-assigned to the remaining fingers on the screen...
Thanks for the help!!