Multi-touch with split screen game
Hi All,
I am developing a game that causes an actor to be destroyed on touch. How do I configure a scene to allow 2 actors to be touched (and destroyed) simultaneously? Right now I have to touch one and then the other but I want the player to be able to use 2 fingers at once to destroy both.
Thanks in advance,
Jack
I am developing a game that causes an actor to be destroyed on touch. How do I configure a scene to allow 2 actors to be touched (and destroyed) simultaneously? Right now I have to touch one and then the other but I want the player to be able to use 2 fingers at once to destroy both.
Thanks in advance,
Jack
Best Answer
-
The_Gamesalad_Guru Posts: 9,922
The problem with multi touch is it sees exact silmutanious touches a one touch so first I would try adding when actor recives event touch is pressed inside and see if that works. If not I know I can write code to make this work but would need to test it on adhoc.
Answers