home *** CD-ROM | disk | FTP | other *** search
- _root.campaignScore += _root.score;
- createTextField("my_txt",99200,367,268,250,50);
- my_txt._quality("BEST");
- my_txt.multiline = false;
- my_txt.text = _root.campaignScore;
- my_txt.selectable = false;
- my_txt.wordWrap = true;
- my_txt.embedFonts = true;
- my_fmt = new TextFormat();
- my_fmt.font = "millfont";
- my_fmt.size = 36;
- my_fmt.color = "0x000000";
- my_txt.setTextFormat(my_fmt);
-