Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Revan on Tue 07/02/2006 16:39:46

Title: problem with animate character (SOLVED)
Post by: Revan on Tue 07/02/2006 16:39:46
Hi all... Ive done an animation of my main character pushing on a door then moving away and dislaying a message.... Only as soon as he goes to move to where I told him too he spins round about 5 times then walks backwards to where I state..any help?
Title: Re: problem with animate character
Post by: Ashen on Tue 07/02/2006 16:59:30
Have you checked the basic stuff:
Firstly, check you've set up the view with the animation properly. Yes, it's an obvious one, but if he's walking backwards, it might just mean you've got the left & right loops set up wrong.
Secondly, Make sure you're setting the correct view & loop before running the animation.
Thirdly, check your Walkable Areas - the spinning around might be caused by AGS struggling to find a path. I think they need to be at least 3 pixels wide - more at 640x4*0 or 800x600.
Finally, can you post the commands you're using the start the anim.
Title: Re: problem with animate character
Post by: Revan on Tue 07/02/2006 17:10:29
Ok I solved it myself (Kind of) I just made him face the other direction after the animation (Must not have been on a walkable area untill then).. Thanks