I have text showing up in a text area, I know I can make the background transparent, but how do I make the actual text showing up an _alpha of oh say 30 or 40…
I’ve tried…(inside the onClipLoad event of the text area)
this.text._alpha = 30;
this.setStyle(“alpha”, “30”);