home *** CD-ROM | disk | FTP | other *** search
- bestSCORE[0] = score / 10;
- totalSCORE[chain - 1] = bestSCORE[0];
- bestSCORE.sort(ScoreSort);
- switch(true)
- {
- case First != bestSCORE[3]:
- _root.TOP3PANEL.FIRST.gotoAndPlay(2);
- fsingle = 1;
- break;
- case Second != bestSCORE[2]:
- _root.TOP3PANEL.SECOND.gotoAndPlay(2);
- break;
- case Third != bestSCORE[1]:
- _root.TOP3PANEL.THIRD.gotoAndPlay(2);
- }
- totaln = totalSCORE[0] + totalSCORE[1] + totalSCORE[2];
- Total1 = totalSCORE[0];
- Total2 = totalSCORE[1];
- Total3 = totalSCORE[2];
- if(chain > 2 && totalh < totaln)
- {
- ftotal = 1;
- _root.TOP3PANEL.TOTAL.gotoAndPlay("TOTALChange");
- }
- _root.MARKER.play();
- if(!(GameID == undefined || Game == ""))
- {
- _root.attachMovie("登録ボタン","TourokuBT",101);
- with(_root.TourokuBT)
- {
- _x = 465;
- _y = 230;
- _xscale = 90;
- _yscale = 90;
- }
- }
- this.stop();
-