home *** CD-ROM | disk | FTP | other *** search
- var i = 1;
- while(i <= 6)
- {
- _root["g" add i] = Math.round(_root.data1.TopSpeed[i]) add "MPH";
- i++;
- }
- time = HUD.time;
- topspeed_t = Math.round(topspeed_t) add "MPH";
- _quality = QUALITY;
- stop();
- ENGINESOUND.gotoAndPlay("STOP");
-