home *** CD-ROM | disk | FTP | other *** search
- if(STORY)
- {
- gotoAndStop("STORYWIN");
- play();
- }
- player.cash += wager;
- time = Math.round(cdata.t / 1200) add ":" add (Math.round(cdata.t) % 600 / 10 + Math.round(Math.random() * 9));
- var i = 1;
- while(i <= 6)
- {
- _root["g" add i] = Math.round(TopSpeed[i]) add "MPH";
- i++;
- }
- topspeed_t = Math.round(topspeed_t) add "MPH";
- _quality = QUALITY;
- if(STORY)
- {
- gotoAndStop("STORYWIN");
- play();
- }
- stop();
-