is it possible to just put it in one condition?
Could you explain it a bit more ?
like split second touch of the screen e.g like a click
Develop games in your browser. Powerful, performant & highly capable.
You could have a variable that starts counting up when in touch. Then you can set it so that if touch ends and the variable is below a certain threshold, the action is triggered. The lower the threshold, the faster the required tap.
Have you tried the Touch plugin?
Hutto that's what im using
i know it sounds ludicrous wish there was a "On Tap" condition like "On Click" from the mouse plugin.
anyone think this could be applied in a later version of construct 2? from Ashley if he sees this hopefully
There is the on touch condition and the on touch end.
these are the same as the on click and on mouse button released as far as I know.