Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: on Wed 06/04/2005 06:42:13

Title: Animating when exiting room
Post by: on Wed 06/04/2005 06:42:13
Hi,
how can you make it so that you exit a room by going through a door, but when you click on the door right, your character should walk there, not just instantly go to the next room. Do you know what I mean?
If you could answer my question, it would be HUGELY appreciated. THANK YOU!!!
Title: Re: Animating when exiting room
Post by: Khris on Wed 06/04/2005 06:58:10
The standard way of doing this is to draw a region in the room editor which sends the player to the next room if he steps on it.

How did you do it?
Title: Re: Animating when exiting room
Post by: Gilbert on Wed 06/04/2005 07:06:11
Before the teleporting, use "Move character" interaction, setting "Wait for move to finish" to "True". Or use MoveCharacterBlocking() if you're using text scripting.