home *** CD-ROM | disk | FTP | other *** search
- cnt += 1;
- if(_root.thislev eq "level7")
- {
- if(_root.convoylist.length < 2)
- {
- _root.restart = "true";
- _root.scanner.gotoAndPlay("out");
- _root.play();
- }
- }
- if(_root.convoylist.length < 1 or _root.dead eq "true")
- {
- _root.restart = "true";
- _root.scanner.gotoAndPlay("out");
- _root.play();
- }
- else if(_root.complete eq "true")
- {
- _root.restart = "true";
- _root.scanner.gotoAndPlay("out");
- _root.gotoAndPlay(_root._currentframe + 3);
- }
- if(popcnt < _root.refreshmax)
- {
- if(cnt > randpop)
- {
- _root.scanner.populate2();
- popcnt += 1;
- gotoAndPlay(2);
- }
- else
- {
- gotoAndPlay(_currentframe - 1);
- }
- }
- else
- {
- if(_root.refreshtimed eq "true")
- {
- if(gonecnt == popcnt)
- {
- _root.survived = _root.convoylist.length;
- endcnt += 1;
- if(endcnt > 19)
- {
- _root.restart = "true";
- _root.scanner.gotoAndPlay("out");
- _root.gotoAndPlay(_root._currentframe + 3);
- endcnt = 0;
- }
- }
- }
- gotoAndPlay(_currentframe - 1);
- }
- _root.enleft = _root.refreshmax - gonecnt;
-