Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Obli on Mon 19/03/2007 23:22:54

Title: Problems at start with player!
Post by: Obli on Mon 19/03/2007 23:22:54
I'm sorry for my bad english...

I'm reading the online guide... and doing every step, So...

-I created a room, with a background,
-I traced the walkable area and filled, now is blue
-I placed the player in the middle of the blue area with right coordinates in character area
-I saved the room as room1 and tested the game

everything works but the player is still stuck, and can't move in the walkable area.

I'm running the game in 640x480, I tried other resolution, moved the baseline... I think I've tried everything... but my player is still stuck in the middle of the screen :(

Help me please... It's so bad being stuck at start :D

Title: Re: Problems at start with player!
Post by: Baily63 on Mon 19/03/2007 23:24:38
hmmm, if you tried posistioning character, have you put in a view for your character? With each loop having at least two frames? (It doesn't matter if they're the same as the first one, but still you eed 2).
Title: Re: Problems at start with player!
Post by: strazer on Mon 19/03/2007 23:27:44
Baily, I don't think your character needs to have all his loops filled to be able to move.

Make sure you've actually drawn a walkable area and not a hotspot since that is the default selection of the drop-down box in the Areas pane.
Title: Re: Problems at start with player!
Post by: Khris on Tue 20/03/2007 01:26:23
Check out the debug commands, I think Ctrl-A will show the walkable areas.
Title: Re: Problems at start with player!
Post by: Obli on Tue 20/03/2007 08:29:28
Quote from: strazer on Mon 19/03/2007 23:27:44
Baily, I don't think your character needs to have all his loops filled to be able to move.

Make sure you've actually drawn a walkable area and not a hotspot since that is the default selection of the drop-down box in the Areas pane.

Ok, I'm a noob. I've never save again my room with the new walkable area... Thank You.