Is there a way to reverse an animation we make?
I tried this way
Import Code wrote:#exec MESH SEQUENCE MESH=BUMM SEQ=ReloadBegin STARTFRAME=55 ENDFRAMES=45 RATE=13.5
#exec MESH SEQUENCE MESH=BUMM SEQ=Reload STARTFRAME=66 NUMFRAMES=2 RATE=13.5
#exec MESH SEQUENCE MESH=BUMM SEQ=ReloadEnd STARTFRAME=68 NUMFRAMES=-10 RATE=12.5
#exec MESH SEQUENCE MESH=BUMM SEQ=Idle1 STARTFRAME=19 NUMFRAMES=8 RATE=2
#exec MESH SEQUENCE MESH=BUMM SEQ=Idle2 STARTFRAME=29 NUMFRAMES=11 RATE=2
What I did is, I started the animation frame from 68 and tried to tell it to go back-frames (-10 = 58 ), So it should really start from 68 and then goto 58 frame..
but the animation stucks,
Is there a way to reverse an animation frame?
Thanks in advance!