смяшной ты.
while ессно моментом сработает

Код:
my_txt.text = "qwert\nqwert\nqwert\nqwert";
var my_f = my_txt.getTextFormat();
my_f.leading = 40;
var speed = 1.1
this.onEnterFrame = function(){
my_f.leading /= speed;
speed -= .05
my_txt.setTextFormat(my_f);
if(my_f.leading<=0) delete this.onEnterFrame;
}
где-то так