Unable to Reset Room
asdfGames
Member Posts: 15
I'm done with my first app, and want to release it. However, I have a bug where the game room (where all the game takes place) doesn't reset. The player plays the game, loses all three lives, and when that happens, is moved to the next room, where an option to reset and play again is given. However, the game just continues to pick up where the the player was left off, continuing score, but with all three lives missing. I've tried having a boolean variable which resets the game scene once the reset button is pressed, but that doesn't seem to work. Any suggestions?
Comments