home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / pepsi_pinball.swf / scripts / DefineSprite_161 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-05-18  |  336 b   |  12 lines

  1. function resizeTxt()
  2. {
  3.    var txt = new TextFormat();
  4.    txt.size = bonusTxtSize[indice];
  5.    disp_label_mc._y = bonusTxtY[indice];
  6.    disp_label_mc.setTextFormat(txt);
  7. }
  8. var bonusTxtSize = new Array(17,17,17,17,13,11);
  9. var bonusTxtY = new Array(-17,-17,-17,-17,-13,-11);
  10. var indice = Number(_name.substr(5));
  11. gotoAndStop(2);
  12.