home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / MiniclipsTetris.swf / scripts / DefineSprite_271 / frame_8 / DoAction.as < prev   
Encoding:
Text File  |  2005-08-04  |  439 b   |  20 lines

  1. c = 1;
  2. while(7 >= c)
  3. {
  4.    eval("Char" + c).dontFade = true;
  5.    eval("Char" + c).Char.gotoAndStop("SPACE");
  6.    eval("Char" + c).CharShadow.gotoAndStop("SPACE");
  7.    c++;
  8. }
  9. c = 1;
  10. while(9 >= c)
  11. {
  12.    title = "TOPSCORE!";
  13.    eval("Title" + c).dontFade = true;
  14.    eval("Title" + c).Char.gotoAndStop(title.substr(c - 1,1));
  15.    eval("Title" + c).CharShadow.gotoAndStop(title.substr(c - 1,1));
  16.    c++;
  17. }
  18. playerName = "";
  19. stop();
  20.