home *** CD-ROM | disk | FTP | other *** search
- _root.num = _root.seconds + _root.subSeconds / 100;
- trace(num);
- _root.finalScore = _root.num + " Seconds!";
- trace(finalScore);
- if(_root.seconds < 70)
- {
- code = "2358634943";
- score.gotoAndStop(5);
- }
- else if(_root.seconds < 85)
- {
- code = "2359866789";
- score.gotoAndStop(4);
- }
- else if(_root.seconds < 110)
- {
- code = "45686396";
- score.gotoAndStop(3);
- }
- else if(_root.seconds <= 130)
- {
- code = "3489643953";
- score.gotoAndStop(2);
- }
- else if(_root.seconds > 130)
- {
- code = "3495834";
- score.gotoAndStop(1);
- }
- _root.crumbs = "<a href=\"http://www.armorgames.com/games/scribble.html\"><img src=\"http://www.jmtb02.com/scribble/" + code + ".jpg\" width=\"300\" height=\"100\" border=\"0\" /></a>";
- Mouse.show();
- _root.cursor._visible = false;
-