Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: on Wed 18/02/2004 10:33:37

Title: Can't move char
Post by: on Wed 18/02/2004 10:33:37
Hi folks i'm trying to make m y first game but i have
problems . I made the map and the walkable and walk-behind points but on the test game the char won't
move is there a solution to this thanks.
Title: Re:Can't move char
Post by: Takara on Wed 18/02/2004 10:50:58
Are you sure the character starts on a walkable area?
Check that the start co-ordinates on the character lie within your walkable areas.

Takara.
Title: Re:Can't move char
Post by: Scummbuddy on Wed 18/02/2004 15:58:01
and that the walkable areas are at least a few pixels wide.
Title: Re:Can't move char
Post by: on Wed 18/02/2004 18:09:13
Well, that's the problem. I did it all like that. I set the
walkable area on a floor in the room. And I set the
starting position according to a walkable spot in the room. What could be the reason?
Title: Re:Can't move char
Post by: AndersM on Wed 18/02/2004 18:14:40
Is your character the player-character?
Title: Re:Can't move char
Post by: on Wed 18/02/2004 21:45:06
Okay, I solved it now. The problem was I had to adjust
the bottom border of the W-area on the room,
and not just the upper. What I did before was that
I adjusted the top border and filled it in. The problem
was that the W-area (because of no lower border)
probably slid out of the entire room and wasn't applyied  ;D .Now it works fine, but I got another question which I'll say in my next post. Gotta go writing. Thanks guys.