Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: wtfyo on Tue 09/06/2009 05:43:58

Title: Character not moving after room change?
Post by: wtfyo on Tue 09/06/2009 05:43:58
My character does not move around after a room change.
Here is the script
function room_LeaveBottom()
{
  cEgo.ChangeRoom(2, 157, 152);
}


How do I make my character move when it's in the other room?
Title: Re: Character not moving after room change?
Post by: Khris on Tue 09/06/2009 08:35:15
Did you draw a walkable area?
Title: Re: Character not moving after room change?
Post by: wtfyo on Tue 09/06/2009 08:53:11
Can I ask how do I draw one? The first room is all blue, but the second one is all not blue.
Title: Re: Character not moving after room change?
Post by: Akatosh on Tue 09/06/2009 09:12:30
The tutorial should cover this nicely.
Title: Re: Character not moving after room change?
Post by: Khris on Tue 09/06/2009 11:17:26
Indeed it does.