var alpha:Number = setInterval(function() { my_txt._alpha -= 2; if (my_txt._alpha <= 0) { clearInterval(alpha); } }, 30)