In a movieclip with an instance called ‘textbox’, I have created a text box that uses the Arial font. I want it to display as alias text, so I’ve checked ‘Use Device Fonts’ to achieve that style.
However, in the _root of my movieclip, when I set ‘textbox._alpha = 0;’ the text still appears as solid.
What gives? Is there a solution around this? (Also, ._visible works to make the text disappear, but I need to do an ._alpha animation).
Any pointers would be great.