home *** CD-ROM | disk | FTP | other *** search
- function resizeTxt()
- {
- var txt = new TextFormat();
- txt.size = bonusTxtSize[indice];
- disp_label_mc._y = bonusTxtY[indice];
- disp_label_mc.setTextFormat(txt);
- }
- var bonusTxtSize = new Array(17,17,17,17,13,11);
- var bonusTxtY = new Array(-17,-17,-17,-17,-13,-11);
- var indice = Number(_name.substr(5));
- gotoAndStop(2);
-