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
I created a classic platform game. I added a highscore by choosing "add global variable". But now when the charakter reaches the finish line the game must end somehow. I?d like to create a final score that pops out as soon as my character touches the finish line. Please help me! The most important thing is that the game has to end somehow by showing the final score.
Develop games in your browser. Powerful, performant & highly capable.
1.- Make the score invisible from the start (hint: use a hidden layout)
2.- Trigger visibility when the user reaches finish line.
3.- remember to turn off character movement too.
free tip: hidden buttons must be disabled when hidden!