Answered
Adding background color to Dynamic Text boxes
Is this possible? Basically I want to make the background of the Dynamic Text box have a color. How do I do this using AS3?
Is this possible? Basically I want to make the background of the Dynamic Text box have a color. How do I do this using AS3?
if your textfield has reference name tf, use:
tf.background=true;
tf.backgroundColor=0xrrggbb;
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.