Problem with multi-touch
Hey,
what to do if 3 actors have to get 3x pressed, but when I hit the screen with all my fingers I all hit too quick,
like cheating...how to avoid this problem?
So that multitouch does not work anymore...
thx
what to do if 3 actors have to get 3x pressed, but when I hit the screen with all my fingers I all hit too quick,
like cheating...how to avoid this problem?
So that multitouch does not work anymore...
thx
Comments
1)
Create a rule that says when touch is pressed AND when touch.count=1
Then have a separate actor on your hud with a graphic that says something like "Use only one finger you big fat cheater!" Set this actor's alpha to 0. Have a rule that says if touch.count >1 change alpha to 1 otherwise change alpha to 0.
2)
Create a small invisible actor
constrain it to touch1.X and touch1.Y
In your actors have a rule that says when mouse is down (it will work for touch devices, trust me) AND when overlapping with invisible actor
How to do in this case?
Thank you
My GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx
Also your second rule doesn't make sense or?