Can any, someone please, please tell me how to get multi touch working?
I'm busting to get this game completed and I can't go any further until I get two actors drag-able at the same time.
@Jon, I've put in the .h and .a files you sent yesterday, no complaints any more in xcode :-) Just no multi touch either :-(
With code (1), all touch is simply ignored.
With code (2), it freezes all the actors, then when released the actors "catch up" (as if while my fingers are on the screen are Pausing all actors)
With code (3), it does the same as (2)
these are just some examples of what I've tried and to me when I read them, especially the first one it makes sense.
For each 'Started' touch point
I.E for each finger on the screen, if a finger touches self (and this code is attached to my actors)
set the x and y position to the x and y of each dragged touch point.
What am I missing?