home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / oddech / bechpack / bechpack.exe / scripts / frame_1071 / DoAction.as
Text File  |  2002-10-29  |  381b  |  15 lines

  1. duplicateMovieClip("/head","1",16385);
  2. setProperty("/1", _X, 202.5);
  3. setProperty("/1", _Y, 277.5);
  4. count = 2;
  5. while(Number(count) < 11)
  6. {
  7.    duplicateMovieClip("/cell",count,16384 + count);
  8.    setProperty("/" add count, _X, 202.5);
  9.    setProperty("/" add count, _Y, 277.5 + Number((count - 1) * 15));
  10.    count = Number(count) + 1;
  11. }
  12. count = 10;
  13. start = true;
  14. stop();
  15.