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
Hello, in my game I added a slap game over when my character dies with an audio sound that accompanies the display of the game over, when my character dies the sound is playing well but the game over does not display, I do not understand? Thank you in advance for your help.
dropbox.com/s/e1ig27oi0xijneh/FunShooter%20%289%29.c3p
There are 2 issues. One is that the game over object is set to fade out and be destroyed at the start of game (initially enabled), and also the layer that the game over object appears on is set to be invisible in the options.
Develop games in your browser. Powerful, performant & highly capable.
Thank you very much for the remark, I didn't look closely into the settings
Help, using it, I just removed the faded behavior and defined the visible layer initially, I tried again, it still doesn't work? This is what can prevent it from working, I but the link of the updated game.
dropbox.com/s/f56w966arzhk117/FunShooter%20%289%29.c3p
You made the game over object visible not the layer, select the layer GameOverCalque 0 and on the left side options tick the box 'initially visible'
Thanks, it works.