home *** CD-ROM | disk | FTP | other *** search
/ Enter 2003 April / EnterCD 4_2003.iso / Multimedia / AlbumCreator 2.5 / AC2.exe / ww.swf / scripts / frame_8 / DoAction.as
Encoding:
Text File  |  2002-07-24  |  510 b   |  19 lines

  1. desc1 = _root.images[0].desc;
  2. desc2 = _root.images[1].desc;
  3. desc3 = _root.images[2].desc;
  4. desc4 = _root.images[3].desc;
  5. i = 0;
  6. while(i < images.length)
  7. {
  8.    j = 1;
  9.    while(j <= 5)
  10.    {
  11.       _root.thumbnails["tp" + j].plashka.createEmptyMovieClip("th" + i,i);
  12.       _root.thumbnails["tp" + j].plashka["th" + i].loadMovie(_root.images[i].thm);
  13.       _root.thumbnails["tp" + j].plashka["th" + i]._x = -47;
  14.       _root.thumbnails["tp" + j].plashka["th" + i]._y = -75;
  15.       j++;
  16.    }
  17.    i++;
  18. }
  19.