home *** CD-ROM | disk | FTP | other *** search
- function getStoryData(lvl)
- {
- var _loc1_ = _root;
- var _loc2_ = lvl;
- levl = _loc2_ - 1;
- oppcar = new Object();
- if(levl < levlMAX)
- {
- oppcar.oppname = StoryMode.Name[levl];
- BuyCar(oppcar,_loc1_[StoryMode.CAR[levl]]);
- if(StoryMode.KIT[levl])
- {
- oppcar._fkit = StoryMode.CAR[levl] add "_FKIT_1";
- oppcar._skit = StoryMode.CAR[levl] add "_SKIT_1";
- oppcar._bkit = StoryMode.CAR[levl] add "_BKIT_1";
- }
- oppcar.HP = StoryMode.HP[levl];
- oppcar.TQ = StoryMode.TQ[levl];
- oppcar.CL = 5;
- oppcar.WT = StoryMode.WT[levl];
- oppcar.FR = 0;
- oppcar.hoodnum = 2;
- switch(StoryMode.COL[levl])
- {
- case "black":
- oppcar.cols = {rb:-215,gb:-215,bb:-215};
- oppcar.spocols = {rb:-215,gb:-215,bb:-215};
- oppcar.kscols = {rb:-215,gb:-215,bb:-215};
- break;
- case "blue":
- oppcar.cols = {rb:-255,gb:-255,bb:0};
- oppcar.spocols = {rb:-255,gb:-255,bb:0};
- oppcar.kscols = {rb:-255,gb:-255,bb:0};
- break;
- case "blue":
- oppcar.cols = {rb:-255,gb:-255,bb:0};
- oppcar.spocols = {rb:-255,gb:-255,bb:0};
- oppcar.kscols = {rb:-255,gb:-255,bb:0};
- break;
- default:
- "gray";
- if(_loc0_ !== "grey")
- {
- if(_loc0_ !== "yellow")
- {
- if(_loc0_ !== "green")
- {
- if(_loc0_ !== "red")
- {
- if(_loc0_ !== "silver")
- {
- if(_loc0_ !== "darkgrey")
- {
- if(_loc0_ !== "navyblue")
- {
- oppcar.cols = {rb:0,gb:0,bb:0};
- oppcar.spocols = {rb:0,gb:0,bb:0};
- oppcar.kscols = {rb:0,gb:0,bb:0};
- break;
- }
- oppcar.cols = {rb:-255,gb:-255,bb:-150};
- oppcar.spocols = {rb:-255,gb:-255,bb:-150};
- oppcar.kscols = {rb:-255,gb:-255,bb:-150};
- break;
- }
- oppcar.cols = {rb:-200,gb:-200,bb:-200};
- oppcar.spocols = {rb:-200,gb:-200,bb:-200};
- oppcar.kscols = {rb:-200,gb:-200,bb:-200};
- break;
- }
- oppcar.cols = {rb:-55,gb:-55,bb:-55};
- oppcar.spocols = {rb:-55,gb:-55,bb:-55};
- oppcar.kscols = {rb:-55,gb:-55,bb:-55};
- break;
- }
- oppcar.cols = {rb:-30,gb:-255,bb:-255};
- oppcar.spocols = {rb:-30,gb:-255,bb:-255};
- oppcar.kscols = {rb:-30,gb:-255,bb:-255};
- break;
- }
- oppcar.cols = {rb:-255,gb:0,bb:-255};
- oppcar.spocols = {rb:-255,gb:0,bb:-255};
- oppcar.kscols = {rb:-255,gb:0,bb:-255};
- break;
- }
- oppcar.cols = {rb:-55,gb:-55,bb:-255};
- oppcar.spocols = {rb:-55,gb:-55,bb:-255};
- oppcar.kscols = {rb:-55,gb:-55,bb:-255};
- break;
- }
- oppcar.cols = {rb:-155,gb:-155,bb:-155};
- oppcar.spocols = {rb:-155,gb:-155,bb:-155};
- oppcar.kscols = {rb:-155,gb:-155,bb:-155};
- break;
- }
- _loc1_.wager = StoryMode.WAGER[levl];
- }
- else
- {
- oppcar.oppname = "???";
- BuyCar(oppcar,_loc1_.SALEEN);
- oppcar.HP = 1500 + (_loc2_ - levlMAX) * 10;
- oppcar.TQ = 1000 + (_loc2_ - levlMAX) * 10;
- oppcar.CL = 5;
- oppcar.WT = 900;
- oppcar.FR = 0;
- oppcar.cols = {rb:-255,gb:-255,bb:-255};
- oppcar.spocols = {rb:-255,gb:-255,bb:-255};
- oppcar.kscols = {rb:-255,gb:-255,bb:-255};
- _loc1_.wager = 10000;
- }
- }
- StoryMode = new Object();
- StoryMode.Name = new Array();
- StoryMode.HP = new Array();
- StoryMode.TQ = new Array();
- StoryMode.WT = new Array();
- StoryMode.CAR = new Array();
- StoryMode.KIT = new Array();
- StoryMode.COL = new Array();
- StoryMode.WAGER = new Array();
- StoryMode.Name.push("Wincram");
- StoryMode.CAR.push("CRX");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("black");
- StoryMode.WAGER.push(1000);
- StoryMode.HP.push(50);
- StoryMode.TQ.push(50);
- StoryMode.WT.push(2000);
- StoryMode.Name.push("G-Willie");
- StoryMode.CAR.push("CIVICH");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("blue");
- StoryMode.WAGER.push(1000);
- StoryMode.HP.push(50);
- StoryMode.TQ.push(50);
- StoryMode.WT.push(1000);
- StoryMode.Name.push("SloJoe");
- StoryMode.CAR.push("CIVIC");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("black");
- StoryMode.WAGER.push(1000);
- StoryMode.HP.push(100);
- StoryMode.TQ.push(100);
- StoryMode.WT.push(1000);
- StoryMode.Name.push("Otto");
- StoryMode.CAR.push("INTEGRA");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("gray");
- StoryMode.WAGER.push(1000);
- StoryMode.HP.push(400);
- StoryMode.TQ.push(100);
- StoryMode.WT.push(1000);
- StoryMode.Name.push("Bort");
- StoryMode.CAR.push("CELICA");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("yellow");
- StoryMode.WAGER.push(1000);
- StoryMode.HP.push(200);
- StoryMode.TQ.push(200);
- StoryMode.WT.push(1000);
- StoryMode.Name.push("Wendell");
- StoryMode.CAR.push("ECLIPSE");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("green");
- StoryMode.WAGER.push(1000);
- StoryMode.HP.push(200);
- StoryMode.TQ.push(200);
- StoryMode.WT.push(1000);
- StoryMode.Name.push("Nate");
- StoryMode.CAR.push("PROTEGE");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("black");
- StoryMode.WAGER.push(1000);
- StoryMode.HP.push(220);
- StoryMode.TQ.push(220);
- StoryMode.WT.push(1000);
- StoryMode.Name.push("J-Dogg");
- StoryMode.CAR.push("TIBURON");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("gray");
- StoryMode.WAGER.push(1000);
- StoryMode.HP.push(230);
- StoryMode.TQ.push(230);
- StoryMode.WT.push(1000);
- StoryMode.Name.push("G-Money");
- StoryMode.CAR.push("CHARGER");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("black");
- StoryMode.WAGER.push(2000);
- StoryMode.HP.push(240);
- StoryMode.TQ.push(240);
- StoryMode.WT.push(1000);
- StoryMode.Name.push("Kalkalash");
- StoryMode.CAR.push("LANCER");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("red");
- StoryMode.WAGER.push(2000);
- StoryMode.HP.push(250);
- StoryMode.TQ.push(250);
- StoryMode.WT.push(1000);
- StoryMode.Name.push("Owen Woody");
- StoryMode.CAR.push("MR2");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("red");
- StoryMode.WAGER.push(2000);
- StoryMode.HP.push(260);
- StoryMode.TQ.push(260);
- StoryMode.WT.push(1000);
- StoryMode.Name.push("Ziggy");
- StoryMode.CAR.push("IS300");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("white");
- StoryMode.WAGER.push(2000);
- StoryMode.HP.push(100);
- StoryMode.TQ.push(500);
- StoryMode.WT.push(1200);
- StoryMode.Name.push("Pootie Tang");
- StoryMode.CAR.push("RSX");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("gray");
- StoryMode.WAGER.push(2500);
- StoryMode.HP.push(300);
- StoryMode.TQ.push(350);
- StoryMode.WT.push(1000);
- StoryMode.Name.push("Miklea");
- StoryMode.CAR.push("TT");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("red");
- StoryMode.WAGER.push(2500);
- StoryMode.HP.push(400);
- StoryMode.TQ.push(400);
- StoryMode.WT.push(1000);
- StoryMode.Name.push("Alf");
- StoryMode.CAR.push("NECLIPSE");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("blue");
- StoryMode.WAGER.push(2500);
- StoryMode.HP.push(450);
- StoryMode.TQ.push(400);
- StoryMode.WT.push(1000);
- StoryMode.Name.push("Antonio");
- StoryMode.CAR.push("SILVIA");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("gray");
- StoryMode.WAGER.push(2500);
- StoryMode.HP.push(420);
- StoryMode.TQ.push(420);
- StoryMode.WT.push(1000);
- StoryMode.Name.push("Robert");
- StoryMode.CAR.push("NECLIPSE");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("yellow");
- StoryMode.WAGER.push(2500);
- StoryMode.HP.push(450);
- StoryMode.TQ.push(450);
- StoryMode.WT.push(1000);
- StoryMode.Name.push("Bennito");
- StoryMode.CAR.push("RSX");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("orange");
- StoryMode.WAGER.push(2500);
- StoryMode.HP.push(450);
- StoryMode.TQ.push(450);
- StoryMode.WT.push(950);
- StoryMode.Name.push("Brack");
- StoryMode.CAR.push("NSX");
- StoryMode.KIT.push(false);
- StoryMode.COL.push("black");
- StoryMode.WAGER.push(2500);
- StoryMode.HP.push(450);
- StoryMode.TQ.push(450);
- StoryMode.WT.push(900);
- StoryMode.Name.push("Basim");
- StoryMode.CAR.push("GOLF");
- StoryMode.KIT.push(false);
- StoryMode.COL.push("white");
- StoryMode.WAGER.push(3000);
- StoryMode.HP.push(450);
- StoryMode.TQ.push(450);
- StoryMode.WT.push(850);
- StoryMode.Name.push("Dilbert");
- StoryMode.CAR.push("COOPER");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("pink");
- StoryMode.WAGER.push(3000);
- StoryMode.HP.push(500);
- StoryMode.TQ.push(500);
- StoryMode.WT.push(900);
- StoryMode.Name.push("Melvin");
- StoryMode.CAR.push("FTO");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("gray");
- StoryMode.WAGER.push(3000);
- StoryMode.HP.push(500);
- StoryMode.TQ.push(500);
- StoryMode.WT.push(800);
- StoryMode.Name.push("Retaino");
- StoryMode.CAR.push("NECLIPSE");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("darkgray");
- StoryMode.WAGER.push(4000);
- StoryMode.HP.push(1000);
- StoryMode.TQ.push(100);
- StoryMode.WT.push(1000);
- StoryMode.Name.push("Bendo");
- StoryMode.CAR.push("RX7GEN3");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("black");
- StoryMode.WAGER.push(4000);
- StoryMode.HP.push(500);
- StoryMode.TQ.push(500);
- StoryMode.WT.push(800);
- StoryMode.Name.push("B-Bud");
- StoryMode.CAR.push("M3");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("grey");
- StoryMode.WAGER.push(4000);
- StoryMode.HP.push(500);
- StoryMode.TQ.push(500);
- StoryMode.WT.push(800);
- StoryMode.Name.push("PADDYA");
- StoryMode.CAR.push("NSX");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("red");
- StoryMode.WAGER.push(4000);
- StoryMode.HP.push(1000);
- StoryMode.TQ.push(100);
- StoryMode.WT.push(800);
- StoryMode.Name.push("SupraEv");
- StoryMode.CAR.push("SUPRA");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("navyblue");
- StoryMode.WAGER.push(4000);
- StoryMode.HP.push(500);
- StoryMode.TQ.push(500);
- StoryMode.WT.push(800);
- StoryMode.Name.push("Atalanta");
- StoryMode.CAR.push("IMPREZA");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("blue");
- StoryMode.WAGER.push(4000);
- StoryMode.HP.push(500);
- StoryMode.TQ.push(500);
- StoryMode.WT.push(800);
- StoryMode.Name.push("Miguel");
- StoryMode.CAR.push("Z");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("blue");
- StoryMode.WAGER.push(4000);
- StoryMode.HP.push(500);
- StoryMode.TQ.push(500);
- StoryMode.WT.push(800);
- StoryMode.Name.push("Rohan");
- StoryMode.CAR.push("SKYLINE");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("blue");
- StoryMode.WAGER.push(4000);
- StoryMode.HP.push(500);
- StoryMode.TQ.push(500);
- StoryMode.WT.push(750);
- StoryMode.Name.push("MoJammed");
- StoryMode.CAR.push("SUPRA");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("gray");
- StoryMode.WAGER.push(4000);
- StoryMode.HP.push(500);
- StoryMode.TQ.push(600);
- StoryMode.WT.push(800);
- StoryMode.Name.push("Corleone");
- StoryMode.CAR.push("BMWM5");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("black");
- StoryMode.WAGER.push(4000);
- StoryMode.HP.push(400);
- StoryMode.TQ.push(700);
- StoryMode.WT.push(750);
- StoryMode.Name.push("Jonny");
- StoryMode.CAR.push("HUMMER");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("black");
- StoryMode.WAGER.push(4000);
- StoryMode.HP.push(600);
- StoryMode.TQ.push(600);
- StoryMode.WT.push(1500);
- StoryMode.Name.push("Gale");
- StoryMode.CAR.push("PRELUDE");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("black");
- StoryMode.WAGER.push(4000);
- StoryMode.HP.push(600);
- StoryMode.TQ.push(600);
- StoryMode.WT.push(900);
- StoryMode.Name.push("Trudelle");
- StoryMode.CAR.push("G35");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("gray");
- StoryMode.WAGER.push(4000);
- StoryMode.HP.push(650);
- StoryMode.TQ.push(650);
- StoryMode.WT.push(950);
- StoryMode.Name.push("Archie");
- StoryMode.CAR.push("SC430");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("gray");
- StoryMode.WAGER.push(4000);
- StoryMode.HP.push(700);
- StoryMode.TQ.push(700);
- StoryMode.WT.push(1000);
- StoryMode.Name.push("Matthew Pearce");
- StoryMode.CAR.push("CRX");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("pink");
- StoryMode.WAGER.push(100);
- StoryMode.HP.push(100);
- StoryMode.TQ.push(100);
- StoryMode.WT.push(1000);
- StoryMode.Name.push("Frankes");
- StoryMode.CAR.push("RX7GEN3");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("gray");
- StoryMode.WAGER.push(5000);
- StoryMode.HP.push(700);
- StoryMode.TQ.push(700);
- StoryMode.WT.push(800);
- StoryMode.Name.push("Owen");
- StoryMode.CAR.push("SHELBY");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("black");
- StoryMode.WAGER.push(5000);
- StoryMode.HP.push(400);
- StoryMode.TQ.push(800);
- StoryMode.WT.push(900);
- StoryMode.Name.push("Jonnifer");
- StoryMode.CAR.push("RX8");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("blue");
- StoryMode.WAGER.push(5000);
- StoryMode.HP.push(700);
- StoryMode.TQ.push(700);
- StoryMode.WT.push(900);
- StoryMode.Name.push("Teflon");
- StoryMode.CAR.push("SKYLINER34");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("black");
- StoryMode.WAGER.push(10000);
- StoryMode.HP.push(800);
- StoryMode.TQ.push(800);
- StoryMode.WT.push(900);
- StoryMode.Name.push("Sniperman");
- StoryMode.CAR.push("VIPERSRT");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("red");
- StoryMode.WAGER.push(15000);
- StoryMode.HP.push(900);
- StoryMode.TQ.push(900);
- StoryMode.WT.push(900);
- StoryMode.Name.push("Winters");
- StoryMode.CAR.push("COOPER");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("black");
- StoryMode.WAGER.push(17000);
- StoryMode.HP.push(1000);
- StoryMode.TQ.push(900);
- StoryMode.WT.push(900);
- StoryMode.Name.push("PADDYC");
- StoryMode.CAR.push("P911");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("gray");
- StoryMode.WAGER.push(17000);
- StoryMode.HP.push(1100);
- StoryMode.TQ.push(1000);
- StoryMode.WT.push(900);
- StoryMode.Name.push("Davey Crocket");
- StoryMode.CAR.push("SHELBY");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("gray");
- StoryMode.WAGER.push(25000);
- StoryMode.HP.push(1500);
- StoryMode.TQ.push(1000);
- StoryMode.WT.push(900);
- StoryMode.Name.push("Meiek");
- StoryMode.CAR.push("MCLAREN");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("orange");
- StoryMode.WAGER.push(25000);
- StoryMode.HP.push(1500);
- StoryMode.TQ.push(900);
- StoryMode.WT.push(900);
- StoryMode.Name.push("Braybrook");
- StoryMode.CAR.push("CARRERAGT");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("grey");
- StoryMode.WAGER.push(25000);
- StoryMode.HP.push(1500);
- StoryMode.TQ.push(900);
- StoryMode.WT.push(900);
- StoryMode.Name.push("Benry");
- StoryMode.CAR.push("SALEEN");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("grey");
- StoryMode.WAGER.push(25000);
- StoryMode.HP.push(1500);
- StoryMode.TQ.push(900);
- StoryMode.WT.push(900);
- StoryMode.Name.push("Walmsley");
- StoryMode.CAR.push("MODENA");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("black");
- StoryMode.WAGER.push(25000);
- StoryMode.HP.push(1500);
- StoryMode.TQ.push(1000);
- StoryMode.WT.push(900);
- StoryMode.Name.push("PADDYB");
- StoryMode.CAR.push("P911GT1");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("grey");
- StoryMode.WAGER.push(25000);
- StoryMode.HP.push(1500);
- StoryMode.TQ.push(900);
- StoryMode.WT.push(900);
- StoryMode.Name.push("DannoMan");
- StoryMode.CAR.push("FERRARI");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("red");
- StoryMode.WAGER.push(25000);
- StoryMode.HP.push(1500);
- StoryMode.TQ.push(900);
- StoryMode.WT.push(900);
- StoryMode.Name.push("Fantom");
- StoryMode.CAR.push("MURCIELAGO");
- StoryMode.KIT.push(true);
- StoryMode.COL.push("black");
- StoryMode.WAGER.push(1000000);
- StoryMode.HP.push(1500);
- StoryMode.TQ.push(1000);
- StoryMode.WT.push(900);
- levlMAX = 52;
-