home *** CD-ROM | disk | FTP | other *** search
- time -= "1";
- if("0" >= time and score >= "60")
- {
- gotoAndStop(47);
- }
- else if("0" >= time and "60" >= score)
- {
- gotoAndStop(48);
- }
- else if(time >= "0" and score == "100")
- {
- gotoAndStop(47);
- }
- else if("0" >= time and score == "0")
- {
- gotoAndStop(48);
- }
- else
- {
- gotoAndPlay(34);
- }
-