Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Kain_V on Fri 20/02/2009 16:30:49

Title: Help with character VIEW animation. [SOLVED]
Post by: Kain_V on Fri 20/02/2009 16:30:49
Hi, I have a problem with the character's animation.
I have View1 with loop0(down), loop1(left) and loop2(right).
When I run the game to test it, my character is moving ONLY left and right. It's like it can't see the loop0 for down...
Can anyone help?
Title: Re: Help with character VIEW animation.
Post by: Pumaman on Fri 20/02/2009 18:19:02
The character has to have either 2, 4, or 8 directions. If you want a down loop, you have to create an Up loop (3) too.
Title: Re: Help with character VIEW animation.
Post by: Kain_V on Fri 20/02/2009 18:22:07
Pumaman you're right!
I feel kindda stupid...  :P
Thank you very much man!