Resetting Scene Doesnt Reset Physics/Animation
TouchTiltGames
Member Posts: 1,162
I've got a reset scene button and it will reset except if I hit reset while an animation is happening or actors are falling from physics, it will keep replaying that motion.
Even with something like a: ifAllMotionStopped attribute is set to false it still replays stuff like this and doesn't truly reset.
Anyone have this issue before?
Even with something like a: ifAllMotionStopped attribute is set to false it still replays stuff like this and doesn't truly reset.
Anyone have this issue before?
Comments
Hmm are you saying setup an attribute for the Reset button and actors with the animation that if pressed, change animation to 0?
I had an attribute for the explosion and I just turned off the explosion attribute on the reset button hehe.
Thanks though, Chosen!