Author
|
Topic: Transparent Color
|
Kornelije Petak |
posted 01-29- 02:17 PM CT (US)
What should I do to make the health pics set the transparent color to blacki did the BLACK in .ini but still, RGB 0,0,0 is not transparent... then I tried with white and RGB 255,255,255 is not transparent what the h*** is going on? Any advices?
|
FF4LIFE
|
posted 01-31- 10:43 PM CT (US)
Uh, if you want white transparent don't do anything, it will be. For black, putting BLACK after all the code in the .ini file should work... be sure you did it before the load_sequence thing and not the sprite_info things... also make sure you are loading the dink palet for sprites that you make |
someone2
|
posted 02-01- 12:32 AM CT (US)
Try:load_sequence X BLACK set_sprite_info X Y Z A B C D... If that doesn't work, it's because the status is drawn differently to the normal graphics, and doesn't support everything normal sprites do. |