Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: myname on Mon 03/09/2007 19:42:22

Title: trouble getting from room to room (solved)
Post by: myname on Mon 03/09/2007 19:42:22
 ??? Every time i move to the right of the screen in my room 2 to return to room 1 the character enters the room 1 then immediately goes back to the right edge of room two.  I have tried to have the character appear in the middle of room 1 to stay away from the edge of the screen where he could be sent over but it is not working.  If anyone could help that would be great.  I just returned to workin on this game and dont remember having this problem before?
Title: Re: trouble getting from room to room
Post by: Recluse on Mon 03/09/2007 20:59:22
If you could give us a rundown of the code you're using, or a description of the interactions you're using, we could be of more assistance.
Title: Re: trouble getting from room to room
Post by: myname on Mon 03/09/2007 21:35:46
The interaction from room 2 to room 1 is when the player walks off the right screen edge at specific co-ordinates (1,155,142) he is sent to room 1.  I have not done anything else and this problem does not occur with ny other room trnsition.  Thank you for replying Recluse.
Title: Re: trouble getting from room to room
Post by: Khris on Mon 03/09/2007 21:54:16
Check the regions in room 1. It sounds like there's a region's interaction sending the player character to room 2 regardless where in the room he's at.
Title: Re: trouble getting from room to room
Post by: myname on Mon 03/09/2007 22:14:19
Thanks Khris MUC it was a region problem.