Force touch release
![thelogobar](http://forums.gamesalad.com/applications/dashboard/design/images/defaulticon.png)
Is it possible to simulate a touch release command? Im trying to prevent the player keeping their finger constantly on the screen, as we can't control their fingers can I fake a touch release event?
For example when touch is pressed, after 2 seconds change touch to released?
For example when touch is pressed, after 2 seconds change touch to released?
Best Answer
-
tenrdrmer Posts: 9,934
You could have all your rules for touch is pressed and released based off a boolean being true or false and then have a rule when touch is press change to true after 2 seconds change to false.
Answers