home *** CD-ROM | disk | FTP | other *** search
- var ten = Math.floor(_root.score / 10);
- switch(true)
- {
- case ten == 444:
- this.attachMovie("444-ウワァァン","SYMBOL",15);
- this.SYMBOL._x = -220;
- this.SYMBOL._y = 5;
- break;
- case ten == 777:
- this.attachMovie("777-キター1","SYMBOL",15);
- this.SYMBOL._x = -220;
- this.SYMBOL._y = 5;
- break;
- case ten == 999:
- this.attachMovie("999-ガクッ","SYMBOL",15);
- this.SYMBOL._x = -220;
- this.SYMBOL._y = 5;
- break;
- case ten >= 1000 && ten < 1100:
- this.attachMovie("1000-フーン","SYMBOL",15);
- this.SYMBOL._x = -220;
- this.SYMBOL._y = 5;
- break;
- case ten == 1111:
- this.attachMovie("1111-エッナニナニ","SYMBOL",15);
- this.SYMBOL._x = -220;
- this.SYMBOL._y = 5;
- break;
- case ten == 1234:
- this.attachMovie("1234-ハッ","SYMBOL",15);
- this.SYMBOL._x = -220;
- this.SYMBOL._y = 5;
- break;
- case ten >= 1500 && ten < 1600:
- this.attachMovie("1500-πéñπéñπââ","SYMBOL",15);
- this.SYMBOL._x = -220;
- this.SYMBOL._y = 5;
- break;
- case ten == 1971:
- this.attachMovie("1971-イクナイ","SYMBOL",15);
- this.SYMBOL._x = -220;
- this.SYMBOL._y = 5;
- break;
- case ten >= 2000 && ten < 2100:
- this.attachMovie("2000-グッジョブ","SYMBOL",15);
- this.SYMBOL._x = -220;
- this.SYMBOL._y = 5;
- break;
- case ten == 2222:
- this.attachMovie("2222-スンスンスーン","SYMBOL",15);
- this.SYMBOL._x = -220;
- this.SYMBOL._y = 5;
- break;
- case ten >= 2500 && ten < 2600:
- this.attachMovie("2500-ばんじゃい","SYMBOL",15);
- this.SYMBOL._x = -220;
- this.SYMBOL._y = 5;
- break;
- case ten >= 3000:
- this.attachMovie("3000-キター2","SYMBOL",15);
- this.SYMBOL._x = -220;
- this.SYMBOL._y = 5;
- break;
- default:
- if(ten % 100 == 0 && ten != 0)
- {
- this.attachMovie("キリバン","SYMBOL",15);
- this.SYMBOL._x = -220;
- this.SYMBOL._y = 5;
- break;
- }
- }
- this.stop();
-