Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: louis on Thu 18/12/2008 19:51:57

Title: Characters
Post by: louis on Thu 18/12/2008 19:51:57
I made my own character and did views and everything with it but when i test out the game, my character doesn't move!!!!!!! i did all the animations but he just stands there and i use the stick man cursor to move him but it doesn't work!!!

ps. he is definetely on a walkable area, he's a bitmap 24 colour image...

so how do i move him? what should i do or what did i do wrong?
Title: Re: Characters
Post by: Khris on Thu 18/12/2008 20:43:03
If he's on a walkable area and still doesn't move, there are probably frames or loops missing from his normal view.
The first frame is supposed to hold the standing sprite, the subsequent one's are for the walk-cycle.
Does the view have four loops?
Title: Re: Characters
Post by: Trent R on Thu 18/12/2008 22:33:02
Have you set him as the player character?

~Trent
Title: Re: Characters
Post by: Dualnames on Fri 19/12/2008 18:18:46
Does the mouse on click section of your game appears to be empty? Or commented?