Reset scene problem

Hello! I just found out that when I beat a level in my game and the game.win attribute pops up and goes to level 2. It doesn't rest level 1 back to normal. So if you want to play level one again it just stays at what it was left at.

How would I fix that?

Btw I tried
when game.win is pressed
do: reset scene

That didn't work.

Comments

  • RondoRocketRondoRocket Member Posts: 411
    edited May 2014

    In the button with the rule to reset the scene add as many change attribute behaviors as you need and change any attributes that were changed during gameplay in Level 1 back to their original state.

    Reset scene doesn't literally reset the whole scene to it's original state.

    Also, probably a good idea to put the change attribute behaviors above the reset scene behavior.

    -Rule-

    If button PRESSED

    • Change Attribute
    • Change Attribute
    • Change Attribute
    • Reset Scene
  • http_gamesaladhttp_gamesalad Member Posts: 1,340

    The problem is that I have custom timer. I don't know how to start it when I go back to level 1. It's a custom timer by t-shirtbooth also I made a pause behavior when the actor collides with hero RondoRocket

  • http_gamesaladhttp_gamesalad Member Posts: 1,340
Sign In or Register to comment.