Changing scene. Behaviors broke position.
Aldo
Member Posts: 53
Hi!
I have a problem with changing scenes in my game. I'm using this solution: (http://gamesalad.com/forums/topic.php?id=15209) answer 4. The problem is that behaviors in the last scene, get loaded in the new one. How to turn behaviors to good position in the new one?
I have a problem with changing scenes in my game. I'm using this solution: (http://gamesalad.com/forums/topic.php?id=15209) answer 4. The problem is that behaviors in the last scene, get loaded in the new one. How to turn behaviors to good position in the new one?
Comments
If you mean attributes here's what I do;
I have the player click an actor that starts the scene ("Tap here to start"), this sets an attribute of SceneStarted to True, as well as a number of other things that need to be reset; like player lives, or scene scores, or number of enemies in the scene, etc.
Is that what you're talking about?