The in & out animations are identical, just reversed. Can I do that directly or do I have to create two animations?
Develop games in your browser. Powerful, performant & highly capable.
There's no easy way to play an animation in reverse. Your best bet is what you said, to make a separate animation. This doesn't take up any extra memory since the images are the same :)
Yes there is an easy way.
Animation.speed = -20
Basically just have a negative speed, it will animate in reversed.
Yes there is an easy way. Animation.speed = -20 Basically just have a negative speed, it will animate in reversed.
Oh, nevermind then. Good to know!