Reset Scene with Timer not working? Any advice
Ok, so i have a rule with an actor colliding into another. Upon collision an animation is played showing the actor destroyed along with a sound. What I would like to do is after the animation, have the scene reset. I tried it with the timer rule, and with run to completion and even as a separate create rule and it won't work, any advice? If i take the timer out, the reset scene works fine without a problem but won't allow my animation to run. Thanks
Best Answer
-
tatiang Posts: 11,949
Post a screenshot of your rules and we'll go from there.
The basic setup should be this:
When actor collides with [other actor] Play Sound Animate Timer after 0.8 seconds Reset Scene
This assumes your animation lasts 0.8 seconds.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
Answers
ahhh that was the problem, i had an extra destroy actor rule in there and I'm guessing it wasn't necessary at all. Once i took that out the setup worked along with the timer. Thank a lot for the help, i appreciate it!