home *** CD-ROM | disk | FTP | other *** search
/ 200 Game / 200GAME2.iso / FLASHGAME / DIFFERENTS.EXE / scripts / frame_8 / DoAction.as
Encoding:
Text File  |  2000-08-17  |  122 b   |  10 lines

  1. x = 1;
  2. count = 0;
  3. password = "mao";
  4. while(Number(x) < 6)
  5. {
  6.    set("re" add x,0);
  7.    x = Number(x) + 1;
  8. }
  9. stop();
  10.