Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: on Sat 04/09/2004 05:21:01

Title: Importing Backgrounds
Post by: on Sat 04/09/2004 05:21:01
Hi, sorry to bother everyone with this rather dumb question, but I'm brand new to AGS. Anyhoo, I've made this 640*400 background image for a room, but whenever I import it, the image shown in game has a black bar to the right of it, and the original image gets squeezed to fit it.  I'm not sure what is wrong, but any help would be great.

As a sidenote, are you able to make looping animated objects, or do you have to make it as a character?
Title: Re: Importing Backgrounds
Post by: rtf on Sat 04/09/2004 07:57:15
Did you set your game resolution to something below 640 * 400?
Title: Re: Importing Backgrounds
Post by: on Sat 04/09/2004 09:14:08
Oh... Shoot, your right.  My image was 600*400, not 640*400.  Retarded mistake...  Thanks for your help :D
Title: Re: Importing Backgrounds
Post by: dreammaster on Mon 06/09/2004 01:01:07
On your sidenote question, the AnimateObject method's last parameter is "repeat", which specifies whether the object's animation should keep repeating or not.