Hey Guys, First time post here, thanks for providing so much help and advice, I cant imagine how lost beginner developers felt when they didn’t have access to all this information.
I have an issue where I have set player health to 500. As enemy lasers hit, doing damage of 100 a time, the health decreases as normal and reaching 0, destroys the player and loads game over scene.
However when I crash into an enemy sprite, the player sprite disappears completely. It removes 100 from my health but health is still at 400, so it isn’t game over, but the sprite has disappeared and the game play just continues without being able to have any input.
I feel like I should be able to suss this out, so moral is a little low at the moment, had a couple of days where my brain isn’t looking and organising the code properly, so I would appreciate the help to get past this problem for now.
Thanks!