Reset Scene Not Working
I looked around everywhere and tried many different ideas. Can't get this thing to work. When you pause the game, I have a button on the pause screen to reset scene(current level). Does not work.
I've tried: ~Simply reset scene behavior on button
~Unpause and then reset scene on button
~Reset scene then unpause on button
~Unpause and then after 1 second reset scene on button
~Change scene to current lvl's scene on button
~Unpause and then change current lvl's scene on button
Which led me to try: ~Unpause and change attribute reset_scene to true (on button) // (on background of current lvl): if reset_scene it true - reset scene
What am i doing wrong here?
I've tried: ~Simply reset scene behavior on button
~Unpause and then reset scene on button
~Reset scene then unpause on button
~Unpause and then after 1 second reset scene on button
~Change scene to current lvl's scene on button
~Unpause and then change current lvl's scene on button
Which led me to try: ~Unpause and change attribute reset_scene to true (on button) // (on background of current lvl): if reset_scene it true - reset scene
What am i doing wrong here?
Comments