Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: on Sun 02/05/2004 00:20:52

Title: Ultimate Sprites
Post by: on Sun 02/05/2004 00:20:52
Okay, i have two questions,
   First is: Using the program:Ultimate Paint, how do I make animations and sprites, because whenever I produce a sprite on it, it won't let me access him In the AGS screen, Second, Whenever I make a backround, that accords with the 320x240 it always tells me something about how it doesnt match up to the resolution, and that the resolution is changed of something like that. plaese respond soon,
Morpheus  ??? ??? ??? ??? ???
Title: Re:Ultimate Sprites
Post by: Ashen on Sun 02/05/2004 00:38:37
About the resolution part, don't worry. A blank room (before you load the background) is 320x200, whatever resolution you've set for the game, so this 'error' is actually perfectly normal!

As for the sprite problem, can you be more specific? Are you having trouble importing the images into AGS, are they there but you can't use them, what?
Title: Re: Ultimate Sprites
Post by: Hollister Man on Sun 02/05/2004 15:36:21
I'll bet you're not saving the files in a AGS compatible format (pcx, bmp, or png).  Try exporting them to one of these formats if you have not already.
Title: Re: Ultimate Sprites
Post by: on Tue 04/05/2004 23:37:37
        Okay, I'll be more specific, whenever i make a sprite in Ultimate Paint, and it BMP format, i try to import it into the AGS screen, but whenever i attempt to access the file i saved with the Sprite, it doesn't appear, please can you help!!!!!!!!!!!!
thanks,
-Morpheus
Title: Re: Ultimate Sprites
Post by: InCreator on Wed 05/05/2004 01:36:43
I'm sure Ultimate Paint lets you copy your sprite into clipboard. Well, paste it directly into AGS sprite manager! (NOTE: Works only with sprites, and not BG-s)
Another way: Try to open your bmp-s with another drawing program and resave them.
Title: Re: Ultimate Sprites
Post by: on Sun 09/05/2004 04:48:52
Okay, That problem solved, I have another question about my ultimate paint sprites!
Ok, So I copied some sprites from the internet(of guybrush from MI 1, to be precise) and when I load them into the sprite manager, the square for capturing the sprite is 2 1/2x small, Is there a way to shrink a sprite in Ultimate paint, If so, please inform me,
Thanks,
  Sincerely,
     Morpheus! :P
Title: Re: Ultimate Sprites
Post by: Scummbuddy on Sun 09/05/2004 05:25:47
you need to click the import all the sprite "grab entire image" but make sure you select the appropriate transparent pixel color when doing so.
Title: Re: Ultimate Sprites
Post by: on Mon 10/05/2004 03:48:51
Thank you!
But whats all mthis transparency buissness?
Sorry, i'm not 2 smart, thanks so much,
  Morpheus :P
Title: Re: Ultimate Sprites
Post by: Edwin Xie on Mon 10/05/2004 03:56:25
That transparent color, it just basically means black or white in the background of your picture so when it appears in the game that background color won't appear. Lets say you are making a character but you need a sprite first. You make a sprite and put a background color other than black or white like brown. Now when you put that character in the room, with the brown background.  You'll just see something like every force around is gone and replaced with nothing like dirt. But if you put black or white background then that would appear just normally.  You get what I am saying?
Title: Re: Ultimate Sprites
Post by: Hollister Man on Tue 11/05/2004 06:04:53
The engine should make the "transparent" color filled with the replacement (usually a bright pink, R255, B255, G0) on its own, if you've done it right.