Scene Changing Problem
sky_ssr
Member Posts: 58
Why when I reset scene(when actor is pressed reset the scene) the actors are unclickable????
Comments
Check your rules. In my game, you have to click a box for the timer to start, which sets game.GameStarted attribute to TRUE. But if I restart the scene, I have to make sure to put game.GameStarted to FALSE, so that way the timer doesn't start before the player clicks on the box to start the scene.
Does that make sense?
CHeers