home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / bug.swf / scripts / DefineSprite_832 / frame_2 / DoAction.as
Encoding:
Text File  |  2007-03-28  |  621 b   |  36 lines

  1. i = 0;
  2. while(i < 4)
  3. {
  4.    m = "c" + i;
  5.    attachMovie(m,m,i);
  6.    this[m]._xscale = this[m]._yscale = 200;
  7.    this[m]._visible = false;
  8.    i++;
  9. }
  10. i = 0;
  11. while(i < 7)
  12. {
  13.    m = "p" + i;
  14.    attachMovie(m,m,i + 8);
  15.    this[m]._xscale = this[m]._yscale = 200;
  16.    this[m]._visible = false;
  17.    i++;
  18. }
  19. i = 0;
  20. while(i < 7)
  21. {
  22.    m = "b" + i;
  23.    attachMovie(m,m,i + 16);
  24.    this[m]._xscale = this[m]._yscale = 200;
  25.    this[m]._visible = false;
  26.    i++;
  27. }
  28. _root.restartTimer();
  29. _root.attachMovie("getReady","getReady",100);
  30. i = 0;
  31. while(i < int(trees.max) / 2)
  32. {
  33.    trees.renderTrees(true);
  34.    i++;
  35. }
  36.