Hey folks, trying to grasp the idea on how to find out to do the following:
+If player touches and holds screen(in touch) for more then 2 second...
Does construct allow in touch to be calculated by how long the player holds down on the screen.
I am trying to do the following:
+ If player or holds down screen for more then 2 seconds, then gets a burst of speed to that position.
Or... the other way..
+ If player taps on screen 2x (quickly.. like double tap). then the player gets boost.
Any ideas on how to do either of these.
Thanks