problem with linking scene
Hi,
When the player dies in the level, a doorway takes him to a game over scene. In this scene, there are 2 choices: retry or quit.
My problem is that I can't get back directly to level 1 by clicking on retry. how can I please? and how to reset the whole level at the same time?
I tried with the global parameters gadget but I don't know how to configure it so that the level resets only on return.
-
Make an exit doorway in the retry scene, and an entrance doorway in level 1. Link them up in the dream. And power the exit when you want to retry and go back to level 1.
When you load up a scene it's always reset to the start unless you use persistent variables to remember things.
If you're using persistent variables, then before leaving that level power a variable modifier that is set to "reset" mode. *Then* trigger the doorway. -
It works perfectly...thank you so much for your help ?
-
Awesome ?
댓글을 남기려면 로그인하세요.