Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: SquirrelMonkey on Sat 22/05/2021 07:54:15

Title: Problem with views [SOLVED]
Post by: SquirrelMonkey on Sat 22/05/2021 07:54:15
I made a character and walking works perfectly. The problem I have is that I want the character automatically go to the frontal view after walking to a direction. Now it freezes in the middle of a walking sequence. I can use the Idleview for this (and set the time to 0 seconds) but I don't think that this is the right way.

Screenshot:
https://ibb.co/RyMyDZd
Title: Re: Problem with views
Post by: Snarky on Sat 22/05/2021 10:50:12
It seems like the simplest thing would be to make frame 0 of each walk direction the (standing) front view. That way, the character will always appear to be facing forward while standing.
Title: Re: Problem with views
Post by: SquirrelMonkey on Sat 22/05/2021 16:40:03
Thank you!