Is there any way of using a .png image and being able to use its alpha channel?
Thats standart on a PNG 8Bit Picture!
that ia a greyscale image.mine are 24 bit with alpha channel and they don't show the alpha channel when drawn.
Hum.... Maybe using ALPHAMODE -.999 ?
Using ALPHAMODE -.999 seems to work nicely for me at least. Thanks!