I am using the Frozen solid model, and I use the birth animation, but I would like to play the birth animation in reverse when the initial birth animation is done.
Have you tried looking in the actor events? I believe there is a option to play it in reverse if i'm not mistaken.
Nope, there is not. You cannot play an animation reverse besides using a workaround. You can pause an animation and set its comletion, so if you keep setting the animation back to a previous state in short intervals, you can simulate a reverse animation. This is best done with triggers; its not impossible in data, but you would need to set up actor events for every single step of the animation.
Is it possible to play an animation in reverse?
I am using the Frozen solid model, and I use the birth animation, but I would like to play the birth animation in reverse when the initial birth animation is done.
How can I do this?
@Demtrod: Go
Have you tried looking in the actor events? I believe there is a option to play it in reverse if i'm not mistaken.
@silvermage: Go
If there is, I cant seem to be able to find it :/
Nope, there is not. You cannot play an animation reverse besides using a workaround. You can pause an animation and set its comletion, so if you keep setting the animation back to a previous state in short intervals, you can simulate a reverse animation. This is best done with triggers; its not impossible in data, but you would need to set up actor events for every single step of the animation.
Okay, I think I'll settle with what I got. Thanks for the response though.