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
Basically I have the minute and second timer running but I can't find a tutorial on how to stop the timer once the game is over and how to display it as the score on the score layout.
make 2 new vars
score=0
playing=1
add an event
every 1 second
if playing = 1
add 1 to score
when you want to stop counting change playing to any other value
you can display this var in any text object.
and for resetting set score to back to 0.
I'm sorry all this went over my head.
Develop games in your browser. Powerful, performant & highly capable.
here you go:
[attachment=0:27yvre74][/attachment:27yvre74]
Thanks, I was also able to get help from a friend as well.