Hi !
I have some dynamic text, i set the properties of this text using the properties bar.
Then i needed to underline so i created
which worked nicely !
But now I want to set the test size using actionscript - but it always takes it from the properties window.
for the textsize i am using
any ideas how i can force it to take not of the actionscript over what is in the properties bar ?
thanks
I have some dynamic text, i set the properties of this text using the properties bar.
Then i needed to underline so i created
Code:
myformat = new TextFormat();
myformat.underline = true;
which worked nicely !
But now I want to set the test size using actionscript - but it always takes it from the properties window.
for the textsize i am using
Code:
myformat.textSize = 72;
any ideas how i can force it to take not of the actionscript over what is in the properties bar ?
thanks