how i increase the font text size.......
fullpreloader.onloadcomplete = function(target)
{
new tween(target, "_alpha", strong.easeout, 0, 100, .5, true);
target.my_txt.text = mytitle;
target.my_txt._y=10;
target.my_txt.size=90; // not working
target.my_txt.textcolor = 0xffffff;
target.my_txt.selectable=false;
nickey.text = mydesc;
};
look using textformat class contrling appearance of text in textfield...
var my_fmt:textformat = new textformat();
my_fmt.size = 90;
my_fmt.color = 0xffffff;
target.my_txt.settextformat(my_fmt);
More discussions in ActionScript 1 and 2
adobe
Comments
Post a Comment