home *** CD-ROM | disk | FTP | other *** search
- this.isCheck = 0;
- i = 0;
- while(i <= 7)
- {
- j = 0;
- while(j <= 7)
- {
- if(eval("_root.mcB.mcM" + i + j).nType != "")
- {
- this.isCheck = 1;
- }
- j++;
- }
- i++;
- }
- if(this.isCheck)
- {
- this.gotoAndPlay("flB");
- }
- else if(_root.isGame)
- {
- _root.mcB.nTypeCount = 0;
- _root.mcB.arrType = new Array();
- _root.funcType();
- _root.mcAC2.gotoAndPlay("flR");
- }
- else
- {
- this.gotoAndPlay("flB");
- }
-