home *** CD-ROM | disk | FTP | other *** search
- i = 0;
- while(i < 4)
- {
- m = "c" + i;
- attachMovie(m,m,i);
- this[m]._xscale = this[m]._yscale = 200;
- this[m]._visible = false;
- i++;
- }
- i = 0;
- while(i < 7)
- {
- m = "p" + i;
- attachMovie(m,m,i + 8);
- this[m]._xscale = this[m]._yscale = 200;
- this[m]._visible = false;
- i++;
- }
- i = 0;
- while(i < 7)
- {
- m = "b" + i;
- attachMovie(m,m,i + 16);
- this[m]._xscale = this[m]._yscale = 200;
- this[m]._visible = false;
- i++;
- }
- _root.restartTimer();
- _root.attachMovie("getReady","getReady",100);
- i = 0;
- while(i < int(trees.max) / 2)
- {
- trees.renderTrees(true);
- i++;
- }
-