
Код AS3:
function textProgress(e:ProgressEvent):void{
if ( 20 < loadWindow.percentLoaded < 40)
{info_txt.scaleX = 2; info_txt.scaleY = 2;}
if ( 40 < loadWindow.percentLoaded < 60)
{info_txt.scaleX = 3; info_txt.scaleY = 3;}
if (60 < loadWindow.percentLoaded < 80)
{info_txt.scaleX = 4; info_txt.scaleY = 4;}
if (80 < loadWindow.percentLoaded < 100)
{info_txt.scaleX = 5; info_txt.scaleY = 5;}
}
к сожалению нет эффекта.. динамический текст статичен..