Trouble with scene reset.

SaveDaveSaveDave Member Posts: 140
edited November -1 in Working with GS (Mac)
So i have finished my never ending game, and upon the player dying, a gameover button appears. When you touch this, it has a behaviour that tells it to reset scene.

The scene does go back to its original state but does not work upon pressing the start button.

What am i doing wrong? please help!!

Comments

  • CodeMonkeyCodeMonkey Head Chef, Member, PRO Posts: 1,803
    On your start button, when you press it, do you set some game attributes?

    If you do, have you set the attribute to the non-start value before setting it to start? The change of value to start won't be seen by rule conditions if it is already in the start value.
  • SaveDaveSaveDave Member Posts: 140
    The start button turns a boolean from false to true to start the game running.

    When i have the gameover button pressed, i also have a change attribute for the start button here so it becomes false.

    is this correct placing of this attribute??
  • SaveDaveSaveDave Member Posts: 140
    Any one have any further help with this?

    Thanks
Sign In or Register to comment.