Reset Scene Not Working

BluSpyderBluSpyder Member Posts: 129
edited November -1 in Working with GS (Mac)
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?

Comments

  • tenrdrmertenrdrmer Member, Sous Chef, Senior Sous-Chef Posts: 9,934
    When using reset scene you also have to change any attributes back to the original value when the scene loaded. The smoothest way I have found to reset from a pause screen in to use change scene instead and just change to the same scene your in. but even then you still need to reset each attribute.
Sign In or Register to comment.