home *** CD-ROM | disk | FTP | other *** search
- if(_root.scoresXML != 0)
- {
- if(_root.scoresXML eq "error")
- {
- gotoAndStop("failed");
- play();
- }
- else if(_root.playsLeft < 1)
- {
- gotoAndStop("noneleft");
- play();
- }
- else
- {
- text = "SUBMISSION COMPLETE";
- gotoAndPlay(2);
- }
- }
- else
- {
- cnt += 1;
- if(cnt < 120)
- {
- gotoAndPlay(_currentframe - 1);
- }
- else
- {
- gotoAndStop("failed");
- play();
- }
- }
-