Can anyone help me find another way to reset my scene without using the reset scene behavior? It doesn't seem to work in this latest upgrade. Thanks! SM
Comments
tenrdrmerMember, Sous Chef, Senior Sous-ChefPosts: 9,934
Whats the problem you are having. Its completely possible you are not using correctly so Instead of just asking for a way around cause its "not working" can you give us an idea of what you are trying to accomplish, how you are doing it, and what is actually happening?
It is possible, I will try and be more descriptive. I have a button on my scene that when touch is pressed it is supposed to reset the scene. instead of resetting the scene, it now resets at least 2 of my attributes, where as before I had to reset those with change attribute. I still have to reset them, but it also resets attributes not on that scene, like game lives, it takes them down to 1 from 5 when touched, this is even when I only have the reset scene behavior as the only behavior on that button, and freezes the screen somehow so I can't do anything. I didn't do that in the last upgrade, everything worked fine. SM
tenrdrmerMember, Sous Chef, Senior Sous-ChefPosts: 9,934
If you have any change attributes free inside any actors in the scene those behaviors will also run after you reset the scene. Reset scene changes all actor positions back to the original spot and resets all actor and scene level attributes to their values at the beginning. Game level attributes will not be affected unless you also have a change attribute behavior reseting those as well. So it sounds to me like you have an actor that sets the game attributes value the first time your scene is loaded and then each time you reset that actor will also run those change attributes again.
Comments
SM