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
Hi guys,
I read from the manual about the Timer behaviour: scirra.com/manual/167/timer
I would like to create a simple button that once pressed display a timer (think something similar to a music player) How do I do that?
Thanks!
Check this tutorial :
https://www.scirra.com/tutorials/450/timers
Thanks, very nice tutorial, I didnt notice there was also the capx file to download!
I manage to use the "time" system expression, how do I reset it when I change layout? (despite I reset the layout once I go back the time is still counting)
Develop games in your browser. Powerful, performant & highly capable.
You can't alter the time system expression, that's why you should be using the timer behaviour, or at least keep track of the time 'On start of layout' and subtract that from the current time.