home *** CD-ROM | disk | FTP | other *** search
- if(_root.scoresXML != 0)
- {
- if(_root.scoresXML eq "error")
- {
- gotoAndStop("failed");
- play();
- }
- else
- {
- _root.myXML1 = new XML(_root.scoresXML);
- _root.myXML1.ignoreWhite = true;
- _root.makeHighScores();
- gotoAndStop("sent");
- play();
- }
- }
- else
- {
- cnt += 1;
- if(cnt < 120)
- {
- gotoAndPlay(_currentframe - 1);
- }
- else
- {
- gotoAndStop("failed");
- play();
- }
- }
-