Restart Scene not working... another solution?
butterbean
Member Posts: 4,315
I'm trying to create a restart scene within my platformer, and I created a rule:
When game.health =0 spawn actor: restart level
I created a global game attribute : Restartleveltouched and when that is touched, to destroy the button (restart level) and reset level
It starts again, but it's glitchy and she won't move and it's making static noises...
Any other ideas on how to implement this or what I could be missing?
When game.health =0 spawn actor: restart level
I created a global game attribute : Restartleveltouched and when that is touched, to destroy the button (restart level) and reset level
It starts again, but it's glitchy and she won't move and it's making static noises...
Any other ideas on how to implement this or what I could be missing?
Comments
when game.Health = 0
reset scene
or are you trying to do something more complicated?
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
If the player touches the restart button ,I put a rule in that touchedresetscene is true and reset the scene
It goes back to the beginning but with static noise and she won't move...