Posted By: Schmerzmittel
String Transparency without draw_textmode? - 01/15/09 17:46
Ive changed that post, because i have found a solution.
Now i have the problem, that i cant fade in or out a TEXT* struct.
The Transparent flag is set. I can change the alpha value in runtime with the console.
But if i try to fade out with:
while(blablub)
{
txt.alpha -= 2 * time_step
}
it doesnt work.
Does any one know why is this?
Now i have the problem, that i cant fade in or out a TEXT* struct.
The Transparent flag is set. I can change the alpha value in runtime with the console.
But if i try to fade out with:
while(blablub)
{
txt.alpha -= 2 * time_step
}
it doesnt work.
Does any one know why is this?