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

Popular posts from this blog

how to devide a circle into equal parts

"Could not fill because there are not enough opaque source pixels" - not solved by any other thread

Why can't I change the billing info for my account?