Okay, I thought this would be easier, but I must be missing something. I have a dynamic text box with an instance name of "messagebox". I want to change the color of the text in this box. However, my code isn't working.
Here is my code:
Any ideas? Am I missing something obvious?
Thanks,
kentara
Here is my code:
Code:
textCol = new TextFormat();
textCol.color = 0xFFCC00;
textCol.underline = true;
messagebox.setTextFormat(textCol);
Any ideas? Am I missing something obvious?
Thanks,
kentara