Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: Dusk on Sun 03/10/2004 12:29:33

Title: AnimateCharacterEx and reverse of long loops problem
Post by: Dusk on Sun 03/10/2004 12:29:33
Is AnimateCharacterEx supposed to work with long loops (you know, the "checkbox" ones), when called in "reverse play" mode?

I'm having trouble with it, but maybe its due to other errors.... by the way if I change the function call from AnimateCharacterEx(c,0,0,0,1,0); to AnimateCharacterEx(c,0,0,0,0,0);   
the animation performs, so I'm posting this :)

Bye and thankyou
Title: Re: AnimateCharacterEx and reverse of long loops problem
Post by: Pumaman on Wed 06/10/2004 09:39:02
So you're basically saying that playing a multi-loop animaiton in reverse doesn't go back through the multiple loops? I'll look into it.