Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
Hello, after some research I did not find what I want to do:
How to calculate / retrieve the duration of touch? It's possible?
Thank you
Start a timer when the touch starts, stop it when the touch ends. By 'timer', I mean a variable where you add dt every tick, since there's no object to which to apply the timer behavior.
Develop games in your browser. Powerful, performant & highly capable.
Good idea. I'll try to do it like that.
Thank you sqiddster