Play an animation backwards

Hi all!
Is it possible to play an animation backwards? I tried to set the speed scale to a negative number but that didn’t work.

Cheers

Farid

A stupid workaround number one: create 2 animations, one forward and one backwards.
A stupid workaround number two: use the Current frame command.
Example: I have a 5 frames animation.
1,2,3,4,5
condition: frame change (using a Variable that store the current frame number amd comparing it to the current frame.

action: frame = 6 - current frame
image

Bye,
J

Thank’s for your answer @jumpingj
Actually I also made a workaround. I created a timer and stepped backwards one frame at a time. I just thought that there might be a simpler solution for this, but maybe not.

Cheers

Farid

3 Likes