So i have a bit of a problem here…
I’ll start with the script first:
tb.visible=true;
tb.embedFonts = true;
tb.antiAliasType = 'advanced'
tb.width = loader.width - 100;
tb.height = 80;
tb.x = loader.x+50;
tb.y = loader.y+loader.height-90;
tb.selectable = false;
tb.multiline = true;
tb.wordWrap = true;
tb.border = true;
tb.defaultTextFormat = textFormat;
tb.alpha = 1;
My problem is that the text isn’t appearing, and when i use a trace(tb.textHeight) i get a ‘0’.
And I do add text to the field.
Please help me.Thanks.
Posted 2 months ago



:*









