Transparent Dynamic TextBox?

Hey guys,

Is there a way to make the background of a dynamic textbox transparent? I can change it’s color, but I can’t get it to be see-through and was wondering if it’s even possible.

I’ve been trying things like:

[font=Courier New]myText_text._alpha = 50; [/font]and also
[font=Courier New]myText_text.background._alpha = 50;[/font]

but no luck. Any ideas?

Thanks!
-heather :slight_smile: