Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Revan on Wed 16/11/2005 17:39:28

Title: Non-scrolling background
Post by: Revan on Wed 16/11/2005 17:39:28
Hi again (I'm on a roll today) I'm not at home so sorry if this is on the tutorial, but is there a way to make your rooms stay still as your character moves round it, I keep having rooms that half cut off unless the player walks to the center of the room.
Title: Re: Non-scrolling background
Post by: SSH on Wed 16/11/2005 17:42:03
Try making your rooms the same size as the resolution o fthe game, or using SetViewport to fix the visible bit of the room.
Title: Re: Non-scrolling background
Post by: Revan on Wed 16/11/2005 17:51:25
ok will do