home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / sky-chopper.swf / scripts / frame_373 / DoAction.as
Encoding:
Text File  |  2005-09-29  |  388 b   |  14 lines

  1. _root.campaignScore += _root.score;
  2. createTextField("my_txt",99200,367,268,250,50);
  3. my_txt._quality("BEST");
  4. my_txt.multiline = false;
  5. my_txt.text = _root.campaignScore;
  6. my_txt.selectable = false;
  7. my_txt.wordWrap = true;
  8. my_txt.embedFonts = true;
  9. my_fmt = new TextFormat();
  10. my_fmt.font = "millfont";
  11. my_fmt.size = 36;
  12. my_fmt.color = "0x000000";
  13. my_txt.setTextFormat(my_fmt);
  14.