Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: on Sun 22/08/2004 00:56:38

Title: Gray box surrounds new character animation
Post by: on Sun 22/08/2004 00:56:38
 Ã, I made a new character in Paint. Ã, When I imported them into the sprite manager using the tiled sprite import, they still have colored boxes behind them. Ã, When they walk around the game, they are essentially bodies within squares. Ã, How do I make the outside box transparent? Ã, I've noticed that most sprites have magenta behind them, my characters have white. Ã,  Ã, :-\

Title: Re: Gray box surrounds new character animation
Post by: Moox on Sun 22/08/2004 03:53:57
post a sprite, and why did you use tiled sprite import?
Title: Re: Gray box surrounds new character animation
Post by: CodeJunkie on Sun 22/08/2004 09:31:52
Go to the sprite manager.  Right mouse-button > Import sprite (or Import over this sprite to replace old images).  Make sure that you have 'transparent colour' set to the top-left (or another corner if that is used by the actual character part).  Be sure that your outside colour isn't used anywhere in the same picture or else that will be transparent too.  Re-import each frame and each one should be magenta around the edge only.  If not, open up that frame and just change the colour that goes pink to something similar in RGB - just increase the red by one for example.
Title: Re: Gray box surrounds new character animation
Post by: on Mon 23/08/2004 01:23:35
Thanks, I got it figured out.  I was clicking on the border rather than the complete background color when I selected the transparent background.  I just colored everything magenta, and the problem was solved.

Erin