Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: on Sat 20/08/2005 18:42:46

Title: Help! Problem with charachter walking loops!
Post by: on Sat 20/08/2005 18:42:46
Okay, here's my problem:

I was working on my game in the AGS Editor (duh) and i checked out the
walking loops in the views section. Threre were 4 loops, (walking animation for all directions.)

I clicked the button named  New loop at the bottom of the screen. When i tested my game it crashed everytime i tried to walk because of the fifth loop i had created.
Now i wonder: How do i remove a loop!?
Ive tried deleting all pictures in the loop, but its still there.
Help me!
Title: Re: Help! Problem with charachter walking loops!
Post by: GarageGothic on Sat 20/08/2005 19:22:19
Did you notice the button "Delete last loop" next to the "New loop" button?

Either way, an extra loop shouldn't make the game crash. Are you sure you haven't made other changes?
Unless: The problem could be that the game finds the 5th loops, and concludes there should actually be 8 loops in all (for diagonals) and tries to use 6, 7 and 8 as well. Make sure that "Diagonal loops" isn't checked for you character in the character editing screen.
Title: Re: Help! Problem with charachter walking loops!
Post by: on Sat 20/08/2005 19:37:56
Thanks, i unchecked the diagonal loops and deleted the last loop, it works fine now.
Thanks, man! ;D

And yeah, im a big N00b
Title: Re: Help! Problem with charachter walking loops!
Post by: GarageGothic on Sat 20/08/2005 19:40:58
Glad to be of service :)