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; // its not working
target.my_txt.textColor = 0xffffff;
target.my_txt.selectable=false;
nickey.text = myDesc;
};
