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.
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'
Develop games in your browser. Powerful, performant & highly capable.
Thanks, it works.