Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Minimi on Mon 18/08/2003 18:05:28

Title: Always turn down
Post by: Minimi on Mon 18/08/2003 18:05:28
how do I make that when the player doesn't move the player always turns in its view to down animation?
Title: Re:Always turn down
Post by: Ishmael on Mon 18/08/2003 20:16:15
make an idle view for only down, and set it's delay to like 1 sec... if you don't want any animation to be run when idle, just put the standing frame many times in row as the view... ;)