Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
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
When enemy collide with player it display Game over text less then 1 second, whereas i want to display game over text until user restart the game
On start of layout - set text to invisible
Player on collision with enemy - set text to visable
Develop games in your browser. Powerful, performant & highly capable.
Also its probably better to create it when you need it, so you don't have it around when not needed, like so:
On collision with Enemy Create Object txt_Endgame at position (X,Y) On click btn_RestartGame Destroy txt_Endgame [/code:3nmhilh1]