home *** CD-ROM | disk | FTP | other *** search
- allowreset = 1;
- ballspeed = 2;
- recordweight = 0;
- noofchampionships = 0;
- worldrecord = 2000;
- nationalrecord = 1250;
- regionalrecord = 1000;
- hometownrecord = 750;
- backyardrecord = 500;
- n_world = 0;
- n_national = 0;
- n_regional = 0;
- n_hometown = 0;
- n_backyard = 0;
- aip1 = "Brad ";
- aip2 = "John F ";
- aip3 = "Chip Dale ";
- aip4 = "Wayne ";
- aip5 = "Ahmed ";
- aip6 = "Zach ";
- aip7 = "Joshiwara ";
- aip8 = "Inglor ";
- aip9 = "Kuro ";
- aip10 = "Orb ";
- aip11 = "Zielak ";
- aip12 = "Eric ";
- aip13 = "Shoukei ";
- aip14 = "Tom ";
- aip15 = "Wade ";
- aip16 = "Lil Jim ";
- aip17 = "Clark ";
- aip18 = "Bruce ";
- aip19 = "Mark ";
- aip20 = "Daniel ";
- aip21 = "Kurt ";
- aip22 = "Eddie ";
- aip23 = "Sad Girl ";
- aip24 = "Tyler ";
- aip25 = "Botsman ";
- aip26 = "Vincent ";
- aip27 = "Ben ";
- aip28 = "Eiji ";
- aip29 = "Akira ";
- aip30 = "Tatsuya ";
- aip31 = "Ichigo ";
- aip32 = "Kenshin ";
- aip33 = "Goku ";
- aip34 = "Gohan ";
- aip35 = "Sara ";
- aip36 = "Sally ";
- aip37 = "Jess ";
- aip38 = "Jennifer ";
- aip39 = "Happy Liau ";
- aip40 = "Lord Evarts ";
- aip41 = "Connie ";
- aip42 = "Patsy ";
- aip43 = "Liza ";
- aip44 = "Tanya ";
- aip45 = "Belinda ";
- aip46 = "Yuri ";
- aip47 = "Yoko ";
- aip48 = "Shizuka ";
- aip49 = "Aori ";
- aip50 = "Irene ";
- aip51 = "Helen S ";
- aip52 = "Viki ";
- aip53 = "Sarima ";
- aip54 = "Delilah ";
- aip55 = "Georgia ";
- aip56 = "Michelle ";
- aip57 = "Mike ";
- aip58 = "Ivan ";
- aip59 = "Laura ";
- aip60 = "Tammy ";
- worldchampion = _root["aip" + (random(60) + 1)];
- nationalchampion = _root["aip" + (random(60) + 1)];
- regionalchampion = _root["aip" + (random(60) + 1)];
- hometownchampion = _root["aip" + (random(60) + 1)];
- backyardchampion = _root["aip" + (random(60) + 1)];
- _quality = "MEDIUM";
- Stage.showMenu = false;
- _root.savefile = SharedObject.getLocal("ags");
- if(_root.savefile.data.playername != undefined)
- {
- _root.ballspeed = _root.savefile.data.ballspeed;
- _root.recordweight = _root.savefile.data.recordweight;
- _root.noofchampionships = _root.savefile.data.noofchampionships;
- _root.worldrecord = _root.savefile.data.worldrecord;
- _root.nationalrecord = _root.savefile.data.nationalrecord;
- _root.regionalrecord = _root.savefile.data.regionalrecord;
- _root.hometownrecord = _root.savefile.data.hometownrecord;
- _root.backyardrecord = _root.savefile.data.backyardrecord;
- _root.n_world = _root.savefile.data.n_world;
- _root.n_national = _root.savefile.data.n_national;
- _root.n_regional = _root.savefile.data.n_regional;
- _root.n_hometown = _root.savefile.data.n_hometown;
- _root.n_backyard = _root.savefile.data.n_backyard;
- _root.worldchampion = _root.savefile.data.worldchampion;
- _root.nationalchampion = _root.savefile.data.nationalchampion;
- _root.regionalchampion = _root.savefile.data.regionalchampion;
- _root.hometownchampion = _root.savefile.data.hometownchampion;
- _root.backyardchampion = _root.savefile.data.backyardchampion;
- }
-