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.Code:Dim key As DDCOLORKEY key.high = 0 'this is black key.low = 0 'this is black Sprite.SetColorKey DDCKEY_SRCBLT, key
drewski




Reply With Quote