home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / MemoryDOGs.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2001-07-16  |  249 b   |  17 lines

  1. cont = "start";
  2. yes = "1";
  3. where_x = "0";
  4. where_y = "0";
  5. wegx = "1";
  6. wegy = "1";
  7. while(wegx < "5")
  8. {
  9.    while(wegy < "5")
  10.    {
  11.       set("weg_" add wegx add "_" add wegy,"0");
  12.       wegy += "1";
  13.    }
  14.    wegx += "1";
  15.    wegy = "1";
  16. }
  17.