home *** CD-ROM | disk | FTP | other *** search
- c = 1;
- while(7 >= c)
- {
- eval("Char" + c).dontFade = true;
- eval("Char" + c).Char.gotoAndStop("SPACE");
- eval("Char" + c).CharShadow.gotoAndStop("SPACE");
- c++;
- }
- c = 1;
- while(9 >= c)
- {
- title = "TOPSCORE!";
- eval("Title" + c).dontFade = true;
- eval("Title" + c).Char.gotoAndStop(title.substr(c - 1,1));
- eval("Title" + c).CharShadow.gotoAndStop(title.substr(c - 1,1));
- c++;
- }
- playerName = "";
- stop();
-