Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Dor Hajaj on Sun 09/11/2014 23:28:39

Title: SOLVED : A problem with room backgrounds
Post by: Dor Hajaj on Sun 09/11/2014 23:28:39
screenshot (http://1drv.ms/1xpEea2)

Hello!
this is my first post here :-D
i have this issue with some of my rooms. As you can see on the picture above there is this white box which does not appear on the original image which is 320X200.
I have no idea where it comes from.
any ideas?
thx!
Title: Re: A problem with room backgrounds
Post by: Vincent on Mon 10/11/2014 00:11:35
Hi Dor Hajaj.

Maybe i have an idea.

If you "by accident" have changed the resolution of the game,
AGS recommends you to re import your new background with the new coordinates.

Quote from: Dor Hajaj on Sun 09/11/2014 23:28:39
which does not appear on the original image which is 320X200.
Title: Re: A problem with room backgrounds
Post by: Gurok on Mon 10/11/2014 00:18:26
It looks like a gStatusline GUI, but white for some reason. Look for gStatusline in the GUIs section of your project. If it exists, try setting its Visibility to Normal, initially off. You might eventually want to remove it altogether.
Title: Re: A problem with room backgrounds
Post by: Dor Hajaj on Mon 10/11/2014 13:29:22
Thank you both for your help!
Gurok - it was just like you said, and it worked.
:)