Hey all,
My game requires multi touch. What im doing is that you select a character and drag and he follows and if you touch on the other half of the screen he shoots. this works right now without the dispatcher but after you tap the other half of the screen you have to reselect the player. I thought that i would be able to fix this using the touch dispactcher but the problem im running into is that i have subclassed sprite and in my game layer init i have a loop that creates all of the players, which causes some problems with the dispatcher such as to select the first sprite i have to touch the last sprite and the first one is the only one i can select and once i take my finger off i cant select him again.
I guess my question is if its possible to do what i want with the dispatcher or if it would be easier to do it without and if so how?
Thanks
-Lars