Trouble with scene reset.
SaveDave
Member Posts: 140
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!!
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
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.
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??
Thanks