Resetting scene with a timer won't work why?

Hi

My hero has 3 lives. When he loses one he dies.
When he dies i would like to have a delay of 1 sec before the level resets.

But when i put a timer and the reset scene inside the time it never works.

What am i missing?

Thanks

Comments

  • DuesDues Member Posts: 1,159

    Post some sceenshots of your rules, that makes it easier for people to see what might be wrong :)

  • AlphaCentoriAlphaCentori Member Posts: 57
    edited August 2014

    Ok so what i did is:

    My hero has 3 lives
    When hero dies i want to:

    1-Change Scene to a scene that says "Ready!" for 2 seconds

    2-Then comeback to the first scene and reset the first scene.

    This is how i configured it check the files here:

    http://www30.zippyshare.com/v/76872808/file.html

  • AlphaCentoriAlphaCentori Member Posts: 57

    Ok so here is my basic reset scene rule which doesn't work.
    I placed it in one of the lives actor.
    Basicaly it says when game.lives = 0 --> reset scene.
    It doesn't work.

  • quantumsheepquantumsheep Member Posts: 8,188

    Sometimes your lives might go below 0 by accident.

    Try

    When game lives <= 0

    Reset Scene

    QS

Sign In or Register to comment.