drewski
Feb 18th, 2001, 07:25 PM
Dim key As DDCOLORKEY
key.high = 0 'this is black
key.low = 0 'this is black
Sprite.SetColorKey DDCKEY_SRCBLT, key
The problem is i want to make the transparent color something other than black. I've tried giving it the value using RGB() but it didn't work. I tried a some others like DXRGB or something and it didn't work either. If any one knows how to do this I'd sure appreciate the help.
drewski
key.high = 0 'this is black
key.low = 0 'this is black
Sprite.SetColorKey DDCKEY_SRCBLT, key
The problem is i want to make the transparent color something other than black. I've tried giving it the value using RGB() but it didn't work. I tried a some others like DXRGB or something and it didn't work either. If any one knows how to do this I'd sure appreciate the help.
drewski