How to make sprite alpha transparent

Blitz3D Forums/Blitz3D Beginners Area/How to make sprite alpha transparent

luke101(Posted 2004) [#1]
Hello, I am trying to figure out is it possible to make a sprite tranparent in the 2d world. I am making a message box semi transparent on my 2d game. I will appreciate any help..

also this will be my first time dealing with 3d features of blitz could you post any examples you can??


TeraBit(Posted 2004) [#2]
A simple way would be:

Sp = CreateSprite()
EntityAlpha Sp, 0.5 ; (Alpha Transparency 0 - 1)