Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: LRH on Tue 02/06/2009 17:21:02

Title: Game is skipping "standing" sprite
Post by: LRH on Tue 02/06/2009 17:21:02
Well this is just lovely. I'm pretty darn far into my project and having the strangest issue. I'm using a very, very basic walking animation where I have:
Stand still sprite -->left leg out sprite --> stand still sprite ---> right leg out sprite--->repeat

For some reason, the third sprite (standing still) doesn't want to happen in game, and yet it happens in the editor when looking over the views. Does anybody know what's up with that?
Any help is greatly appreciated, as always.
Title: Re: Game is skipping "standing" sprite
Post by: Khris on Tue 02/06/2009 17:42:59
Is it skipped for all directions? Did you enter a frame delay that might cause this?
What happens if you add another frame to the loops?
Title: Re: Game is skipping "standing" sprite
Post by: LRH on Tue 02/06/2009 18:15:46
Ahhhh. Okay. Thanks. Only right and left by the way. Adding another "standing still" frame solved it. Thank you!
Title: Re: Game is skipping "standing" sprite
Post by: Khris on Tue 02/06/2009 18:21:56
I didn't even notice until now that a second standing still frame was missing in the walk-cycle :)
Title: Re: Game is skipping "standing" sprite
Post by: Trent R on Tue 02/06/2009 18:24:33
Wouldn't it be the (non-existent) 5th sprite that it's 'skipping'? Since it's being used as a walk, you only see left-stand-right-left-stand-right-and so forth.

[Edit]: Too late. My internet's acting up...

~Trent