I want to have two separate sprites follow two fingers around the screen. Is there a way to track input positions for two multi-touch?
Alternatively, I had both sprites set to "Drag & Drop" and that works, my only problem is that I want to not be able to move one without touching both sprites.
So either I'd like to be able to track two touches at once, or I'd like to only be able to "drag & drop" both sprites if they are both being touched at the same time.