Actor not there when load scene.
Hi.
So when it's time for my actor to die, I have a rule setup for whatever condition needs to be met for him to die. Inside this rule is destroy actor and change scene to "game over" scene. From the "Game Over" scene there is a button to go to "Main Menu" scene. Tap "start" on Main Menu scene to restart main (and only) level. All actors are there except main actor who was just destroyed.
What's the best way to get the main actor to start at the same place every time the main level scene loads? I guess it's not there anymore because I just destroyed it when it died, but if i didn't then would't it be in the same place it was at the change scene behaviour when he died?
Thanks.
Best Answer
-
Dues Posts: 1,159
Best way to do it would be to move your actor off screen when your condition is met instead of destroying your actor. When you restart your level you just have a rule that changes the actors position to where you want it to start.
Answers
Cool, thanks