Frame 1
function sethigh() {
_quality = "HIGH";
}
function setmid() {
_quality = "MEDIUM";
}
function setlow() {
_quality = "LOW";
}
function setlow() {
_quality = "LOW";
}
function armorg() {
getURL ("http://www.armorgames.com", "_blank");
}
function aevarria() {
getURL ("http://tamugaia.com/aevarria", "_blank");
}
var my_cm = new ContextMenu();
var menuItem_cmi = new ContextMenuItem("High Quality", sethigh);
my_cm.customItems.push(menuItem_cmi);
var menuItem_cmi2 = new ContextMenuItem("Medium Quality", setmid);
my_cm.customItems.push(menuItem_cmi2);
var menuItem_cmi3 = new ContextMenuItem("Low Quality", setlow);
my_cm.customItems.push(menuItem_cmi3);
var menuItem_cmi5 = new ContextMenuItem("Visit Aevarria", aevarria, true);
my_cm.customItems.push(menuItem_cmi5);
var menuItem_cmi6 = new ContextMenuItem("Armor Games", armorg);
my_cm.customItems.push(menuItem_cmi6);
my_cm.builtInItems.quality = false;
my_cm.builtInItems.zoom = false;
my_cm.builtInItems.print = false;
my_cm.builtInItems.play = false;
my_cm.builtInItems.loop = false;
my_cm.builtInItems.rewind = false;
my_cm.builtInItems.forward_back = false;
_root.menu = my_cm;
Instance of Symbol 40 MovieClip in Frame 1
on (rollOver) {
_root.helpmessage = "Welcome to Aevarrian Coliseum. Please read the tutorial (How to Play) if this is your first time playing. \u00B4How to Play\u00B4 will also be helpful reference if you run into problems or troubles.";
_root.help1.gotoAndPlay(2);
}
on (rollOut) {
_root.helpmessage = "";
_root.help1.gotoAndPlay(5);
}
Frame 2
p = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
Frame 3
if (_root.getBytesLoaded() != _root.getBytesTotal()) {
gotoAndPlay (2);
}
Frame 4
stop();
Frame 6
stopAllSounds();
p01name = "Rayne";
p02name = "Dohn";
td_unlock = 0;
unlocker = SharedObject.getLocal("ac2unl");
if (unlocker.data.e == 1) {
td_unlock = unlocker.data.e;
}
Frame 7
_root.p01keyup = 87;
_root.p01keydown = 83;
_root.p01keyleft = 65;
_root.p01keyright = 68;
_root.p01keypunch = 71;
_root.p01keykick = 72;
_root.p01keytaunt = 32;
p1ks = SharedObject.getLocal("ac2p1");
if (p1ks.data.exists != undefined) {
_root.p01keyup = p1ks.data.up_;
_root.p01keydown = p1ks.data.down_;
_root.p01keyleft = p1ks.data.left_;
_root.p01keyright = p1ks.data.right_;
_root.p01keypunch = p1ks.data.punch_;
_root.p01keykick = p1ks.data.kick_;
_root.p01keytaunt = p1ks.data.taunt_;
}
_root.p02keyup = 38;
_root.p02keydown = 40;
_root.p02keyleft = 37;
_root.p02keyright = 39;
_root.p02keypunch = 101;
_root.p02keykick = 102;
_root.p02keytaunt = 96;
p2ks = SharedObject.getLocal("ac2p2");
if (p2ks.data.exists != undefined) {
_root.p02keyup = p2ks.data.up_;
_root.p02keydown = p2ks.data.down_;
_root.p02keyleft = p2ks.data.left_;
_root.p02keyright = p2ks.data.right_;
_root.p02keypunch = p2ks.data.punch_;
_root.p02keykick = p2ks.data.kick_;
_root.p02keytaunt = p2ks.data.taunt_;
}
p1sprite = "dohn";
p2sprite = "fitz";
seffects = 1;
computerlevela = 3;
computerlevel = 3;
p01controller = "p";
p02controller = "c";
gaugesize = 1;
music = 1;
currentmusic = 1;
gamebg = 1;
totalbgs = 9;
winnername = "";
gauntletwins = 0;
gauntletplayer = "p01";
gauntletopp = "p02";
gauntletp01win = 0;
gauntletp02win = 0;
storysap = 1;
playmode = "";
_quality = "MEDIUM";
saver = SharedObject.getLocal("ac2config");
if (saver.data.exists != undefined) {
_root.computerlevela = saver.data.computerlevela;
_root.gaugesize = saver.data.gaugesize;
_root.music = saver.data.music;
_root._quality = saver.data.qua;
}
Frame 8
function getsprite() {
rf = random(11);
switch (rf) {
case 0 :
return("dohn");
case 1 :
return("ericwing");
case 2 :
return("rayne");
case 3 :
return("fitz");
case 4 :
return("ganzoric");
case 5 :
return("gorkhan");
case 6 :
return("aa");
case 7 :
return("vanguard");
case 8 :
return("kerin");
case 9 :
return("aen");
case 10 :
return("isaar");
}
}
function getchar(sprit) {
switch (sprit) {
case "dohn" :
return("Dohn McCarl");
case "ericwing" :
return("Eric Wing");
case "rayne" :
return("Rayne");
case "fitz" :
return("Sir Fitz");
case "ganzoric" :
return("Ganzoric");
case "gorkhan" :
return("Gor Khan");
case "aa" :
return("Arrow Avenger");
case "vanguard" :
return("Von Vanguard");
case "kerin" :
return("Kerin Smalle");
case "aen" :
return("Princess Aen");
case "isaar" :
return("Isaar");
}
}
season_location = 0;
season_day = 1;
seasonpelir = "p1";
seasonplayer = "p01";
seasonopp = "p02";
season_sex = 0;
map = "armorgaia";
season_fname = "Your";
season_lname = "Name";
season_nameseperator = " ";
season_movesleft = 1;
season_battlesleft = 1;
seasonp01win = 0;
seasonp02win = 0;
season_unlock2 = 0;
season_badge0 = 0;
season_badge1 = 0;
season_badge2 = 0;
season_badge3 = 0;
season_badge4 = 0;
season_badge5 = 0;
season_badge6 = 0;
season_badge7 = 0;
season_badge8 = 0;
season_badge9 = 0;
season_badge10 = 0;
season_badge11 = 0;
season_badge12 = 0;
season_badge13 = 0;
season_badge14 = 0;
season_ztitlematch = 0;
season_ititlematch = 0;
season_wtitlematch = 0;
season_pchampnum = 0;
Frame 9
locationer = new Array();
locationer[0] = "Raeport";
locationer[1] = "Zarunine";
locationer[2] = "Herradome";
locationer[3] = "Sharax";
locationer[4] = "Lorevia";
locationer[5] = "Waulnaut";
locationer[6] = "Quamaska";
locationer[7] = "Barolka";
locationer[8] = "Centralville";
locationer[9] = "Krealls";
locationer[10] = "Morrio Folles";
locationer[11] = "Protopolis";
locationer[12] = "Deanoria";
locationer[13] = "Tundrosh";
locationer[14] = "Tamugaia City";
Frame 10
names = new Array();
names.push("Aiichirou");
names.push("Hayato");
names.push("Kinzaburou");
names.push("Shingo");
names.push("Aijirou");
names.push("Heigorou");
names.push("Kisaburou");
names.push("Shinichi");
names.push("Aisaburou");
names.push("Heihachiro");
names.push("Kitahiko");
names.push("Shinji");
names.push("Aitarou");
names.push("Heiichirou");
names.push("Kitarou");
names.push("Shinjirou");
names.push("Akira");
names.push("Hideki");
names.push("Koichi");
names.push("Shinsuke");
names.push("Aran");
names.push("Hideto");
names.push("Koichiro");
names.push("Shinta");
names.push("Asagorou");
names.push("Hiro");
names.push("Koji");
names.push("Shintarou");
names.push("Atsushi");
names.push("Hiroki");
names.push("Kojiro");
names.push("Shinya");
names.push("Ayao");
names.push("Hiromi");
names.push("Kousuke");
names.push("Shohei");
names.push("Chojiro");
names.push("Hiroshi");
names.push("Kouta");
names.push("Shouichi");
names.push("Chouji");
names.push("Hiroto");
names.push("Koutarou");
names.push("Shouichirou");
names.push("Choujirou");
names.push("Hisashi");
names.push("Kyuichi");
names.push("Shouji");
names.push("Choujuurou");
names.push("Hitoshi");
names.push("Kyuujirou");
names.push("Shouta");
names.push("Chuichi");
names.push("Hotarou");
names.push("Mamoru");
names.push("Shoutarou");
names.push("Chuuichirou");
names.push("Houichirou");
names.push("Manabu");
names.push("Shouzaburou");
names.push("Chuuji");
names.push("Houjirou");
names.push("Masaru");
names.push("Shuhei");
names.push("Chuujirou");
names.push("Ichijirou");
names.push("Masato");
names.push("Shuichi");
names.push("Dai");
names.push("Ichirou");
names.push("Mineo");
names.push("Shuji");
names.push("Daichi");
names.push("Ikuo");
names.push("Minoru");
names.push("Shunichi");
names.push("Daigorou");
names.push("Isamu");
names.push("Mitsuru");
names.push("Shunichirou");
names.push("Daiichirou");
names.push("Isao");
names.push("Muneo ");
names.push("Shunsuke");
names.push("Daiki");
names.push("Itsuo");
names.push("Mutsumi");
names.push("Shuntarou");
names.push("Daisuke");
names.push("Jinichi");
names.push("Naoki");
names.push("Soichi");
names.push("Daitarou");
names.push("Jin");
names.push("Naoto");
names.push("Soichirou");
names.push("Denjiro");
names.push("Jinzaburo");
names.push("Naoya");
names.push("Tadashi");
names.push("Eiichi");
names.push("Jiro");
names.push("Osamu");
names.push("Tai");
names.push("Eiichirou");
names.push("Joji");
names.push("Reiji");
names.push("Taiichi ");
names.push("Eiji");
names.push("Jotaro");
names.push("Reijiro");
names.push("Taiki");
names.push("Eisaku");
names.push("Jun");
names.push("Reitarou");
names.push("Taisuke");
names.push("Eitarou");
names.push("Junichi");
names.push("Renzo");
names.push("Takashi");
names.push("Enichi");
names.push("Junji");
names.push("Rintarou");
names.push("Takeru");
names.push("Enichirou");
names.push("Junya");
names.push("Rinzaburou");
names.push("Takeshi");
names.push("Engorou");
names.push("Kamehiko");
names.push("Ryoichi");
names.push("Takuji");
names.push("Entarou");
names.push("Kameichirou");
names.push("Ryota");
names.push("Takumi");
names.push("Etsujirou");
names.push("Kaname");
names.push("Ryouhei");
names.push("Takuya");
names.push("Etsukazu");
names.push("Kantaro");
names.push("Ryouji");
names.push("Tamio");
names.push("Gaku");
names.push("Katsumi");
names.push("Ryuji");
names.push("Tamotsu");
names.push("Gantarou");
names.push("Kazuya");
names.push("Ryuuichi");
names.push("Tomio");
names.push("Gen-Ichi");
names.push("Keigo");
names.push("Ryuuji");
names.push("Tsutomu");
names.push("Gengoro");
names.push("Keiichi");
names.push("Saburo");
names.push("Tsuyoshi");
names.push("Genjirou");
names.push("Keiji");
names.push("Sachio");
names.push("Yasushi");
names.push("Genshirou");
names.push("Keijirou");
names.push("Saiji");
names.push("Yoshiki");
names.push("Gentarou");
names.push("Keisuke");
names.push("Saijirou");
names.push("Yoshimi");
names.push("Genzaburou");
names.push("Keita");
names.push("Saijuurou");
names.push("Yuichi");
names.push("Gojirou");
names.push("Keizo");
names.push("Seigo");
names.push("Yuichirou");
names.push("Gorou");
names.push("Ken");
names.push("Seigorou");
names.push("Yuji");
names.push("Gotarou");
names.push("Kenichi");
names.push("Seihachirou");
names.push("Yujiro");
names.push("Gourou");
names.push("Kenjirou");
names.push("Seiichi");
names.push("Yuuhei");
names.push("Gunjirou");
names.push("Kentaro");
names.push("Seiichirou");
names.push("Yuuichi");
names.push("Gunzaburou");
names.push("Kenzaburo");
names.push("Seiji");
names.push("Yuuji");
names.push("Hachirou");
names.push("Kiichi");
names.push("Seijirou");
names.push("Yuujirou");
names.push("Hachitarou");
names.push("Kingo");
names.push("Seitarou");
names.push("Yuuta ");
names.push("Hajime");
names.push("Kinji");
names.push("Shichirou");
names.push("Yuutarou");
names.push("Hanshiro");
names.push("Kintaichi");
names.push("Shigeru");
names.push("Haruki");
names.push("Kintarou");
names.push("Shimpei");
names.push("James");
names.push("John");
names.push("Robert");
names.push("Michael");
names.push("William");
names.push("David");
names.push("Richard");
names.push("Charles");
names.push("Joseph");
names.push("Thomas");
names.push("Christopher");
names.push("Daniel");
names.push("Paul");
names.push("Mark");
names.push("Donald");
names.push("George");
names.push("Kenneth");
names.push("Steven");
names.push("Edward");
names.push("Brian");
names.push("Ronald");
names.push("Anthony");
names.push("Kevin");
names.push("Jason");
names.push("Matthew");
names.push("Gary");
names.push("Timothy");
names.push("Jose");
names.push("Larry");
names.push("Jeffrey");
names.push("Frank");
names.push("Scott");
names.push("Eric");
names.push("Stephen");
names.push("Andrew");
names.push("Raymond");
names.push("Gregory");
names.push("Joshua");
names.push("Jerry");
names.push("Dennis");
names.push("Walter");
names.push("Patrick");
names.push("Peter");
names.push("Harold");
names.push("Douglas");
names.push("Henry");
names.push("Carl");
names.push("Arthur");
names.push("Ryan");
names.push("Roger");
names.push("Joe");
names.push("Juan");
names.push("Jack");
names.push("Albert");
names.push("Jonathan");
names.push("Justin");
names.push("Terry");
names.push("Gerald");
names.push("Keith");
names.push("Samuel");
names.push("Willie");
names.push("Ralph");
names.push("Lawrence");
names.push("Nicholas");
names.push("Roy");
names.push("Benjamin");
names.push("Bruce");
names.push("Brandon");
names.push("Adam");
names.push("Harry");
names.push("Fred");
names.push("Wayne");
names.push("Billy");
names.push("Steve");
names.push("Louis");
names.push("Jeremy");
names.push("Aaron");
names.push("Randy");
names.push("Howard");
names.push("Eugene");
names.push("Carlos");
names.push("Russell");
names.push("Bobby");
names.push("Victor");
names.push("Martin");
names.push("Ernest");
names.push("Phillip");
names.push("Todd");
names.push("Jesse");
names.push("Craig");
names.push("Alan");
names.push("Shawn");
names.push("Clarence");
names.push("Sean");
names.push("Philip");
names.push("Chris");
names.push("Johnny");
names.push("Earl");
names.push("Jimmy");
names.push("Antonio");
names.push("Danny");
names.push("Bryan");
names.push("Tony");
names.push("Luis");
names.push("Mike");
names.push("Stanley");
names.push("Leonard");
names.push("Nathan");
names.push("Dale");
names.push("Manuel");
names.push("Rodney");
names.push("Curtis");
names.push("Norman");
names.push("Allen");
names.push("Marvin");
names.push("Vincent");
names.push("Glenn");
names.push("Jeffery");
names.push("Travis");
names.push("Jeff");
names.push("Chad");
names.push("Jacob");
names.push("Lee");
names.push("Melvin");
names.push("Alfred");
names.push("Kyle");
names.push("Francis");
names.push("Bradley");
names.push("Jesus");
names.push("Herbert");
names.push("Frederick");
names.push("Ray");
names.push("Joel");
names.push("Edwin");
names.push("Don");
names.push("Eddie");
names.push("Ricky");
names.push("Troy");
names.push("Randall");
names.push("Barry");
names.push("Alexander");
names.push("Bernard");
names.push("Mario");
names.push("Leroy");
names.push("Francisco");
names.push("Marcus");
names.push("Micheal");
names.push("Theodore");
names.push("Clifford");
names.push("Miguel");
names.push("Oscar");
names.push("Jay");
names.push("Jim");
names.push("Tom");
names.push("Calvin");
names.push("Alex");
names.push("Jon");
names.push("Ronnie");
names.push("Bill");
names.push("Lloyd");
names.push("Tommy");
names.push("Leon");
names.push("Derek");
names.push("Warren");
names.push("Darrell");
names.push("Jerome");
names.push("Floyd");
names.push("Leo");
names.push("Alvin");
names.push("Tim");
names.push("Wesley");
names.push("Gordon");
names.push("Dean");
names.push("Greg");
names.push("Jorge");
names.push("Dustin");
names.push("Pedro");
names.push("Derrick");
names.push("Dan");
names.push("Lewis");
names.push("Zachary");
names.push("Corey");
names.push("Herman");
names.push("Maurice");
names.push("Vernon");
names.push("Roberto");
names.push("Clyde");
names.push("Glen");
names.push("Hector");
names.push("Shane");
names.push("Ricardo");
names.push("Sam");
names.push("Rick");
names.push("Lester");
names.push("Brent");
names.push("Ramon");
names.push("Charlie");
names.push("Tyler");
names.push("Gilbert");
names.push("Gene");
names.push("Marc");
names.push("Reginald");
names.push("Ruben");
names.push("Brett");
names.push("Angel");
names.push("Nathaniel");
names.push("Rafael");
names.push("Leslie");
names.push("Edgar");
names.push("Milton");
names.push("Raul");
names.push("Ben");
names.push("Chester");
names.push("Cecil");
names.push("Duane");
names.push("Franklin");
names.push("Andre");
names.push("Elmer");
names.push("Brad");
names.push("Gabriel");
names.push("Ron");
names.push("Mitchell");
names.push("Roland");
names.push("Arnold");
names.push("Harvey");
names.push("Jared");
names.push("Adrian");
names.push("Karl");
names.push("Cory");
names.push("Claude");
names.push("Erik");
names.push("Darryl");
names.push("Jamie");
names.push("Neil");
names.push("Jessie");
names.push("Christian");
names.push("Javier");
names.push("Fernando");
names.push("Clinton");
names.push("Ted");
names.push("Mathew");
names.push("Tyrone");
names.push("Darren");
names.push("Lonnie");
names.push("Lance");
names.push("Cody");
names.push("Julio");
names.push("Kelly");
names.push("Kurt");
names.push("Allan");
names.push("Nelson");
names.push("Guy");
names.push("Clayton");
names.push("Hugh");
names.push("Max");
names.push("Dwayne");
names.push("Dwight");
names.push("Armando");
names.push("Felix");
names.push("Jimmie");
names.push("Everett");
names.push("Jordan");
names.push("Ian");
names.push("Wallace");
names.push("Ken");
names.push("Bob");
names.push("Jaime");
names.push("Casey");
names.push("Alfredo");
names.push("Alberto");
names.push("Dave");
names.push("Ivan");
names.push("Johnnie");
names.push("Sidney");
names.push("Byron");
names.push("Julian");
names.push("Isaac");
names.push("Morris");
names.push("Clifton");
names.push("Willard");
names.push("Daryl");
names.push("Ross");
names.push("Virgil");
names.push("Andy");
names.push("Marshall");
names.push("Salvador");
names.push("Perry");
names.push("Kirk");
names.push("Sergio");
names.push("Marion");
names.push("Tracy");
names.push("Seth");
names.push("Kent");
names.push("Terrance");
names.push("Rene");
names.push("Eduardo");
names.push("Terrence");
names.push("Enrique");
names.push("Freddie");
names.push("Wade");
names.push("Austin");
names.push("Stuart");
names.push("Fredrick");
names.push("Arturo");
names.push("Alejandro");
names.push("Jackie");
names.push("Joey");
names.push("Nick");
names.push("Luther");
names.push("Wendell");
names.push("Jeremiah");
names.push("Evan");
names.push("Julius");
names.push("Dana");
names.push("Donnie");
names.push("Otis");
names.push("Shannon");
names.push("Trevor");
names.push("Oliver");
names.push("Luke");
names.push("Homer");
names.push("Gerard");
names.push("Doug");
names.push("Kenny");
names.push("Hubert");
names.push("Angelo");
names.push("Shaun");
names.push("Lyle");
names.push("Matt");
names.push("Lynn");
names.push("Alfonso");
names.push("Orlando");
names.push("Rex");
names.push("Carlton");
names.push("Ernesto");
names.push("Cameron");
names.push("Neal");
names.push("Pablo");
names.push("Lorenzo");
names.push("Omar");
names.push("Wilbur");
names.push("Blake");
names.push("Grant");
names.push("Horace");
names.push("Roderick");
names.push("Kerry");
names.push("Abraham");
names.push("Willis");
names.push("Rickey");
names.push("Jean");
names.push("Ira");
names.push("Andres");
names.push("Cesar");
names.push("Johnathan");
names.push("Malcolm");
names.push("Rudolph");
names.push("Damon");
names.push("Kelvin");
names.push("Rudy");
names.push("Preston");
names.push("Alton");
names.push("Archie");
names.push("Marco");
names.push("Wm");
names.push("Pete");
names.push("Randolph");
names.push("Garry");
names.push("Geoffrey");
names.push("Jonathon");
names.push("Felipe");
names.push("Bennie");
names.push("Gerardo");
names.push("Ed");
names.push("Dominic");
names.push("Robin");
names.push("Loren");
names.push("Delbert");
names.push("Colin");
names.push("Guillermo");
names.push("Earnest");
names.push("Lucas");
names.push("Benny");
names.push("Noel");
names.push("Spencer");
names.push("Rodolfo");
names.push("Myron");
names.push("Edmund");
names.push("Garrett");
names.push("Salvatore");
names.push("Cedric");
names.push("Lowell");
names.push("Gregg");
names.push("Sherman");
names.push("Wilson");
names.push("Devin");
names.push("Sylvester");
names.push("Kim");
names.push("Roosevelt");
names.push("Israel");
names.push("Jermaine");
names.push("Forrest");
names.push("Wilbert");
names.push("Leland");
names.push("Simon");
names.push("Guadalupe");
names.push("Clark");
names.push("Irving");
names.push("Carroll");
names.push("Bryant");
names.push("Owen");
names.push("Rufus");
names.push("Woodrow");
names.push("Sammy");
names.push("Kristopher");
names.push("Mack");
names.push("Levi");
names.push("Marcos");
names.push("Gustavo");
names.push("Jake");
names.push("Lionel");
names.push("Marty");
names.push("Taylor");
names.push("Ellis");
names.push("Dallas");
names.push("Gilberto");
names.push("Clint");
names.push("Nicolas");
names.push("Laurence");
names.push("Ismael");
names.push("Orville");
names.push("Drew");
names.push("Jody");
names.push("Ervin");
names.push("Dewey");
names.push("Al");
names.push("Wilfred");
names.push("Josh");
names.push("Hugo");
names.push("Ignacio");
names.push("Caleb");
names.push("Tomas");
names.push("Sheldon");
names.push("Erick");
names.push("Frankie");
names.push("Stewart");
names.push("Doyle");
names.push("Darrel");
names.push("Rogelio");
names.push("Terence");
names.push("Santiago");
names.push("Alonzo");
names.push("Elias");
names.push("Bert");
names.push("Elbert");
names.push("Ramiro");
names.push("Conrad");
names.push("Pat");
names.push("Noah");
names.push("Grady");
names.push("Phil");
names.push("Cornelius");
names.push("Lamar");
names.push("Rolando");
names.push("Clay");
names.push("Percy");
names.push("Dexter");
names.push("Bradford");
names.push("Merle");
names.push("Darin");
names.push("Amos");
names.push("Terrell");
names.push("Moses");
names.push("Irvin");
names.push("Saul");
names.push("Roman");
names.push("Darnell");
names.push("Randal");
names.push("Tommie");
names.push("Timmy");
names.push("Darrin");
names.push("Winston");
names.push("Brendan");
names.push("Toby");
names.push("Van");
names.push("Abel");
names.push("Dominick");
names.push("Boyd");
names.push("Courtney");
names.push("Jan");
names.push("Emilio");
names.push("Elijah");
names.push("Cary");
names.push("Domingo");
names.push("Santos");
names.push("Aubrey");
names.push("Emmett");
names.push("Marlon");
names.push("Emanuel");
names.push("Jerald");
names.push("Edmond");
names.push("Emil");
names.push("Dewayne");
names.push("Will");
names.push("Otto");
names.push("Teddy");
names.push("Reynaldo");
names.push("Bret");
names.push("Morgan");
names.push("Jess");
names.push("Trent");
names.push("Humberto");
names.push("Emmanuel");
names.push("Stephan");
names.push("Louie");
names.push("Vicente");
names.push("Lamont");
names.push("Stacy");
names.push("Garland");
names.push("Miles");
names.push("Micah");
names.push("Efrain");
names.push("Billie");
names.push("Logan");
names.push("Heath");
names.push("Rodger");
names.push("Harley");
names.push("Demetrius");
names.push("Ethan");
names.push("Eldon");
names.push("Rocky");
names.push("Pierre");
names.push("Junior");
names.push("Freddy");
names.push("Eli");
names.push("Bryce");
names.push("Antoine");
names.push("Robbie");
names.push("Kendall");
names.push("Royce");
names.push("Sterling");
names.push("Mickey");
names.push("Chase");
names.push("Grover");
names.push("Elton");
names.push("Cleveland");
names.push("Dylan");
names.push("Chuck");
names.push("Damian");
names.push("Reuben");
names.push("Stan");
names.push("August");
names.push("Leonardo");
names.push("Jasper");
names.push("Russel");
names.push("Erwin");
names.push("Benito");
names.push("Hans");
names.push("Monte");
names.push("Blaine");
names.push("Ernie");
names.push("Curt");
names.push("Quentin");
names.push("Agustin");
names.push("Murray");
names.push("Jamal");
names.push("Devon");
names.push("Adolfo");
names.push("Harrison");
names.push("Tyson");
names.push("Burton");
names.push("Brady");
names.push("Elliott");
names.push("Wilfredo");
names.push("Bart");
names.push("Jarrod");
names.push("Vance");
names.push("Denis");
names.push("Damien");
names.push("Joaquin");
names.push("Harlan");
names.push("Desmond");
names.push("Elliot");
names.push("Darwin");
names.push("Ashley");
names.push("Gregorio");
names.push("Buddy");
names.push("Xavier");
names.push("Kermit");
names.push("Roscoe");
names.push("Esteban");
names.push("Anton");
names.push("Solomon");
names.push("Scotty");
names.push("Norbert");
names.push("Elvin");
names.push("Williams");
names.push("Nolan");
names.push("Carey");
names.push("Rod");
names.push("Quinton");
names.push("Hal");
names.push("Brain");
names.push("Rob");
names.push("Elwood");
names.push("Kendrick");
names.push("Darius");
names.push("Moises");
names.push("Son");
names.push("Marlin");
names.push("Fidel");
names.push("Thaddeus");
names.push("Cliff");
names.push("Marcel");
names.push("Ali");
names.push("Jackson");
names.push("Raphael");
names.push("Bryon");
names.push("Armand");
names.push("Alvaro");
names.push("Jeffry");
names.push("Dane");
names.push("Joesph");
names.push("Thurman");
names.push("Ned");
names.push("Sammie");
names.push("Rusty");
names.push("Michel");
names.push("Monty");
names.push("Rory");
names.push("Fabian");
names.push("Reggie");
names.push("Mason");
names.push("Graham");
names.push("Kris");
names.push("Isaiah");
names.push("Vaughn");
names.push("Gus");
names.push("Avery");
names.push("Loyd");
names.push("Diego");
names.push("Alexis");
names.push("Adolph");
names.push("Norris");
names.push("Millard");
names.push("Rocco");
names.push("Gonzalo");
names.push("Derick");
names.push("Rodrigo");
names.push("Gerry");
names.push("Stacey");
names.push("Carmen");
names.push("Wiley");
names.push("Rigoberto");
names.push("Alphonso");
names.push("Ty");
names.push("Shelby");
names.push("Rickie");
names.push("Noe");
names.push("Vern");
names.push("Bobbie");
names.push("Reed");
names.push("Jefferson");
names.push("Elvis");
names.push("Bernardo");
names.push("Mauricio");
names.push("Hiram");
names.push("Donovan");
names.push("Basil");
names.push("Riley");
names.push("Ollie");
names.push("Nickolas");
names.push("Maynard");
names.push("Scot");
names.push("Vince");
names.push("Quincy");
names.push("Eddy");
names.push("Sebastian");
names.push("Federico");
names.push("Ulysses");
names.push("Heriberto");
names.push("Donnell");
names.push("Cole");
names.push("Denny");
names.push("Davis");
names.push("Gavin");
names.push("Emery");
names.push("Ward");
names.push("Romeo");
names.push("Jayson");
names.push("Dion");
names.push("Dante");
names.push("Clement");
names.push("Coy");
names.push("Odell");
names.push("Maxwell");
names.push("Jarvis");
names.push("Bruno");
names.push("Issac");
names.push("Mary");
names.push("Dudley");
names.push("Brock");
names.push("Sanford");
names.push("Colby");
names.push("Carmelo");
names.push("Barney");
names.push("Nestor");
names.push("Hollis");
names.push("Stefan");
names.push("Donny");
names.push("Art");
names.push("Linwood");
names.push("Beau");
names.push("Weldon");
names.push("Galen");
names.push("Isidro");
names.push("Truman");
names.push("Delmar");
names.push("Johnathon");
names.push("Silas");
names.push("Frederic");
names.push("Dick");
names.push("Kirby");
names.push("Irwin");
names.push("Cruz");
names.push("Merlin");
names.push("Merrill");
names.push("Charley");
names.push("Marcelino");
names.push("Lane");
names.push("Harris");
names.push("Cleo");
names.push("Carlo");
names.push("Trenton");
names.push("Kurtis");
names.push("Hunter");
names.push("Aurelio");
names.push("Winfred");
names.push("Vito");
names.push("Collin");
names.push("Denver");
names.push("Carter");
names.push("Leonel");
names.push("Emory");
names.push("Pasquale");
names.push("Mohammad");
names.push("Mariano");
names.push("Danial");
names.push("Blair");
names.push("Landon");
names.push("Dirk");
names.push("Branden");
names.push("Adan");
names.push("Numbers");
names.push("Clair");
names.push("Buford");
names.push("German");
names.push("Bernie");
names.push("Wilmer");
names.push("Joan");
names.push("Emerson");
names.push("Zachery");
names.push("Fletcher");
names.push("Jacques");
names.push("Errol");
names.push("Dalton");
names.push("Monroe");
names.push("Josue");
names.push("Dominique");
names.push("Edwardo");
names.push("Booker");
names.push("Wilford");
names.push("Sonny");
names.push("Shelton");
names.push("Carson");
names.push("Theron");
names.push("Raymundo");
names.push("Daren");
names.push("Tristan");
names.push("Houston");
names.push("Robby");
names.push("Lincoln");
names.push("Jame");
names.push("Genaro");
names.push("Gale");
names.push("Bennett");
names.push("Octavio");
names.push("Cornell");
names.push("Laverne");
names.push("Hung");
names.push("Arron");
names.push("Antony");
names.push("Herschel");
names.push("Alva");
names.push("Giovanni");
names.push("Garth");
names.push("Cyrus");
names.push("Cyril");
names.push("Ronny");
names.push("Stevie");
names.push("Lon");
names.push("Freeman");
names.push("Erin");
names.push("Duncan");
names.push("Kennith");
names.push("Carmine");
names.push("Augustine");
names.push("Young");
names.push("Erich");
names.push("Chadwick");
names.push("Wilburn");
names.push("Russ");
names.push("Reid");
names.push("Myles");
names.push("Anderson");
names.push("Morton");
names.push("Jonas");
names.push("Forest");
names.push("Mitchel");
names.push("Mervin");
names.push("Zane");
names.push("Rich");
names.push("Jamel");
names.push("Lazaro");
names.push("Alphonse");
names.push("Randell");
names.push("Major");
names.push("Johnie");
names.push("Jarrett");
names.push("Brooks");
names.push("Ariel");
names.push("Abdul");
names.push("Dusty");
names.push("Luciano");
names.push("Lindsey");
names.push("Tracey");
names.push("Seymour");
names.push("Scottie");
names.push("Eugenio");
names.push("Mohammed");
names.push("Sandy");
names.push("Valentin");
names.push("Chance");
names.push("Arnulfo");
names.push("Lucien");
names.push("Ferdinand");
names.push("Thad");
names.push("Ezra");
names.push("Sydney");
names.push("Aldo");
names.push("Rubin");
names.push("Royal");
names.push("Mitch");
names.push("Earle");
names.push("Abe");
names.push("Wyatt");
names.push("Marquis");
names.push("Lanny");
names.push("Kareem");
names.push("Jamar");
names.push("Boris");
names.push("Isiah");
names.push("Emile");
names.push("Elmo");
names.push("Aron");
names.push("Leopoldo");
names.push("Everette");
names.push("Josef");
names.push("Gail");
names.push("Eloy");
names.push("Dorian");
names.push("Rodrick");
names.push("Reinaldo");
names.push("Lucio");
names.push("Jerrod");
names.push("Weston");
names.push("Hershel");
names.push("Barton");
names.push("Parker");
names.push("Lemuel");
names.push("Lavern");
names.push("Burt");
names.push("Jules");
names.push("Gil");
names.push("Eliseo");
names.push("Ahmad");
names.push("Nigel");
names.push("Efren");
names.push("Antwan");
names.push("Alden");
names.push("Margarito");
names.push("Coleman");
names.push("Refugio");
names.push("Dino");
names.push("Osvaldo");
names.push("Les");
names.push("Deandre");
names.push("Normand");
names.push("Kieth");
names.push("Ivory");
names.push("Andrea");
names.push("Trey");
names.push("Norberto");
names.push("Napoleon");
names.push("Jerold");
names.push("Fritz");
names.push("Rosendo");
names.push("Milford");
names.push("Sang");
names.push("Deon");
names.push("Christoper");
names.push("Alfonzo");
names.push("Lyman");
names.push("Josiah");
names.push("Brant");
names.push("Wilton");
names.push("Rico");
names.push("Jamaal");
names.push("Dewitt");
names.push("Carol");
names.push("Brenton");
names.push("Yong");
names.push("Olin");
names.push("Foster");
names.push("Faustino");
names.push("Claudio");
names.push("Judson");
names.push("Gino");
names.push("Edgardo");
names.push("Berry");
names.push("Alec");
names.push("Tanner");
names.push("Jarred");
names.push("Donn");
names.push("Trinidad");
names.push("Tad");
names.push("Shirley");
names.push("Prince");
names.push("Porfirio");
names.push("Odis");
names.push("Maria");
names.push("Lenard");
names.push("Chauncey");
names.push("Chang");
names.push("Tod");
names.push("Mel");
names.push("Marcelo");
names.push("Kory");
names.push("Augustus");
names.push("Keven");
names.push("Hilario");
names.push("Bud");
names.push("Sal");
names.push("Rosario");
names.push("Orval");
names.push("Mauro");
names.push("Dannie");
names.push("Zachariah");
names.push("Olen");
names.push("Anibal");
names.push("Milo");
names.push("Jed");
names.push("Frances");
names.push("Thanh");
names.push("Dillon");
names.push("Amado");
names.push("Newton");
names.push("Connie");
names.push("Lenny");
names.push("Tory");
names.push("Richie");
names.push("Lupe");
names.push("Horacio");
names.push("Brice");
names.push("Mohamed");
names.push("Delmer");
names.push("Dario");
names.push("Reyes");
names.push("Dee");
names.push("Mac");
names.push("Jonah");
names.push("Jerrold");
names.push("Robt");
names.push("Hank");
names.push("Sung");
names.push("Rupert");
names.push("Rolland");
names.push("Kenton");
names.push("Damion");
names.push("Chi");
names.push("Antone");
names.push("Waldo");
names.push("Fredric");
names.push("Bradly");
names.push("Quinn");
names.push("Kip");
names.push("Burl");
names.push("Walker");
names.push("Tyree");
names.push("Jefferey");
names.push("Ahmed");
names.push("Willy");
names.push("Stanford");
names.push("Oren");
names.push("Noble");
names.push("Moshe");
names.push("Mikel");
names.push("Enoch");
names.push("Brendon");
names.push("Quintin");
names.push("Jamison");
names.push("Florencio");
names.push("Darrick");
names.push("Tobias");
names.push("Minh");
names.push("Hassan");
names.push("Giuseppe");
names.push("Demarcus");
names.push("Cletus");
names.push("Tyrell");
names.push("Lyndon");
names.push("Keenan");
names.push("Werner");
names.push("Theo");
names.push("Geraldo");
names.push("Lou");
names.push("Columbus");
names.push("Chet");
names.push("Bertram");
names.push("Markus");
names.push("Huey");
names.push("Hilton");
names.push("Dwain");
names.push("Donte");
names.push("Tyron");
names.push("Omer");
names.push("Isaias");
names.push("Hipolito");
names.push("Fermin");
names.push("Chung");
names.push("Adalberto");
names.push("Valentine");
names.push("Jamey");
names.push("Bo");
names.push("Barrett");
names.push("Whitney");
names.push("Teodoro");
names.push("Mckinley");
names.push("Maximo");
names.push("Garfield");
names.push("Sol");
names.push("Raleigh");
names.push("Lawerence");
names.push("Abram");
names.push("Rashad");
names.push("King");
names.push("Emmitt");
names.push("Daron");
names.push("Chong");
names.push("Samual");
names.push("Paris");
names.push("Otha");
names.push("Miquel");
names.push("Lacy");
names.push("Eusebio");
names.push("Dong");
names.push("Domenic");
names.push("Darron");
names.push("Buster");
names.push("Antonia");
names.push("Wilber");
names.push("Renato");
names.push("Jc");
names.push("Hoyt");
names.push("Haywood");
names.push("Ezekiel");
names.push("Chas");
names.push("Florentino");
names.push("Elroy");
names.push("Clemente");
names.push("Arden");
names.push("Neville");
names.push("Kelley");
names.push("Edison");
names.push("Deshawn");
names.push("Carrol");
names.push("Shayne");
names.push("Nathanial");
names.push("Jordon");
names.push("Danilo");
names.push("Claud");
names.push("Val");
names.push("Sherwood");
names.push("Raymon");
names.push("Rayford");
names.push("Cristobal");
names.push("Ambrose");
names.push("Titus");
names.push("Hyman");
names.push("Felton");
names.push("Ezequiel");
names.push("Erasmo");
names.push("Stanton");
names.push("Lonny");
names.push("Len");
names.push("Ike");
names.push("Milan");
names.push("Lino");
names.push("Jarod");
names.push("Herb");
names.push("Andreas");
names.push("Walton");
names.push("Rhett");
names.push("Palmer");
names.push("Jude");
names.push("Douglass");
names.push("Cordell");
names.push("Oswaldo");
names.push("Ellsworth");
names.push("Virgilio");
names.push("Toney");
names.push("Nathanael");
names.push("Del");
names.push("Britt");
names.push("Benedict");
names.push("Mose");
names.push("Hong");
names.push("Leigh");
names.push("Johnson");
names.push("Isreal");
names.push("Gayle");
names.push("Garret");
names.push("Fausto");
names.push("Asa");
names.push("Arlen");
names.push("Zack");
names.push("Warner");
names.push("Modesto");
names.push("Francesco");
names.push("Manual");
names.push("Jae");
names.push("Gaylord");
names.push("Gaston");
names.push("Filiberto");
names.push("Deangelo");
names.push("Michale");
names.push("Granville");
names.push("Wes");
names.push("Malik");
names.push("Zackary");
names.push("Tuan");
names.push("Nicky");
names.push("Eldridge");
names.push("Cristopher");
names.push("Cortez");
names.push("Antione");
names.push("Malcom");
names.push("Long");
names.push("Korey");
names.push("Jospeh");
names.push("Colton");
names.push("Waylon");
names.push("Von");
names.push("Hosea");
names.push("Shad");
names.push("Santo");
names.push("Rudolf");
names.push("Rolf");
names.push("Rey");
names.push("Renaldo");
names.push("Marcellus");
names.push("Lucius");
names.push("Lesley");
names.push("Kristofer");
names.push("Boyce");
names.push("Benton");
names.push("Man");
names.push("Kasey");
names.push("Jewell");
names.push("Hayden");
names.push("Harland");
names.push("Arnoldo");
names.push("Rueben");
names.push("Leandro");
names.push("Kraig");
names.push("Jerrell");
names.push("Jeromy");
names.push("Hobert");
names.push("Cedrick");
names.push("Arlie");
names.push("Winford");
names.push("Wally");
names.push("Patricia");
names.push("Luigi");
names.push("Keneth");
names.push("Jacinto");
names.push("Graig");
names.push("Franklyn");
names.push("Edmundo");
names.push("Sid");
names.push("Porter");
names.push("Leif");
names.push("Lauren");
names.push("Jeramy");
names.push("Elisha");
names.push("Buck");
names.push("Willian");
names.push("Vincenzo");
names.push("Shon");
names.push("Michal");
names.push("Lynwood");
names.push("Lindsay");
names.push("Jewel");
names.push("Jere");
names.push("Hai");
names.push("Elden");
names.push("Dorsey");
names.push("Darell");
names.push("Broderick");
names.push("Alonso");
Frame 11
names2 = new Array();
names2.push("Mary");
names2.push("Patricia");
names2.push("Linda");
names2.push("Barbara");
names2.push("Elizabeth");
names2.push("Jennifer");
names2.push("Maria");
names2.push("Susan");
names2.push("Margaret");
names2.push("Dorothy");
names2.push("Lisa");
names2.push("Nancy");
names2.push("Karen");
names2.push("Betty");
names2.push("Helen");
names2.push("Sandra");
names2.push("Donna");
names2.push("Carol");
names2.push("Ruth");
names2.push("Sharon");
names2.push("Michelle");
names2.push("Laura");
names2.push("Sarah");
names2.push("Kimberly");
names2.push("Deborah");
names2.push("Jessica");
names2.push("Shirley");
names2.push("Cynthia");
names2.push("Angela");
names2.push("Melissa");
names2.push("Brenda");
names2.push("Amy");
names2.push("Anna");
names2.push("Rebecca");
names2.push("Virginia");
names2.push("Kathleen");
names2.push("Pamela");
names2.push("Martha");
names2.push("Debra");
names2.push("Amanda");
names2.push("Stephanie");
names2.push("Carolyn");
names2.push("Christine");
names2.push("Marie");
names2.push("Janet");
names2.push("Catherine");
names2.push("Frances");
names2.push("Ann");
names2.push("Joyce");
names2.push("Diane");
names2.push("Alice");
names2.push("Julie");
names2.push("Heather");
names2.push("Teresa");
names2.push("Doris");
names2.push("Gloria");
names2.push("Evelyn");
names2.push("Jean");
names2.push("Cheryl");
names2.push("Mildred");
names2.push("Katherine");
names2.push("Joan");
names2.push("Ashley");
names2.push("Judith");
names2.push("Rose");
names2.push("Janice");
names2.push("Kelly");
names2.push("Nicole");
names2.push("Judy");
names2.push("Christina");
names2.push("Kathy");
names2.push("Theresa");
names2.push("Beverly");
names2.push("Denise");
names2.push("Tammy");
names2.push("Irene");
names2.push("Jane");
names2.push("Lori");
names2.push("Rachel");
names2.push("Marilyn");
names2.push("Andrea");
names2.push("Kathryn");
names2.push("Louise");
names2.push("Sara");
names2.push("Anne");
names2.push("Jacqueline");
names2.push("Wanda");
names2.push("Bonnie");
names2.push("Julia");
names2.push("Ruby");
names2.push("Lois");
names2.push("Tina");
names2.push("Phyllis");
names2.push("Norma");
names2.push("Paula");
names2.push("Diana");
names2.push("Annie");
names2.push("Lillian");
names2.push("Emily");
names2.push("Robin");
names2.push("Peggy");
names2.push("Crystal");
names2.push("Gladys");
names2.push("Rita");
names2.push("Dawn");
names2.push("Connie");
names2.push("Florence");
names2.push("Tracy");
names2.push("Edna");
names2.push("Tiffany");
names2.push("Carmen");
names2.push("Rosa");
names2.push("Cindy");
names2.push("Grace");
names2.push("Wendy");
names2.push("Victoria");
names2.push("Edith");
names2.push("Kim");
names2.push("Sherry");
names2.push("Sylvia");
names2.push("Josephine");
names2.push("Thelma");
names2.push("Shannon");
names2.push("Sheila");
names2.push("Ethel");
names2.push("Ellen");
names2.push("Elaine");
names2.push("Marjorie");
names2.push("Carrie");
names2.push("Charlotte");
names2.push("Monica");
names2.push("Esther");
names2.push("Pauline");
names2.push("Emma");
names2.push("Juanita");
names2.push("Anita");
names2.push("Rhonda");
names2.push("Hazel");
names2.push("Amber");
names2.push("Eva");
names2.push("Debbie");
names2.push("April");
names2.push("Leslie");
names2.push("Clara");
names2.push("Lucille");
names2.push("Jamie");
names2.push("Joanne");
names2.push("Eleanor");
names2.push("Valerie");
names2.push("Danielle");
names2.push("Megan");
names2.push("Alicia");
names2.push("Suzanne");
names2.push("Michele");
names2.push("Gail");
names2.push("Bertha");
names2.push("Darlene");
names2.push("Veronica");
names2.push("Jill");
names2.push("Erin");
names2.push("Geraldine");
names2.push("Lauren");
names2.push("Cathy");
names2.push("Joann");
names2.push("Lorraine");
names2.push("Lynn");
names2.push("Sally");
names2.push("Regina");
names2.push("Erica");
names2.push("Beatrice");
names2.push("Dolores");
names2.push("Bernice");
names2.push("Audrey");
names2.push("Yvonne");
names2.push("Annette");
names2.push("June");
names2.push("Samantha");
names2.push("Marion");
names2.push("Dana");
names2.push("Stacy");
names2.push("Ana");
names2.push("Renee");
names2.push("Ida");
names2.push("Vivian");
names2.push("Roberta");
names2.push("Holly");
names2.push("Brittany");
names2.push("Melanie");
names2.push("Loretta");
names2.push("Yolanda");
names2.push("Jeanette");
names2.push("Laurie");
names2.push("Katie");
names2.push("Kristen");
names2.push("Vanessa");
names2.push("Alma");
names2.push("Sue");
names2.push("Elsie");
names2.push("Beth");
names2.push("Jeanne");
names2.push("Vicki");
names2.push("Carla");
names2.push("Tara");
names2.push("Rosemary");
names2.push("Eileen");
names2.push("Terri");
names2.push("Gertrude");
names2.push("Lucy");
names2.push("Tonya");
names2.push("Ella");
names2.push("Stacey");
names2.push("Wilma");
names2.push("Gina");
names2.push("Kristin");
names2.push("Jessie");
names2.push("Natalie");
names2.push("Agnes");
names2.push("Vera");
names2.push("Willie");
names2.push("Charlene");
names2.push("Bessie");
names2.push("Delores");
names2.push("Melinda");
names2.push("Pearl");
names2.push("Arlene");
names2.push("Maureen");
names2.push("Colleen");
names2.push("Allison");
names2.push("Tamara");
names2.push("Joy");
names2.push("Georgia");
names2.push("Constance");
names2.push("Lillie");
names2.push("Claudia");
names2.push("Jackie");
names2.push("Marcia");
names2.push("Tanya");
names2.push("Nellie");
names2.push("Minnie");
names2.push("Marlene");
names2.push("Heidi");
names2.push("Glenda");
names2.push("Lydia");
names2.push("Viola");
names2.push("Courtney");
names2.push("Marian");
names2.push("Stella");
names2.push("Caroline");
names2.push("Dora");
names2.push("Jo");
names2.push("Vickie");
names2.push("Mattie");
names2.push("Terry");
names2.push("Maxine");
names2.push("Irma");
names2.push("Mabel");
names2.push("Marsha");
names2.push("Myrtle");
names2.push("Lena");
names2.push("Christy");
names2.push("Deanna");
names2.push("Patsy");
names2.push("Hilda");
names2.push("Gwendolyn");
names2.push("Jennie");
names2.push("Nora");
names2.push("Margie");
names2.push("Nina");
names2.push("Cassandra");
names2.push("Leah");
names2.push("Penny");
names2.push("Kay");
names2.push("Priscilla");
names2.push("Naomi");
names2.push("Carole");
names2.push("Brandy");
names2.push("Olga");
names2.push("Billie");
names2.push("Dianne");
names2.push("Tracey");
names2.push("Leona");
names2.push("Jenny");
names2.push("Felicia");
names2.push("Sonia");
names2.push("Miriam");
names2.push("Velma");
names2.push("Becky");
names2.push("Bobbie");
names2.push("Violet");
names2.push("Kristina");
names2.push("Toni");
names2.push("Misty");
names2.push("Mae");
names2.push("Shelly");
names2.push("Daisy");
names2.push("Ramona");
names2.push("Sherri");
names2.push("Erika");
names2.push("Katrina");
names2.push("Claire");
names2.push("Lindsey");
names2.push("Lindsay");
names2.push("Geneva");
names2.push("Guadalupe");
names2.push("Belinda");
names2.push("Margarita");
names2.push("Sheryl");
names2.push("Cora");
names2.push("Faye");
names2.push("Ada");
names2.push("Natasha");
names2.push("Sabrina");
names2.push("Isabel");
names2.push("Marguerite");
names2.push("Hattie");
names2.push("Harriet");
names2.push("Molly");
names2.push("Cecilia");
names2.push("Kristi");
names2.push("Brandi");
names2.push("Blanche");
names2.push("Sandy");
names2.push("Rosie");
names2.push("Joanna");
names2.push("Iris");
names2.push("Eunice");
names2.push("Angie");
names2.push("Inez");
names2.push("Lynda");
names2.push("Madeline");
names2.push("Amelia");
names2.push("Alberta");
names2.push("Genevieve");
names2.push("Monique");
names2.push("Jodi");
names2.push("Janie");
names2.push("Maggie");
names2.push("Kayla");
names2.push("Sonya");
names2.push("Jan");
names2.push("Lee");
names2.push("Kristine");
names2.push("Candace");
names2.push("Fannie");
names2.push("Maryann");
names2.push("Opal");
names2.push("Alison");
names2.push("Yvette");
names2.push("Melody");
names2.push("Luz");
names2.push("Susie");
names2.push("Olivia");
names2.push("Flora");
names2.push("Shelley");
names2.push("Kristy");
names2.push("Mamie");
names2.push("Lula");
names2.push("Lola");
names2.push("Verna");
names2.push("Beulah");
names2.push("Antoinette");
names2.push("Candice");
names2.push("Juana");
names2.push("Jeannette");
names2.push("Pam");
names2.push("Kelli");
names2.push("Hannah");
names2.push("Whitney");
names2.push("Bridget");
names2.push("Karla");
names2.push("Celia");
names2.push("Latoya");
names2.push("Patty");
names2.push("Shelia");
names2.push("Gayle");
names2.push("Della");
names2.push("Vicky");
names2.push("Lynne");
names2.push("Sheri");
names2.push("Marianne");
names2.push("Kara");
names2.push("Jacquelyn");
names2.push("Erma");
names2.push("Blanca");
names2.push("Myra");
names2.push("Leticia");
names2.push("Pat");
names2.push("Krista");
names2.push("Roxanne");
names2.push("Angelica");
names2.push("Johnnie");
names2.push("Robyn");
names2.push("Francis");
names2.push("Adrienne");
names2.push("Rosalie");
names2.push("Alexandra");
names2.push("Brooke");
names2.push("Bethany");
names2.push("Sadie");
names2.push("Bernadette");
names2.push("Traci");
names2.push("Jody");
names2.push("Kendra");
names2.push("Jasmine");
names2.push("Nichole");
names2.push("Rachael");
names2.push("Chelsea");
names2.push("Mable");
names2.push("Ernestine");
names2.push("Muriel");
names2.push("Marcella");
names2.push("Elena");
names2.push("Krystal");
names2.push("Angelina");
names2.push("Nadine");
names2.push("Kari");
names2.push("Estelle");
names2.push("Dianna");
names2.push("Paulette");
names2.push("Lora");
names2.push("Mona");
names2.push("Doreen");
names2.push("Rosemarie");
names2.push("Angel");
names2.push("Desiree");
names2.push("Antonia");
names2.push("Hope");
names2.push("Ginger");
names2.push("Janis");
names2.push("Betsy");
names2.push("Christie");
names2.push("Freda");
names2.push("Mercedes");
names2.push("Meredith");
names2.push("Lynette");
names2.push("Teri");
names2.push("Cristina");
names2.push("Eula");
names2.push("Leigh");
names2.push("Meghan");
names2.push("Sophia");
names2.push("Eloise");
names2.push("Rochelle");
names2.push("Gretchen");
names2.push("Cecelia");
names2.push("Raquel");
names2.push("Henrietta");
names2.push("Alyssa");
names2.push("Jana");
names2.push("Kelley");
names2.push("Gwen");
names2.push("Kerry");
names2.push("Jenna");
names2.push("Tricia");
names2.push("Laverne");
names2.push("Olive");
names2.push("Alexis");
names2.push("Tasha");
names2.push("Silvia");
names2.push("Elvira");
names2.push("Casey");
names2.push("Delia");
names2.push("Sophie");
names2.push("Kate");
names2.push("Patti");
names2.push("Lorena");
names2.push("Kellie");
names2.push("Sonja");
names2.push("Lila");
names2.push("Lana");
names2.push("Darla");
names2.push("May");
names2.push("Mindy");
names2.push("Essie");
names2.push("Mandy");
names2.push("Lorene");
names2.push("Elsa");
names2.push("Josefina");
names2.push("Jeannie");
names2.push("Miranda");
names2.push("Dixie");
names2.push("Lucia");
names2.push("Marta");
names2.push("Faith");
names2.push("Lela");
names2.push("Johanna");
names2.push("Shari");
names2.push("Camille");
names2.push("Tami");
names2.push("Shawna");
names2.push("Elisa");
names2.push("Ebony");
names2.push("Melba");
names2.push("Ora");
names2.push("Nettie");
names2.push("Tabitha");
names2.push("Ollie");
names2.push("Jaime");
names2.push("Winifred");
names2.push("Kristie");
names2.push("Marina");
names2.push("Alisha");
names2.push("Aimee");
names2.push("Rena");
names2.push("Myrna");
names2.push("Marla");
names2.push("Tammie");
names2.push("Latasha");
names2.push("Bonita");
names2.push("Patrice");
names2.push("Ronda");
names2.push("Sherrie");
names2.push("Addie");
names2.push("Francine");
names2.push("Deloris");
names2.push("Stacie");
names2.push("Adriana");
names2.push("Cheri");
names2.push("Shelby");
names2.push("Abigail");
names2.push("Celeste");
names2.push("Jewel");
names2.push("Cara");
names2.push("Adele");
names2.push("Rebekah");
names2.push("Lucinda");
names2.push("Dorthy");
names2.push("Chris");
names2.push("Effie");
names2.push("Trina");
names2.push("Reba");
names2.push("Shawn");
names2.push("Sallie");
names2.push("Aurora");
names2.push("Lenora");
names2.push("Etta");
names2.push("Lottie");
names2.push("Kerri");
names2.push("Trisha");
names2.push("Nikki");
names2.push("Estella");
names2.push("Francisca");
names2.push("Josie");
names2.push("Tracie");
names2.push("Marissa");
names2.push("Karin");
names2.push("Brittney");
names2.push("Janelle");
names2.push("Lourdes");
names2.push("Laurel");
names2.push("Helene");
names2.push("Fern");
names2.push("Elva");
names2.push("Corinne");
names2.push("Kelsey");
names2.push("Ina");
names2.push("Bettie");
names2.push("Elisabeth");
names2.push("Aida");
names2.push("Caitlin");
names2.push("Ingrid");
names2.push("Iva");
names2.push("Eugenia");
names2.push("Christa");
names2.push("Goldie");
names2.push("Cassie");
names2.push("Maude");
names2.push("Jenifer");
names2.push("Therese");
names2.push("Frankie");
names2.push("Dena");
names2.push("Lorna");
names2.push("Janette");
names2.push("Latonya");
names2.push("Candy");
names2.push("Morgan");
names2.push("Consuelo");
names2.push("Tamika");
names2.push("Rosetta");
names2.push("Debora");
names2.push("Cherie");
names2.push("Polly");
names2.push("Dina");
names2.push("Jewell");
names2.push("Fay");
names2.push("Jillian");
names2.push("Dorothea");
names2.push("Nell");
names2.push("Trudy");
names2.push("Esperanza");
names2.push("Patrica");
names2.push("Kimberley");
names2.push("Shanna");
names2.push("Helena");
names2.push("Carolina");
names2.push("Cleo");
names2.push("Stefanie");
names2.push("Rosario");
names2.push("Ola");
names2.push("Janine");
names2.push("Mollie");
names2.push("Lupe");
names2.push("Alisa");
names2.push("Lou");
names2.push("Maribel");
names2.push("Susanne");
names2.push("Bette");
names2.push("Susana");
names2.push("Elise");
names2.push("Cecile");
names2.push("Isabelle");
names2.push("Lesley");
names2.push("Jocelyn");
names2.push("Paige");
names2.push("Joni");
names2.push("Rachelle");
names2.push("Leola");
names2.push("Daphne");
names2.push("Alta");
names2.push("Ester");
names2.push("Petra");
names2.push("Graciela");
names2.push("Imogene");
names2.push("Jolene");
names2.push("Keisha");
names2.push("Lacey");
names2.push("Glenna");
names2.push("Gabriela");
names2.push("Keri");
names2.push("Ursula");
names2.push("Lizzie");
names2.push("Kirsten");
names2.push("Shana");
names2.push("Adeline");
names2.push("Mayra");
names2.push("Jayne");
names2.push("Jaclyn");
names2.push("Gracie");
names2.push("Sondra");
names2.push("Carmela");
names2.push("Marisa");
names2.push("Rosalind");
names2.push("Charity");
names2.push("Tonia");
names2.push("Beatriz");
names2.push("Marisol");
names2.push("Clarice");
names2.push("Jeanine");
names2.push("Sheena");
names2.push("Angeline");
names2.push("Frieda");
names2.push("Lily");
names2.push("Robbie");
names2.push("Shauna");
names2.push("Millie");
names2.push("Claudette");
names2.push("Cathleen");
names2.push("Angelia");
names2.push("Gabrielle");
names2.push("Autumn");
names2.push("Katharine");
names2.push("Summer");
names2.push("Jodie");
names2.push("Staci");
names2.push("Lea");
names2.push("Christi");
names2.push("Jimmie");
names2.push("Justine");
names2.push("Elma");
names2.push("Luella");
names2.push("Margret");
names2.push("Dominique");
names2.push("Socorro");
names2.push("Rene");
names2.push("Martina");
names2.push("Margo");
names2.push("Mavis");
names2.push("Callie");
names2.push("Bobbi");
names2.push("Maritza");
names2.push("Lucile");
names2.push("Leanne");
names2.push("Jeannine");
names2.push("Deana");
names2.push("Aileen");
names2.push("Lorie");
names2.push("Ladonna");
names2.push("Willa");
names2.push("Manuela");
names2.push("Gale");
names2.push("Selma");
names2.push("Dolly");
names2.push("Sybil");
names2.push("Abby");
names2.push("Lara");
names2.push("Dale");
names2.push("Ivy");
names2.push("Dee");
names2.push("Winnie");
names2.push("Marcy");
names2.push("Luisa");
names2.push("Jeri");
names2.push("Magdalena");
names2.push("Ofelia");
names2.push("Meagan");
names2.push("Audra");
names2.push("Matilda");
names2.push("Leila");
names2.push("Cornelia");
names2.push("Bianca");
names2.push("Simone");
names2.push("Bettye");
names2.push("Randi");
names2.push("Virgie");
names2.push("Latisha");
names2.push("Barbra");
names2.push("Georgina");
names2.push("Eliza");
names2.push("Leann");
names2.push("Bridgette");
names2.push("Rhoda");
names2.push("Haley");
names2.push("Adela");
names2.push("Nola");
names2.push("Bernadine");
names2.push("Flossie");
names2.push("Ila");
names2.push("Greta");
names2.push("Ruthie");
names2.push("Nelda");
names2.push("Minerva");
names2.push("Lilly");
names2.push("Terrie");
names2.push("Letha");
names2.push("Hilary");
names2.push("Estela");
names2.push("Valarie");
names2.push("Brianna");
names2.push("Rosalyn");
names2.push("Earline");
names2.push("Catalina");
names2.push("Ava");
names2.push("Mia");
names2.push("Clarissa");
names2.push("Lidia");
names2.push("Corrine");
names2.push("Alexandria");
names2.push("Concepcion");
names2.push("Tia");
names2.push("Sharron");
names2.push("Rae");
names2.push("Dona");
names2.push("Ericka");
names2.push("Jami");
names2.push("Elnora");
names2.push("Chandra");
names2.push("Lenore");
names2.push("Neva");
names2.push("Marylou");
names2.push("Melisa");
names2.push("Tabatha");
names2.push("Serena");
names2.push("Avis");
names2.push("Allie");
names2.push("Sofia");
names2.push("Jeanie");
names2.push("Odessa");
names2.push("Nannie");
names2.push("Harriett");
names2.push("Loraine");
names2.push("Penelope");
names2.push("Milagros");
names2.push("Emilia");
names2.push("Benita");
names2.push("Allyson");
names2.push("Ashlee");
names2.push("Tania");
names2.push("Tommie");
names2.push("Esmeralda");
names2.push("Karina");
names2.push("Eve");
names2.push("Pearlie");
names2.push("Zelma");
names2.push("Malinda");
names2.push("Noreen");
names2.push("Tameka");
names2.push("Saundra");
names2.push("Hillary");
names2.push("Amie");
names2.push("Althea");
names2.push("Rosalinda");
names2.push("Jordan");
names2.push("Lilia");
names2.push("Alana");
names2.push("Gay");
names2.push("Clare");
names2.push("Alejandra");
names2.push("Elinor");
names2.push("Michael");
names2.push("Lorrie");
names2.push("Jerri");
names2.push("Darcy");
names2.push("Earnestine");
names2.push("Carmella");
names2.push("Taylor");
names2.push("Noemi");
names2.push("Marcie");
names2.push("Liza");
names2.push("Annabelle");
names2.push("Louisa");
names2.push("Earlene");
names2.push("Mallory");
names2.push("Carlene");
names2.push("Nita");
names2.push("Selena");
names2.push("Tanisha");
names2.push("Katy");
names2.push("Julianne");
names2.push("John");
names2.push("Lakisha");
names2.push("Edwina");
names2.push("Maricela");
names2.push("Margery");
names2.push("Kenya");
names2.push("Dollie");
names2.push("Roxie");
names2.push("Roslyn");
names2.push("Kathrine");
names2.push("Nanette");
names2.push("Charmaine");
names2.push("Lavonne");
names2.push("Ilene");
names2.push("Kris");
names2.push("Tammi");
names2.push("Suzette");
names2.push("Corine");
names2.push("Kaye");
names2.push("Jerry");
names2.push("Merle");
names2.push("Chrystal");
names2.push("Lina");
names2.push("Deanne");
names2.push("Lilian");
names2.push("Juliana");
names2.push("Aline");
names2.push("Luann");
names2.push("Kasey");
names2.push("Maryanne");
names2.push("Evangeline");
names2.push("Colette");
names2.push("Melva");
names2.push("Lawanda");
names2.push("Yesenia");
names2.push("Nadia");
names2.push("Madge");
names2.push("Kathie");
names2.push("Eddie");
names2.push("Ophelia");
names2.push("Valeria");
names2.push("Nona");
names2.push("Mitzi");
names2.push("Mari");
names2.push("Georgette");
names2.push("Claudine");
names2.push("Fran");
names2.push("Alissa");
names2.push("Roseann");
names2.push("Lakeisha");
names2.push("Susanna");
names2.push("Reva");
names2.push("Deidre");
names2.push("Chasity");
names2.push("Sheree");
names2.push("Carly");
names2.push("James");
names2.push("Elvia");
names2.push("Alyce");
names2.push("Deirdre");
names2.push("Gena");
names2.push("Briana");
names2.push("Araceli");
names2.push("Katelyn");
names2.push("Rosanne");
names2.push("Wendi");
names2.push("Tessa");
names2.push("Berta");
names2.push("Marva");
names2.push("Imelda");
names2.push("Marietta");
names2.push("Marci");
names2.push("Leonor");
names2.push("Arline");
names2.push("Sasha");
names2.push("Madelyn");
names2.push("Janna");
names2.push("Juliette");
names2.push("Deena");
names2.push("Aurelia");
names2.push("Josefa");
names2.push("Augusta");
names2.push("Liliana");
names2.push("Young");
names2.push("Christian");
names2.push("Lessie");
names2.push("Amalia");
names2.push("Savannah");
names2.push("Anastasia");
names2.push("Vilma");
names2.push("Natalia");
names2.push("Rosella");
names2.push("Lynnette");
names2.push("Corina");
names2.push("Alfreda");
names2.push("Leanna");
names2.push("Carey");
names2.push("Amparo");
names2.push("Coleen");
names2.push("Tamra");
names2.push("Aisha");
names2.push("Wilda");
names2.push("Karyn");
names2.push("Cherry");
names2.push("Queen");
names2.push("Maura");
names2.push("Mai");
names2.push("Evangelina");
names2.push("Rosanna");
names2.push("Hallie");
names2.push("Erna");
names2.push("Enid");
names2.push("Mariana");
names2.push("Lacy");
names2.push("Juliet");
names2.push("Jacklyn");
names2.push("Freida");
names2.push("Madeleine");
names2.push("Mara");
names2.push("Hester");
names2.push("Cathryn");
names2.push("Lelia");
names2.push("Casandra");
names2.push("Bridgett");
names2.push("Angelita");
names2.push("Jannie");
names2.push("Dionne");
names2.push("Annmarie");
names2.push("Katina");
names2.push("Beryl");
names2.push("Phoebe");
names2.push("Millicent");
names2.push("Katheryn");
names2.push("Diann");
names2.push("Carissa");
names2.push("Maryellen");
names2.push("Liz");
names2.push("Lauri");
names2.push("Helga");
names2.push("Gilda");
names2.push("Adrian");
names2.push("Rhea");
names2.push("Marquita");
names2.push("Hollie");
names2.push("Tisha");
names2.push("Tamera");
names2.push("Angelique");
names2.push("Francesca");
names2.push("Britney");
names2.push("Kaitlin");
names2.push("Lolita");
names2.push("Florine");
names2.push("Rowena");
names2.push("Reyna");
names2.push("Twila");
names2.push("Fanny");
names2.push("Janell");
names2.push("Ines");
names2.push("Concetta");
names2.push("Bertie");
names2.push("Alba");
names2.push("Brigitte");
names2.push("Alyson");
names2.push("Vonda");
names2.push("Pansy");
names2.push("Elba");
names2.push("Noelle");
names2.push("Letitia");
names2.push("Kitty");
names2.push("Deann");
names2.push("Brandie");
names2.push("Louella");
names2.push("Leta");
names2.push("Felecia");
names2.push("Sharlene");
names2.push("Lesa");
names2.push("Beverley");
names2.push("Robert");
names2.push("Isabella");
names2.push("Herminia");
names2.push("Terra");
names2.push("Celina");
names2.push("Tori");
names2.push("Octavia");
names2.push("Jade");
names2.push("Denice");
names2.push("Germaine");
names2.push("Sierra");
names2.push("Michell");
names2.push("Cortney");
names2.push("Nelly");
names2.push("Doretha");
names2.push("Sydney");
names2.push("Deidra");
names2.push("Monika");
names2.push("Lashonda");
names2.push("Judi");
names2.push("Chelsey");
names2.push("Antionette");
names2.push("Margot");
names2.push("Bobby");
names2.push("Adelaide");
names2.push("Nan");
names2.push("Leeann");
names2.push("Elisha");
names2.push("Dessie");
names2.push("Libby");
names2.push("Kathi");
names2.push("Gayla");
names2.push("Latanya");
names2.push("Mina");
names2.push("Mellisa");
names2.push("Kimberlee");
names2.push("Jasmin");
names2.push("Renae");
names2.push("Zelda");
names2.push("Elda");
names2.push("Ma");
names2.push("Justina");
names2.push("Gussie");
names2.push("Emilie");
names2.push("Camilla");
names2.push("Abbie");
names2.push("Rocio");
names2.push("Kaitlyn");
names2.push("Jesse");
names2.push("Edythe");
names2.push("Ashleigh");
names2.push("Selina");
names2.push("Lakesha");
names2.push("Geri");
names2.push("Allene");
names2.push("Pamala");
names2.push("Michaela");
names2.push("Dayna");
names2.push("Caryn");
names2.push("Rosalia");
names2.push("Sun");
names2.push("Jacquline");
names2.push("Rebeca");
names2.push("Marybeth");
names2.push("Krystle");
names2.push("Iola");
names2.push("Dottie");
names2.push("Bennie");
names2.push("Belle");
names2.push("Aubrey");
names2.push("Griselda");
names2.push("Ernestina");
names2.push("Elida");
names2.push("Adrianne");
names2.push("Demetria");
names2.push("Delma");
names2.push("Chong");
names2.push("Jaqueline");
names2.push("Destiny");
names2.push("Arleen");
names2.push("Virgina");
names2.push("Retha");
names2.push("Fatima");
names2.push("Tillie");
names2.push("Eleanore");
names2.push("Cari");
names2.push("Treva");
names2.push("Birdie");
names2.push("Wilhelmina");
names2.push("Rosalee");
names2.push("Maurine");
names2.push("Latrice");
names2.push("Yong");
names2.push("Jena");
names2.push("Taryn");
names2.push("Elia");
names2.push("Debby");
names2.push("Maudie");
names2.push("Jeanna");
names2.push("Delilah");
names2.push("Catrina");
names2.push("Shonda");
names2.push("Hortencia");
names2.push("Theodora");
names2.push("Teresita");
names2.push("Robbin");
names2.push("Danette");
names2.push("Maryjane");
names2.push("Freddie");
names2.push("Delphine");
names2.push("Brianne");
names2.push("Nilda");
names2.push("Danna");
names2.push("Cindi");
names2.push("Bess");
names2.push("Iona");
names2.push("Hanna");
names2.push("Ariel");
names2.push("Winona");
names2.push("Vida");
names2.push("Rosita");
names2.push("Marianna");
names2.push("William");
names2.push("Racheal");
names2.push("Guillermina");
names2.push("Eloisa");
names2.push("Celestine");
names2.push("Caren");
names2.push("Malissa");
names2.push("Lona");
names2.push("Chantel");
names2.push("Shellie");
names2.push("Marisela");
names2.push("Leora");
names2.push("Agatha");
names2.push("Soledad");
names2.push("Migdalia");
names2.push("Ivette");
names2.push("Christen");
names2.push("Athena");
names2.push("Janel");
names2.push("Chloe");
names2.push("Veda");
names2.push("Pattie");
names2.push("Tessie");
names2.push("Tera");
names2.push("Marilynn");
names2.push("Lucretia");
names2.push("Karrie");
names2.push("Dinah");
names2.push("Daniela");
names2.push("Alecia");
names2.push("Adelina");
names2.push("Vernice");
names2.push("Shiela");
names2.push("Portia");
names2.push("Merry");
names2.push("Lashawn");
names2.push("Devon");
names2.push("Dara");
names2.push("Tawana");
names2.push("Oma");
names2.push("Verda");
names2.push("Christin");
names2.push("Alene");
names2.push("Zella");
names2.push("Sandi");
names2.push("Rafaela");
names2.push("Maya");
names2.push("Kira");
names2.push("Candida");
names2.push("Alvina");
names2.push("Suzan");
names2.push("Shayla");
names2.push("Lyn");
names2.push("Lettie");
names2.push("Alva");
names2.push("Samatha");
names2.push("Oralia");
names2.push("Matilde");
names2.push("Madonna");
names2.push("Larissa");
names2.push("Vesta");
names2.push("Renita");
names2.push("India");
names2.push("Delois");
names2.push("Shanda");
names2.push("Phillis");
names2.push("Lorri");
names2.push("Erlinda");
names2.push("Cruz");
names2.push("Cathrine");
names2.push("Barb");
names2.push("Zoe");
names2.push("Isabell");
names2.push("Ione");
names2.push("Gisela");
names2.push("Charlie");
names2.push("Valencia");
names2.push("Roxanna");
names2.push("Mayme");
names2.push("Kisha");
names2.push("Ellie");
names2.push("Mellissa");
names2.push("Dorris");
names2.push("Dalia");
names2.push("Bella");
names2.push("Annetta");
names2.push("Zoila");
names2.push("Reta");
names2.push("Reina");
names2.push("Lauretta");
names2.push("Kylie");
names2.push("Christal");
names2.push("Pilar");
names2.push("Charla");
names2.push("Elissa");
names2.push("Tiffani");
names2.push("Tana");
names2.push("Paulina");
names2.push("Leota");
names2.push("Breanna");
names2.push("Jayme");
names2.push("Carmel");
names2.push("Vernell");
names2.push("Tomasa");
names2.push("Mandi");
names2.push("Dominga");
names2.push("Santa");
names2.push("Melodie");
names2.push("Lura");
names2.push("Alexa");
names2.push("Tamela");
names2.push("Ryan");
names2.push("Mirna");
names2.push("Kerrie");
names2.push("Venus");
names2.push("Noel");
names2.push("Felicita");
names2.push("Cristy");
names2.push("Carmelita");
names2.push("Berniece");
names2.push("Annemarie");
names2.push("Tiara");
names2.push("Roseanne");
names2.push("Missy");
names2.push("Cori");
names2.push("Roxana");
names2.push("Pricilla");
names2.push("Kristal");
names2.push("Jung");
names2.push("Elyse");
names2.push("Haydee");
names2.push("Aletha");
names2.push("Bettina");
names2.push("Marge");
names2.push("Gillian");
names2.push("Filomena");
names2.push("Charles");
names2.push("Zenaida");
names2.push("Harriette");
names2.push("Caridad");
names2.push("Vada");
names2.push("Una");
names2.push("Aretha");
names2.push("Pearline");
names2.push("Marjory");
names2.push("Marcela");
names2.push("Flor");
names2.push("Evette");
names2.push("Elouise");
names2.push("Alina");
names2.push("Trinidad");
names2.push("David");
names2.push("Damaris");
names2.push("Catharine");
names2.push("Carroll");
names2.push("Belva");
names2.push("Nakia");
names2.push("Marlena");
names2.push("Luanne");
names2.push("Lorine");
names2.push("Karon");
names2.push("Dorene");
names2.push("Danita");
names2.push("Brenna");
names2.push("Tatiana");
names2.push("Sammie");
names2.push("Louann");
names2.push("Loren");
names2.push("Julianna");
names2.push("Andria");
names2.push("Philomena");
names2.push("Lucila");
names2.push("Leonora");
names2.push("Dovie");
names2.push("Romona");
names2.push("Mimi");
names2.push("Jacquelin");
names2.push("Gaye");
names2.push("Tonja");
names2.push("Misti");
names2.push("Joe");
names2.push("Gene");
names2.push("Chastity");
names2.push("Stacia");
names2.push("Roxann");
names2.push("Micaela");
names2.push("Nikita");
names2.push("Mei");
names2.push("Velda");
names2.push("Marlys");
names2.push("Johnna");
names2.push("Aura");
names2.push("Lavern");
names2.push("Ivonne");
names2.push("Hayley");
names2.push("Nicki");
names2.push("Majorie");
names2.push("Herlinda");
names2.push("George");
names2.push("Alpha");
names2.push("Yadira");
names2.push("Perla");
names2.push("Gregoria");
names2.push("Daniel");
names2.push("Antonette");
names2.push("Shelli");
names2.push("Mozelle");
names2.push("Mariah");
names2.push("Joelle");
names2.push("Cordelia");
names2.push("Josette");
names2.push("Chiquita");
names2.push("Trista");
names2.push("Louis");
names2.push("Laquita");
names2.push("Georgiana");
names2.push("Candi");
names2.push("Shanon");
names2.push("Lonnie");
names2.push("Hildegard");
names2.push("Cecil");
names2.push("Valentina");
names2.push("Stephany");
names2.push("Magda");
names2.push("Karol");
names2.push("Gerry");
names2.push("Gabriella");
names2.push("Tiana");
names2.push("Roma");
names2.push("Richelle");
names2.push("Ray");
names2.push("Princess");
names2.push("Oleta");
names2.push("Jacque");
names2.push("Idella");
names2.push("Alaina");
names2.push("Suzanna");
names2.push("Jovita");
names2.push("Blair");
names2.push("Tosha");
names2.push("Raven");
names2.push("Nereida");
names2.push("Marlyn");
names2.push("Kyla");
names2.push("Joseph");
names2.push("Delfina");
names2.push("Tena");
names2.push("Stephenie");
names2.push("Sabina");
names2.push("Nathalie");
names2.push("Marcelle");
names2.push("Gertie");
names2.push("Darleen");
names2.push("Thea");
names2.push("Sharonda");
names2.push("Shantel");
names2.push("Belen");
names2.push("Venessa");
names2.push("Rosalina");
names2.push("Ona");
names2.push("Genoveva");
names2.push("Corey");
names2.push("Clementine");
names2.push("Rosalba");
names2.push("Renate");
names2.push("Renata");
names2.push("Mi");
names2.push("Ivory");
names2.push("Georgianna");
names2.push("Floy");
names2.push("Dorcas");
names2.push("Ariana");
names2.push("Tyra");
names2.push("Theda");
names2.push("Mariam");
names2.push("Juli");
names2.push("Jesica");
names2.push("Donnie");
names2.push("Vikki");
names2.push("Verla");
names2.push("Roselyn");
names2.push("Melvina");
names2.push("Jannette");
names2.push("Ginny");
names2.push("Debrah");
names2.push("Corrie");
names2.push("Asia");
names2.push("Violeta");
names2.push("Myrtis");
names2.push("Latricia");
names2.push("Collette");
names2.push("Charleen");
names2.push("Anissa");
names2.push("Viviana");
names2.push("Twyla");
names2.push("Precious");
names2.push("Nedra");
names2.push("Latonia");
names2.push("Lan");
names2.push("Hellen");
names2.push("Fabiola");
names2.push("Annamarie");
names2.push("Adell");
names2.push("Sharyn");
names2.push("Chantal");
names2.push("Niki");
names2.push("Maud");
names2.push("Lizette");
names2.push("Lindy");
names2.push("Kia");
names2.push("Kesha");
names2.push("Jeana");
names2.push("Danelle");
names2.push("Charline");
names2.push("Chanel");
names2.push("Carrol");
names2.push("Valorie");
names2.push("Lia");
names2.push("Dortha");
names2.push("Cristal");
names2.push("Sunny");
names2.push("Leone");
names2.push("Leilani");
names2.push("Gerri");
names2.push("Debi");
names2.push("Andra");
names2.push("Keshia");
names2.push("Ima");
names2.push("Eulalia");
names2.push("Easter");
names2.push("Dulce");
names2.push("Natividad");
names2.push("Linnie");
names2.push("Kami");
names2.push("Georgie");
names2.push("Catina");
names2.push("Brook");
names2.push("Alda");
names2.push("Winnifred");
names2.push("Sharla");
names2.push("Ruthann");
names2.push("Meaghan");
names2.push("Magdalene");
names2.push("Lissette");
names2.push("Adelaida");
names2.push("Venita");
names2.push("Trena");
names2.push("Shirlene");
names2.push("Shameka");
names2.push("Elizebeth");
names2.push("Dian");
names2.push("Shanta");
names2.push("Mickey");
names2.push("Latosha");
names2.push("Carlotta");
names2.push("Windy");
names2.push("Soon");
names2.push("Rosina");
names2.push("Mariann");
names2.push("Leisa");
names2.push("Jonnie");
names2.push("Dawna");
names2.push("Cathie");
names2.push("Billy");
names2.push("Astrid");
names2.push("Sidney");
names2.push("Laureen");
names2.push("Janeen");
names2.push("Holli");
names2.push("Fawn");
names2.push("Vickey");
names2.push("Teressa");
names2.push("Shante");
names2.push("Rubye");
names2.push("Marcelina");
names2.push("Chanda");
names2.push("Cary");
names2.push("Terese");
names2.push("Scarlett");
names2.push("Marty");
names2.push("Marnie");
names2.push("Lulu");
names2.push("Lisette");
names2.push("Jeniffer");
names2.push("Elenor");
names2.push("Dorinda");
names2.push("Donita");
names2.push("Carman");
names2.push("Bernita");
names2.push("Altagracia");
names2.push("Aleta");
names2.push("Adrianna");
names2.push("Zoraida");
names2.push("Ronnie");
names2.push("Nicola");
names2.push("Lyndsey");
names2.push("Kendall");
names2.push("Janina");
names2.push("Chrissy");
names2.push("Ami");
names2.push("Starla");
names2.push("Phylis");
names2.push("Phuong");
names2.push("Kyra");
names2.push("Charisse");
names2.push("Blanch");
names2.push("Sanjuanita");
names2.push("Rona");
names2.push("Nanci");
names2.push("Marilee");
names2.push("Maranda");
names2.push("Cory");
names2.push("Brigette");
names2.push("Sanjuana");
names2.push("Marita");
names2.push("Kassandra");
names2.push("Joycelyn");
names2.push("Ira");
names2.push("Felipa");
names2.push("Chelsie");
names2.push("Bonny");
names2.push("Mireya");
names2.push("Lorenza");
names2.push("Kyong");
names2.push("Ileana");
names2.push("Candelaria");
names2.push("Tony");
names2.push("Toby");
names2.push("Sherie");
names2.push("Ok");
names2.push("Mark");
names2.push("Lucie");
names2.push("Leatrice");
names2.push("Lakeshia");
names2.push("Gerda");
names2.push("Edie");
names2.push("Bambi");
names2.push("Marylin");
names2.push("Lavon");
names2.push("Hortense");
names2.push("Garnet");
names2.push("Evie");
names2.push("Tressa");
names2.push("Shayna");
names2.push("Lavina");
names2.push("Kyung");
names2.push("Jeanetta");
names2.push("Sherrill");
names2.push("Shara");
names2.push("Phyliss");
names2.push("Mittie");
names2.push("Anabel");
names2.push("Alesia");
names2.push("Thuy");
names2.push("Tawanda");
names2.push("Richard");
names2.push("Joanie");
names2.push("Tiffanie");
names2.push("Lashanda");
names2.push("Karissa");
names2.push("Enriqueta");
names2.push("Daria");
names2.push("Daniella");
names2.push("Corinna");
names2.push("Alanna");
names2.push("Abbey");
names2.push("Roxane");
names2.push("Roseanna");
names2.push("Magnolia");
names2.push("Lida");
names2.push("Kyle");
names2.push("Joellen");
names2.push("Era");
names2.push("Coral");
names2.push("Carleen");
names2.push("Tresa");
names2.push("Peggie");
names2.push("Novella");
names2.push("Nila");
names2.push("Maybelle");
names2.push("Jenelle");
names2.push("Carina");
names2.push("Nova");
names2.push("Melina");
names2.push("Marquerite");
names2.push("Margarette");
names2.push("Josephina");
names2.push("Evonne");
names2.push("Devin");
names2.push("Cinthia");
names2.push("Albina");
names2.push("Toya");
names2.push("Tawnya");
names2.push("Sherita");
names2.push("Santos");
names2.push("Myriam");
names2.push("Lizabeth");
names2.push("Lise");
names2.push("Keely");
names2.push("Jenni");
names2.push("Giselle");
names2.push("Cheryle");
names2.push("Ardith");
names2.push("Ardis");
names2.push("Alesha");
names2.push("Adriane");
names2.push("Shaina");
names2.push("Linnea");
names2.push("Karolyn");
names2.push("Hong");
names2.push("Florida");
names2.push("Felisha");
names2.push("Dori");
names2.push("Darci");
names2.push("Artie");
names2.push("Armida");
names2.push("Zola");
names2.push("Xiomara");
names2.push("Vergie");
names2.push("Shamika");
names2.push("Nena");
names2.push("Nannette");
names2.push("Maxie");
names2.push("Lovie");
names2.push("Jeane");
names2.push("Jaimie");
names2.push("Inge");
names2.push("Farrah");
names2.push("Elaina");
names2.push("Caitlyn");
names2.push("Starr");
names2.push("Felicitas");
names2.push("Cherly");
names2.push("Caryl");
names2.push("Yolonda");
names2.push("Yasmin");
names2.push("Teena");
names2.push("Prudence");
names2.push("Pennie");
names2.push("Nydia");
names2.push("Mackenzie");
names2.push("Orpha");
names2.push("Marvel");
names2.push("Lizbeth");
names2.push("Laurette");
names2.push("Jerrie");
names2.push("Hermelinda");
names2.push("Carolee");
names2.push("Tierra");
names2.push("Mirian");
names2.push("Meta");
names2.push("Melony");
names2.push("Kori");
names2.push("Jennette");
names2.push("Jamila");
names2.push("Ena");
names2.push("Anh");
names2.push("Yoshiko");
names2.push("Susannah");
names2.push("Salina");
names2.push("Rhiannon");
names2.push("Joleen");
names2.push("Cristine");
names2.push("Ashton");
names2.push("Aracely");
names2.push("Tomeka");
names2.push("Shalonda");
names2.push("Marti");
names2.push("Lacie");
names2.push("Kala");
names2.push("Jada");
names2.push("Ilse");
names2.push("Hailey");
names2.push("Brittani");
names2.push("Zona");
names2.push("Syble");
names2.push("Sherryl");
names2.push("Randy");
names2.push("Nidia");
names2.push("Marlo");
names2.push("Kandice");
names2.push("Kandi");
names2.push("Deb");
names2.push("Dean");
names2.push("America");
names2.push("Alycia");
names2.push("Tommy");
names2.push("Ronna");
names2.push("Norene");
names2.push("Mercy");
names2.push("Jose");
names2.push("Ingeborg");
names2.push("Giovanna");
names2.push("Gemma");
names2.push("Christel");
names2.push("Audry");
names2.push("Zora");
names2.push("Vita");
names2.push("Van");
names2.push("Trish");
names2.push("Stephaine");
names2.push("Shirlee");
names2.push("Shanika");
names2.push("Melonie");
names2.push("Mazie");
names2.push("Jazmin");
names2.push("Inga");
names2.push("Hoa");
names2.push("Hettie");
names2.push("Geralyn");
names2.push("Fonda");
names2.push("Estrella");
names2.push("Adella");
names2.push("Su");
names2.push("Sarita");
names2.push("Rina");
names2.push("Milissa");
names2.push("Maribeth");
names2.push("Golda");
names2.push("Evon");
names2.push("Ethelyn");
names2.push("Enedina");
names2.push("Cherise");
names2.push("Chana");
names2.push("Velva");
names2.push("Tawanna");
names2.push("Sade");
names2.push("Mirta");
names2.push("Li");
names2.push("Karie");
names2.push("Jacinta");
names2.push("Elna");
names2.push("Davina");
names2.push("Cierra");
names2.push("Ashlie");
names2.push("Albertha");
names2.push("Tanesha");
names2.push("Stephani");
names2.push("Nelle");
names2.push("Mindi");
names2.push("Lu");
names2.push("Lorinda");
names2.push("Larue");
names2.push("Florene");
names2.push("Demetra");
names2.push("Dedra");
names2.push("Ciara");
names2.push("Chantelle");
names2.push("Ashly");
names2.push("Suzy");
names2.push("Rosalva");
names2.push("Noelia");
names2.push("Lyda");
names2.push("Leatha");
names2.push("Krystyna");
names2.push("Kristan");
names2.push("Karri");
names2.push("Darline");
names2.push("Darcie");
names2.push("Cinda");
names2.push("Cheyenne");
names2.push("Cherrie");
names2.push("Awilda");
names2.push("Almeda");
names2.push("Rolanda");
names2.push("Lanette");
names2.push("Jerilyn");
names2.push("Gisele");
names2.push("Evalyn");
names2.push("Cyndi");
names2.push("Cleta");
names2.push("Carin");
names2.push("Zina");
names2.push("Zena");
names2.push("Velia");
names2.push("Tanika");
names2.push("Paul");
names2.push("Charissa");
names2.push("Thomas");
names2.push("Talia");
names2.push("Margarete");
names2.push("Lavonda");
names2.push("Kaylee");
names2.push("Kathlene");
names2.push("Jonna");
names2.push("Irena");
names2.push("Ilona");
names2.push("Idalia");
names2.push("Candis");
names2.push("Candance");
names2.push("Brandee");
names2.push("Anitra");
names2.push("Alida");
names2.push("Sigrid");
names2.push("Nicolette");
names2.push("Maryjo");
names2.push("Linette");
names2.push("Hedwig");
names2.push("Christiana");
names2.push("Cassidy");
names2.push("Alexia");
names2.push("Tressie");
names2.push("Modesta");
names2.push("Lupita");
names2.push("Lita");
names2.push("Gladis");
names2.push("Evelia");
names2.push("Davida");
names2.push("Cherri");
names2.push("Cecily");
names2.push("Ashely");
names2.push("Annabel");
names2.push("Agustina");
names2.push("Wanita");
names2.push("Shirly");
names2.push("Rosaura");
names2.push("Hulda");
names2.push("Eun");
names2.push("Bailey");
names2.push("Yetta");
names2.push("Verona");
names2.push("Thomasina");
names2.push("Sibyl");
names2.push("Shannan");
names2.push("Mechelle");
names2.push("Lue");
names2.push("Leandra");
names2.push("Lani");
names2.push("Kylee");
names2.push("Kandy");
names2.push("Jolynn");
names2.push("Ferne");
names2.push("Eboni");
names2.push("Corene");
names2.push("Alysia");
names2.push("Zula");
names2.push("Nada");
names2.push("Moira");
names2.push("Lyndsay");
names2.push("Lorretta");
names2.push("Juan");
names2.push("Jammie");
names2.push("Hortensia");
names2.push("Gaynell");
names2.push("Cameron");
names2.push("Adria");
names2.push("Vina");
names2.push("Vicenta");
names2.push("Tangela");
names2.push("Stephine");
names2.push("Norine");
names2.push("Nella");
names2.push("Liana");
names2.push("Leslee");
names2.push("Kimberely");
names2.push("Iliana");
names2.push("Glory");
names2.push("Felica");
names2.push("Emogene");
names2.push("Elfriede");
names2.push("Eden");
names2.push("Eartha");
names2.push("Carma");
names2.push("Bea");
names2.push("Ocie");
names2.push("Marry");
names2.push("Lennie");
names2.push("Kiara");
names2.push("Jacalyn");
names2.push("Carlota");
names2.push("Arielle");
names2.push("Yu");
names2.push("Star");
names2.push("Otilia");
names2.push("Kirstin");
names2.push("Kacey");
names2.push("Johnetta");
names2.push("Joey");
names2.push("Joetta");
names2.push("Jeraldine");
names2.push("Jaunita");
names2.push("Elana");
names2.push("Dorthea");
names2.push("Cami");
names2.push("Amada");
names2.push("Adelia");
names2.push("Vernita");
names2.push("Tamar");
names2.push("Siobhan");
names2.push("Renea");
names2.push("Rashida");
names2.push("Ouida");
names2.push("Odell");
names2.push("Nilsa");
names2.push("Meryl");
names2.push("Kristyn");
names2.push("Julieta");
names2.push("Danica");
names2.push("Breanne");
names2.push("Aurea");
names2.push("Anglea");
names2.push("Sherron");
names2.push("Odette");
names2.push("Malia");
names2.push("Lorelei");
names2.push("Lin");
names2.push("Leesa");
names2.push("Kenna");
names2.push("Kathlyn");
names2.push("Fiona");
names2.push("Charlette");
names2.push("Suzie");
names2.push("Shantell");
names2.push("Sabra");
names2.push("Racquel");
names2.push("Myong");
names2.push("Mira");
names2.push("Martine");
names2.push("Lucienne");
names2.push("Lavada");
names2.push("Juliann");
names2.push("Johnie");
names2.push("Elvera");
names2.push("Delphia");
names2.push("Clair");
names2.push("Christiane");
names2.push("Charolette");
names2.push("Carri");
names2.push("Augustine");
names2.push("Asha");
names2.push("Angella");
names2.push("Paola");
names2.push("Ninfa");
names2.push("Leda");
names2.push("Lai");
names2.push("Eda");
names2.push("Sunshine");
names2.push("Stefani");
names2.push("Shanell");
names2.push("Palma");
names2.push("Machelle");
names2.push("Lissa");
names2.push("Kecia");
names2.push("Kathryne");
names2.push("Karlene");
names2.push("Julissa");
names2.push("Jettie");
names2.push("Jenniffer");
names2.push("Hui");
names2.push("Corrina");
names2.push("Christopher");
names2.push("Carolann");
names2.push("Alena");
names2.push("Tess");
names2.push("Rosaria");
names2.push("Myrtice");
names2.push("Marylee");
names2.push("Liane");
names2.push("Kenyatta");
names2.push("Judie");
names2.push("Janey");
names2.push("In");
names2.push("Elmira");
names2.push("Eldora");
names2.push("Denna");
names2.push("Cristi");
names2.push("Cathi");
names2.push("Zaida");
names2.push("Vonnie");
names2.push("Viva");
names2.push("Vernie");
names2.push("Rosaline");
names2.push("Mariela");
names2.push("Luciana");
names2.push("Lesli");
names2.push("Karan");
names2.push("Felice");
names2.push("Deneen");
names2.push("Adina");
names2.push("Wynona");
names2.push("Tarsha");
names2.push("Sheron");
names2.push("Shasta");
names2.push("Shanita");
names2.push("Shani");
names2.push("Shandra");
names2.push("Randa");
names2.push("Pinkie");
names2.push("Paris");
names2.push("Nelida");
names2.push("Marilou");
names2.push("Lyla");
names2.push("Laurene");
names2.push("Laci");
names2.push("Joi");
names2.push("Janene");
names2.push("Dorotha");
names2.push("Daniele");
names2.push("Dani");
names2.push("Carolynn");
names2.push("Carlyn");
names2.push("Berenice");
names2.push("Ayesha");
names2.push("Anneliese");
names2.push("Alethea");
names2.push("Thersa");
names2.push("Tamiko");
names2.push("Rufina");
names2.push("Oliva");
names2.push("Mozell");
names2.push("Marylyn");
names2.push("Madison");
names2.push("Kristian");
names2.push("Kathyrn");
names2.push("Kasandra");
names2.push("Kandace");
names2.push("Janae");
names2.push("Gabriel");
names2.push("Domenica");
names2.push("Debbra");
names2.push("Dannielle");
names2.push("Chun");
names2.push("Buffy");
names2.push("Barbie");
names2.push("Arcelia");
names2.push("Aja");
names2.push("Zenobia");
names2.push("Sharen");
names2.push("Sharee");
names2.push("Patrick");
names2.push("Page");
names2.push("My");
names2.push("Lavinia");
names2.push("Kum");
names2.push("Kacie");
names2.push("Jackeline");
names2.push("Huong");
names2.push("Felisa");
names2.push("Emelia");
names2.push("Eleanora");
names2.push("Cythia");
names2.push("Cristin");
names2.push("Clyde");
names2.push("Claribel");
names2.push("Caron");
names2.push("Anastacia");
names2.push("Zulma");
names2.push("Zandra");
names2.push("Yoko");
names2.push("Tenisha");
names2.push("Susann");
names2.push("Sherilyn");
names2.push("Shay");
names2.push("Shawanda");
names2.push("Sabine");
names2.push("Romana");
names2.push("Mathilda");
names2.push("Linsey");
names2.push("Keiko");
names2.push("Joana");
names2.push("Isela");
names2.push("Gretta");
names2.push("Georgetta");
names2.push("Eugenie");
names2.push("Dusty");
names2.push("Desirae");
names2.push("Delora");
names2.push("Corazon");
names2.push("Antonina");
names2.push("Anika");
names2.push("Willene");
names2.push("Tracee");
names2.push("Tamatha");
names2.push("Regan");
names2.push("Nichelle");
names2.push("Mickie");
names2.push("Maegan");
names2.push("Luana");
names2.push("Lanita");
names2.push("Kelsie");
names2.push("Edelmira");
names2.push("Bree");
names2.push("Afton");
names2.push("Teodora");
names2.push("Tamie");
names2.push("Shena");
names2.push("Meg");
names2.push("Linh");
names2.push("Keli");
names2.push("Kaci");
names2.push("Danyelle");
names2.push("Britt");
names2.push("Arlette");
names2.push("Albertine");
names2.push("Adelle");
names2.push("Tiffiny");
names2.push("Stormy");
names2.push("Simona");
names2.push("Numbers");
names2.push("Nicolasa");
names2.push("Nichol");
names2.push("Nia");
names2.push("Nakisha");
names2.push("Mee");
names2.push("Maira");
names2.push("Loreen");
names2.push("Kizzy");
names2.push("Johnny");
names2.push("Jay");
names2.push("Fallon");
names2.push("Christene");
names2.push("Bobbye");
names2.push("Anthony");
names2.push("Ying");
names2.push("Vincenza");
names2.push("Tanja");
names2.push("Rubie");
names2.push("Roni");
names2.push("Queenie");
names2.push("Margarett");
names2.push("Kimberli");
names2.push("Irmgard");
names2.push("Idell");
names2.push("Hilma");
names2.push("Evelina");
names2.push("Esta");
names2.push("Emilee");
names2.push("Dennise");
names2.push("Dania");
names2.push("Carl");
names2.push("Carie");
names2.push("Antonio");
names2.push("Wai");
names2.push("Sang");
names2.push("Risa");
names2.push("Rikki");
names2.push("Particia");
names2.push("Mui");
names2.push("Masako");
names2.push("Mario");
names2.push("Luvenia");
names2.push("Loree");
names2.push("Loni");
names2.push("Lien");
names2.push("Kevin");
names2.push("Gigi");
names2.push("Florencia");
names2.push("Dorian");
names2.push("Denita");
names2.push("Dallas");
names2.push("Chi");
names2.push("Billye");
names2.push("Alexander");
names2.push("Tomika");
names2.push("Sharita");
names2.push("Rana");
names2.push("Nikole");
names2.push("Neoma");
names2.push("Margarite");
names2.push("Madalyn");
names2.push("Lucina");
names2.push("Laila");
names2.push("Kali");
names2.push("Jenette");
names2.push("Gabriele");
names2.push("Evelyne");
names2.push("Elenora");
names2.push("Clementina");
names2.push("Alejandrina");
names2.push("Zulema");
names2.push("Violette");
names2.push("Vannessa");
names2.push("Thresa");
names2.push("Retta");
names2.push("Pia");
names2.push("Patience");
names2.push("Noella");
names2.push("Nickie");
names2.push("Jonell");
names2.push("Delta");
names2.push("Chung");
names2.push("Chaya");
names2.push("Camelia");
names2.push("Bethel");
names2.push("Anya");
names2.push("Andrew");
names2.push("Thanh");
names2.push("Suzann");
names2.push("Spring");
names2.push("Shu");
names2.push("Mila");
names2.push("Lilla");
names2.push("Laverna");
names2.push("Keesha");
names2.push("Kattie");
names2.push("Gia");
names2.push("Georgene");
names2.push("Eveline");
names2.push("Estell");
names2.push("Elizbeth");
names2.push("Vivienne");
names2.push("Vallie");
names2.push("Trudie");
names2.push("Stephane");
names2.push("Michel");
names2.push("Magaly");
names2.push("Madie");
names2.push("Kenyetta");
names2.push("Karren");
names2.push("Janetta");
names2.push("Hermine");
names2.push("Harmony");
names2.push("Drucilla");
names2.push("Debbi");
names2.push("Celestina");
names2.push("Candie");
names2.push("Britni");
names2.push("Beckie");
names2.push("Amina");
names2.push("Zita");
names2.push("Yun");
names2.push("Yolande");
names2.push("Vivien");
names2.push("Vernetta");
names2.push("Trudi");
names2.push("Sommer");
names2.push("Pearle");
names2.push("Patrina");
names2.push("Ossie");
names2.push("Nicolle");
names2.push("Loyce");
names2.push("Letty");
names2.push("Larisa");
names2.push("Katharina");
names2.push("Joselyn");
names2.push("Jonelle");
names2.push("Jenell");
names2.push("Iesha");
names2.push("Heide");
names2.push("Florinda");
names2.push("Florentina");
names2.push("Flo");
names2.push("Elodia");
names2.push("Dorine");
names2.push("Brunilda");
names2.push("Brigid");
names2.push("Ashli");
names2.push("Ardella");
names2.push("Twana");
names2.push("Thu");
names2.push("Tarah");
names2.push("Sung");
names2.push("Shea");
names2.push("Shavon");
names2.push("Shane");
names2.push("Serina");
names2.push("Rayna");
names2.push("Ramonita");
names2.push("Nga");
names2.push("Margurite");
names2.push("Lucrecia");
names2.push("Kourtney");
names2.push("Kati");
names2.push("Jesus");
names2.push("Jesenia");
names2.push("Diamond");
names2.push("Crista");
names2.push("Ayana");
names2.push("Alica");
names2.push("Alia");
names2.push("Vinnie");
names2.push("Suellen");
names2.push("Romelia");
names2.push("Rachell");
names2.push("Piper");
names2.push("Olympia");
names2.push("Michiko");
names2.push("Kathaleen");
names2.push("Jolie");
names2.push("Jessi");
names2.push("Janessa");
names2.push("Hana");
names2.push("Ha");
names2.push("Elease");
names2.push("Carletta");
names2.push("Britany");
names2.push("Shona");
names2.push("Salome");
names2.push("Rosamond");
names2.push("Regena");
names2.push("Raina");
names2.push("Ngoc");
names2.push("Nelia");
names2.push("Louvenia");
names2.push("Lesia");
names2.push("Latrina");
names2.push("Laticia");
names2.push("Larhonda");
names2.push("Jina");
names2.push("Jacki");
names2.push("Hollis");
names2.push("Holley");
names2.push("Emmy");
names2.push("Deeann");
names2.push("Coretta");
names2.push("Arnetta");
names2.push("Velvet");
names2.push("Thalia");
names2.push("Shanice");
names2.push("Neta");
names2.push("Mikki");
names2.push("Micki");
names2.push("Lonna");
names2.push("Leana");
names2.push("Lashunda");
names2.push("Kiley");
names2.push("Joye");
names2.push("Jacqulyn");
names2.push("Ignacia");
names2.push("Hyun");
names2.push("Hiroko");
names2.push("Henry");
names2.push("Henriette");
names2.push("Elayne");
names2.push("Delinda");
names2.push("Darnell");
names2.push("Dahlia");
names2.push("Coreen");
names2.push("Consuela");
names2.push("Conchita");
names2.push("Celine");
names2.push("Babette");
names2.push("Ayanna");
names2.push("Anette");
names2.push("Albertina");
names2.push("Skye");
names2.push("Shawnee");
names2.push("Shaneka");
names2.push("Quiana");
names2.push("Pamelia");
names2.push("Min");
names2.push("Merri");
names2.push("Merlene");
names2.push("Margit");
names2.push("Kiesha");
names2.push("Kiera");
names2.push("Kaylene");
names2.push("Jodee");
names2.push("Jenise");
names2.push("Erlene");
names2.push("Emmie");
names2.push("Else");
names2.push("Daryl");
names2.push("Dalila");
names2.push("Daisey");
names2.push("Cody");
names2.push("Casie");
names2.push("Belia");
names2.push("Babara");
names2.push("Versie");
names2.push("Vanesa");
names2.push("Shelba");
names2.push("Shawnda");
names2.push("Sam");
names2.push("Norman");
names2.push("Nikia");
names2.push("Naoma");
names2.push("Marna");
names2.push("Margeret");
names2.push("Madaline");
names2.push("Lawana");
names2.push("Kindra");
names2.push("Jutta");
names2.push("Jazmine");
names2.push("Janett");
names2.push("Hannelore");
names2.push("Glendora");
names2.push("Gertrud");
names2.push("Garnett");
names2.push("Freeda");
names2.push("Frederica");
names2.push("Florance");
names2.push("Flavia");
names2.push("Dennis");
names2.push("Carline");
names2.push("Beverlee");
names2.push("Anjanette");
names2.push("Valda");
names2.push("Trinity");
names2.push("Tamala");
names2.push("Stevie");
names2.push("Shonna");
names2.push("Sha");
names2.push("Sarina");
names2.push("Oneida");
names2.push("Micah");
names2.push("Merilyn");
names2.push("Marleen");
names2.push("Lurline");
names2.push("Lenna");
names2.push("Katherin");
names2.push("Jin");
names2.push("Jeni");
names2.push("Hae");
names2.push("Gracia");
names2.push("Glady");
names2.push("Farah");
names2.push("Eric");
names2.push("Enola");
names2.push("Ema");
names2.push("Dominque");
names2.push("Devona");
names2.push("Delana");
names2.push("Cecila");
names2.push("Caprice");
names2.push("Alysha");
names2.push("Ali");
names2.push("Alethia");
names2.push("Vena");
names2.push("Theresia");
names2.push("Tawny");
names2.push("Song");
names2.push("Shakira");
names2.push("Samara");
names2.push("Sachiko");
names2.push("Rachele");
names2.push("Pamella");
names2.push("Nicky");
names2.push("Marni");
names2.push("Mariel");
names2.push("Maren");
names2.push("Malisa");
names2.push("Ligia");
names2.push("Lera");
names2.push("Latoria");
names2.push("Larae");
names2.push("Kimber");
names2.push("Kathern");
names2.push("Karey");
names2.push("Jennefer");
names2.push("Janeth");
names2.push("Halina");
names2.push("Fredia");
names2.push("Delisa");
names2.push("Debroah");
names2.push("Ciera");
names2.push("Chin");
names2.push("Angelika");
names2.push("Andree");
names2.push("Altha");
names2.push("Yen");
names2.push("Vivan");
names2.push("Terresa");
names2.push("Tanna");
names2.push("Suk");
names2.push("Sudie");
names2.push("Soo");
names2.push("Signe");
names2.push("Salena");
names2.push("Ronni");
names2.push("Rebbecca");
names2.push("Myrtie");
names2.push("Mckenzie");
names2.push("Malika");
names2.push("Maida");
names2.push("Loan");
names2.push("Leonarda");
names2.push("Kayleigh");
names2.push("France");
names2.push("Ethyl");
names2.push("Ellyn");
names2.push("Dayle");
names2.push("Cammie");
names2.push("Brittni");
names2.push("Birgit");
names2.push("Avelina");
names2.push("Asuncion");
names2.push("Arianna");
names2.push("Akiko");
names2.push("Venice");
names2.push("Tyesha");
names2.push("Tonie");
names2.push("Tiesha");
names2.push("Takisha");
names2.push("Steffanie");
names2.push("Sindy");
names2.push("Santana");
names2.push("Meghann");
names2.push("Manda");
names2.push("Macie");
names2.push("Lady");
names2.push("Kellye");
names2.push("Kellee");
names2.push("Joslyn");
names2.push("Jason");
names2.push("Inger");
names2.push("Indira");
names2.push("Glinda");
names2.push("Glennis");
names2.push("Fernanda");
names2.push("Faustina");
names2.push("Eneida");
names2.push("Elicia");
names2.push("Dot");
names2.push("Digna");
names2.push("Dell");
names2.push("Arletta");
names2.push("Andre");
names2.push("Willia");
names2.push("Tammara");
names2.push("Tabetha");
names2.push("Sherrell");
names2.push("Sari");
names2.push("Refugio");
names2.push("Rebbeca");
names2.push("Pauletta");
names2.push("Nieves");
names2.push("Natosha");
names2.push("Nakita");
names2.push("Mammie");
names2.push("Kenisha");
names2.push("Kazuko");
names2.push("Kassie");
names2.push("Gary");
names2.push("Earlean");
names2.push("Daphine");
names2.push("Corliss");
names2.push("Clotilde");
names2.push("Carolyne");
names2.push("Bernetta");
names2.push("Augustina");
names2.push("Audrea");
names2.push("Annis");
names2.push("Annabell");
names2.push("Yan");
names2.push("Tennille");
names2.push("Tamica");
names2.push("Selene");
names2.push("Sean");
names2.push("Rosana");
names2.push("Regenia");
names2.push("Qiana");
names2.push("Markita");
names2.push("Macy");
names2.push("Leeanne");
names2.push("Laurine");
names2.push("Kym");
names2.push("Jessenia");
names2.push("Janita");
names2.push("Georgine");
names2.push("Genie");
names2.push("Emiko");
names2.push("Elvie");
names2.push("Deandra");
names2.push("Dagmar");
names2.push("Corie");
names2.push("Collen");
names2.push("Cherish");
names2.push("Romaine");
names2.push("Porsha");
names2.push("Pearlene");
names2.push("Micheline");
names2.push("Merna");
names2.push("Margorie");
names2.push("Margaretta");
names2.push("Lore");
names2.push("Kenneth");
names2.push("Jenine");
names2.push("Hermina");
names2.push("Fredericka");
names2.push("Elke");
names2.push("Drusilla");
names2.push("Dorathy");
names2.push("Dione");
names2.push("Desire");
names2.push("Celena");
names2.push("Brigida");
names2.push("Angeles");
names2.push("Allegra");
names2.push("Theo");
names2.push("Tamekia");
names2.push("Synthia");
names2.push("Stephen");
names2.push("Sook");
names2.push("Slyvia");
names2.push("Rosann");
names2.push("Reatha");
names2.push("Raye");
names2.push("Marquetta");
names2.push("Margart");
names2.push("Ling");
names2.push("Layla");
names2.push("Kymberly");
names2.push("Kiana");
names2.push("Kayleen");
names2.push("Katlyn");
names2.push("Karmen");
names2.push("Joella");
names2.push("Irina");
names2.push("Emelda");
names2.push("Eleni");
names2.push("Detra");
names2.push("Clemmie");
names2.push("Cheryll");
names2.push("Chantell");
names2.push("Cathey");
names2.push("Arnita");
names2.push("Arla");
names2.push("Angle");
names2.push("Angelic");
names2.push("Alyse");
names2.push("Zofia");
names2.push("Thomasine");
names2.push("Tennie");
names2.push("Son");
names2.push("Sherly");
names2.push("Sherley");
names2.push("Sharyl");
names2.push("Remedios");
names2.push("Petrina");
names2.push("Nickole");
names2.push("Myung");
names2.push("Myrle");
names2.push("Mozella");
names2.push("Louanne");
names2.push("Lisha");
names2.push("Latia");
names2.push("Lane");
names2.push("Krysta");
names2.push("Julienne");
names2.push("Joel");
names2.push("Jeanene");
names2.push("Jacqualine");
names2.push("Isaura");
names2.push("Gwenda");
names2.push("Earleen");
names2.push("Donald");
names2.push("Cleopatra");
names2.push("Carlie");
names2.push("Audie");
names2.push("Antonietta");
names2.push("Alise");
names2.push("Alex");
names2.push("Verdell");
names2.push("Val");
names2.push("Tyler");
names2.push("Tomoko");
names2.push("Thao");
names2.push("Talisha");
names2.push("Steven");
names2.push("So");
names2.push("Shemika");
names2.push("Shaun");
names2.push("Scarlet");
names2.push("Savanna");
names2.push("Santina");
names2.push("Rosia");
names2.push("Raeann");
names2.push("Odilia");
names2.push("Nana");
names2.push("Minna");
names2.push("Magan");
names2.push("Lynelle");
names2.push("Le");
names2.push("Karma");
names2.push("Joeann");
names2.push("Ivana");
names2.push("Inell");
names2.push("Ilana");
names2.push("Hye");
names2.push("Honey");
names2.push("Hee");
names2.push("Gudrun");
names2.push("Frank");
names2.push("Dreama");
names2.push("Crissy");
names2.push("Chante");
names2.push("Carmelina");
names2.push("Arvilla");
names2.push("Arthur");
names2.push("Annamae");
names2.push("Alvera");
names2.push("Aleida");
names2.push("Aaron");
names2.push("Yee");
names2.push("Yanira");
names2.push("Vanda");
names2.push("Tianna");
names2.push("Tam");
names2.push("Stefania");
names2.push("Shira");
names2.push("Perry");
names2.push("Nicol");
names2.push("Nancie");
names2.push("Monserrate");
names2.push("Minh");
names2.push("Melynda");
names2.push("Melany");
names2.push("Matthew");
names2.push("Lovella");
names2.push("Laure");
names2.push("Kirby");
names2.push("Kacy");
names2.push("Jacquelynn");
names2.push("Hyon");
names2.push("Gertha");
names2.push("Francisco");
names2.push("Eliana");
names2.push("Christena");
names2.push("Christeen");
names2.push("Charise");
names2.push("Caterina");
names2.push("Carley");
names2.push("Candyce");
names2.push("Arlena");
names2.push("Ammie");
names2.push("Yang");
names2.push("Willette");
names2.push("Vanita");
names2.push("Tuyet");
names2.push("Tiny");
names2.push("Syreeta");
names2.push("Silva");
names2.push("Scott");
names2.push("Ronald");
names2.push("Penney");
names2.push("Nyla");
names2.push("Michal");
names2.push("Maurice");
names2.push("Maryam");
names2.push("Marya");
names2.push("Magen");
names2.push("Ludie");
names2.push("Loma");
names2.push("Livia");
names2.push("Lanell");
names2.push("Kimberlie");
names2.push("Julee");
names2.push("Donetta");
names2.push("Diedra");
names2.push("Denisha");
names2.push("Deane");
names2.push("Dawne");
names2.push("Clarine");
names2.push("Cherryl");
names2.push("Bronwyn");
names2.push("Brandon");
names2.push("Alla");
names2.push("Valery");
names2.push("Tonda");
names2.push("Sueann");
names2.push("Soraya");
names2.push("Shoshana");
names2.push("Shela");
names2.push("Sharleen");
names2.push("Shanelle");
names2.push("Nerissa");
names2.push("Micheal");
names2.push("Meridith");
names2.push("Mellie");
names2.push("Maye");
names2.push("Maple");
names2.push("Magaret");
names2.push("Luis");
names2.push("Lili");
names2.push("Leonila");
names2.push("Leonie");
names2.push("Leeanna");
names2.push("Lavonia");
names2.push("Lavera");
names2.push("Kristel");
names2.push("Kathey");
names2.push("Kathe");
names2.push("Justin");
names2.push("Julian");
names2.push("Jimmy");
names2.push("Jann");
names2.push("Ilda");
names2.push("Hildred");
names2.push("Hildegarde");
names2.push("Genia");
names2.push("Fumiko");
names2.push("Evelin");
names2.push("Ermelinda");
names2.push("Elly");
names2.push("Dung");
names2.push("Doloris");
names2.push("Dionna");
names2.push("Danae");
names2.push("Berneice");
names2.push("Annice");
names2.push("Alix");
names2.push("Verena");
names2.push("Verdie");
names2.push("Tristan");
names2.push("Shawnna");
names2.push("Shawana");
names2.push("Shaunna");
names2.push("Rozella");
names2.push("Randee");
names2.push("Ranae");
names2.push("Milagro");
names2.push("Lynell");
names2.push("Luise");
names2.push("Louie");
names2.push("Loida");
names2.push("Lisbeth");
names2.push("Karleen");
names2.push("Junita");
names2.push("Jona");
names2.push("Isis");
names2.push("Hyacinth");
names2.push("Hedy");
names2.push("Gwenn");
names2.push("Ethelene");
names2.push("Erline");
names2.push("Edward");
names2.push("Donya");
names2.push("Domonique");
names2.push("Delicia");
names2.push("Dannette");
names2.push("Cicely");
names2.push("Branda");
names2.push("Blythe");
names2.push("Bethann");
names2.push("Ashlyn");
names2.push("Annalee");
names2.push("Alline");
names2.push("Yuko");
names2.push("Vella");
names2.push("Trang");
names2.push("Towanda");
names2.push("Tesha");
names2.push("Sherlyn");
names2.push("Narcisa");
names2.push("Miguelina");
names2.push("Meri");
names2.push("Maybell");
names2.push("Marlana");
names2.push("Marguerita");
names2.push("Madlyn");
names2.push("Luna");
names2.push("Lory");
names2.push("Loriann");
names2.push("Liberty");
names2.push("Leonore");
names2.push("Leighann");
names2.push("Laurice");
names2.push("Latesha");
names2.push("Laronda");
names2.push("Katrice");
names2.push("Kasie");
names2.push("Karl");
names2.push("Kaley");
names2.push("Jadwiga");
names2.push("Glennie");
names2.push("Gearldine");
names2.push("Francina");
names2.push("Epifania");
names2.push("Dyan");
names2.push("Dorie");
names2.push("Diedre");
names2.push("Denese");
names2.push("Demetrice");
names2.push("Delena");
names2.push("Darby");
names2.push("Cristie");
names2.push("Cleora");
names2.push("Catarina");
names2.push("Carisa");
names2.push("Bernie");
names2.push("Barbera");
names2.push("Almeta");
names2.push("Trula");
names2.push("Tereasa");
names2.push("Solange");
names2.push("Sheilah");
names2.push("Shavonne");
names2.push("Sanora");
names2.push("Rochell");
names2.push("Mathilde");
names2.push("Margareta");
names2.push("Maia");
names2.push("Lynsey");
names2.push("Lawanna");
names2.push("Launa");
names2.push("Kena");
names2.push("Keena");
names2.push("Katia");
names2.push("Jamey");
names2.push("Glynda");
names2.push("Gaylene");
names2.push("Elvina");
names2.push("Elanor");
names2.push("Danuta");
names2.push("Danika");
names2.push("Cristen");
names2.push("Cordie");
names2.push("Coletta");
names2.push("Clarita");
names2.push("Carmon");
names2.push("Brynn");
names2.push("Azucena");
names2.push("Aundrea");
names2.push("Angele");
names2.push("Yi");
names2.push("Walter");
names2.push("Verlie");
names2.push("Verlene");
names2.push("Tamesha");
names2.push("Silvana");
names2.push("Sebrina");
names2.push("Samira");
names2.push("Reda");
names2.push("Raylene");
names2.push("Penni");
names2.push("Pandora");
names2.push("Norah");
names2.push("Noma");
names2.push("Mireille");
names2.push("Melissia");
names2.push("Maryalice");
names2.push("Laraine");
names2.push("Kimbery");
names2.push("Karyl");
names2.push("Karine");
names2.push("Kam");
names2.push("Jolanda");
names2.push("Johana");
names2.push("Jesusa");
names2.push("Jaleesa");
names2.push("Jae");
names2.push("Jacquelyne");
names2.push("Irish");
names2.push("Iluminada");
names2.push("Hilaria");
names2.push("Hanh");
names2.push("Gennie");
names2.push("Francie");
names2.push("Floretta");
names2.push("Exie");
names2.push("Edda");
names2.push("Drema");
names2.push("Delpha");
names2.push("Bev");
names2.push("Barbar");
names2.push("Assunta");
names2.push("Ardell");
names2.push("Annalisa");
names2.push("Alisia");
names2.push("Yukiko");
names2.push("Yolando");
names2.push("Wonda");
names2.push("Wei");
names2.push("Waltraud");
names2.push("Veta");
names2.push("Tequila");
names2.push("Temeka");
names2.push("Tameika");
names2.push("Shirleen");
names2.push("Shenita");
names2.push("Piedad");
names2.push("Ozella");
names2.push("Mirtha");
names2.push("Marilu");
names2.push("Kimiko");
names2.push("Juliane");
names2.push("Jenice");
names2.push("Jen");
names2.push("Janay");
names2.push("Jacquiline");
names2.push("Hilde");
names2.push("Fe");
names2.push("Fae");
names2.push("Evan");
names2.push("Eugene");
names2.push("Elois");
names2.push("Echo");
names2.push("Devorah");
names2.push("Chau");
names2.push("Brinda");
names2.push("Betsey");
names2.push("Arminda");
names2.push("Aracelis");
names2.push("Apryl");
names2.push("Annett");
names2.push("Alishia");
names2.push("Veola");
names2.push("Usha");
names2.push("Toshiko");
names2.push("Theola");
names2.push("Tashia");
names2.push("Talitha");
names2.push("Shery");
names2.push("Rudy");
names2.push("Renetta");
names2.push("Reiko");
names2.push("Rasheeda");
names2.push("Omega");
names2.push("Obdulia");
names2.push("Mika");
names2.push("Melaine");
names2.push("Meggan");
names2.push("Martin");
names2.push("Marlen");
names2.push("Marget");
names2.push("Marceline");
names2.push("Mana");
names2.push("Magdalen");
names2.push("Librada");
names2.push("Lezlie");
names2.push("Lexie");
names2.push("Latashia");
names2.push("Lasandra");
names2.push("Kelle");
names2.push("Isidra");
names2.push("Isa");
names2.push("Inocencia");
names2.push("Gwyn");
names2.push("Francoise");
names2.push("Erminia");
names2.push("Erinn");
names2.push("Dimple");
names2.push("Devora");
names2.push("Criselda");
names2.push("Armanda");
names2.push("Arie");
names2.push("Ariane");
names2.push("Angelo");
names2.push("Angelena");
names2.push("Allen");
names2.push("Aliza");
names2.push("Adriene");
names2.push("Adaline");
names2.push("Xochitl");
names2.push("Twanna");
names2.push("Tran");
names2.push("Tomiko");
names2.push("Tamisha");
names2.push("Taisha");
names2.push("Susy");
names2.push("Siu");
names2.push("Rutha");
names2.push("Roxy");
names2.push("Rhona");
names2.push("Raymond");
names2.push("Otha");
names2.push("Noriko");
names2.push("Natashia");
names2.push("Merrie");
names2.push("Melvin");
names2.push("Marinda");
names2.push("Mariko");
names2.push("Margert");
names2.push("Loris");
names2.push("Lizzette");
names2.push("Leisha");
names2.push("Kaila");
names2.push("Ka");
names2.push("Joannie");
names2.push("Jerrica");
names2.push("Jene");
names2.push("Jannet");
names2.push("Janee");
names2.push("Jacinda");
names2.push("Herta");
names2.push("Elenore");
names2.push("Doretta");
names2.push("Delaine");
names2.push("Daniell");
names2.push("Claudie");
names2.push("China");
names2.push("Britta");
names2.push("Apolonia");
names2.push("Amberly");
names2.push("Alease");
names2.push("Yuri");
names2.push("Yuk");
names2.push("Wen");
names2.push("Waneta");
names2.push("Ute");
names2.push("Tomi");
names2.push("Sharri");
names2.push("Sandie");
names2.push("Roselle");
names2.push("Reynalda");
names2.push("Raguel");
names2.push("Phylicia");
names2.push("Patria");
names2.push("Olimpia");
names2.push("Odelia");
names2.push("Mitzie");
names2.push("Mitchell");
names2.push("Miss");
names2.push("Minda");
names2.push("Mignon");
names2.push("Mica");
names2.push("Mendy");
names2.push("Marivel");
names2.push("Maile");
names2.push("Lynetta");
names2.push("Lavette");
names2.push("Lauryn");
names2.push("Latrisha");
names2.push("Lakiesha");
names2.push("Kiersten");
names2.push("Kary");
names2.push("Josphine");
names2.push("Jolyn");
names2.push("Jetta");
names2.push("Janise");
names2.push("Jacquie");
names2.push("Ivelisse");
names2.push("Glynis");
names2.push("Gianna");
names2.push("Gaynelle");
names2.push("Emerald");
names2.push("Demetrius");
names2.push("Danyell");
names2.push("Danille");
names2.push("Dacia");
names2.push("Coralee");
names2.push("Cher");
names2.push("Ceola");
names2.push("Brett");
names2.push("Bell");
names2.push("Arianne");
names2.push("Aleshia");
names2.push("Yung");
names2.push("Williemae");
names2.push("Troy");
names2.push("Trinh");
names2.push("Thora");
names2.push("Tai");
names2.push("Svetlana");
names2.push("Sherika");
names2.push("Shemeka");
names2.push("Shaunda");
names2.push("Roseline");
names2.push("Ricki");
names2.push("Melda");
names2.push("Mallie");
names2.push("Lavonna");
names2.push("Latina");
names2.push("Larry");
names2.push("Laquanda");
names2.push("Lala");
names2.push("Lachelle");
names2.push("Klara");
names2.push("Kandis");
names2.push("Johna");
names2.push("Jeanmarie");
names2.push("Jaye");
names2.push("Hang");
names2.push("Grayce");
names2.push("Gertude");
names2.push("Emerita");
names2.push("Ebonie");
names2.push("Clorinda");
names2.push("Ching");
names2.push("Chery");
names2.push("Carola");
names2.push("Breann");
names2.push("Blossom");
names2.push("Bernardine");
names2.push("Becki");
names2.push("Arletha");
names2.push("Argelia");
names2.push("Ara");
names2.push("Alita");
names2.push("Yulanda");
names2.push("Yon");
names2.push("Yessenia");
names2.push("Tobi");
names2.push("Tasia");
names2.push("Sylvie");
names2.push("Shirl");
names2.push("Shirely");
names2.push("Sheridan");
names2.push("Shella");
names2.push("Shantelle");
names2.push("Sacha");
names2.push("Royce");
names2.push("Rebecka");
names2.push("Reagan");
names2.push("Providencia");
names2.push("Paulene");
names2.push("Misha");
names2.push("Miki");
names2.push("Marline");
names2.push("Marica");
names2.push("Lorita");
names2.push("Latoyia");
names2.push("Lasonya");
names2.push("Kerstin");
names2.push("Kenda");
names2.push("Keitha");
names2.push("Kathrin");
names2.push("Jaymie");
names2.push("Jack");
names2.push("Gricelda");
names2.push("Ginette");
names2.push("Eryn");
names2.push("Elina");
names2.push("Elfrieda");
names2.push("Danyel");
names2.push("Cheree");
names2.push("Chanelle");
names2.push("Barrie");
names2.push("Avery");
names2.push("Aurore");
names2.push("Annamaria");
names2.push("Alleen");
names2.push("Ailene");
names2.push("Aide");
names2.push("Yasmine");
names2.push("Vashti");
names2.push("Valentine");
names2.push("Treasa");
names2.push("Tory");
names2.push("Tiffaney");
names2.push("Sheryll");
names2.push("Sharie");
names2.push("Shanae");
names2.push("Sau");
names2.push("Raisa");
names2.push("Pa");
names2.push("Neda");
names2.push("Mitsuko");
names2.push("Mirella");
names2.push("Milda");
names2.push("Maryanna");
names2.push("Maragret");
names2.push("Mabelle");
names2.push("Luetta");
names2.push("Lorina");
names2.push("Letisha");
names2.push("Latarsha");
names2.push("Lanelle");
names2.push("Lajuana");
names2.push("Krissy");
names2.push("Karly");
names2.push("Karena");
names2.push("Jon");
names2.push("Jessika");
names2.push("Jerica");
names2.push("Jeanelle");
names2.push("January");
names2.push("Jalisa");
names2.push("Jacelyn");
names2.push("Izola");
names2.push("Ivey");
names2.push("Gregory");
names2.push("Euna");
names2.push("Etha");
names2.push("Drew");
names2.push("Domitila");
names2.push("Dominica");
names2.push("Daina");
names2.push("Creola");
names2.push("Carli");
names2.push("Camie");
names2.push("Bunny");
names2.push("Brittny");
names2.push("Ashanti");
names2.push("Anisha");
names2.push("Aleen");
names2.push("Adah");
names2.push("Yasuko");
names2.push("Winter");
names2.push("Viki");
names2.push("Valrie");
names2.push("Tona");
names2.push("Tinisha");
names2.push("Thi");
names2.push("Terisa");
names2.push("Tatum");
names2.push("Taneka");
names2.push("Simonne");
names2.push("Shalanda");
names2.push("Serita");
names2.push("Ressie");
names2.push("Refugia");
names2.push("Paz");
names2.push("Olene");
names2.push("Na");
names2.push("Merrill");
names2.push("Margherita");
names2.push("Mandie");
names2.push("Man");
names2.push("Maire");
names2.push("Lyndia");
names2.push("Luci");
names2.push("Lorriane");
names2.push("Loreta");
names2.push("Leonia");
names2.push("Lavona");
names2.push("Lashawnda");
names2.push("Lakia");
names2.push("Kyoko");
names2.push("Krystina");
names2.push("Krysten");
names2.push("Kenia");
names2.push("Kelsi");
names2.push("Jude");
names2.push("Jeanice");
names2.push("Isobel");
names2.push("Georgiann");
names2.push("Genny");
names2.push("Felicidad");
names2.push("Eilene");
names2.push("Deon");
names2.push("Deloise");
names2.push("Deedee");
names2.push("Dannie");
names2.push("Conception");
names2.push("Clora");
names2.push("Cherilyn");
names2.push("Chang");
names2.push("Calandra");
names2.push("Berry");
names2.push("Armandina");
names2.push("Anisa");
names2.push("Ula");
names2.push("Timothy");
names2.push("Tiera");
names2.push("Theressa");
names2.push("Stephania");
names2.push("Sima");
names2.push("Shyla");
names2.push("Shonta");
names2.push("Shera");
names2.push("Shaquita");
names2.push("Shala");
names2.push("Sammy");
names2.push("Rossana");
names2.push("Nohemi");
names2.push("Nery");
names2.push("Moriah");
names2.push("Melita");
names2.push("Melida");
names2.push("Melani");
names2.push("Marylynn");
names2.push("Marisha");
names2.push("Mariette");
names2.push("Malorie");
names2.push("Madelene");
names2.push("Ludivina");
names2.push("Loria");
names2.push("Lorette");
names2.push("Loralee");
names2.push("Lianne");
names2.push("Leon");
names2.push("Lavenia");
names2.push("Laurinda");
names2.push("Lashon");
names2.push("Kit");
names2.push("Kimi");
names2.push("Keila");
names2.push("Katelynn");
names2.push("Kai");
names2.push("Jone");
names2.push("Joane");
names2.push("Ji");
names2.push("Jayna");
names2.push("Janella");
names2.push("Ja");
names2.push("Hue");
names2.push("Hertha");
names2.push("Francene");
names2.push("Elinore");
names2.push("Despina");
names2.push("Delsie");
names2.push("Deedra");
names2.push("Clemencia");
names2.push("Carry");
names2.push("Carolin");
names2.push("Carlos");
names2.push("Bulah");
names2.push("Brittanie");
names2.push("Bok");
names2.push("Blondell");
names2.push("Bibi");
names2.push("Beaulah");
names2.push("Beata");
names2.push("Annita");
names2.push("Agripina");
names2.push("Virgen");
names2.push("Valene");
names2.push("Un");
names2.push("Twanda");
names2.push("Tommye");
names2.push("Toi");
names2.push("Tarra");
names2.push("Tari");
names2.push("Tammera");
names2.push("Shakia");
names2.push("Sadye");
names2.push("Ruthanne");
names2.push("Rochel");
names2.push("Rivka");
names2.push("Pura");
names2.push("Nenita");
names2.push("Natisha");
names2.push("Ming");
names2.push("Merrilee");
names2.push("Melodee");
names2.push("Marvis");
names2.push("Lucilla");
names2.push("Leena");
names2.push("Laveta");
names2.push("Larita");
names2.push("Lanie");
names2.push("Keren");
names2.push("Ileen");
names2.push("Georgeann");
names2.push("Genna");
names2.push("Genesis");
names2.push("Frida");
names2.push("Ewa");
names2.push("Eufemia");
names2.push("Emely");
names2.push("Ela");
names2.push("Edyth");
names2.push("Deonna");
names2.push("Deadra");
names2.push("Darlena");
names2.push("Chanell");
names2.push("Chan");
names2.push("Cathern");
names2.push("Cassondra");
names2.push("Cassaundra");
names2.push("Bernarda");
names2.push("Berna");
names2.push("Arlinda");
names2.push("Anamaria");
names2.push("Albert");
names2.push("Wesley");
names2.push("Vertie");
names2.push("Valeri");
names2.push("Torri");
names2.push("Tatyana");
names2.push("Stasia");
names2.push("Sherise");
names2.push("Sherill");
names2.push("Season");
names2.push("Scottie");
names2.push("Sanda");
names2.push("Ruthe");
names2.push("Rosy");
names2.push("Roberto");
names2.push("Robbi");
names2.push("Ranee");
names2.push("Quyen");
names2.push("Pearly");
names2.push("Palmira");
names2.push("Onita");
names2.push("Nisha");
names2.push("Niesha");
names2.push("Nida");
names2.push("Nevada");
names2.push("Nam");
names2.push("Merlyn");
names2.push("Mayola");
names2.push("Marylouise");
names2.push("Maryland");
names2.push("Marx");
names2.push("Marth");
names2.push("Margene");
names2.push("Madelaine");
names2.push("Londa");
names2.push("Leontine");
names2.push("Leoma");
names2.push("Leia");
names2.push("Lawrence");
names2.push("Lauralee");
names2.push("Lanora");
names2.push("Lakita");
names2.push("Kiyoko");
names2.push("Keturah");
names2.push("Katelin");
names2.push("Kareen");
names2.push("Jonie");
names2.push("Johnette");
names2.push("Jenee");
names2.push("Jeanett");
names2.push("Izetta");
names2.push("Hiedi");
names2.push("Heike");
names2.push("Hassie");
names2.push("Harold");
names2.push("Giuseppina");
names2.push("Georgann");
names2.push("Fidela");
names2.push("Fernande");
names2.push("Elwanda");
names2.push("Ellamae");
names2.push("Eliz");
names2.push("Dusti");
names2.push("Dotty");
names2.push("Cyndy");
names2.push("Coralie");
names2.push("Celesta");
names2.push("Argentina");
names2.push("Alverta");
names2.push("Xenia");
names2.push("Wava");
names2.push("Vanetta");
names2.push("Torrie");
names2.push("Tashina");
names2.push("Tandy");
names2.push("Tambra");
names2.push("Tama");
names2.push("Stepanie");
names2.push("Shila");
names2.push("Shaunta");
names2.push("Sharan");
names2.push("Shaniqua");
names2.push("Shae");
names2.push("Setsuko");
names2.push("Serafina");
names2.push("Sandee");
names2.push("Rosamaria");
names2.push("Priscila");
names2.push("Olinda");
names2.push("Nadene");
names2.push("Muoi");
names2.push("Michelina");
names2.push("Mercedez");
names2.push("Maryrose");
names2.push("Marin");
names2.push("Marcene");
names2.push("Mao");
names2.push("Magali");
names2.push("Mafalda");
names2.push("Logan");
names2.push("Linn");
names2.push("Lannie");
names2.push("Kayce");
names2.push("Karoline");
names2.push("Kamilah");
names2.push("Kamala");
names2.push("Justa");
names2.push("Joline");
names2.push("Jennine");
names2.push("Jacquetta");
names2.push("Iraida");
names2.push("Gerald");
names2.push("Georgeanna");
names2.push("Franchesca");
names2.push("Fairy");
names2.push("Emeline");
names2.push("Elane");
names2.push("Ehtel");
names2.push("Earlie");
names2.push("Dulcie");
names2.push("Dalene");
names2.push("Cris");
names2.push("Classie");
names2.push("Chere");
names2.push("Charis");
names2.push("Caroyln");
names2.push("Carmina");
names2.push("Carita");
names2.push("Brian");
names2.push("Bethanie");
names2.push("Ayako");
names2.push("Arica");
names2.push("An");
names2.push("Alysa");
names2.push("Alessandra");
names2.push("Akilah");
names2.push("Adrien");
names2.push("Zetta");
names2.push("Youlanda");
names2.push("Yelena");
names2.push("Yahaira");
names2.push("Xuan");
names2.push("Wendolyn");
names2.push("Victor");
names2.push("Tijuana");
names2.push("Terrell");
names2.push("Terina");
names2.push("Teresia");
names2.push("Suzi");
names2.push("Sunday");
names2.push("Sherell");
names2.push("Shavonda");
names2.push("Shaunte");
names2.push("Sharda");
names2.push("Shakita");
names2.push("Sena");
names2.push("Ryann");
names2.push("Rubi");
names2.push("Riva");
names2.push("Reginia");
names2.push("Rea");
names2.push("Rachal");
names2.push("Parthenia");
names2.push("Pamula");
names2.push("Monnie");
names2.push("Monet");
names2.push("Michaele");
names2.push("Melia");
names2.push("Marine");
names2.push("Malka");
names2.push("Maisha");
names2.push("Lisandra");
names2.push("Leo");
names2.push("Lekisha");
names2.push("Lean");
names2.push("Laurence");
names2.push("Lakendra");
names2.push("Krystin");
names2.push("Kortney");
names2.push("Kizzie");
names2.push("Kittie");
names2.push("Kera");
names2.push("Kendal");
names2.push("Kemberly");
names2.push("Kanisha");
names2.push("Julene");
names2.push("Jule");
names2.push("Joshua");
names2.push("Johanne");
names2.push("Jeffrey");
names2.push("Jamee");
names2.push("Han");
names2.push("Halley");
names2.push("Gidget");
names2.push("Galina");
names2.push("Fredricka");
names2.push("Fleta");
names2.push("Fatimah");
names2.push("Eusebia");
names2.push("Elza");
names2.push("Eleonore");
names2.push("Dorthey");
names2.push("Doria");
names2.push("Donella");
names2.push("Dinorah");
names2.push("Delorse");
names2.push("Claretha");
names2.push("Christinia");
names2.push("Charlyn");
names2.push("Bong");
names2.push("Belkis");
names2.push("Azzie");
names2.push("Andera");
names2.push("Aiko");
names2.push("Adena");
names2.push("Yer");
names2.push("Yajaira");
names2.push("Wan");
names2.push("Vania");
names2.push("Ulrike");
names2.push("Toshia");
names2.push("Tifany");
names2.push("Stefany");
names2.push("Shizue");
names2.push("Shenika");
names2.push("Shawanna");
names2.push("Sharolyn");
names2.push("Sharilyn");
names2.push("Shaquana");
names2.push("Shantay");
names2.push("See");
names2.push("Rozanne");
names2.push("Roselee");
names2.push("Rickie");
names2.push("Remona");
names2.push("Reanna");
names2.push("Raelene");
names2.push("Quinn");
names2.push("Phung");
names2.push("Petronila");
names2.push("Natacha");
names2.push("Nancey");
names2.push("Myrl");
names2.push("Miyoko");
names2.push("Miesha");
names2.push("Merideth");
names2.push("Marvella");
names2.push("Marquitta");
names2.push("Marhta");
names2.push("Marchelle");
names2.push("Lizeth");
names2.push("Libbie");
names2.push("Lahoma");
names2.push("Ladawn");
names2.push("Kina");
names2.push("Katheleen");
names2.push("Katharyn");
names2.push("Karisa");
names2.push("Kaleigh");
names2.push("Junie");
names2.push("Julieann");
names2.push("Johnsie");
names2.push("Janean");
names2.push("Jaimee");
names2.push("Jackqueline");
names2.push("Hisako");
names2.push("Herma");
names2.push("Helaine");
names2.push("Gwyneth");
names2.push("Glenn");
names2.push("Gita");
names2.push("Eustolia");
names2.push("Emelina");
names2.push("Elin");
names2.push("Edris");
names2.push("Donnette");
names2.push("Donnetta");
names2.push("Dierdre");
names2.push("Denae");
names2.push("Darcel");
names2.push("Claude");
names2.push("Clarisa");
names2.push("Cinderella");
names2.push("Chia");
names2.push("Charlesetta");
names2.push("Charita");
names2.push("Celsa");
names2.push("Cassy");
names2.push("Cassi");
names2.push("Carlee");
names2.push("Bruna");
names2.push("Brittaney");
names2.push("Brande");
names2.push("Billi");
names2.push("Bao");
names2.push("Antonetta");
names2.push("Angla");
names2.push("Angelyn");
names2.push("Analisa");
names2.push("Alane");
names2.push("Wenona");
names2.push("Wendie");
names2.push("Veronique");
names2.push("Vannesa");
names2.push("Tobie");
names2.push("Tempie");
names2.push("Sumiko");
names2.push("Sulema");
names2.push("Sparkle");
names2.push("Somer");
names2.push("Sheba");
names2.push("Shayne");
names2.push("Sharice");
names2.push("Shanel");
names2.push("Shalon");
names2.push("Sage");
names2.push("Roy");
names2.push("Rosio");
names2.push("Roselia");
names2.push("Renay");
names2.push("Rema");
names2.push("Reena");
names2.push("Porsche");
names2.push("Ping");
names2.push("Peg");
names2.push("Ozie");
names2.push("Oretha");
names2.push("Oralee");
names2.push("Oda");
names2.push("Nu");
names2.push("Ngan");
names2.push("Nakesha");
names2.push("Milly");
names2.push("Marybelle");
names2.push("Marlin");
names2.push("Maris");
names2.push("Margrett");
names2.push("Maragaret");
names2.push("Manie");
names2.push("Lurlene");
names2.push("Lillia");
names2.push("Lieselotte");
names2.push("Lavelle");
names2.push("Lashaunda");
names2.push("Lakeesha");
names2.push("Keith");
names2.push("Kaycee");
names2.push("Kalyn");
names2.push("Joya");
names2.push("Joette");
names2.push("Jenae");
names2.push("Janiece");
names2.push("Illa");
names2.push("Grisel");
names2.push("Glayds");
names2.push("Genevie");
names2.push("Gala");
names2.push("Fredda");
names2.push("Fred");
names2.push("Elmer");
names2.push("Eleonor");
names2.push("Debera");
names2.push("Deandrea");
names2.push("Dan");
names2.push("Corrinne");
names2.push("Cordia");
names2.push("Contessa");
names2.push("Colene");
names2.push("Cleotilde");
names2.push("Charlott");
names2.push("Chantay");
names2.push("Cecille");
names2.push("Beatris");
names2.push("Azalee");
names2.push("Arlean");
names2.push("Ardath");
names2.push("Anjelica");
names2.push("Anja");
names2.push("Alfredia");
names2.push("Aleisha");
names2.push("Adam");
names2.push("Zada");
names2.push("Yuonne");
names2.push("Xiao");
names2.push("Willodean");
names2.push("Whitley");
names2.push("Vennie");
names2.push("Vanna");
names2.push("Tyisha");
names2.push("Tova");
names2.push("Torie");
names2.push("Tonisha");
names2.push("Tilda");
names2.push("Tien");
names2.push("Temple");
names2.push("Sirena");
names2.push("Sherril");
names2.push("Shanti");
names2.push("Shan");
names2.push("Senaida");
names2.push("Samella");
names2.push("Robbyn");
names2.push("Renda");
names2.push("Reita");
names2.push("Phebe");
names2.push("Paulita");
names2.push("Nobuko");
names2.push("Nguyet");
names2.push("Neomi");
names2.push("Moon");
names2.push("Mikaela");
names2.push("Melania");
names2.push("Maximina");
names2.push("Marg");
names2.push("Maisie");
names2.push("Lynna");
names2.push("Lilli");
names2.push("Layne");
names2.push("Lashaun");
names2.push("Lakenya");
names2.push("Lael");
names2.push("Kirstie");
names2.push("Kathline");
names2.push("Kasha");
names2.push("Karlyn");
names2.push("Karima");
names2.push("Jovan");
names2.push("Josefine");
names2.push("Jennell");
names2.push("Jacqui");
names2.push("Jackelyn");
names2.push("Hyo");
names2.push("Hien");
names2.push("Grazyna");
names2.push("Florrie");
names2.push("Floria");
names2.push("Eleonora");
names2.push("Dwana");
names2.push("Dorla");
names2.push("Dong");
names2.push("Delmy");
names2.push("Deja");
names2.push("Dede");
names2.push("Dann");
names2.push("Crysta");
names2.push("Clelia");
names2.push("Claris");
names2.push("Clarence");
names2.push("Chieko");
names2.push("Cherlyn");
names2.push("Cherelle");
names2.push("Charmain");
names2.push("Chara");
names2.push("Cammy");
names2.push("Bee");
names2.push("Arnette");
names2.push("Ardelle");
names2.push("Annika");
names2.push("Amiee");
names2.push("Amee");
names2.push("Allena");
names2.push("Yvone");
names2.push("Yuki");
names2.push("Yoshie");
names2.push("Yevette");
names2.push("Yael");
names2.push("Willetta");
names2.push("Voncile");
names2.push("Venetta");
names2.push("Tula");
names2.push("Tonette");
names2.push("Timika");
names2.push("Temika");
names2.push("Telma");
names2.push("Teisha");
names2.push("Taren");
names2.push("Ta");
names2.push("Stacee");
names2.push("Shin");
names2.push("Shawnta");
names2.push("Saturnina");
names2.push("Ricarda");
names2.push("Pok");
names2.push("Pasty");
names2.push("Onie");
names2.push("Nubia");
names2.push("Mora");
names2.push("Mike");
names2.push("Marielle");
names2.push("Mariella");
names2.push("Marianela");
names2.push("Mardell");
names2.push("Many");
names2.push("Luanna");
names2.push("Loise");
names2.push("Lisabeth");
names2.push("Lindsy");
names2.push("Lilliana");
names2.push("Lilliam");
names2.push("Lelah");
names2.push("Leigha");
names2.push("Leanora");
names2.push("Lang");
names2.push("Kristeen");
names2.push("Khalilah");
names2.push("Keeley");
names2.push("Kandra");
names2.push("Junko");
names2.push("Joaquina");
names2.push("Jerlene");
names2.push("Jani");
names2.push("Jamika");
names2.push("Jame");
names2.push("Hsiu");
names2.push("Hermila");
names2.push("Golden");
names2.push("Genevive");
names2.push("Evia");
names2.push("Eugena");
names2.push("Emmaline");
names2.push("Elfreda");
names2.push("Elene");
names2.push("Donette");
names2.push("Delcie");
names2.push("Deeanna");
names2.push("Darcey");
names2.push("Cuc");
names2.push("Clarinda");
names2.push("Cira");
names2.push("Chae");
names2.push("Celinda");
names2.push("Catheryn");
names2.push("Catherin");
names2.push("Casimira");
names2.push("Carmelia");
names2.push("Camellia");
names2.push("Breana");
names2.push("Bobette");
names2.push("Bernardina");
names2.push("Bebe");
names2.push("Basilia");
names2.push("Arlyne");
names2.push("Amal");
names2.push("Alayna");
names2.push("Zonia");
names2.push("Zenia");
names2.push("Yuriko");
names2.push("Yaeko");
names2.push("Wynell");
names2.push("Willow");
names2.push("Willena");
names2.push("Vernia");
names2.push("Tu");
names2.push("Travis");
names2.push("Tora");
names2.push("Terrilyn");
names2.push("Terica");
names2.push("Tenesha");
names2.push("Tawna");
names2.push("Tajuana");
names2.push("Taina");
names2.push("Stephnie");
names2.push("Sona");
names2.push("Sol");
names2.push("Sina");
names2.push("Shondra");
names2.push("Shizuko");
names2.push("Sherlene");
names2.push("Sherice");
names2.push("Sharika");
names2.push("Rossie");
names2.push("Rosena");
names2.push("Rory");
names2.push("Rima");
names2.push("Ria");
names2.push("Rheba");
names2.push("Renna");
names2.push("Peter");
names2.push("Natalya");
names2.push("Nancee");
names2.push("Melodi");
names2.push("Meda");
names2.push("Maxima");
names2.push("Matha");
names2.push("Marketta");
names2.push("Maricruz");
names2.push("Marcelene");
names2.push("Malvina");
names2.push("Luba");
names2.push("Louetta");
names2.push("Leida");
names2.push("Lecia");
names2.push("Lauran");
names2.push("Lashawna");
names2.push("Laine");
names2.push("Khadijah");
names2.push("Katerine");
names2.push("Kasi");
names2.push("Kallie");
names2.push("Julietta");
names2.push("Jesusita");
names2.push("Jestine");
names2.push("Jessia");
names2.push("Jeremy");
names2.push("Jeffie");
names2.push("Janyce");
names2.push("Isadora");
names2.push("Georgianne");
names2.push("Fidelia");
names2.push("Evita");
names2.push("Eura");
names2.push("Eulah");
names2.push("Estefana");
names2.push("Elsy");
names2.push("Elizabet");
names2.push("Eladia");
names2.push("Dodie");
names2.push("Dion");
names2.push("Dia");
names2.push("Denisse");
names2.push("Deloras");
names2.push("Delila");
names2.push("Daysi");
names2.push("Dakota");
names2.push("Curtis");
names2.push("Crystle");
names2.push("Concha");
names2.push("Colby");
names2.push("Claretta");
names2.push("Chu");
names2.push("Christia");
names2.push("Charlsie");
names2.push("Charlena");
names2.push("Carylon");
names2.push("Bettyann");
names2.push("Asley");
names2.push("Ashlea");
names2.push("Amira");
names2.push("Ai");
names2.push("Agueda");
names2.push("Agnus");
names2.push("Yuette");
names2.push("Vinita");
names2.push("Victorina");
names2.push("Tynisha");
names2.push("Treena");
names2.push("Toccara");
names2.push("Tish");
names2.push("Thomasena");
names2.push("Tegan");
names2.push("Soila");
names2.push("Shiloh");
names2.push("Shenna");
names2.push("Sharmaine");
names2.push("Shantae");
names2.push("Shandi");
names2.push("September");
names2.push("Saran");
names2.push("Sarai");
names2.push("Sana");
names2.push("Samuel");
names2.push("Salley");
names2.push("Rosette");
names2.push("Rolande");
names2.push("Regine");
names2.push("Otelia");
names2.push("Oscar");
names2.push("Olevia");
names2.push("Nicholle");
names2.push("Necole");
names2.push("Naida");
names2.push("Myrta");
names2.push("Myesha");
names2.push("Mitsue");
names2.push("Minta");
names2.push("Mertie");
names2.push("Margy");
names2.push("Mahalia");
names2.push("Madalene");
names2.push("Love");
names2.push("Loura");
names2.push("Lorean");
names2.push("Lewis");
names2.push("Lesha");
names2.push("Leonida");
names2.push("Lenita");
names2.push("Lavone");
names2.push("Lashell");
names2.push("Lashandra");
names2.push("Lamonica");
names2.push("Kimbra");
names2.push("Katherina");
names2.push("Karry");
names2.push("Kanesha");
names2.push("Julio");
names2.push("Jong");
names2.push("Jeneva");
names2.push("Jaquelyn");
names2.push("Hwa");
names2.push("Gilma");
names2.push("Ghislaine");
names2.push("Gertrudis");
names2.push("Fransisca");
names2.push("Fermina");
names2.push("Ettie");
names2.push("Etsuko");
names2.push("Ellis");
names2.push("Ellan");
names2.push("Elidia");
names2.push("Edra");
names2.push("Dorethea");
names2.push("Doreatha");
names2.push("Denyse");
names2.push("Denny");
names2.push("Deetta");
names2.push("Daine");
names2.push("Cyrstal");
names2.push("Corrin");
names2.push("Cayla");
names2.push("Carlita");
names2.push("Camila");
names2.push("Burma");
names2.push("Bula");
names2.push("Buena");
names2.push("Blake");
names2.push("Barabara");
names2.push("Avril");
names2.push("Austin");
names2.push("Alaine");
names2.push("Zana");
names2.push("Wilhemina");
names2.push("Wanetta");
names2.push("Virgil");
names2.push("Vi");
names2.push("Veronika");
names2.push("Vernon");
names2.push("Verline");
names2.push("Vasiliki");
names2.push("Tonita");
names2.push("Tisa");
names2.push("Teofila");
names2.push("Tayna");
names2.push("Taunya");
names2.push("Tandra");
names2.push("Takako");
names2.push("Sunni");
names2.push("Suanne");
names2.push("Sixta");
names2.push("Sharell");
names2.push("Seema");
names2.push("Russell");
names2.push("Rosenda");
names2.push("Robena");
names2.push("Raymonde");
names2.push("Pei");
names2.push("Pamila");
names2.push("Ozell");
names2.push("Neida");
names2.push("Neely");
names2.push("Mistie");
names2.push("Micha");
names2.push("Merissa");
names2.push("Maurita");
names2.push("Maryln");
names2.push("Maryetta");
names2.push("Marshall");
names2.push("Marcell");
names2.push("Malena");
names2.push("Makeda");
names2.push("Maddie");
names2.push("Lovetta");
names2.push("Lourie");
names2.push("Lorrine");
names2.push("Lorilee");
names2.push("Lester");
names2.push("Laurena");
names2.push("Lashay");
names2.push("Larraine");
names2.push("Laree");
names2.push("Lacresha");
names2.push("Kristle");
names2.push("Krishna");
names2.push("Keva");
names2.push("Keira");
names2.push("Karole");
names2.push("Joie");
names2.push("Jinny");
names2.push("Jeannetta");
names2.push("Jama");
names2.push("Heidy");
names2.push("Gilberte");
names2.push("Gema");
names2.push("Faviola");
names2.push("Evelynn");
names2.push("Enda");
names2.push("Elli");
names2.push("Ellena");
names2.push("Divina");
names2.push("Dagny");
names2.push("Collene");
names2.push("Codi");
names2.push("Cindie");
names2.push("Chassidy");
names2.push("Chasidy");
names2.push("Catrice");
names2.push("Catherina");
names2.push("Cassey");
names2.push("Caroll");
names2.push("Carlena");
names2.push("Candra");
names2.push("Calista");
names2.push("Bryanna");
names2.push("Britteny");
names2.push("Beula");
names2.push("Bari");
names2.push("Audrie");
names2.push("Audria");
names2.push("Ardelia");
names2.push("Annelle");
names2.push("Angila");
names2.push("Alona");
names2.push("Allyn");
names2.push("Aika");
names2.push("Aiko");
names2.push("Katsuko");
names2.push("Mineyo");
names2.push("Shigeko");
names2.push("Akane");
names2.push("Katsumi");
names2.push("Mioko");
names2.push("Shigeyo");
names2.push("Akemi");
names2.push("Kaya");
names2.push("Mirai");
names2.push("Shiori");
names2.push("Akiko");
names2.push("Kayoko");
names2.push("Miri");
names2.push("Shizuka");
names2.push("Shizuyo");
names2.push("Anna");
names2.push("Kazue");
names2.push("Misae");
names2.push("Misako");
names2.push("Misayo");
names2.push("Sonoe");
names2.push("Aoi");
names2.push("Kazumi");
names2.push("Mitsue");
names2.push("Sonoka");
names2.push("Arisa");
names2.push("Kazuyo");
names2.push("Mitsuko");
names2.push("Sonoko");
names2.push("Asako");
names2.push("Keiko");
names2.push("Mitsuyo");
names2.push("Sonomi");
names2.push("Asuko");
names2.push("Kikue");
names2.push("Miyae");
names2.push("Sumie");
names2.push("Atsuko");
names2.push("Kikuko");
names2.push("Miyako");
names2.push("Sumika");
names2.push("Ayame");
names2.push("Kikuyo");
names2.push("Miyoko");
names2.push("Sumiko");
names2.push("Ayumi");
names2.push("Kimiko");
names2.push("Miyuki");
names2.push("Sumire");
names2.push("Chiaki");
names2.push("Kinako");
names2.push("Mizue");
names2.push("Taeko");
names2.push("Chizuru");
names2.push("Kinue");
names2.push("Mizuho");
names2.push("Tamaki");
names2.push("Chieko");
names2.push("Kinuyo");
names2.push("Mizuki");
names2.push("Tamako");
names2.push("Chikae");
names2.push("Kirie");
names2.push("Moemi");
names2.push("Tamika");
names2.push("Chisako");
names2.push("Kitako");
names2.push("Momoko");
names2.push("Tatsue");
names2.push("Chisato");
names2.push("Kiyoko");
names2.push("Kiyomi");
names2.push("Motoko");
names2.push("Tatsuko");
names2.push("Chitose");
names2.push("Koharu");
names2.push("Motomi");
names2.push("Tatsumi");
names2.push("Chiyoko");
names2.push("Kotoe");
names2.push("Mutsuko");
names2.push("Tatsuya");
names2.push("Eiko");
names2.push("Kotoko");
names2.push("Naeko");
names2.push("Tatsuyo");
names2.push("Kotomi");
names2.push("Naemi");
names2.push("Tazuko");
names2.push("Erika");
names2.push("Kotoyo");
names2.push("Nagisa");
names2.push("Terumi");
names2.push("Erina");
names2.push("Kozue");
names2.push("Nahoko");
names2.push("Tetsuko");
names2.push("Etsuko");
names2.push("Kumikoyo");
names2.push("Namiko");
names2.push("Tetsuyo");
names2.push("Fujiko");
names2.push("Kuniyo");
names2.push("Nanae");
names2.push("Nanako");
names2.push("Nanayo");
names2.push("Tokiko");
names2.push("Fukiko");
names2.push("Kyoko");
names2.push("Naoko");
names2.push("Naomi");
names2.push("Tomie");
names2.push("Fukuko");
names2.push("Machie");
names2.push("Narumi");
names2.push("Tomiko");
names2.push("Fukuyo");
names2.push("Machiko");
names2.push("Natsue");
names2.push("Natsumi");
names2.push("Tomiyo");
names2.push("Fumiko");
names2.push("Machiyo");
names2.push("Nishiko");
names2.push("Tomoe");
names2.push("Fusae");
names2.push("Madoka");
names2.push("Nobue");
names2.push("Tomoko");
names2.push("Fusako");
names2.push("Maho");
names2.push("Nobuko");
names2.push("Tomomi");
names2.push("Fusayo");
names2.push("Mai");
names2.push("Nobuyo");
names2.push("Tomoyo");
names2.push("Hana");
names2.push("Maiko");
names2.push("Norie");
names2.push("Toshie");
names2.push("Haruka");
names2.push("Haruko");
names2.push("Makiko");
names2.push("Norika");
names2.push("Toshiko");
names2.push("Hatomi");
names2.push("Mako");
names2.push("Noriko");
names2.push("Toshiyo");
names2.push("Hatsuko");
names2.push("Hatsumi");
names2.push("Mami");
names2.push("Noriyo");
names2.push("Tsuneko");
names2.push("Hideko");
names2.push("Manami");
names2.push("Reika");
names2.push("Yachiyo");
names2.push("Himeka");
names2.push("Maria");
names2.push("Reiko");
names2.push("Yaeko");
names2.push("Himeko");
names2.push("Maruko");
names2.push("Reina");
names2.push("Yasue");
names2.push("Hiroko");
names2.push("Hiromi");
names2.push("Masae");
names2.push("Rimiko");
names2.push("Yasuka");
names2.push("Hisae");
names2.push("Masako");
names2.push("Ritsuko");
names2.push("Yasuko");
names2.push("Hisako");
names2.push("Masami");
names2.push("Rumiko");
names2.push("Yasumi");
names2.push("Hisayo");
names2.push("Masayo");
names2.push("Ruriko");
names2.push("Yasuyo");
names2.push("Hitomi");
names2.push("Matsue");
names2.push("Ryoko");
names2.push("Yayoi");
names2.push("Hoshie");
names2.push("Matsuko");
names2.push("Sachi");
names2.push("Yorie");
names2.push("Hoshiko");
names2.push("Matsuyo");
names2.push("Sadae");
names2.push("Yorika");
names2.push("Hoshimi");
names2.push("Mayumi");
names2.push("Sadako");
names2.push("Yoriko");
names2.push("Hoshiyo");
names2.push("Megumi");
names2.push("Sadayo");
names2.push("Yorimi");
names2.push("Ikue");
names2.push("Meiko");
names2.push("Sahoko");
names2.push("Yoshie");
names2.push("Ikuko");
names2.push("Michie");
names2.push("Saori");
names2.push("Yoshika");
names2.push("Ikumi");
names2.push("Michika");
names2.push("Sara");
names2.push("Yoshiko");
names2.push("Ikuyo");
names2.push("Michiko");
names2.push("Satoko");
names2.push("Yoshiyo");
names2.push("Itsumi");
names2.push("Michiyo");
names2.push("Satomi");
names2.push("Youko");
names2.push("Jun");
names2.push("Midori");
names2.push("Satsue");
names2.push("Yui");
names2.push("Yuiko");
names2.push("Junko");
names2.push("Mieko");
names2.push("Satsuki");
names2.push("Yuka");
names2.push("Kaede");
names2.push("Miharu");
names2.push("Sawako");
names2.push("Yuki");
names2.push("Kahori");
names2.push("Miho");
names2.push("Sayori");
names2.push("Yumeka");
names2.push("Kana");
names2.push("Kanae");
names2.push("Kanako");
names2.push("Kanae");
names2.push("Kanami");
names2.push("Mika");
names2.push("Sayuki");
names2.push("Yumeko");
names2.push("Kanoko");
names2.push("Miki");
names2.push("Mikie");
names2.push("Mikiko");
names2.push("Mikiyo");
names2.push("Sayumi");
names2.push("Yumi");
names2.push("Yumie ");
names2.push("Yumika");
names2.push("Yumiko");
names2.push("Kaori");
names2.push("Mimi");
names2.push("Sayuri");
names2.push("Yuna");
names2.push("Karin");
names2.push("Minae");
names2.push("Sazae");
names2.push("Yuri");
names2.push("Yurie");
names2.push("Yurika");
names2.push("Yuriko");
names2.push("Kasumi");
names2.push("Minako");
names2.push("Seiko");
names2.push("Katsue");
names2.push("Minami");
names2.push("Setsuko");
names2.push("Katsuki");
names2.push("Mineko");
names2.push("Setsuna");
names2.push("Shoukei");
Frame 12
surnames = new Array();
surnames.push("Smith");
surnames.push("Johnson");
surnames.push("Williams");
surnames.push("Jones");
surnames.push("Brown");
surnames.push("Davis");
surnames.push("Miller");
surnames.push("Wilson");
surnames.push("Moore");
surnames.push("Taylor");
surnames.push("Anderson");
surnames.push("Thomas");
surnames.push("Jackson");
surnames.push("White");
surnames.push("Harris");
surnames.push("Martin");
surnames.push("Thompson");
surnames.push("Garcia");
surnames.push("Martinez");
surnames.push("Robinson");
surnames.push("Clark");
surnames.push("Rodriguez");
surnames.push("Lewis");
surnames.push("Lee");
surnames.push("Walker");
surnames.push("Hall");
surnames.push("Allen");
surnames.push("Young");
surnames.push("Hernandez");
surnames.push("King");
surnames.push("Wright");
surnames.push("Lopez");
surnames.push("Hill");
surnames.push("Scott");
surnames.push("Green");
surnames.push("Adams");
surnames.push("Baker");
surnames.push("Gonzalez");
surnames.push("Nelson");
surnames.push("Carter");
surnames.push("Mitchell");
surnames.push("Perez");
surnames.push("Roberts");
surnames.push("Turner");
surnames.push("Phillips");
surnames.push("Campbell");
surnames.push("Parker");
surnames.push("Evans");
surnames.push("Edwards");
surnames.push("Collins");
surnames.push("Stewart");
surnames.push("Sanchez");
surnames.push("Morris");
surnames.push("Rogers");
surnames.push("Reed");
surnames.push("Cook");
surnames.push("Morgan");
surnames.push("Bell");
surnames.push("Murphy");
surnames.push("Bailey");
surnames.push("Rivera");
surnames.push("Cooper");
surnames.push("Richardson");
surnames.push("Cox");
surnames.push("Howard");
surnames.push("Ward");
surnames.push("Torres");
surnames.push("Peterson");
surnames.push("Gray");
surnames.push("Ramirez");
surnames.push("James");
surnames.push("Watson");
surnames.push("Brooks");
surnames.push("Kelly");
surnames.push("Sanders");
surnames.push("Price");
surnames.push("Bennett");
surnames.push("Wood");
surnames.push("Barnes");
surnames.push("Ross");
surnames.push("Henderson");
surnames.push("Coleman");
surnames.push("Jenkins");
surnames.push("Perry");
surnames.push("Powell");
surnames.push("Long");
surnames.push("Patterson");
surnames.push("Hughes");
surnames.push("Flores");
surnames.push("Washington");
surnames.push("Butler");
surnames.push("Simmons");
surnames.push("Foster");
surnames.push("Gonzales");
surnames.push("Bryant");
surnames.push("Alexander");
surnames.push("Russell");
surnames.push("Griffin");
surnames.push("Diaz");
surnames.push("Hayes");
surnames.push("Myers");
surnames.push("Ford");
surnames.push("Hamilton");
surnames.push("Graham");
surnames.push("Sullivan");
surnames.push("Wallace");
surnames.push("Woods");
surnames.push("Cole");
surnames.push("West");
surnames.push("Jordan");
surnames.push("Owens");
surnames.push("Reynolds");
surnames.push("Fisher");
surnames.push("Ellis");
surnames.push("Harrison");
surnames.push("Gibson");
surnames.push("Mcdonald");
surnames.push("Cruz");
surnames.push("Marshall");
surnames.push("Ortiz");
surnames.push("Gomez");
surnames.push("Murray");
surnames.push("Freeman");
surnames.push("Wells");
surnames.push("Webb");
surnames.push("Simpson");
surnames.push("Stevens");
surnames.push("Tucker");
surnames.push("Porter");
surnames.push("Hunter");
surnames.push("Hicks");
surnames.push("Crawford");
surnames.push("Henry");
surnames.push("Boyd");
surnames.push("Mason");
surnames.push("Morales");
surnames.push("Kennedy");
surnames.push("Warren");
surnames.push("Dixon");
surnames.push("Ramos");
surnames.push("Reyes");
surnames.push("Burns");
surnames.push("Gordon");
surnames.push("Shaw");
surnames.push("Holmes");
surnames.push("Rice");
surnames.push("Robertson");
surnames.push("Hunt");
surnames.push("Black");
surnames.push("Daniels");
surnames.push("Palmer");
surnames.push("Mills");
surnames.push("Nichols");
surnames.push("Grant");
surnames.push("Knight");
surnames.push("Ferguson");
surnames.push("Rose");
surnames.push("Stone");
surnames.push("Hawkins");
surnames.push("Dunn");
surnames.push("Perkins");
surnames.push("Hudson");
surnames.push("Spencer");
surnames.push("Gardner");
surnames.push("Stephens");
surnames.push("Payne");
surnames.push("Pierce");
surnames.push("Berry");
surnames.push("Matthews");
surnames.push("Arnold");
surnames.push("Wagner");
surnames.push("Willis");
surnames.push("Ray");
surnames.push("Watkins");
surnames.push("Olson");
surnames.push("Carroll");
surnames.push("Duncan");
surnames.push("Snyder");
surnames.push("Hart");
surnames.push("Cunningham");
surnames.push("Bradley");
surnames.push("Lane");
surnames.push("Andrews");
surnames.push("Ruiz");
surnames.push("Harper");
surnames.push("Fox");
surnames.push("Riley");
surnames.push("Armstrong");
surnames.push("Carpenter");
surnames.push("Weaver");
surnames.push("Greene");
surnames.push("Lawrence");
surnames.push("Elliott");
surnames.push("Chavez");
surnames.push("Sims");
surnames.push("Austin");
surnames.push("Peters");
surnames.push("Kelley");
surnames.push("Franklin");
surnames.push("Lawson");
surnames.push("Fields");
surnames.push("Gutierrez");
surnames.push("Ryan");
surnames.push("Schmidt");
surnames.push("Carr");
surnames.push("Vasquez");
surnames.push("Castillo");
surnames.push("Wheeler");
surnames.push("Chapman");
surnames.push("Oliver");
surnames.push("Montgomery");
surnames.push("Richards");
surnames.push("Williamson");
surnames.push("Johnston");
surnames.push("Banks");
surnames.push("Meyer");
surnames.push("Bishop");
surnames.push("Mccoy");
surnames.push("Howell");
surnames.push("Alvarez");
surnames.push("Morrison");
surnames.push("Hansen");
surnames.push("Fernandez");
surnames.push("Garza");
surnames.push("Harvey");
surnames.push("Little");
surnames.push("Burton");
surnames.push("Stanley");
surnames.push("Nguyen");
surnames.push("George");
surnames.push("Jacobs");
surnames.push("Reid");
surnames.push("Kim");
surnames.push("Fuller");
surnames.push("Lynch");
surnames.push("Dean");
surnames.push("Gilbert");
surnames.push("Garrett");
surnames.push("Romero");
surnames.push("Welch");
surnames.push("Larson");
surnames.push("Frazier");
surnames.push("Burke");
surnames.push("Hanson");
surnames.push("Day");
surnames.push("Mendoza");
surnames.push("Moreno");
surnames.push("Bowman");
surnames.push("Medina");
surnames.push("Fowler");
surnames.push("Brewer");
surnames.push("Hoffman");
surnames.push("Carlson");
surnames.push("Silva");
surnames.push("Pearson");
surnames.push("Holland");
surnames.push("Douglas");
surnames.push("Fleming");
surnames.push("Jensen");
surnames.push("Vargas");
surnames.push("Byrd");
surnames.push("Davidson");
surnames.push("Hopkins");
surnames.push("May");
surnames.push("Terry");
surnames.push("Herrera");
surnames.push("Wade");
surnames.push("Soto");
surnames.push("Walters");
surnames.push("Curtis");
surnames.push("Neal");
surnames.push("Caldwell");
surnames.push("Lowe");
surnames.push("Jennings");
surnames.push("Barnett");
surnames.push("Graves");
surnames.push("Jimenez");
surnames.push("Horton");
surnames.push("Shelton");
surnames.push("Barrett");
surnames.push("Obrien");
surnames.push("Castro");
surnames.push("Sutton");
surnames.push("Gregory");
surnames.push("Mckinney");
surnames.push("Lucas");
surnames.push("Miles");
surnames.push("Craig");
surnames.push("Rodriquez");
surnames.push("Chambers");
surnames.push("Holt");
surnames.push("Lambert");
surnames.push("Fletcher");
surnames.push("Watts");
surnames.push("Bates");
surnames.push("Hale");
surnames.push("Rhodes");
surnames.push("Pena");
surnames.push("Beck");
surnames.push("Newman");
surnames.push("Haynes");
surnames.push("Mcdaniel");
surnames.push("Mendez");
surnames.push("Bush");
surnames.push("Vaughn");
surnames.push("Parks");
surnames.push("Dawson");
surnames.push("Santiago");
surnames.push("Norris");
surnames.push("Hardy");
surnames.push("Love");
surnames.push("Steele");
surnames.push("Curry");
surnames.push("Powers");
surnames.push("Schultz");
surnames.push("Barker");
surnames.push("Guzman");
surnames.push("Page");
surnames.push("Munoz");
surnames.push("Ball");
surnames.push("Keller");
surnames.push("Chandler");
surnames.push("Weber");
surnames.push("Leonard");
surnames.push("Walsh");
surnames.push("Lyons");
surnames.push("Ramsey");
surnames.push("Wolfe");
surnames.push("Schneider");
surnames.push("Mullins");
surnames.push("Benson");
surnames.push("Sharp");
surnames.push("Bowen");
surnames.push("Daniel");
surnames.push("Barber");
surnames.push("Cummings");
surnames.push("Hines");
surnames.push("Baldwin");
surnames.push("Griffith");
surnames.push("Valdez");
surnames.push("Hubbard");
surnames.push("Salazar");
surnames.push("Reeves");
surnames.push("Warner");
surnames.push("Stevenson");
surnames.push("Burgess");
surnames.push("Santos");
surnames.push("Tate");
surnames.push("Cross");
surnames.push("Garner");
surnames.push("Mann");
surnames.push("Mack");
surnames.push("Moss");
surnames.push("Thornton");
surnames.push("Dennis");
surnames.push("Mcgee");
surnames.push("Farmer");
surnames.push("Delgado");
surnames.push("Aguilar");
surnames.push("Vega");
surnames.push("Glover");
surnames.push("Manning");
surnames.push("Cohen");
surnames.push("Harmon");
surnames.push("Rodgers");
surnames.push("Robbins");
surnames.push("Newton");
surnames.push("Todd");
surnames.push("Blair");
surnames.push("Higgins");
surnames.push("Ingram");
surnames.push("Reese");
surnames.push("Cannon");
surnames.push("Strickland");
surnames.push("Townsend");
surnames.push("Potter");
surnames.push("Goodwin");
surnames.push("Walton");
surnames.push("Rowe");
surnames.push("Hampton");
surnames.push("Ortega");
surnames.push("Patton");
surnames.push("Swanson");
surnames.push("Joseph");
surnames.push("Francis");
surnames.push("Goodman");
surnames.push("Maldonado");
surnames.push("Yates");
surnames.push("Becker");
surnames.push("Erickson");
surnames.push("Hodges");
surnames.push("Rios");
surnames.push("Conner");
surnames.push("Adkins");
surnames.push("Webster");
surnames.push("Norman");
surnames.push("Malone");
surnames.push("Hammond");
surnames.push("Flowers");
surnames.push("Cobb");
surnames.push("Moody");
surnames.push("Quinn");
surnames.push("Blake");
surnames.push("Maxwell");
surnames.push("Pope");
surnames.push("Floyd");
surnames.push("Osborne");
surnames.push("Paul");
surnames.push("Mccarthy");
surnames.push("Guerrero");
surnames.push("Lindsey");
surnames.push("Estrada");
surnames.push("Sandoval");
surnames.push("Gibbs");
surnames.push("Tyler");
surnames.push("Gross");
surnames.push("Fitzgerald");
surnames.push("Stokes");
surnames.push("Doyle");
surnames.push("Sherman");
surnames.push("Saunders");
surnames.push("Wise");
surnames.push("Colon");
surnames.push("Gill");
surnames.push("Alvarado");
surnames.push("Greer");
surnames.push("Padilla");
surnames.push("Simon");
surnames.push("Waters");
surnames.push("Nunez");
surnames.push("Ballard");
surnames.push("Schwartz");
surnames.push("Mcbride");
surnames.push("Houston");
surnames.push("Christensen");
surnames.push("Klein");
surnames.push("Pratt");
surnames.push("Briggs");
surnames.push("Parsons");
surnames.push("Mclaughlin");
surnames.push("Zimmerman");
surnames.push("French");
surnames.push("Buchanan");
surnames.push("Moran");
surnames.push("Copeland");
surnames.push("Roy");
surnames.push("Pittman");
surnames.push("Brady");
surnames.push("Mccormick");
surnames.push("Holloway");
surnames.push("Brock");
surnames.push("Poole");
surnames.push("Frank");
surnames.push("Logan");
surnames.push("Owen");
surnames.push("Bass");
surnames.push("Marsh");
surnames.push("Drake");
surnames.push("Wong");
surnames.push("Jefferson");
surnames.push("Park");
surnames.push("Morton");
surnames.push("Abbott");
surnames.push("Sparks");
surnames.push("Patrick");
surnames.push("Norton");
surnames.push("Huff");
surnames.push("Clayton");
surnames.push("Massey");
surnames.push("Lloyd");
surnames.push("Figueroa");
surnames.push("Carson");
surnames.push("Bowers");
surnames.push("Roberson");
surnames.push("Barton");
surnames.push("Tran");
surnames.push("Lamb");
surnames.push("Harrington");
surnames.push("Casey");
surnames.push("Boone");
surnames.push("Cortez");
surnames.push("Clarke");
surnames.push("Mathis");
surnames.push("Singleton");
surnames.push("Wilkins");
surnames.push("Cain");
surnames.push("Bryan");
surnames.push("Underwood");
surnames.push("Hogan");
surnames.push("Mckenzie");
surnames.push("Collier");
surnames.push("Luna");
surnames.push("Phelps");
surnames.push("Mcguire");
surnames.push("Allison");
surnames.push("Bridges");
surnames.push("Wilkerson");
surnames.push("Nash");
surnames.push("Summers");
surnames.push("Atkins");
surnames.push("Wilcox");
surnames.push("Pitts");
surnames.push("Conley");
surnames.push("Marquez");
surnames.push("Burnett");
surnames.push("Richard");
surnames.push("Cochran");
surnames.push("Chase");
surnames.push("Davenport");
surnames.push("Hood");
surnames.push("Gates");
surnames.push("Clay");
surnames.push("Ayala");
surnames.push("Sawyer");
surnames.push("Roman");
surnames.push("Vazquez");
surnames.push("Dickerson");
surnames.push("Hodge");
surnames.push("Acosta");
surnames.push("Flynn");
surnames.push("Espinoza");
surnames.push("Nicholson");
surnames.push("Monroe");
surnames.push("Wolf");
surnames.push("Morrow");
surnames.push("Kirk");
surnames.push("Randall");
surnames.push("Anthony");
surnames.push("Whitaker");
surnames.push("Oconnor");
surnames.push("Skinner");
surnames.push("Ware");
surnames.push("Molina");
surnames.push("Kirby");
surnames.push("Huffman");
surnames.push("Bradford");
surnames.push("Charles");
surnames.push("Gilmore");
surnames.push("Dominguez");
surnames.push("Oneal");
surnames.push("Bruce");
surnames.push("Lang");
surnames.push("Combs");
surnames.push("Kramer");
surnames.push("Heath");
surnames.push("Hancock");
surnames.push("Gallagher");
surnames.push("Gaines");
surnames.push("Shaffer");
surnames.push("Short");
surnames.push("Wiggins");
surnames.push("Mathews");
surnames.push("Mcclain");
surnames.push("Fischer");
surnames.push("Wall");
surnames.push("Small");
surnames.push("Melton");
surnames.push("Hensley");
surnames.push("Bond");
surnames.push("Dyer");
surnames.push("Cameron");
surnames.push("Grimes");
surnames.push("Contreras");
surnames.push("Christian");
surnames.push("Wyatt");
surnames.push("Baxter");
surnames.push("Snow");
surnames.push("Mosley");
surnames.push("Shepherd");
surnames.push("Larsen");
surnames.push("Hoover");
surnames.push("Beasley");
surnames.push("Glenn");
surnames.push("Petersen");
surnames.push("Whitehead");
surnames.push("Meyers");
surnames.push("Keith");
surnames.push("Garrison");
surnames.push("Vincent");
surnames.push("Shields");
surnames.push("Horn");
surnames.push("Savage");
surnames.push("Olsen");
surnames.push("Schroeder");
surnames.push("Hartman");
surnames.push("Woodard");
surnames.push("Mueller");
surnames.push("Kemp");
surnames.push("Deleon");
surnames.push("Booth");
surnames.push("Patel");
surnames.push("Calhoun");
surnames.push("Wiley");
surnames.push("Eaton");
surnames.push("Cline");
surnames.push("Navarro");
surnames.push("Harrell");
surnames.push("Lester");
surnames.push("Humphrey");
surnames.push("Parrish");
surnames.push("Duran");
surnames.push("Hutchinson");
surnames.push("Hess");
surnames.push("Dorsey");
surnames.push("Bullock");
surnames.push("Robles");
surnames.push("Beard");
surnames.push("Dalton");
surnames.push("Avila");
surnames.push("Vance");
surnames.push("Rich");
surnames.push("Blackwell");
surnames.push("York");
surnames.push("Johns");
surnames.push("Blankenship");
surnames.push("Trevino");
surnames.push("Salinas");
surnames.push("Campos");
surnames.push("Pruitt");
surnames.push("Moses");
surnames.push("Callahan");
surnames.push("Golden");
surnames.push("Montoya");
surnames.push("Hardin");
surnames.push("Guerra");
surnames.push("Mcdowell");
surnames.push("Carey");
surnames.push("Stafford");
surnames.push("Gallegos");
surnames.push("Henson");
surnames.push("Wilkinson");
surnames.push("Booker");
surnames.push("Merritt");
surnames.push("Miranda");
surnames.push("Atkinson");
surnames.push("Orr");
surnames.push("Decker");
surnames.push("Hobbs");
surnames.push("Preston");
surnames.push("Tanner");
surnames.push("Knox");
surnames.push("Pacheco");
surnames.push("Stephenson");
surnames.push("Glass");
surnames.push("Rojas");
surnames.push("Serrano");
surnames.push("Marks");
surnames.push("Hickman");
surnames.push("English");
surnames.push("Sweeney");
surnames.push("Strong");
surnames.push("Prince");
surnames.push("Mcclure");
surnames.push("Conway");
surnames.push("Walter");
surnames.push("Roth");
surnames.push("Maynard");
surnames.push("Farrell");
surnames.push("Lowery");
surnames.push("Hurst");
surnames.push("Nixon");
surnames.push("Weiss");
surnames.push("Trujillo");
surnames.push("Ellison");
surnames.push("Sloan");
surnames.push("Juarez");
surnames.push("Winters");
surnames.push("Mclean");
surnames.push("Randolph");
surnames.push("Leon");
surnames.push("Boyer");
surnames.push("Villarreal");
surnames.push("Mccall");
surnames.push("Gentry");
surnames.push("Carrillo");
surnames.push("Kent");
surnames.push("Ayers");
surnames.push("Lara");
surnames.push("Shannon");
surnames.push("Sexton");
surnames.push("Pace");
surnames.push("Hull");
surnames.push("Leblanc");
surnames.push("Browning");
surnames.push("Velasquez");
surnames.push("Leach");
surnames.push("Chang");
surnames.push("House");
surnames.push("Sellers");
surnames.push("Herring");
surnames.push("Noble");
surnames.push("Foley");
surnames.push("Bartlett");
surnames.push("Mercado");
surnames.push("Landry");
surnames.push("Durham");
surnames.push("Walls");
surnames.push("Barr");
surnames.push("Mckee");
surnames.push("Bauer");
surnames.push("Rivers");
surnames.push("Everett");
surnames.push("Bradshaw");
surnames.push("Pugh");
surnames.push("Velez");
surnames.push("Rush");
surnames.push("Estes");
surnames.push("Dodson");
surnames.push("Morse");
surnames.push("Sheppard");
surnames.push("Weeks");
surnames.push("Camacho");
surnames.push("Bean");
surnames.push("Barron");
surnames.push("Livingston");
surnames.push("Middleton");
surnames.push("Spears");
surnames.push("Branch");
surnames.push("Blevins");
surnames.push("Chen");
surnames.push("Kerr");
surnames.push("Mcconnell");
surnames.push("Hatfield");
surnames.push("Harding");
surnames.push("Ashley");
surnames.push("Solis");
surnames.push("Herman");
surnames.push("Frost");
surnames.push("Giles");
surnames.push("Blackburn");
surnames.push("William");
surnames.push("Pennington");
surnames.push("Woodward");
surnames.push("Finley");
surnames.push("Mcintosh");
surnames.push("Koch");
surnames.push("Best");
surnames.push("Solomon");
surnames.push("Mccullough");
surnames.push("Dudley");
surnames.push("Nolan");
surnames.push("Blanchard");
surnames.push("Rivas");
surnames.push("Brennan");
surnames.push("Mejia");
surnames.push("Kane");
surnames.push("Benton");
surnames.push("Joyce");
surnames.push("Buckley");
surnames.push("Haley");
surnames.push("Valentine");
surnames.push("Maddox");
surnames.push("Russo");
surnames.push("Mcknight");
surnames.push("Buck");
surnames.push("Moon");
surnames.push("Mcmillan");
surnames.push("Crosby");
surnames.push("Berg");
surnames.push("Dotson");
surnames.push("Mays");
surnames.push("Roach");
surnames.push("Church");
surnames.push("Chan");
surnames.push("Richmond");
surnames.push("Meadows");
surnames.push("Faulkner");
surnames.push("Oneill");
surnames.push("Knapp");
surnames.push("Kline");
surnames.push("Barry");
surnames.push("Ochoa");
surnames.push("Jacobson");
surnames.push("Gay");
surnames.push("Avery");
surnames.push("Hendricks");
surnames.push("Horne");
surnames.push("Shepard");
surnames.push("Hebert");
surnames.push("Cherry");
surnames.push("Cardenas");
surnames.push("Mcintyre");
surnames.push("Whitney");
surnames.push("Waller");
surnames.push("Holman");
surnames.push("Donaldson");
surnames.push("Cantu");
surnames.push("Terrell");
surnames.push("Morin");
surnames.push("Gillespie");
surnames.push("Fuentes");
surnames.push("Tillman");
surnames.push("Sanford");
surnames.push("Bentley");
surnames.push("Peck");
surnames.push("Key");
surnames.push("Salas");
surnames.push("Rollins");
surnames.push("Gamble");
surnames.push("Dickson");
surnames.push("Battle");
surnames.push("Santana");
surnames.push("Cabrera");
surnames.push("Cervantes");
surnames.push("Howe");
surnames.push("Hinton");
surnames.push("Hurley");
surnames.push("Spence");
surnames.push("Zamora");
surnames.push("Yang");
surnames.push("Mcneil");
surnames.push("Suarez");
surnames.push("Case");
surnames.push("Petty");
surnames.push("Gould");
surnames.push("Mcfarland");
surnames.push("Sampson");
surnames.push("Carver");
surnames.push("Bray");
surnames.push("Rosario");
surnames.push("Macdonald");
surnames.push("Stout");
surnames.push("Hester");
surnames.push("Melendez");
surnames.push("Dillon");
surnames.push("Farley");
surnames.push("Hopper");
surnames.push("Galloway");
surnames.push("Potts");
surnames.push("Bernard");
surnames.push("Joyner");
surnames.push("Stein");
surnames.push("Aguirre");
surnames.push("Osborn");
surnames.push("Mercer");
surnames.push("Bender");
surnames.push("Franco");
surnames.push("Rowland");
surnames.push("Sykes");
surnames.push("Benjamin");
surnames.push("Travis");
surnames.push("Pickett");
surnames.push("Crane");
surnames.push("Sears");
surnames.push("Mayo");
surnames.push("Dunlap");
surnames.push("Hayden");
surnames.push("Wilder");
surnames.push("Mckay");
surnames.push("Coffey");
surnames.push("Mccarty");
surnames.push("Ewing");
surnames.push("Cooley");
surnames.push("Vaughan");
surnames.push("Bonner");
surnames.push("Cotton");
surnames.push("Holder");
surnames.push("Stark");
surnames.push("Ferrell");
surnames.push("Cantrell");
surnames.push("Fulton");
surnames.push("Lynn");
surnames.push("Lott");
surnames.push("Calderon");
surnames.push("Rosa");
surnames.push("Pollard");
surnames.push("Hooper");
surnames.push("Burch");
surnames.push("Mullen");
surnames.push("Fry");
surnames.push("Riddle");
surnames.push("Levy");
surnames.push("David");
surnames.push("Duke");
surnames.push("Odonnell");
surnames.push("Guy");
surnames.push("Michael");
surnames.push("Britt");
surnames.push("Frederick");
surnames.push("Daugherty");
surnames.push("Berger");
surnames.push("Dillard");
surnames.push("Alston");
surnames.push("Jarvis");
surnames.push("Frye");
surnames.push("Riggs");
surnames.push("Chaney");
surnames.push("Odom");
surnames.push("Duffy");
surnames.push("Fitzpatrick");
surnames.push("Valenzuela");
surnames.push("Merrill");
surnames.push("Mayer");
surnames.push("Alford");
surnames.push("Mcpherson");
surnames.push("Acevedo");
surnames.push("Donovan");
surnames.push("Barrera");
surnames.push("Albert");
surnames.push("Cote");
surnames.push("Reilly");
surnames.push("Compton");
surnames.push("Raymond");
surnames.push("Mooney");
surnames.push("Mcgowan");
surnames.push("Craft");
surnames.push("Cleveland");
surnames.push("Clemons");
surnames.push("Wynn");
surnames.push("Nielsen");
surnames.push("Baird");
surnames.push("Stanton");
surnames.push("Snider");
surnames.push("Rosales");
surnames.push("Bright");
surnames.push("Witt");
surnames.push("Stuart");
surnames.push("Hays");
surnames.push("Holden");
surnames.push("Rutledge");
surnames.push("Kinney");
surnames.push("Clements");
surnames.push("Castaneda");
surnames.push("Slater");
surnames.push("Hahn");
surnames.push("Emerson");
surnames.push("Conrad");
surnames.push("Burks");
surnames.push("Delaney");
surnames.push("Pate");
surnames.push("Lancaster");
surnames.push("Sweet");
surnames.push("Justice");
surnames.push("Tyson");
surnames.push("Sharpe");
surnames.push("Whitfield");
surnames.push("Talley");
surnames.push("Macias");
surnames.push("Irwin");
surnames.push("Burris");
surnames.push("Ratliff");
surnames.push("Mccray");
surnames.push("Madden");
surnames.push("Kaufman");
surnames.push("Beach");
surnames.push("Goff");
surnames.push("Cash");
surnames.push("Bolton");
surnames.push("Mcfadden");
surnames.push("Levine");
surnames.push("Good");
surnames.push("Byers");
surnames.push("Kirkland");
surnames.push("Kidd");
surnames.push("Workman");
surnames.push("Carney");
surnames.push("Dale");
surnames.push("Mcleod");
surnames.push("Holcomb");
surnames.push("England");
surnames.push("Finch");
surnames.push("Head");
surnames.push("Burt");
surnames.push("Hendrix");
surnames.push("Sosa");
surnames.push("Haney");
surnames.push("Franks");
surnames.push("Sargent");
surnames.push("Nieves");
surnames.push("Downs");
surnames.push("Rasmussen");
surnames.push("Bird");
surnames.push("Hewitt");
surnames.push("Lindsay");
surnames.push("Le");
surnames.push("Foreman");
surnames.push("Valencia");
surnames.push("Oneil");
surnames.push("Delacruz");
surnames.push("Vinson");
surnames.push("Dejesus");
surnames.push("Hyde");
surnames.push("Forbes");
surnames.push("Gilliam");
surnames.push("Guthrie");
surnames.push("Wooten");
surnames.push("Huber");
surnames.push("Barlow");
surnames.push("Boyle");
surnames.push("Mcmahon");
surnames.push("Buckner");
surnames.push("Rocha");
surnames.push("Puckett");
surnames.push("Langley");
surnames.push("Knowles");
surnames.push("Cooke");
surnames.push("Velazquez");
surnames.push("Whitley");
surnames.push("Noel");
surnames.push("Vang");
surnames.push("Shea");
surnames.push("Rouse");
surnames.push("Hartley");
surnames.push("Mayfield");
surnames.push("Elder");
surnames.push("Rankin");
surnames.push("Hanna");
surnames.push("Cowan");
surnames.push("Lucero");
surnames.push("Arroyo");
surnames.push("Slaughter");
surnames.push("Haas");
surnames.push("Oconnell");
surnames.push("Minor");
surnames.push("Kendrick");
surnames.push("Shirley");
surnames.push("Kendall");
surnames.push("Boucher");
surnames.push("Archer");
surnames.push("Boggs");
surnames.push("Odell");
surnames.push("Dougherty");
surnames.push("Andersen");
surnames.push("Newell");
surnames.push("Crowe");
surnames.push("Wang");
surnames.push("Friedman");
surnames.push("Bland");
surnames.push("Swain");
surnames.push("Holley");
surnames.push("Felix");
surnames.push("Pearce");
surnames.push("Childs");
surnames.push("Yarbrough");
surnames.push("Galvan");
surnames.push("Proctor");
surnames.push("Meeks");
surnames.push("Lozano");
surnames.push("Mora");
surnames.push("Rangel");
surnames.push("Bacon");
surnames.push("Villanueva");
surnames.push("Schaefer");
surnames.push("Rosado");
surnames.push("Helms");
surnames.push("Boyce");
surnames.push("Goss");
surnames.push("Stinson");
surnames.push("Smart");
surnames.push("Lake");
surnames.push("Ibarra");
surnames.push("Hutchins");
surnames.push("Covington");
surnames.push("Reyna");
surnames.push("Gregg");
surnames.push("Werner");
surnames.push("Crowley");
surnames.push("Hatcher");
surnames.push("Mackey");
surnames.push("Bunch");
surnames.push("Womack");
surnames.push("Polk");
surnames.push("Jamison");
surnames.push("Dodd");
surnames.push("Childress");
surnames.push("Childers");
surnames.push("Camp");
surnames.push("Villa");
surnames.push("Dye");
surnames.push("Springer");
surnames.push("Mahoney");
surnames.push("Dailey");
surnames.push("Belcher");
surnames.push("Lockhart");
surnames.push("Griggs");
surnames.push("Costa");
surnames.push("Connor");
surnames.push("Brandt");
surnames.push("Winter");
surnames.push("Walden");
surnames.push("Moser");
surnames.push("Tracy");
surnames.push("Tatum");
surnames.push("Mccann");
surnames.push("Akers");
surnames.push("Lutz");
surnames.push("Pryor");
surnames.push("Law");
surnames.push("Orozco");
surnames.push("Mcallister");
surnames.push("Lugo");
surnames.push("Davies");
surnames.push("Shoemaker");
surnames.push("Madison");
surnames.push("Rutherford");
surnames.push("Newsome");
surnames.push("Magee");
surnames.push("Chamberlain");
surnames.push("Blanton");
surnames.push("Simms");
surnames.push("Godfrey");
surnames.push("Flanagan");
surnames.push("Crum");
surnames.push("Cordova");
surnames.push("Escobar");
surnames.push("Downing");
surnames.push("Sinclair");
surnames.push("Donahue");
surnames.push("Krueger");
surnames.push("Mcginnis");
surnames.push("Gore");
surnames.push("Farris");
surnames.push("Webber");
surnames.push("Corbett");
surnames.push("Andrade");
surnames.push("Starr");
surnames.push("Lyon");
surnames.push("Yoder");
surnames.push("Hastings");
surnames.push("Mcgrath");
surnames.push("Spivey");
surnames.push("Krause");
surnames.push("Harden");
surnames.push("Crabtree");
surnames.push("Kirkpatrick");
surnames.push("Hollis");
surnames.push("Brandon");
surnames.push("Arrington");
surnames.push("Ervin");
surnames.push("Clifton");
surnames.push("Ritter");
surnames.push("Mcghee");
surnames.push("Bolden");
surnames.push("Maloney");
surnames.push("Gagnon");
surnames.push("Dunbar");
surnames.push("Ponce");
surnames.push("Pike");
surnames.push("Mayes");
surnames.push("Heard");
surnames.push("Beatty");
surnames.push("Mobley");
surnames.push("Kimball");
surnames.push("Butts");
surnames.push("Montes");
surnames.push("Herbert");
surnames.push("Grady");
surnames.push("Eldridge");
surnames.push("Braun");
surnames.push("Hamm");
surnames.push("Gibbons");
surnames.push("Seymour");
surnames.push("Moyer");
surnames.push("Manley");
surnames.push("Herron");
surnames.push("Plummer");
surnames.push("Elmore");
surnames.push("Cramer");
surnames.push("Gary");
surnames.push("Rucker");
surnames.push("Hilton");
surnames.push("Blue");
surnames.push("Pierson");
surnames.push("Fontenot");
surnames.push("Field");
surnames.push("Rubio");
surnames.push("Grace");
surnames.push("Goldstein");
surnames.push("Elkins");
surnames.push("Wills");
surnames.push("Novak");
surnames.push("John");
surnames.push("Hickey");
surnames.push("Worley");
surnames.push("Gorman");
surnames.push("Katz");
surnames.push("Dickinson");
surnames.push("Broussard");
surnames.push("Fritz");
surnames.push("Woodruff");
surnames.push("Crow");
surnames.push("Christopher");
surnames.push("Britton");
surnames.push("Forrest");
surnames.push("Nance");
surnames.push("Lehman");
surnames.push("Bingham");
surnames.push("Zuniga");
surnames.push("Whaley");
surnames.push("Shafer");
surnames.push("Coffman");
surnames.push("Steward");
surnames.push("Delarosa");
surnames.push("Nix");
surnames.push("Neely");
surnames.push("Numbers");
surnames.push("Mata");
surnames.push("Manuel");
surnames.push("Davila");
surnames.push("Mccabe");
surnames.push("Kessler");
surnames.push("Emery");
surnames.push("Bowling");
surnames.push("Hinkle");
surnames.push("Welsh");
surnames.push("Pagan");
surnames.push("Goldberg");
surnames.push("Goins");
surnames.push("Crouch");
surnames.push("Cuevas");
surnames.push("Quinones");
surnames.push("Mcdermott");
surnames.push("Hendrickson");
surnames.push("Samuels");
surnames.push("Denton");
surnames.push("Bergeron");
surnames.push("Lam");
surnames.push("Ivey");
surnames.push("Locke");
surnames.push("Haines");
surnames.push("Thurman");
surnames.push("Snell");
surnames.push("Hoskins");
surnames.push("Byrne");
surnames.push("Milton");
surnames.push("Winston");
surnames.push("Arthur");
surnames.push("Arias");
surnames.push("Stanford");
surnames.push("Roe");
surnames.push("Corbin");
surnames.push("Beltran");
surnames.push("Chappell");
surnames.push("Hurt");
surnames.push("Downey");
surnames.push("Dooley");
surnames.push("Tuttle");
surnames.push("Couch");
surnames.push("Payton");
surnames.push("Mcelroy");
surnames.push("Crockett");
surnames.push("Groves");
surnames.push("Clement");
surnames.push("Leslie");
surnames.push("Cartwright");
surnames.push("Dickey");
surnames.push("Mcgill");
surnames.push("Dubois");
surnames.push("Muniz");
surnames.push("Erwin");
surnames.push("Self");
surnames.push("Tolbert");
surnames.push("Dempsey");
surnames.push("Cisneros");
surnames.push("Sewell");
surnames.push("Latham");
surnames.push("Garland");
surnames.push("Vigil");
surnames.push("Tapia");
surnames.push("Sterling");
surnames.push("Rainey");
surnames.push("Norwood");
surnames.push("Lacy");
surnames.push("Stroud");
surnames.push("Meade");
surnames.push("Amos");
surnames.push("Tipton");
surnames.push("Lord");
surnames.push("Kuhn");
surnames.push("Hilliard");
surnames.push("Bonilla");
surnames.push("Teague");
surnames.push("Courtney");
surnames.push("Gunn");
surnames.push("Ho");
surnames.push("Greenwood");
surnames.push("Correa");
surnames.push("Reece");
surnames.push("Weston");
surnames.push("Poe");
surnames.push("Trent");
surnames.push("Pineda");
surnames.push("Phipps");
surnames.push("Frey");
surnames.push("Kaiser");
surnames.push("Ames");
surnames.push("Paige");
surnames.push("Gunter");
surnames.push("Schmitt");
surnames.push("Milligan");
surnames.push("Espinosa");
surnames.push("Carlton");
surnames.push("Bowden");
surnames.push("Vickers");
surnames.push("Lowry");
surnames.push("Pritchard");
surnames.push("Costello");
surnames.push("Piper");
surnames.push("Mcclellan");
surnames.push("Lovell");
surnames.push("Drew");
surnames.push("Sheehan");
surnames.push("Quick");
surnames.push("Hatch");
surnames.push("Dobson");
surnames.push("Singh");
surnames.push("Jeffries");
surnames.push("Hollingsworth");
surnames.push("Sorensen");
surnames.push("Meza");
surnames.push("Fink");
surnames.push("Donnelly");
surnames.push("Burrell");
surnames.push("Bruno");
surnames.push("Tomlinson");
surnames.push("Colbert");
surnames.push("Billings");
surnames.push("Ritchie");
surnames.push("Helton");
surnames.push("Sutherland");
surnames.push("Peoples");
surnames.push("Mcqueen");
surnames.push("Gaston");
surnames.push("Thomason");
surnames.push("Mckinley");
surnames.push("Givens");
surnames.push("Crocker");
surnames.push("Vogel");
surnames.push("Abe");
surnames.push("Adachi");
surnames.push("Agawa");
surnames.push("Aida");
surnames.push("Aikawa");
surnames.push("Aino");
surnames.push("Aizawa");
surnames.push("Akabori");
surnames.push("Akagi");
surnames.push("Akai");
surnames.push("Akamatsu");
surnames.push("Akita");
surnames.push("Akiyama");
surnames.push("Amaki");
surnames.push("Amakusa");
surnames.push("Amano");
surnames.push("Anami");
surnames.push("Ando");
surnames.push("Anno");
surnames.push("Anzai");
surnames.push("Aoki");
surnames.push("Aoyama");
surnames.push("Asagiri");
surnames.push("Asakura");
surnames.push("Asahina");
surnames.push("Araki");
surnames.push("Arakaki");
surnames.push("Arai");
surnames.push("Aramaki");
surnames.push("Arata");
surnames.push("Arii");
surnames.push("Arita");
surnames.push("Asada");
surnames.push("Ashida");
surnames.push("Ayukawa");
surnames.push("Azuma");
surnames.push("Azumano");
surnames.push("Baba");
surnames.push("Bai");
surnames.push("Bandai");
surnames.push("Beppu");
surnames.push("Bessho");
surnames.push("Chano");
surnames.push("Chiba");
surnames.push("Chikamoto");
surnames.push("Chikasue");
surnames.push("Dai");
surnames.push("Daibuku");
surnames.push("Daichi");
surnames.push("Daicho");
surnames.push("Daido");
surnames.push("Daidoji");
surnames.push("Daigo");
surnames.push("Daigoku");
surnames.push("Daigoho");
surnames.push("Daiho");
surnames.push("Daijo");
surnames.push("Daiku");
surnames.push("Dainichi");
surnames.push("Daitoku");
surnames.push("Daitokuji");
surnames.push("Daiwa");
surnames.push("Daiyo");
surnames.push("Dan");
surnames.push("Date");
surnames.push("Dazai");
surnames.push("Degawa");
surnames.push("Deguchi");
surnames.push("Den");
surnames.push("Deon");
surnames.push("Deshi");
surnames.push("Deshima");
surnames.push("Deshimaru");
surnames.push("Deura");
surnames.push("Deushi");
surnames.push("Dewa");
surnames.push("Deyama");
surnames.push("Dezaki");
surnames.push("Doi");
surnames.push("Doiuchi");
surnames.push("Dokite");
surnames.push("Eda");
surnames.push("Edagawa");
surnames.push("Endo");
surnames.push("Ezura");
surnames.push("Fuchizaki");
surnames.push("Fuchizawa");
surnames.push("Fujii");
surnames.push("Fujimori");
surnames.push("Fujimoto");
surnames.push("Fujinaka");
surnames.push("Fujita");
surnames.push("Fujiwara");
surnames.push("Fujiyama");
surnames.push("Fukuda");
surnames.push("Fukumoto");
surnames.push("Fukuyama");
surnames.push("Fumi");
surnames.push("Fumimoto");
surnames.push("Furukawa");
surnames.push("Futamata");
surnames.push("Fujibayashi");
surnames.push("Go");
surnames.push("Gobu");
surnames.push("Goda");
surnames.push("Godai");
surnames.push("Goto");
surnames.push("Hagino");
surnames.push("Hagiwara");
surnames.push("Hakuta");
surnames.push("Hamamoto");
surnames.push("Hamanaka");
surnames.push("Hamasaki");
surnames.push("Han");
surnames.push("Hana");
surnames.push("Haneda");
surnames.push("Hanawa");
surnames.push("Hara");
surnames.push("Harada");
surnames.push("Hasemi");
surnames.push("Hasegawa");
surnames.push("Haseyama");
surnames.push("Hashiguchi");
surnames.push("Hashimoto");
surnames.push("Hata");
surnames.push("Hatano");
surnames.push("Hatta");
surnames.push("Hattori");
surnames.push("Hayakawa");
surnames.push("Hayashi");
surnames.push("Hayashida");
surnames.push("Hazuki");
surnames.push("Hibino");
surnames.push("Hidaka");
surnames.push("Higashi");
surnames.push("Higuchi");
surnames.push("Hikari");
surnames.push("Hikono");
surnames.push("Hinata");
surnames.push("Hirai");
surnames.push("Haramatsu");
surnames.push("Hirano");
surnames.push("Hata");
surnames.push("Hirata");
surnames.push("Hirota");
surnames.push("Honda");
surnames.push("Honma");
surnames.push("Horie");
surnames.push("Horiguchi");
surnames.push("Horii");
surnames.push("Horikawa");
surnames.push("Horimoto");
surnames.push("Horio");
surnames.push("Horiuchi");
surnames.push("Hoshide");
surnames.push("Hoshi");
surnames.push("Hoshino");
surnames.push("Hoshiyama");
surnames.push("Hosoi");
surnames.push("Hosokawa");
surnames.push("Hosonuma");
surnames.push("Hyuga");
surnames.push("Ichikawa");
surnames.push("Ichimura");
surnames.push("Ide");
surnames.push("Ifukube");
surnames.push("Iga");
surnames.push("Igarashi");
surnames.push("Igawa");
surnames.push("Iguchi");
surnames.push("Iida");
surnames.push("Iijima");
surnames.push("Iino");
surnames.push("Iinuma");
surnames.push("Ikeda");
surnames.push("Ikegami");
surnames.push("Ikemizu");
surnames.push("Imagawa");
surnames.push("Imai");
surnames.push("Imaizumi");
surnames.push("Imakake");
surnames.push("Inaba");
surnames.push("Inada");
surnames.push("Inamura");
surnames.push("Inoue");
surnames.push("Ioki");
surnames.push("Ishida");
surnames.push("Ishiguro");
surnames.push("Ishii");
surnames.push("Ishikawa");
surnames.push("Ishimori");
surnames.push("Ishimoto");
surnames.push("Ishimura");
surnames.push("Ishiyama");
surnames.push("Ishizaki");
surnames.push("Iso");
surnames.push("Isobe");
surnames.push("Isono");
surnames.push("Ito");
surnames.push("Iwai");
surnames.push("Iwaki");
surnames.push("Iwamoto");
surnames.push("Iwasa");
surnames.push("Iwasaki");
surnames.push("Iwasawa");
surnames.push("Iwata");
surnames.push("Izumi");
surnames.push("Jakushi");
surnames.push("Jihara");
surnames.push("Jikihara");
surnames.push("Jinbo");
surnames.push("Jingu");
surnames.push("Jinguji");
surnames.push("Jinmei");
surnames.push("Jinnai");
surnames.push("Jinnaka");
surnames.push("Jinnouchi");
surnames.push("Johjima");
surnames.push("Jonouchi");
surnames.push("Ju");
surnames.push("Jodai");
surnames.push("Jogo");
surnames.push("Joko");
surnames.push("Jouchi");
surnames.push("Juge");
surnames.push("Juji");
surnames.push("Kadokawa");
surnames.push("Kaito");
surnames.push("Kakei");
surnames.push("Kaku");
surnames.push("Kamiya");
surnames.push("Kan");
surnames.push("Kanada");
surnames.push("Kanai");
surnames.push("Kanan");
surnames.push("Kanashiro");
surnames.push("Kanayama");
surnames.push("Kaneda");
surnames.push("Kanegai");
surnames.push("Kanemoto");
surnames.push("Kaneyama");
surnames.push("Kaneshige");
surnames.push("Kanno");
surnames.push("Kanzaki");
surnames.push("Kashima");
surnames.push("Kashiwada");
surnames.push("Katayama");
surnames.push("Kato");
surnames.push("Kawaguchi");
surnames.push("Kawai");
surnames.push("Kawamori");
surnames.push("Kawamoto");
surnames.push("Kawamura");
surnames.push("Kawasaki");
surnames.push("Kazama");
surnames.push("Kido");
surnames.push("Kikuchi");
surnames.push("Kimizuka");
surnames.push("Kimoto");
surnames.push("Kimura");
surnames.push("Kinoshita");
surnames.push("Kishida");
surnames.push("Kishimoto");
surnames.push("Kitagawa");
surnames.push("Kitamura");
surnames.push("Kitani");
surnames.push("Kitano");
surnames.push("Kobayashi");
surnames.push("Kobe");
surnames.push("Koide");
surnames.push("Koike");
surnames.push("Koizumi");
surnames.push("Kokubunji");
surnames.push("Kokaji");
surnames.push("Komatsu");
surnames.push("Komoda");
surnames.push("Kon");
surnames.push("Konami");
surnames.push("Kondo");
surnames.push("Konno");
surnames.push("Koshino");
surnames.push("Koyama");
surnames.push("Kubo");
surnames.push("Kubota");
surnames.push("Kumagai");
surnames.push("Kumakubo");
surnames.push("Kume");
surnames.push("Kumon");
surnames.push("Kunimitsu");
surnames.push("Kunishige");
surnames.push("Kuramoto");
surnames.push("Kurata");
surnames.push("Kuraya");
surnames.push("Kuribayashi");
surnames.push("Kurita");
surnames.push("Kuroda");
surnames.push("Kuroki");
surnames.push("Kuroi");
surnames.push("Kurosawa");
surnames.push("Kusanagi");
surnames.push("Kuwabara");
surnames.push("Maeda");
surnames.push("Manmitsu");
surnames.push("Matsuda");
surnames.push("Matsueda");
surnames.push("Matsui");
surnames.push("Matsumoto");
surnames.push("Matsuoka");
surnames.push("Matsusaka");
surnames.push("Matsushige");
surnames.push("Matsushima");
surnames.push("Matsushita");
surnames.push("Matsuura");
surnames.push("Matsuzaki");
surnames.push("Michimoto");
surnames.push("Miki");
surnames.push("Minamoto");
surnames.push("Mineto");
surnames.push("Miura");
surnames.push("Miyagi");
surnames.push("Miyahara");
surnames.push("Miyahira");
surnames.push("Miyamoto");
surnames.push("Miyasawa");
surnames.push("Miyazaki");
surnames.push("Miyazawa");
surnames.push("Mizuguchi");
surnames.push("Monden");
surnames.push("Mori");
surnames.push("Moriguchi");
surnames.push("Morihara");
surnames.push("Morimoto");
surnames.push("Morinaka");
surnames.push("Morioka");
surnames.push("Morita");
surnames.push("Moroboshi");
surnames.push("Murakami");
surnames.push("Muramaru");
surnames.push("Muramoto");
surnames.push("Muraoka");
surnames.push("Murata");
surnames.push("Murayama");
surnames.push("Nagai");
surnames.push("Nagasaki");
surnames.push("Nagata");
surnames.push("Naito");
surnames.push("Naka");
surnames.push("Nakagawa");
surnames.push("Nakajima");
surnames.push("Nakamoto");
surnames.push("Nakamura");
surnames.push("Nakano");
surnames.push("Nakao");
surnames.push("Nakaoka");
surnames.push("Nakashima");
surnames.push("Nakata");
surnames.push("Nakatani");
surnames.push("Nakayama");
surnames.push("Nanba");
surnames.push("Nara");
surnames.push("Narita");
surnames.push("Narusawa");
surnames.push("Natsume");
surnames.push("Naya");
surnames.push("Nekotani");
surnames.push("Nekoya");
surnames.push("Nezu");
surnames.push("Niidome");
surnames.push("Niimi");
surnames.push("Nikaido");
surnames.push("Nimoto");
surnames.push("Ninomiya");
surnames.push("Nishi");
surnames.push("Nishibayashi");
surnames.push("Nishimoto");
surnames.push("Nishimura");
surnames.push("Nishino");
surnames.push("Nishioka");
surnames.push("Nishiyama");
surnames.push("Nishizaki");
surnames.push("Nitta");
surnames.push("Noda");
surnames.push("Nogami");
surnames.push("Noguchi");
surnames.push("Nomura");
surnames.push("Nonaka");
surnames.push("Nozawa");
surnames.push("O");
surnames.push("Obara");
surnames.push("Obata");
surnames.push("Ochi");
surnames.push("Ochiai");
surnames.push("Oda");
surnames.push("Oe");
surnames.push("Ogasawara");
surnames.push("Ogata");
surnames.push("Ogawa");
surnames.push("Oguro");
surnames.push("Oh");
surnames.push("Ohara");
surnames.push("Ohno");
surnames.push("Oide");
surnames.push("Oikawa");
surnames.push("Oka");
surnames.push("Okabayashi");
surnames.push("Okabe");
surnames.push("Okada");
surnames.push("Okamoto");
surnames.push("Okamura");
surnames.push("Okayama");
surnames.push("Okazaki");
surnames.push("Okimura");
surnames.push("Okimoto");
surnames.push("Okinaka");
surnames.push("Okubo");
surnames.push("Okuda");
surnames.push("Okuyama");
surnames.push("Omi");
surnames.push("Omoto");
surnames.push("Omura");
surnames.push("Onishi");
surnames.push("Onizuka");
surnames.push("Ono");
surnames.push("Onogi");
surnames.push("Onouye");
surnames.push("Omi");
surnames.push("Ono");
surnames.push("Orido");
surnames.push("Oshii");
surnames.push("Oshima");
surnames.push("Ota");
surnames.push("Otake");
surnames.push("Otani");
surnames.push("Otsuka");
surnames.push("Ouye");
surnames.push("Oyama");
surnames.push("Ri");
surnames.push("Sage");
surnames.push("Sagawa");
surnames.push("Saito");
surnames.push("Sakai");
surnames.push("Sakaki");
surnames.push("Sakakibara");
surnames.push("Sakamaki");
surnames.push("Sakamoto");
surnames.push("Sakata");
surnames.push("Sakuma");
surnames.push("Sakurai");
surnames.push("Sakuragi");
surnames.push("Sannai");
surnames.push("Sano");
surnames.push("Sanuki");
surnames.push("Sasaki");
surnames.push("Sato");
surnames.push("Satobayashi");
surnames.push("Satoshige");
surnames.push("Sawada");
surnames.push("Sawamura");
surnames.push("Seino");
surnames.push("Sekimoto");
surnames.push("Senda");
surnames.push("Seta");
surnames.push("Seto");
surnames.push("Shibata");
surnames.push("Shida");
surnames.push("Shigezawa");
surnames.push("Shiina");
surnames.push("Shimabukuro");
surnames.push("Shimada");
surnames.push("Shimadoi");
surnames.push("Shimamoto");
surnames.push("Shimamura");
surnames.push("Shimatani");
surnames.push("Shimazaki");
surnames.push("Shimazu");
surnames.push("Shimizu");
surnames.push("Shimura");
surnames.push("Shinjo");
surnames.push("Shinseki");
surnames.push("Shinohara");
surnames.push("Shinozuka");
surnames.push("Shintani");
surnames.push("Shirai");
surnames.push("Shiraishi");
surnames.push("Shiratori");
surnames.push("Shirayama");
surnames.push("Sho");
surnames.push("Shoji");
surnames.push("Soga");
surnames.push("Sogabe");
surnames.push("Sonoda");
surnames.push("Sotomura");
surnames.push("Sugawara");
surnames.push("Sugihara");
surnames.push("Sugimoto");
surnames.push("Sugiyama");
surnames.push("Sudo");
surnames.push("Sugo");
surnames.push("Suzukawa");
surnames.push("Suzuki");
surnames.push("Tachibana");
surnames.push("Tachikawa");
surnames.push("Tagawa");
surnames.push("Tahara");
surnames.push("Takada");
surnames.push("Takahashi");
surnames.push("Takagi");
surnames.push("Takaki");
surnames.push("Takamoto");
surnames.push("Takamura");
surnames.push("Takanashi");
surnames.push("Takanishi");
surnames.push("Takatsuka");
surnames.push("Takayama");
surnames.push("Takeda");
surnames.push("Takei");
surnames.push("Takenaka");
surnames.push("Tamiya");
surnames.push("Tamugaia");
surnames.push("Tamura");
surnames.push("Tanaka");
surnames.push("Taniguchi");
surnames.push("Tanimoto");
surnames.push("Tanouye");
surnames.push("Tashiro");
surnames.push("Tebi");
surnames.push("Tendo");
surnames.push("Terada");
surnames.push("Terasawa");
surnames.push("Terashima");
surnames.push("Terashita");
surnames.push("Terauchi");
surnames.push("Tezuka");
surnames.push("Todo");
surnames.push("Toguchi");
surnames.push("Tojo");
surnames.push("Tominaga");
surnames.push("Tominaka");
surnames.push("Tomita");
surnames.push("Tomooka");
surnames.push("Toriyama");
surnames.push("Toyoda");
surnames.push("Tsubata");
surnames.push("Tsuda");
surnames.push("Tsuchiya");
surnames.push("Tsugawa");
surnames.push("Tsuji");
surnames.push("Tsumoto");
surnames.push("Tsunekawa");
surnames.push("Tsunemoto");
surnames.push("Tsuneyoshi");
surnames.push("Tsunoda");
surnames.push("Tsurumaki");
surnames.push("Tsushiro");
surnames.push("Tsushima");
surnames.push("Tsutsui");
surnames.push("Tsutsuji");
surnames.push("Ubagai");
surnames.push("Ubai");
surnames.push("Ubaraki");
surnames.push("Uchibori");
surnames.push("Uchida");
surnames.push("Uchigasaki");
surnames.push("Uchihara");
surnames.push("Uchino");
surnames.push("Uchiyama");
surnames.push("Uda");
surnames.push("Udagawa");
surnames.push("Ueda");
surnames.push("Uematsu");
surnames.push("Ueno");
surnames.push("Uenuma");
surnames.push("Ueo");
surnames.push("Ueshiba");
surnames.push("Umemoto");
surnames.push("Umeno");
surnames.push("Umetsu");
surnames.push("Umezuka");
surnames.push("Uno");
surnames.push("Ura");
surnames.push("Urase");
surnames.push("Urashima");
surnames.push("Uraya");
surnames.push("Urayama");
surnames.push("Urushihara");
surnames.push("Urushiyama");
surnames.push("Usuda");
surnames.push("Usui");
surnames.push("Utagawa");
surnames.push("Utsubo");
surnames.push("Utsunomiya");
surnames.push("Uyama");
surnames.push("Uzuhara");
surnames.push("Wada");
surnames.push("Wakabayashi");
surnames.push("Wakamiya");
surnames.push("Wakamoto");
surnames.push("Wakayama");
surnames.push("Waki");
surnames.push("Washio");
surnames.push("Watabe");
surnames.push("Watamura");
surnames.push("Watanabe");
surnames.push("Yabuki");
surnames.push("Yada");
surnames.push("Yagi");
surnames.push("Yajima");
surnames.push("Yakamoto");
surnames.push("Yamada");
surnames.push("Yamagata");
surnames.push("Yamagishi");
surnames.push("Yamagoe");
surnames.push("Yamaguchi");
surnames.push("Yamamoto");
surnames.push("Yamamura");
surnames.push("Yamanaka");
surnames.push("Yamane");
surnames.push("Yamaoka");
surnames.push("Yamashiro");
surnames.push("Yamashita");
surnames.push("Yamato");
surnames.push("Yamauchi");
surnames.push("Yamazaki");
surnames.push("Yamazawa");
surnames.push("Yanagi");
surnames.push("Yanase");
surnames.push("Yano");
surnames.push("Yasuda");
surnames.push("Yatabe");
surnames.push("Yazawa");
surnames.push("Yokomine");
surnames.push("Yokomoto");
surnames.push("Yokoyama");
surnames.push("Yomoda");
surnames.push("Yonamine");
surnames.push("Yoneda");
surnames.push("Yonemura");
surnames.push("Yoshida");
surnames.push("Yoshii");
surnames.push("Yoshimoto");
surnames.push("Yoshimura");
surnames.push("Yoshinaga");
surnames.push("Yoshishige");
surnames.push("Yoshioka");
surnames.push("Yoshizaki");
surnames.push("Yoshizawa");
surnames.push("Yotsuya");
surnames.push("Yukimura");
surnames.push("Yukimoto");
surnames.push("Zenigata");
surnames.push("Zeniya");
surnames.push("Lee");
surnames.push("Li");
surnames.push("Wong");
surnames.push("Cheung");
surnames.push("Lau");
surnames.push("Chan");
surnames.push("Yeung");
surnames.push("Wong");
surnames.push("Chiu");
surnames.push("Chow");
surnames.push("Ng");
surnames.push("Tsui");
surnames.push("Suen");
surnames.push("Chu");
surnames.push("Ma");
surnames.push("Wu");
surnames.push("Kwok");
surnames.push("Lam");
surnames.push("Ho");
surnames.push("Ko");
surnames.push("Leung");
surnames.push("Cheng");
surnames.push("Lo");
surnames.push("Sung");
surnames.push("Tse");
surnames.push("Tong");
surnames.push("Hon");
surnames.push("Tso");
surnames.push("Hui");
surnames.push("Hooi");
surnames.push("Tang");
surnames.push("Siu");
surnames.push("Fung");
surnames.push("Tsang");
surnames.push("Ching");
surnames.push("Choi");
surnames.push("Pang");
surnames.push("Poon");
surnames.push("Yuen");
surnames.push("Yue");
surnames.push("Tung");
surnames.push("Yu");
surnames.push("Yue");
surnames.push("So");
surnames.push("Yip");
surnames.push("Lui");
surnames.push("Ngai");
surnames.push("Cheung");
surnames.push("Tin");
surnames.push("To");
surnames.push("Ting");
surnames.push("Sum");
surnames.push("Keung");
surnames.push("Fan");
surnames.push("Kong");
surnames.push("Fu");
surnames.push("Foo");
surnames.push("Chung");
surnames.push("Lo");
surnames.push("Wong");
surnames.push("Tai");
surnames.push("Chui");
surnames.push("Yam");
surnames.push("Luk");
surnames.push("Liu");
surnames.push("Yiu");
surnames.push("Fong");
surnames.push("Kam");
surnames.push("Yau");
surnames.push("Ha");
surnames.push("Tam");
surnames.push("Wai");
surnames.push("Ga");
surnames.push("Chow");
surnames.push("Sek");
surnames.push("Shek");
surnames.push("Hung");
surnames.push("Mang");
surnames.push("Tseun");
surnames.push("Tseon");
surnames.push("Chun");
surnames.push("Yim");
surnames.push("Sit");
surnames.push("Hau");
surnames.push("Lui");
surnames.push("Pak");
surnames.push("Lung");
surnames.push("Loong");
surnames.push("Tuen");
surnames.push("Kok");
surnames.push("Hung");
surnames.push("Shiu");
surnames.push("Sze");
surnames.push("Mo");
surnames.push("Sheung");
surnames.push("Man");
surnames.push("Gu");
surnames.push("Lai");
surnames.push("Mo");
surnames.push("Hong");
surnames.push("Ho");
surnames.push("Yim");
surnames.push("Wan");
surnames.push("Chin");
surnames.push("Sze");
surnames.push("Ngau");
surnames.push("Hung");
surnames.push("Kung");
surnames.push("Sheh");
surnames.push("Mak");
surnames.push("Chong");
surnames.push("Lo");
surnames.push("Lai");
surnames.push("Foo");
surnames.push("Ying");
surnames.push("Ngai");
surnames.push("Tou");
surnames.push("Kot");
Frame 13
firstnick = new Array();
firstnick.push("awesome");
firstnick.push("amish");
firstnick.push("anthrax");
firstnick.push("anger");
firstnick.push("ass");
firstnick.push("aqua");
firstnick.push("ancient");
firstnick.push("auto");
firstnick.push("amber");
firstnick.push("ax");
firstnick.push("brainy");
firstnick.push("bull");
firstnick.push("blaster");
firstnick.push("bolt");
firstnick.push("boobs");
firstnick.push("bear");
firstnick.push("big");
firstnick.push("bone");
firstnick.push("blow");
firstnick.push("crap");
firstnick.push("car");
firstnick.push("cash");
firstnick.push("crazy");
firstnick.push("china");
firstnick.push("cool");
firstnick.push("clever");
firstnick.push("cleavage");
firstnick.push("color");
firstnick.push("cutter");
firstnick.push("cyber");
firstnick.push("doom");
firstnick.push("dead");
firstnick.push("death");
firstnick.push("dread");
firstnick.push("dome");
firstnick.push("dung");
firstnick.push("dish");
firstnick.push("dog");
firstnick.push("dark");
firstnick.push("dawg");
firstnick.push("excel");
firstnick.push("eel");
firstnick.push("electric");
firstnick.push("emotion");
firstnick.push("elite");
firstnick.push("egg");
firstnick.push("eon");
firstnick.push("eye");
firstnick.push("funky");
firstnick.push("fish");
firstnick.push("farter");
firstnick.push("finisher");
firstnick.push("first");
firstnick.push("full");
firstnick.push("fanny");
firstnick.push("fear");
firstnick.push("grime");
firstnick.push("gay");
firstnick.push("geck");
firstnick.push("gorgeous");
firstnick.push("giant");
firstnick.push("gigant");
firstnick.push("gifted");
firstnick.push("gravy");
firstnick.push("great");
firstnick.push("grand");
firstnick.push("good");
firstnick.push("groovy");
firstnick.push("hate");
firstnick.push("hat");
firstnick.push("hull");
firstnick.push("hole");
firstnick.push("happy");
firstnick.push("hideous");
firstnick.push("horrific");
firstnick.push("hula");
firstnick.push("hero");
firstnick.push("hyper");
firstnick.push("idiot");
firstnick.push("intense");
firstnick.push("irrita");
firstnick.push("ivory");
firstnick.push("ill");
firstnick.push("ion");
firstnick.push("jugs");
firstnick.push("joker");
firstnick.push("joy");
firstnick.push("jade");
firstnick.push("jump");
firstnick.push("job");
firstnick.push("jock");
firstnick.push("jaw");
firstnick.push("kill");
firstnick.push("kombat");
firstnick.push("kiss");
firstnick.push("kernel");
firstnick.push("KO");
firstnick.push("Klaus");
firstnick.push("loser");
firstnick.push("laugh");
firstnick.push("love");
firstnick.push("loose");
firstnick.push("lazy");
firstnick.push("leaf");
firstnick.push("loot");
firstnick.push("lace");
firstnick.push("monster");
firstnick.push("mighty");
firstnick.push("mystery");
firstnick.push("money");
firstnick.push("midget");
firstnick.push("maple");
firstnick.push("mate");
firstnick.push("max");
firstnick.push("nether");
firstnick.push("norse");
firstnick.push("notorious");
firstnick.push("noct");
firstnick.push("nap");
firstnick.push("noise");
firstnick.push("naval");
firstnick.push("null");
firstnick.push("ogre");
firstnick.push("owl");
firstnick.push("opera");
firstnick.push("oak");
firstnick.push("obnox");
firstnick.push("off");
firstnick.push("on");
firstnick.push("odd");
firstnick.push("play");
firstnick.push("power");
firstnick.push("plunder");
firstnick.push("photon");
firstnick.push("pro");
firstnick.push("pig");
firstnick.push("pear");
firstnick.push("quartz");
firstnick.push("quit");
firstnick.push("quick");
firstnick.push("quest");
firstnick.push("quiet");
firstnick.push("quiver");
firstnick.push("quat");
firstnick.push("rabid");
firstnick.push("robust");
firstnick.push("ringer");
firstnick.push("ripe");
firstnick.push("ravage");
firstnick.push("rainy");
firstnick.push("rancid");
firstnick.push("rear");
firstnick.push("soft");
firstnick.push("round");
firstnick.push("street");
firstnick.push("super");
firstnick.push("shove");
firstnick.push("saga");
firstnick.push("soft");
firstnick.push("shadow");
firstnick.push("small");
firstnick.push("sheer");
firstnick.push("sexy");
firstnick.push("slime");
firstnick.push("thunder");
firstnick.push("twat");
firstnick.push("twit");
firstnick.push("terminal");
firstnick.push("typo");
firstnick.push("terminator");
firstnick.push("transform");
firstnick.push("teleport");
firstnick.push("torture");
firstnick.push("taker");
firstnick.push("ultra");
firstnick.push("under");
firstnick.push("undie");
firstnick.push("up");
firstnick.push("usher");
firstnick.push("uller");
firstnick.push("ulser");
firstnick.push("voluptuous");
firstnick.push("viva");
firstnick.push("vex");
firstnick.push("vice");
firstnick.push("vapor");
firstnick.push("vague");
firstnick.push("wish");
firstnick.push("wash");
firstnick.push("wax");
firstnick.push("wabbit");
firstnick.push("wall");
firstnick.push("wonder");
firstnick.push("wiki");
firstnick.push("war");
firstnick.push("X");
firstnick.push("yawn");
firstnick.push("year");
firstnick.push("yummy");
firstnick.push("york");
firstnick.push("yay");
firstnick.push("yup");
firstnick.push("Z");
firstnick.push("zest");
firstnick.push("zoom");
firstnick.push("zap");
firstnick.push("zidane");
firstnick.push("zenny");
firstnick.push("zone");
Frame 14
secondnick = new Array();
secondnick.push("ass");
secondnick.push("apple");
secondnick.push("armor");
secondnick.push("angle");
secondnick.push("anchor");
secondnick.push("ape");
secondnick.push("angel");
secondnick.push("ace");
secondnick.push("boy");
secondnick.push("bear");
secondnick.push("beast");
secondnick.push("boar");
secondnick.push("bra");
secondnick.push("briefs");
secondnick.push("bull");
secondnick.push("boobs");
secondnick.push("bison");
secondnick.push("bikini");
secondnick.push("basher");
secondnick.push("butt");
secondnick.push("brick");
secondnick.push("cat");
secondnick.push("cop");
secondnick.push("chick");
secondnick.push("captain");
secondnick.push("commander");
secondnick.push("colonel");
secondnick.push("cleavage");
secondnick.push("cheese");
secondnick.push("crook");
secondnick.push("crack");
secondnick.push("champion");
secondnick.push("devil");
secondnick.push("demon");
secondnick.push("daemon");
secondnick.push("destiny");
secondnick.push("dentist");
secondnick.push("dog");
secondnick.push("dawg");
secondnick.push("deer");
secondnick.push("drake");
secondnick.push("dancer");
secondnick.push("demolisher");
secondnick.push("elephant");
secondnick.push("eye");
secondnick.push("email");
secondnick.push("eurica");
secondnick.push("ewok");
secondnick.push("emperor");
secondnick.push("elf");
secondnick.push("egghead");
secondnick.push("fighter");
secondnick.push("father");
secondnick.push("fanny");
secondnick.push("girl");
secondnick.push("guy");
secondnick.push("general");
secondnick.push("gal");
secondnick.push("gay");
secondnick.push("god");
secondnick.push("grid");
secondnick.push("gear");
secondnick.push("gun");
secondnick.push("hype");
secondnick.push("hair");
secondnick.push("hand");
secondnick.push("hyena");
secondnick.push("horse");
secondnick.push("idiot");
secondnick.push("illusionist");
secondnick.push("ion");
secondnick.push("ix");
secondnick.push("irony");
secondnick.push("iron");
secondnick.push("jockey");
secondnick.push("joker");
secondnick.push("jingler");
secondnick.push("knight");
secondnick.push("kombatant");
secondnick.push("kid");
secondnick.push("king");
secondnick.push("lady");
secondnick.push("light");
secondnick.push("lad");
secondnick.push("layer");
secondnick.push("laser");
secondnick.push("man");
secondnick.push("monster");
secondnick.push("maker");
secondnick.push("match");
secondnick.push("mister");
secondnick.push("mistress");
secondnick.push("master");
secondnick.push("misery");
secondnick.push("night");
secondnick.push("ninja");
secondnick.push("norm");
secondnick.push("nose");
secondnick.push("neanderthal");
secondnick.push("nexus");
secondnick.push("nipples");
secondnick.push("ogre");
secondnick.push("orc");
secondnick.push("ox");
secondnick.push("operator");
secondnick.push("odyssey");
secondnick.push("oz");
secondnick.push("player");
secondnick.push("punk");
secondnick.push("pawn");
secondnick.push("pwner");
secondnick.push("paladin");
secondnick.push("peddlar");
secondnick.push("pebble");
secondnick.push("pussy");
secondnick.push("punisher");
secondnick.push("poly");
secondnick.push("queen");
secondnick.push("rabbit");
secondnick.push("rogue");
secondnick.push("rod");
secondnick.push("round");
secondnick.push("sexy");
secondnick.push("sorceror");
secondnick.push("sorceress");
secondnick.push("stripper");
secondnick.push("samurai");
secondnick.push("shadow");
secondnick.push("slider");
secondnick.push("sensation");
secondnick.push("stud");
secondnick.push("soap");
secondnick.push("twat");
secondnick.push("twit");
secondnick.push("toot");
secondnick.push("troll");
secondnick.push("traitor");
secondnick.push("traveller");
secondnick.push("twister");
secondnick.push("taker");
secondnick.push("talon");
secondnick.push("thong");
secondnick.push("trunks");
secondnick.push("under");
secondnick.push("vixen");
secondnick.push("velvet");
secondnick.push("woman");
secondnick.push("warrior");
secondnick.push("warlock");
secondnick.push("warlord");
secondnick.push("X");
secondnick.push("yoyo");
secondnick.push("yogurt");
secondnick.push("Z");
Frame 15
stop();
Frame 16
stop();
Frame 17
stop();
Instance of Symbol 910 MovieClip in Frame 17
on (release) {
_root.play();
}
Frame 19
computerlevel = computerlevela;
_root.currentmusic = 1;
Instance of Symbol 2838 MovieClip "menun" in Frame 19
onClipEvent (load) {
if (_root.playmode == "versus") {
this.gotoAndPlay(_root.playmode);
} else if (_root.playmode == "gauntlet") {
if (_root[("gauntlet" + _root.gauntletplayer) + "win"] == 1) {
_root.gauntletwins++;
this.gotoAndStop("gauntletnext");
} else {
this.gotoAndStop("gauntletlost");
}
}
}
Frame 35
stop();
Frame 36
function make_my_name() {
tunak = random(5);
if (random(3) == 0) {
player[i].fname = firstnick[random(firstnick.length)];
player[i].lname = "";
if (random(4) > 0) {
if (random(2)) {
if (tunak == 0) {
player[i].fname = player[i].fname + "_of_";
} else {
player[i].fname = player[i].fname + "_";
}
}
if (random(4) == 0) {
player[i].lname = player[i].lname + firstnick[random(firstnick.length)];
} else {
player[i].lname = player[i].lname + secondnick[random(secondnick.length)];
}
if (tunak == 0) {
player[i].lname = player[i].lname + "s";
}
}
rrr = random(5);
if (rrr > 0) {
y = 1;
while (y <= rrr) {
player[i].lname = player[i].lname + random(10);
y++;
}
}
player[i].lname = player[i].lname + " ";
} else {
if (player[i].sex == 0) {
player[i].fname = names[random(names.length)] + " ";
} else {
player[i].fname = names2[random(names2.length)] + " ";
}
player[i].lname = surnames[random(surnames.length)] + " ";
}
}
var player = new Array();
i = 0;
while (i <= 199) {
player[i] = new Object();
player[i].sex = random(2);
if (i == 199) {
player[i].sex = _root.season_sex;
}
make_my_name();
wererer = 0;
while (wererer < i) {
if ((player[wererer].fname == player[i].fname) && (player[wererer].lname == player[i].lname)) {
make_my_name();
match++;
}
wererer++;
}
if (i == 199) {
player[i].fname = _root.season_fname + _root.season_nameseperator;
player[i].lname = _root.season_lname;
}
player[i].rank = 0;
player[i].loc = random(15);
if (i == 199) {
player[i].loc = 0;
}
player[i].wins = 0;
player[i].losses = 0;
player[i].points = 0;
player[i].sprite = getsprite();
if (i == 199) {
player[i].sprite = _root[_root.seasonpelir + "sprite"];
}
player[i].character = getchar(player[i].sprite);
player[i].ichampion = 0;
player[i].ichampiontimes = 0;
player[i].zchampion = 0;
player[i].zchampiontimes = 0;
player[i].wchampion = 0;
player[i].wchampiontimes = 0;
player[i].badges = 0;
player[i].skill = random(7) + 1;
player[i].controller = "c";
if (i == 199) {
player[i].controller = "p";
}
i++;
}
player.sortOn(["skill", "fname", "lname"], Array.CASEINSENSITIVE | Array.DESCENDING);
r1 = random(200);
while (player[r1].controller == "p") {
r1 = random(200);
}
player[r1].ichampion = 1;
player[r1].ichampiontimes++;
player[r1].wins = player[r1].wins + 7;
r2 = random(200);
while (player[r2].controller == "p") {
r2 = random(200);
}
player[r2].zchampion = 1;
player[r2].zchampiontimes++;
player[r2].wins = player[r2].wins + 4;
r3 = random(200);
while (player[r3].controller == "p") {
r3 = random(200);
}
player[r3].wchampion = 1;
player[r3].wchampiontimes++;
player[r3].wins = player[r3].wins + 10;
Frame 37
_root.newser = "";
_root.mustopennews = 0;
i = 0;
while (i <= 199) {
if (random(5) != 0) {
if ((((player[i].controller == "c") && (player[i].zchampion == 0)) && (player[i].ichampion == 0)) && (player[i].wchampion == 0)) {
if (random(player[i].skill + random(15 - player[i].skill)) < player[i].skill) {
player[i].wins++;
} else {
player[i].losses++;
}
}
}
i++;
}
player.sortOn(["points", "wins"], Array.DESCENDING | Array.NUMERIC);
i = 0;
while (i <= 199) {
player[i].rank = i + 1;
i++;
}
new_zchamp = 0;
new_ichamp = 0;
new_wchamp = 0;
io = 0;
zchamp = 1000;
ichamp = 1000;
wchamp = 1000;
while (io < 200) {
if (player[io].zchampion == 1) {
zchamp = io;
}
if (player[io].ichampion == 1) {
ichamp = io;
}
if (player[io].wchampion == 1) {
wchamp = io;
}
io++;
if (((zchamp != 1000) && (ichamp != 1000)) && (wchamp != 1000)) {
io = 201;
}
}
if ((random(3) == 0) && (player[zchamp].controller != "p")) {
_root.mustopennews = 1;
challenger1 = random(50);
while ((challenger1 == zchamp) || (player[challenger1].controller == "p")) {
challenger1 = random(50);
}
_root.newser = _root.newser + "<b>Zonal Championship</b><br>";
_root.newser = _root.newser + (((((player[challenger1].fname + player[challenger1].lname) + " vs ") + player[zchamp].fname) + player[zchamp].lname) + " [Champ]<br>");
if (random(10 - (player[challenger1].skill - player[zchamp].skill)) == 0) {
player[challenger1].zchampion = 1;
player[challenger1].zchampiontimes++;
player[zchamp].zchampion = 0;
player[challenger1].wins++;
player[zchamp].losses++;
new_zchamp = 1;
zchamp = challenger1;
_root.newser = _root.newser + ((("<font color='#AA0000'>" + player[challenger1].fname) + player[challenger1].lname) + " won and became the new Zonal Champion!<br>");
_root.newser = _root.newser + "<br></font>";
} else {
player[challenger1].losses++;
player[zchamp].wins++;
_root.newser = _root.newser + "The Champion successfully defended the Zonal Championship.<br><br>";
}
}
if ((random(3) == 0) && (player[ichamp].controller != "p")) {
_root.mustopennews = 1;
challenger2 = random(25);
while ((challenger2 == ichamp) || (player[challenger1].controller == "p")) {
challenger2 = random(25);
}
_root.newser = _root.newser + "<b>International Championship</b><br>";
_root.newser = _root.newser + (((((player[challenger2].fname + player[challenger2].lname) + " vs ") + player[ichamp].fname) + player[ichamp].lname) + " [Champ]<br>");
if (random(10 - (player[challenger2].skill - player[ichamp].skill)) == 0) {
player[challenger2].ichampion = 1;
player[challenger2].ichampiontimes++;
player[ichamp].ichampion = 0;
player[challenger2].wins++;
player[ichamp].losses++;
new_ichamp = 1;
ichamp = challenger2;
_root.newser = _root.newser + ((("<font color='#AA0000'>" + player[challenger2].fname) + player[challenger2].lname) + " won and became the new International Champion!<br>");
_root.newser = _root.newser + "<br></font>";
} else {
player[challenger2].losses++;
player[ichamp].wins++;
_root.newser = _root.newser + "The Champion successfully defended the International Championship.<br><br>";
}
}
if ((random(3) == 0) && (player[wchamp].controller != "p")) {
_root.mustopennews = 1;
challenger3 = random(10);
while ((challenger3 == wchamp) || (player[challenger1].controller == "p")) {
challenger3 = random(10);
}
_root.newser = _root.newser + "<b>World Championship</b><br>";
_root.newser = _root.newser + (((((player[challenger3].fname + player[challenger3].lname) + " vs ") + player[wchamp].fname) + player[wchamp].lname) + " [Champ]<br>");
if (random(10 - (player[challenger3].skill - player[wchamp].skill)) == 0) {
player[challenger3].wchampion = 1;
player[challenger3].wchampiontimes++;
player[wchamp].wchampion = 0;
player[challenger3].wins++;
player[wchamp].losses++;
new_wchamp = 1;
wchamp = challenger3;
_root.newser = _root.newser + ((("<font color='#AA0000'>" + player[challenger3].fname) + player[challenger3].lname) + " won and became the new World Champion!<br>");
_root.newser = _root.newser + "<br></font>";
} else {
player[challenger3].losses++;
player[wchamp].wins++;
_root.newser = _root.newser + "The Champion successfully defended the World Championship.<br><br>";
}
}
i = 0;
while (i <= 199) {
player[i].points = player[i].wins - player[i].losses;
i++;
}
i = 0;
while (i <= 199) {
if (player[i].controller == "c") {
if (random(10) == 0) {
player[i].skill = player[i].skill + (player[i].skill < 9);
} else if (random(10) == 1) {
player[i].skill = player[i].skill - (player[i].skill > 1);
}
} else {
player[i].skill = 1 + (int((player[i].wins / (player[i].losses + player[i].wins)) * 8) * ((player[i].wins + player[i].losses) > 5));
}
i++;
}
i = 0;
while (i <= 199) {
if (player[i].controller == "c") {
if (random(3) == 0) {
if (random(player[i].skill + 1) == 0) {
player[i].loc = player[i].loc - (random(3) + 1);
if (player[i].loc < 0) {
player[i].loc = 0;
}
} else {
player[i].loc = player[i].loc + (random(3) + 1);
if (player[i].loc > 14) {
player[i].loc = 14;
}
}
}
}
i++;
}
i = 0;
while (i <= 199) {
if (random(8) == 0) {
if (player[i].controller == "c") {
player[i].badges = player[i].badges + (player[i].badges < 15);
}
}
i++;
}
i = 0;
while (i <= 199) {
if (random(500) == 0) {
if (player[i].controller == "c") {
player[i].sprite = getsprite();
player[i].character = getchar(player[i].sprite);
}
}
i++;
}
Frame 38
i = 0;
while (i <= 199) {
if (player[i].controller == "p") {
me_arse = i;
break;
}
i++;
}
if (_root.battled == 1) {
if (_root[("season" + _root.seasonplayer) + "win"] == 1) {
player[me_arse].wins++;
player[season_oppnum].losses++;
if (_root.badgebattle == 1) {
_root["season_badge" + _root.season_location]++;
player[me_arse].badges++;
badgeanim.gotoAndStop("winner");
_root.badgebattle = 0;
} else if (_root.season_ztitlematch == 1) {
_root.mustopennews = 1;
player[me_arse].zchampion = 1;
_root.newser = _root.newser + "<b>Zonal Championship</b><br>";
if (_root.season_pchampnum != me_arse) {
_root.newser = _root.newser + (((((player[me_arse].fname + player[me_arse].lname) + " vs ") + player[season_oppnum].fname) + player[season_oppnum].lname) + " [Champ]<br>");
_root.newser = _root.newser + ((("<font color='#AA0000'>" + player[me_arse].fname) + player[me_arse].lname) + " won and became the new Zonal Champion!<br><br></font>");
badgeanim.gotoAndStop("winnert");
player[me_arse].zchampiontimes++;
} else {
_root.newser = _root.newser + (((((player[season_oppnum].fname + player[season_oppnum].lname) + " vs ") + player[me_arse].fname) + player[me_arse].lname) + " [Champ]<br>");
_root.newser = _root.newser + "The Champion successfully defended the Zonal Championship.<br><br>";
badgeanim.gotoAndStop("wint");
}
player[season_oppnum].zchampion = 0;
} else if (_root.season_ititlematch == 1) {
_root.mustopennews = 1;
player[me_arse].ichampion = 1;
_root.newser = _root.newser + "<b>International Championship</b><br>";
if (_root.season_pchampnum != me_arse) {
_root.newser = _root.newser + (((((player[me_arse].fname + player[me_arse].lname) + " vs ") + player[season_oppnum].fname) + player[season_oppnum].lname) + " [Champ]<br>");
_root.newser = _root.newser + ((("<font color='#AA0000'>" + player[me_arse].fname) + player[me_arse].lname) + " won and became the new International Champion!<br><br></font>");
badgeanim.gotoAndStop("winnert");
player[me_arse].ichampiontimes++;
} else {
_root.newser = _root.newser + (((((player[season_oppnum].fname + player[season_oppnum].lname) + " vs ") + player[me_arse].fname) + player[me_arse].lname) + " [Champ]<br>");
_root.newser = _root.newser + "The Champion successfully defended the International Championship.<br><br>";
badgeanim.gotoAndStop("wint");
}
player[season_oppnum].ichampion = 0;
} else if (_root.season_wtitlematch == 1) {
_root.mustopennews = 1;
player[me_arse].wchampion = 1;
_root.newser = _root.newser + "<b>World Championship</b><br>";
if (_root.season_pchampnum != me_arse) {
_root.newser = _root.newser + (((((player[me_arse].fname + player[me_arse].lname) + " vs ") + player[season_oppnum].fname) + player[season_oppnum].lname) + " [Champ]<br>");
_root.newser = _root.newser + ((("<font color='#AA0000'>" + player[me_arse].fname) + player[me_arse].lname) + " won and became the new World Champion!<br><br></font>");
badgeanim.gotoAndStop("winnert");
player[me_arse].wchampiontimes++;
} else {
_root.newser = _root.newser + (((((player[season_oppnum].fname + player[season_oppnum].lname) + " vs ") + player[me_arse].fname) + player[me_arse].lname) + " [Champ]<br>");
_root.newser = _root.newser + "The Champion successfully defended the World Championship.<br><br>";
badgeanim.gotoAndStop("wint");
}
player[season_oppnum].wchampion = 0;
}
} else {
player[me_arse].losses++;
player[season_oppnum].wins++;
if (_root.badgebattle == 1) {
badgeanim.gotoAndStop("loser");
_root.badgebattle = 0;
} else if (_root.season_ztitlematch == 1) {
_root.mustopennews = 1;
player[me_arse].zchampion = 0;
_root.newser = _root.newser + "<b>Zonal Championship</b><br>";
if (_root.season_pchampnum != me_arse) {
_root.newser = _root.newser + (((((player[me_arse].fname + player[me_arse].lname) + " vs ") + player[season_oppnum].fname) + player[season_oppnum].lname) + " [Champ]<br>");
_root.newser = _root.newser + "The Champion successfully defended the Zonal Championship.<br><br>";
badgeanim.gotoAndStop("losert");
} else {
_root.newser = _root.newser + (((((player[season_oppnum].fname + player[season_oppnum].lname) + " vs ") + player[me_arse].fname) + player[me_arse].lname) + " [Champ]<br>");
_root.newser = _root.newser + ((("<font color='#AA0000'>" + player[season_oppnum].fname) + player[season_oppnum].lname) + " won and became the new Zonal Champion!<br><br></font>");
player[season_oppnum].zchampiontimes++;
badgeanim.gotoAndStop("loset");
}
player[season_oppnum].zchampion = 1;
} else if (_root.season_ititlematch == 1) {
_root.mustopennews = 1;
player[me_arse].ichampion = 0;
_root.newser = _root.newser + "<b>International Championship</b><br>";
if (_root.season_pchampnum != me_arse) {
_root.newser = _root.newser + (((((player[me_arse].fname + player[me_arse].lname) + " vs ") + player[season_oppnum].fname) + player[season_oppnum].lname) + " [Champ]<br>");
_root.newser = _root.newser + "The Champion successfully defended the International Championship.<br><br>";
badgeanim.gotoAndStop("losert");
} else {
_root.newser = _root.newser + (((((player[season_oppnum].fname + player[season_oppnum].lname) + " vs ") + player[me_arse].fname) + player[me_arse].lname) + " [Champ]<br>");
_root.newser = _root.newser + ((("<font color='#AA0000'>" + player[season_oppnum].fname) + player[season_oppnum].lname) + " won and became the new International Champion!<br><br></font>");
player[season_oppnum].ichampiontimes++;
badgeanim.gotoAndStop("loset");
}
player[season_oppnum].ichampion = 1;
} else if (_root.season_wtitlematch == 1) {
_root.mustopennews = 1;
player[me_arse].wchampion = 0;
_root.newser = _root.newser + "<b>World Championship</b><br>";
if (_root.season_pchampnum != me_arse) {
_root.newser = _root.newser + (((((player[me_arse].fname + player[me_arse].lname) + " vs ") + player[season_oppnum].fname) + player[season_oppnum].lname) + " [Champ]<br>");
_root.newser = _root.newser + "The Champion successfully defended the World Championship.<br><br>";
badgeanim.gotoAndStop("losert");
} else {
_root.newser = _root.newser + (((((player[season_oppnum].fname + player[season_oppnum].lname) + " vs ") + player[me_arse].fname) + player[me_arse].lname) + " [Champ]<br>");
_root.newser = _root.newser + ((("<font color='#AA0000'>" + player[season_oppnum].fname) + player[season_oppnum].lname) + " won and became the new World Champion!<br><br></font>");
player[season_oppnum].wchampiontimes++;
badgeanim.gotoAndStop("loset");
}
player[season_oppnum].wchampion = 1;
}
}
player[me_arse].points = player[me_arse].wins - player[me_arse].losses;
player[season_oppnum].points = player[season_oppnum].wins - player[season_oppnum].losses;
_root.battled = 0;
}
if (player[me_arse].badges > 6) {
_root.season_unlock2 = 1;
}
player.sortOn(["points", "wins"], Array.DESCENDING | Array.NUMERIC);
i = 0;
while (i <= 199) {
player[i].rank = i + 1;
i++;
}
season_ztitlematch = 0;
season_ititlematch = 0;
season_wtitlematch = 0;
season_pchampnum = 0;
_root.gotoAndPlay("sea_son_noload");
Frame 39
seasonslot = SharedObject.getLocal("ac2season");
_root.player = new Array();
r = 0;
while (r <= 199) {
_root.player[r] = new Object();
r++;
}
if (seasonslot.data.exists != undefined) {
_root.player[0].sex = seasonslot.data.everybody[0].sex;
_root.player[0].fname = seasonslot.data.everybody[0].fname;
trace((seasonslot.data.everybody[0].fname + " ") + _root.player[0].fname);
_root.player[0].lname = seasonslot.data.everybody[0].lname;
_root.player[0].rank = seasonslot.data.everybody[0].rank;
_root.player[0].loc = seasonslot.data.everybody[0].loc;
_root.player[0].wins = seasonslot.data.everybody[0].wins;
_root.player[0].losses = seasonslot.data.everybody[0].losses;
_root.player[0].points = seasonslot.data.everybody[0].points;
_root.player[0].sprite = seasonslot.data.everybody[0].sprite;
_root.player[0].character = seasonslot.data.everybody[0].character;
_root.player[0].ichampion = seasonslot.data.everybody[0].ichampion;
_root.player[0].ichampiontimes = seasonslot.data.everybody[0].ichampiontimes;
_root.player[0].zchampion = seasonslot.data.everybody[0].zchampion;
_root.player[0].zchampiontimes = seasonslot.data.everybody[0].zchampiontimes;
_root.player[0].wchampion = seasonslot.data.everybody[0].wchampion;
_root.player[0].wchampiontimes = seasonslot.data.everybody[0].wchampiontimes;
_root.player[0].badges = seasonslot.data.everybody[0].badges;
_root.player[0].skill = seasonslot.data.everybody[0].skill;
_root.player[0].controller = seasonslot.data.everybody[0].controller;
_root.player[1].sex = seasonslot.data.everybody[1].sex;
_root.player[1].fname = seasonslot.data.everybody[1].fname;
_root.player[1].lname = seasonslot.data.everybody[1].lname;
_root.player[1].rank = seasonslot.data.everybody[1].rank;
_root.player[1].loc = seasonslot.data.everybody[1].loc;
_root.player[1].wins = seasonslot.data.everybody[1].wins;
_root.player[1].losses = seasonslot.data.everybody[1].losses;
_root.player[1].points = seasonslot.data.everybody[1].points;
_root.player[1].sprite = seasonslot.data.everybody[1].sprite;
_root.player[1].character = seasonslot.data.everybody[1].character;
_root.player[1].ichampion = seasonslot.data.everybody[1].ichampion;
_root.player[1].ichampiontimes = seasonslot.data.everybody[1].ichampiontimes;
_root.player[1].zchampion = seasonslot.data.everybody[1].zchampion;
_root.player[1].zchampiontimes = seasonslot.data.everybody[1].zchampiontimes;
_root.player[1].wchampion = seasonslot.data.everybody[1].wchampion;
_root.player[1].wchampiontimes = seasonslot.data.everybody[1].wchampiontimes;
_root.player[1].badges = seasonslot.data.everybody[1].badges;
_root.player[1].skill = seasonslot.data.everybody[1].skill;
_root.player[1].controller = seasonslot.data.everybody[1].controller;
_root.player[2].sex = seasonslot.data.everybody[2].sex;
_root.player[2].fname = seasonslot.data.everybody[2].fname;
_root.player[2].lname = seasonslot.data.everybody[2].lname;
_root.player[2].rank = seasonslot.data.everybody[2].rank;
_root.player[2].loc = seasonslot.data.everybody[2].loc;
_root.player[2].wins = seasonslot.data.everybody[2].wins;
_root.player[2].losses = seasonslot.data.everybody[2].losses;
_root.player[2].points = seasonslot.data.everybody[2].points;
_root.player[2].sprite = seasonslot.data.everybody[2].sprite;
_root.player[2].character = seasonslot.data.everybody[2].character;
_root.player[2].ichampion = seasonslot.data.everybody[2].ichampion;
_root.player[2].ichampiontimes = seasonslot.data.everybody[2].ichampiontimes;
_root.player[2].zchampion = seasonslot.data.everybody[2].zchampion;
_root.player[2].zchampiontimes = seasonslot.data.everybody[2].zchampiontimes;
_root.player[2].wchampion = seasonslot.data.everybody[2].wchampion;
_root.player[2].wchampiontimes = seasonslot.data.everybody[2].wchampiontimes;
_root.player[2].badges = seasonslot.data.everybody[2].badges;
_root.player[2].skill = seasonslot.data.everybody[2].skill;
_root.player[2].controller = seasonslot.data.everybody[2].controller;
_root.player[3].sex = seasonslot.data.everybody[3].sex;
_root.player[3].fname = seasonslot.data.everybody[3].fname;
_root.player[3].lname = seasonslot.data.everybody[3].lname;
_root.player[3].rank = seasonslot.data.everybody[3].rank;
_root.player[3].loc = seasonslot.data.everybody[3].loc;
_root.player[3].wins = seasonslot.data.everybody[3].wins;
_root.player[3].losses = seasonslot.data.everybody[3].losses;
_root.player[3].points = seasonslot.data.everybody[3].points;
_root.player[3].sprite = seasonslot.data.everybody[3].sprite;
_root.player[3].character = seasonslot.data.everybody[3].character;
_root.player[3].ichampion = seasonslot.data.everybody[3].ichampion;
_root.player[3].ichampiontimes = seasonslot.data.everybody[3].ichampiontimes;
_root.player[3].zchampion = seasonslot.data.everybody[3].zchampion;
_root.player[3].zchampiontimes = seasonslot.data.everybody[3].zchampiontimes;
_root.player[3].wchampion = seasonslot.data.everybody[3].wchampion;
_root.player[3].wchampiontimes = seasonslot.data.everybody[3].wchampiontimes;
_root.player[3].badges = seasonslot.data.everybody[3].badges;
_root.player[3].skill = seasonslot.data.everybody[3].skill;
_root.player[3].controller = seasonslot.data.everybody[3].controller;
_root.player[4].sex = seasonslot.data.everybody[4].sex;
_root.player[4].fname = seasonslot.data.everybody[4].fname;
_root.player[4].lname = seasonslot.data.everybody[4].lname;
_root.player[4].rank = seasonslot.data.everybody[4].rank;
_root.player[4].loc = seasonslot.data.everybody[4].loc;
_root.player[4].wins = seasonslot.data.everybody[4].wins;
_root.player[4].losses = seasonslot.data.everybody[4].losses;
_root.player[4].points = seasonslot.data.everybody[4].points;
_root.player[4].sprite = seasonslot.data.everybody[4].sprite;
_root.player[4].character = seasonslot.data.everybody[4].character;
_root.player[4].ichampion = seasonslot.data.everybody[4].ichampion;
_root.player[4].ichampiontimes = seasonslot.data.everybody[4].ichampiontimes;
_root.player[4].zchampion = seasonslot.data.everybody[4].zchampion;
_root.player[4].zchampiontimes = seasonslot.data.everybody[4].zchampiontimes;
_root.player[4].wchampion = seasonslot.data.everybody[4].wchampion;
_root.player[4].wchampiontimes = seasonslot.data.everybody[4].wchampiontimes;
_root.player[4].badges = seasonslot.data.everybody[4].badges;
_root.player[4].skill = seasonslot.data.everybody[4].skill;
_root.player[4].controller = seasonslot.data.everybody[4].controller;
_root.player[5].sex = seasonslot.data.everybody[5].sex;
_root.player[5].fname = seasonslot.data.everybody[5].fname;
_root.player[5].lname = seasonslot.data.everybody[5].lname;
_root.player[5].rank = seasonslot.data.everybody[5].rank;
_root.player[5].loc = seasonslot.data.everybody[5].loc;
_root.player[5].wins = seasonslot.data.everybody[5].wins;
_root.player[5].losses = seasonslot.data.everybody[5].losses;
_root.player[5].points = seasonslot.data.everybody[5].points;
_root.player[5].sprite = seasonslot.data.everybody[5].sprite;
_root.player[5].character = seasonslot.data.everybody[5].character;
_root.player[5].ichampion = seasonslot.data.everybody[5].ichampion;
_root.player[5].ichampiontimes = seasonslot.data.everybody[5].ichampiontimes;
_root.player[5].zchampion = seasonslot.data.everybody[5].zchampion;
_root.player[5].zchampiontimes = seasonslot.data.everybody[5].zchampiontimes;
_root.player[5].wchampion = seasonslot.data.everybody[5].wchampion;
_root.player[5].wchampiontimes = seasonslot.data.everybody[5].wchampiontimes;
_root.player[5].badges = seasonslot.data.everybody[5].badges;
_root.player[5].skill = seasonslot.data.everybody[5].skill;
_root.player[5].controller = seasonslot.data.everybody[5].controller;
_root.player[6].sex = seasonslot.data.everybody[6].sex;
_root.player[6].fname = seasonslot.data.everybody[6].fname;
_root.player[6].lname = seasonslot.data.everybody[6].lname;
_root.player[6].rank = seasonslot.data.everybody[6].rank;
_root.player[6].loc = seasonslot.data.everybody[6].loc;
_root.player[6].wins = seasonslot.data.everybody[6].wins;
_root.player[6].losses = seasonslot.data.everybody[6].losses;
_root.player[6].points = seasonslot.data.everybody[6].points;
_root.player[6].sprite = seasonslot.data.everybody[6].sprite;
_root.player[6].character = seasonslot.data.everybody[6].character;
_root.player[6].ichampion = seasonslot.data.everybody[6].ichampion;
_root.player[6].ichampiontimes = seasonslot.data.everybody[6].ichampiontimes;
_root.player[6].zchampion = seasonslot.data.everybody[6].zchampion;
_root.player[6].zchampiontimes = seasonslot.data.everybody[6].zchampiontimes;
_root.player[6].wchampion = seasonslot.data.everybody[6].wchampion;
_root.player[6].wchampiontimes = seasonslot.data.everybody[6].wchampiontimes;
_root.player[6].badges = seasonslot.data.everybody[6].badges;
_root.player[6].skill = seasonslot.data.everybody[6].skill;
_root.player[6].controller = seasonslot.data.everybody[6].controller;
_root.player[7].sex = seasonslot.data.everybody[7].sex;
_root.player[7].fname = seasonslot.data.everybody[7].fname;
_root.player[7].lname = seasonslot.data.everybody[7].lname;
_root.player[7].rank = seasonslot.data.everybody[7].rank;
_root.player[7].loc = seasonslot.data.everybody[7].loc;
_root.player[7].wins = seasonslot.data.everybody[7].wins;
_root.player[7].losses = seasonslot.data.everybody[7].losses;
_root.player[7].points = seasonslot.data.everybody[7].points;
_root.player[7].sprite = seasonslot.data.everybody[7].sprite;
_root.player[7].character = seasonslot.data.everybody[7].character;
_root.player[7].ichampion = seasonslot.data.everybody[7].ichampion;
_root.player[7].ichampiontimes = seasonslot.data.everybody[7].ichampiontimes;
_root.player[7].zchampion = seasonslot.data.everybody[7].zchampion;
_root.player[7].zchampiontimes = seasonslot.data.everybody[7].zchampiontimes;
_root.player[7].wchampion = seasonslot.data.everybody[7].wchampion;
_root.player[7].wchampiontimes = seasonslot.data.everybody[7].wchampiontimes;
_root.player[7].badges = seasonslot.data.everybody[7].badges;
_root.player[7].skill = seasonslot.data.everybody[7].skill;
_root.player[7].controller = seasonslot.data.everybody[7].controller;
_root.player[8].sex = seasonslot.data.everybody[8].sex;
_root.player[8].fname = seasonslot.data.everybody[8].fname;
_root.player[8].lname = seasonslot.data.everybody[8].lname;
_root.player[8].rank = seasonslot.data.everybody[8].rank;
_root.player[8].loc = seasonslot.data.everybody[8].loc;
_root.player[8].wins = seasonslot.data.everybody[8].wins;
_root.player[8].losses = seasonslot.data.everybody[8].losses;
_root.player[8].points = seasonslot.data.everybody[8].points;
_root.player[8].sprite = seasonslot.data.everybody[8].sprite;
_root.player[8].character = seasonslot.data.everybody[8].character;
_root.player[8].ichampion = seasonslot.data.everybody[8].ichampion;
_root.player[8].ichampiontimes = seasonslot.data.everybody[8].ichampiontimes;
_root.player[8].zchampion = seasonslot.data.everybody[8].zchampion;
_root.player[8].zchampiontimes = seasonslot.data.everybody[8].zchampiontimes;
_root.player[8].wchampion = seasonslot.data.everybody[8].wchampion;
_root.player[8].wchampiontimes = seasonslot.data.everybody[8].wchampiontimes;
_root.player[8].badges = seasonslot.data.everybody[8].badges;
_root.player[8].skill = seasonslot.data.everybody[8].skill;
_root.player[8].controller = seasonslot.data.everybody[8].controller;
_root.player[9].sex = seasonslot.data.everybody[9].sex;
_root.player[9].fname = seasonslot.data.everybody[9].fname;
_root.player[9].lname = seasonslot.data.everybody[9].lname;
_root.player[9].rank = seasonslot.data.everybody[9].rank;
_root.player[9].loc = seasonslot.data.everybody[9].loc;
_root.player[9].wins = seasonslot.data.everybody[9].wins;
_root.player[9].losses = seasonslot.data.everybody[9].losses;
_root.player[9].points = seasonslot.data.everybody[9].points;
_root.player[9].sprite = seasonslot.data.everybody[9].sprite;
_root.player[9].character = seasonslot.data.everybody[9].character;
_root.player[9].ichampion = seasonslot.data.everybody[9].ichampion;
_root.player[9].ichampiontimes = seasonslot.data.everybody[9].ichampiontimes;
_root.player[9].zchampion = seasonslot.data.everybody[9].zchampion;
_root.player[9].zchampiontimes = seasonslot.data.everybody[9].zchampiontimes;
_root.player[9].wchampion = seasonslot.data.everybody[9].wchampion;
_root.player[9].wchampiontimes = seasonslot.data.everybody[9].wchampiontimes;
_root.player[9].badges = seasonslot.data.everybody[9].badges;
_root.player[9].skill = seasonslot.data.everybody[9].skill;
_root.player[9].controller = seasonslot.data.everybody[9].controller;
_root.player[10].sex = seasonslot.data.everybody[10].sex;
_root.player[10].fname = seasonslot.data.everybody[10].fname;
_root.player[10].lname = seasonslot.data.everybody[10].lname;
_root.player[10].rank = seasonslot.data.everybody[10].rank;
_root.player[10].loc = seasonslot.data.everybody[10].loc;
_root.player[10].wins = seasonslot.data.everybody[10].wins;
_root.player[10].losses = seasonslot.data.everybody[10].losses;
_root.player[10].points = seasonslot.data.everybody[10].points;
_root.player[10].sprite = seasonslot.data.everybody[10].sprite;
_root.player[10].character = seasonslot.data.everybody[10].character;
_root.player[10].ichampion = seasonslot.data.everybody[10].ichampion;
_root.player[10].ichampiontimes = seasonslot.data.everybody[10].ichampiontimes;
_root.player[10].zchampion = seasonslot.data.everybody[10].zchampion;
_root.player[10].zchampiontimes = seasonslot.data.everybody[10].zchampiontimes;
_root.player[10].wchampion = seasonslot.data.everybody[10].wchampion;
_root.player[10].wchampiontimes = seasonslot.data.everybody[10].wchampiontimes;
_root.player[10].badges = seasonslot.data.everybody[10].badges;
_root.player[10].skill = seasonslot.data.everybody[10].skill;
_root.player[10].controller = seasonslot.data.everybody[10].controller;
_root.player[11].sex = seasonslot.data.everybody[11].sex;
_root.player[11].fname = seasonslot.data.everybody[11].fname;
_root.player[11].lname = seasonslot.data.everybody[11].lname;
_root.player[11].rank = seasonslot.data.everybody[11].rank;
_root.player[11].loc = seasonslot.data.everybody[11].loc;
_root.player[11].wins = seasonslot.data.everybody[11].wins;
_root.player[11].losses = seasonslot.data.everybody[11].losses;
_root.player[11].points = seasonslot.data.everybody[11].points;
_root.player[11].sprite = seasonslot.data.everybody[11].sprite;
_root.player[11].character = seasonslot.data.everybody[11].character;
_root.player[11].ichampion = seasonslot.data.everybody[11].ichampion;
_root.player[11].ichampiontimes = seasonslot.data.everybody[11].ichampiontimes;
_root.player[11].zchampion = seasonslot.data.everybody[11].zchampion;
_root.player[11].zchampiontimes = seasonslot.data.everybody[11].zchampiontimes;
_root.player[11].wchampion = seasonslot.data.everybody[11].wchampion;
_root.player[11].wchampiontimes = seasonslot.data.everybody[11].wchampiontimes;
_root.player[11].badges = seasonslot.data.everybody[11].badges;
_root.player[11].skill = seasonslot.data.everybody[11].skill;
_root.player[11].controller = seasonslot.data.everybody[11].controller;
_root.player[12].sex = seasonslot.data.everybody[12].sex;
_root.player[12].fname = seasonslot.data.everybody[12].fname;
_root.player[12].lname = seasonslot.data.everybody[12].lname;
_root.player[12].rank = seasonslot.data.everybody[12].rank;
_root.player[12].loc = seasonslot.data.everybody[12].loc;
_root.player[12].wins = seasonslot.data.everybody[12].wins;
_root.player[12].losses = seasonslot.data.everybody[12].losses;
_root.player[12].points = seasonslot.data.everybody[12].points;
_root.player[12].sprite = seasonslot.data.everybody[12].sprite;
_root.player[12].character = seasonslot.data.everybody[12].character;
_root.player[12].ichampion = seasonslot.data.everybody[12].ichampion;
_root.player[12].ichampiontimes = seasonslot.data.everybody[12].ichampiontimes;
_root.player[12].zchampion = seasonslot.data.everybody[12].zchampion;
_root.player[12].zchampiontimes = seasonslot.data.everybody[12].zchampiontimes;
_root.player[12].wchampion = seasonslot.data.everybody[12].wchampion;
_root.player[12].wchampiontimes = seasonslot.data.everybody[12].wchampiontimes;
_root.player[12].badges = seasonslot.data.everybody[12].badges;
_root.player[12].skill = seasonslot.data.everybody[12].skill;
_root.player[12].controller = seasonslot.data.everybody[12].controller;
_root.player[13].sex = seasonslot.data.everybody[13].sex;
_root.player[13].fname = seasonslot.data.everybody[13].fname;
_root.player[13].lname = seasonslot.data.everybody[13].lname;
_root.player[13].rank = seasonslot.data.everybody[13].rank;
_root.player[13].loc = seasonslot.data.everybody[13].loc;
_root.player[13].wins = seasonslot.data.everybody[13].wins;
_root.player[13].losses = seasonslot.data.everybody[13].losses;
_root.player[13].points = seasonslot.data.everybody[13].points;
_root.player[13].sprite = seasonslot.data.everybody[13].sprite;
_root.player[13].character = seasonslot.data.everybody[13].character;
_root.player[13].ichampion = seasonslot.data.everybody[13].ichampion;
_root.player[13].ichampiontimes = seasonslot.data.everybody[13].ichampiontimes;
_root.player[13].zchampion = seasonslot.data.everybody[13].zchampion;
_root.player[13].zchampiontimes = seasonslot.data.everybody[13].zchampiontimes;
_root.player[13].wchampion = seasonslot.data.everybody[13].wchampion;
_root.player[13].wchampiontimes = seasonslot.data.everybody[13].wchampiontimes;
_root.player[13].badges = seasonslot.data.everybody[13].badges;
_root.player[13].skill = seasonslot.data.everybody[13].skill;
_root.player[13].controller = seasonslot.data.everybody[13].controller;
_root.player[14].sex = seasonslot.data.everybody[14].sex;
_root.player[14].fname = seasonslot.data.everybody[14].fname;
_root.player[14].lname = seasonslot.data.everybody[14].lname;
_root.player[14].rank = seasonslot.data.everybody[14].rank;
_root.player[14].loc = seasonslot.data.everybody[14].loc;
_root.player[14].wins = seasonslot.data.everybody[14].wins;
_root.player[14].losses = seasonslot.data.everybody[14].losses;
_root.player[14].points = seasonslot.data.everybody[14].points;
_root.player[14].sprite = seasonslot.data.everybody[14].sprite;
_root.player[14].character = seasonslot.data.everybody[14].character;
_root.player[14].ichampion = seasonslot.data.everybody[14].ichampion;
_root.player[14].ichampiontimes = seasonslot.data.everybody[14].ichampiontimes;
_root.player[14].zchampion = seasonslot.data.everybody[14].zchampion;
_root.player[14].zchampiontimes = seasonslot.data.everybody[14].zchampiontimes;
_root.player[14].wchampion = seasonslot.data.everybody[14].wchampion;
_root.player[14].wchampiontimes = seasonslot.data.everybody[14].wchampiontimes;
_root.player[14].badges = seasonslot.data.everybody[14].badges;
_root.player[14].skill = seasonslot.data.everybody[14].skill;
_root.player[14].controller = seasonslot.data.everybody[14].controller;
_root.player[15].sex = seasonslot.data.everybody[15].sex;
_root.player[15].fname = seasonslot.data.everybody[15].fname;
_root.player[15].lname = seasonslot.data.everybody[15].lname;
_root.player[15].rank = seasonslot.data.everybody[15].rank;
_root.player[15].loc = seasonslot.data.everybody[15].loc;
_root.player[15].wins = seasonslot.data.everybody[15].wins;
_root.player[15].losses = seasonslot.data.everybody[15].losses;
_root.player[15].points = seasonslot.data.everybody[15].points;
_root.player[15].sprite = seasonslot.data.everybody[15].sprite;
_root.player[15].character = seasonslot.data.everybody[15].character;
_root.player[15].ichampion = seasonslot.data.everybody[15].ichampion;
_root.player[15].ichampiontimes = seasonslot.data.everybody[15].ichampiontimes;
_root.player[15].zchampion = seasonslot.data.everybody[15].zchampion;
_root.player[15].zchampiontimes = seasonslot.data.everybody[15].zchampiontimes;
_root.player[15].wchampion = seasonslot.data.everybody[15].wchampion;
_root.player[15].wchampiontimes = seasonslot.data.everybody[15].wchampiontimes;
_root.player[15].badges = seasonslot.data.everybody[15].badges;
_root.player[15].skill = seasonslot.data.everybody[15].skill;
_root.player[15].controller = seasonslot.data.everybody[15].controller;
_root.player[16].sex = seasonslot.data.everybody[16].sex;
_root.player[16].fname = seasonslot.data.everybody[16].fname;
_root.player[16].lname = seasonslot.data.everybody[16].lname;
_root.player[16].rank = seasonslot.data.everybody[16].rank;
_root.player[16].loc = seasonslot.data.everybody[16].loc;
_root.player[16].wins = seasonslot.data.everybody[16].wins;
_root.player[16].losses = seasonslot.data.everybody[16].losses;
_root.player[16].points = seasonslot.data.everybody[16].points;
_root.player[16].sprite = seasonslot.data.everybody[16].sprite;
_root.player[16].character = seasonslot.data.everybody[16].character;
_root.player[16].ichampion = seasonslot.data.everybody[16].ichampion;
_root.player[16].ichampiontimes = seasonslot.data.everybody[16].ichampiontimes;
_root.player[16].zchampion = seasonslot.data.everybody[16].zchampion;
_root.player[16].zchampiontimes = seasonslot.data.everybody[16].zchampiontimes;
_root.player[16].wchampion = seasonslot.data.everybody[16].wchampion;
_root.player[16].wchampiontimes = seasonslot.data.everybody[16].wchampiontimes;
_root.player[16].badges = seasonslot.data.everybody[16].badges;
_root.player[16].skill = seasonslot.data.everybody[16].skill;
_root.player[16].controller = seasonslot.data.everybody[16].controller;
_root.player[17].sex = seasonslot.data.everybody[17].sex;
_root.player[17].fname = seasonslot.data.everybody[17].fname;
_root.player[17].lname = seasonslot.data.everybody[17].lname;
_root.player[17].rank = seasonslot.data.everybody[17].rank;
_root.player[17].loc = seasonslot.data.everybody[17].loc;
_root.player[17].wins = seasonslot.data.everybody[17].wins;
_root.player[17].losses = seasonslot.data.everybody[17].losses;
_root.player[17].points = seasonslot.data.everybody[17].points;
_root.player[17].sprite = seasonslot.data.everybody[17].sprite;
_root.player[17].character = seasonslot.data.everybody[17].character;
_root.player[17].ichampion = seasonslot.data.everybody[17].ichampion;
_root.player[17].ichampiontimes = seasonslot.data.everybody[17].ichampiontimes;
_root.player[17].zchampion = seasonslot.data.everybody[17].zchampion;
_root.player[17].zchampiontimes = seasonslot.data.everybody[17].zchampiontimes;
_root.player[17].wchampion = seasonslot.data.everybody[17].wchampion;
_root.player[17].wchampiontimes = seasonslot.data.everybody[17].wchampiontimes;
_root.player[17].badges = seasonslot.data.everybody[17].badges;
_root.player[17].skill = seasonslot.data.everybody[17].skill;
_root.player[17].controller = seasonslot.data.everybody[17].controller;
_root.player[18].sex = seasonslot.data.everybody[18].sex;
_root.player[18].fname = seasonslot.data.everybody[18].fname;
_root.player[18].lname = seasonslot.data.everybody[18].lname;
_root.player[18].rank = seasonslot.data.everybody[18].rank;
_root.player[18].loc = seasonslot.data.everybody[18].loc;
_root.player[18].wins = seasonslot.data.everybody[18].wins;
_root.player[18].losses = seasonslot.data.everybody[18].losses;
_root.player[18].points = seasonslot.data.everybody[18].points;
_root.player[18].sprite = seasonslot.data.everybody[18].sprite;
_root.player[18].character = seasonslot.data.everybody[18].character;
_root.player[18].ichampion = seasonslot.data.everybody[18].ichampion;
_root.player[18].ichampiontimes = seasonslot.data.everybody[18].ichampiontimes;
_root.player[18].zchampion = seasonslot.data.everybody[18].zchampion;
_root.player[18].zchampiontimes = seasonslot.data.everybody[18].zchampiontimes;
_root.player[18].wchampion = seasonslot.data.everybody[18].wchampion;
_root.player[18].wchampiontimes = seasonslot.data.everybody[18].wchampiontimes;
_root.player[18].badges = seasonslot.data.everybody[18].badges;
_root.player[18].skill = seasonslot.data.everybody[18].skill;
_root.player[18].controller = seasonslot.data.everybody[18].controller;
_root.player[19].sex = seasonslot.data.everybody[19].sex;
_root.player[19].fname = seasonslot.data.everybody[19].fname;
_root.player[19].lname = seasonslot.data.everybody[19].lname;
_root.player[19].rank = seasonslot.data.everybody[19].rank;
(_root.player[19]);// not popped
(seasonslot.data);// not popped
}
while (i <= 199) {
if (player[i].controller == "p") {
me_arse = i;
break;
}
i++;
}
_root.player[me_arse].sprite = _root[_root.seasonpelir + "sprite"];
_root.player[me_arse].character = getchar(_root.player[me_arse].sprite);
Frame 51
_root.currentmusic = 2;
_root.gotoAndStop(_root.map);
Instance of Symbol 3026 MovieClip "nuisance" in Frame 51
onClipEvent (load) {
if (_root.mustopennews == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Frame 52
_root.currentmusic = 2;
stop();
Instance of Symbol 3031 MovieClip in Frame 52
onClipEvent (enterFrame) {
this.gotoAndStop(_root.season_location + 1);
}
Frame 53
_root.currentmusic = 2;
stop();
Frame 54
_root[("story" + _root.storyplayer) + "win"] = 0;
_root[("story" + _root.storyopp) + "win"] = 0;
Frame 64
_root.gotoAndStop("s" + _root.storysap);
Frame 65
_root.currentmusic = 3;
_root.computerlevel = 3;
_root.smsg = "Dohn McCarl, warrior in training, finally got accepted as one of the Aevarrian Defenders.";
_root.storysap = 1;
Instance of Symbol 3285 MovieClip in Frame 65
on (release) {
_root.nextFrame();
}
onClipEvent (keyUp) {
if (Key.getCode() == 32) {
_root.nextFrame();
}
}
Frame 66
_root.smsg = "On the second day of service as a defender, Dohn stumbled upon a fellow defender, Eric.";
Frame 67
_root.smsg = "Eric: Dohn, eh? You are supposed to be... good with that sword of yours?";
Frame 68
_root.smsg = "Dohn: Right... and you are...";
Frame 69
_root.smsg = "Eric: I am Eric Wing. A defender of Aevarria. Just like yourself.";
Frame 70
_root.smsg = "Dohn: Well then. It would be a pleasure fighting side by side with you.";
Frame 71
_root.smsg = "Eric: Woah. Hold on there for a second. First, you need to prove yourself worthy to do that.";
Frame 72
_root.smsg = "Dohn: And... how exactly can I do that?";
Frame 73
_root.smsg = "Eric: Simple. We fight!";
Frame 74
_root.currentmusic = 6;
_root[_root.storyopocot + "sprite"] = "ericwing";
_root[_root.storyopp + "name"] = "Eric Wing";
_root[_root.storypelir + "sprite"] = "dohn";
_root[_root.storyplayer + "name"] = "Dohn McCarl";
_root.gamebg = 3;
_root.gotoAndPlay("fight");
Frame 75
_root.currentmusic = 3;
_root.smsg = "After defeating Eric Wing, Dohn has proven himself ever worthy of becoming an Aevarrian defender.";
Frame 76
_root.smsg = "King Aevarron issued special orders to Dohn to search and apprehend a goblin thief in Escord.";
Frame 77
_root.smsg = "But when he arrived there...";
Frame 78
_root.smsg = "Dohn: ...";
Frame 79
_root.smsg = "Rayne: Is this what you are looking for?";
Frame 80
_root.smsg = "Dohn: Rayne?! What are you doing? That's *my* catch.";
Frame 81
_root.smsg = "Rayne: Yes. I know.";
Frame 82
_root.smsg = "Dohn: Give him to me.";
Frame 83
_root.smsg = "Rayne: OK.";
Frame 84
_root.smsg = "Dohn: Well then. Hand it over!";
Frame 85
_root.smsg = "Rayne: ...";
Frame 86
_root.smsg = "Dohn: Do I need to pry that goblin from your cold dry hands after I finish you off?";
Frame 87
_root.smsg = "Rayne: Tell me how you got to be a defender.";
Frame 88
_root.smsg = "Dohn: I...";
Frame 89
_root.smsg = "Rayne: You actually have the audacity to call yourself an Aevarrian defender. You have NO ROYAL BLOOD!";
Frame 90
_root.smsg = "Dohn: Royal Blood? You need not have that to be a defender. You just have to be good enough.";
Frame 91
_root.smsg = "Rayne: If you have no royal blood... then you are NOT good enough.";
Frame 92
_root.smsg = "Dohn: What?!";
Frame 93
_root.smsg = "Rayne: That's why I am bringing this goblin home to Accort.";
Frame 94
_root.smsg = "Dohn: I had special orders to bring that goblin back, so please, this is my last request. Hand him over.";
Frame 95
_root.smsg = "Rayne: Then come get him.";
Frame 96
_root.currentmusic = 6;
_root[_root.storyopocot + "sprite"] = "rayne";
_root[_root.storyopp + "name"] = "Rayne";
_root[_root.storypelir + "sprite"] = "dohn";
_root[_root.storyplayer + "name"] = "Dohn McCarl";
_root.gamebg = 8;
_root.gotoAndPlay("fight");
Frame 97
_root.currentmusic = 3;
_root.smsg = "Rayne: I guess you are right. You beat me fair and square. You HAVE the potential to be a defender.";
Frame 98
_root.smsg = "Dohn: What did I tell you?";
Frame 99
_root.smsg = "Rayne: OK then, let's get this goblin back to Accort. You can take him.";
Frame 100
_root.smsg = "Back in Accort, the King's city of Aevarria...";
Frame 101
_root.smsg = "Eric: Rayne! Dohn! King Aevarron wants us to go scout out the riots in Trohen.";
Frame 102
_root.smsg = "Rayne: Then Trohen here we go.";
Frame 103
_root.smsg = "Dohn: Trohen... ain't that the city of magic? The everlasting rendezvous of the wizards and sorcerors?";
Frame 104
_root.smsg = "Eric: That's how I heard it.";
Frame 105
_root.currentmusic = 4;
_root.mmmk.gotoAndStop(1);
_root.smsg = "The 3 defenders arrived at Trohen to see a huge gathering of magic practitioners rioting outside an armory.";
Frame 106
_root.smsg = "Eric: Holy crap.";
Frame 107
_root.smsg = "Dohn: We're gonna stop that. ... Right?";
Frame 108
_root.smsg = "Eric: Our orders were to scout out the riots. But if we leave this whole happening as it is...";
Frame 109
_root.smsg = "Rayne: That armory over there won't last long 'as it is' right now.";
Frame 110
_root.smsg = "A sorceror fired 5 magic missiles at the armory roof. Dohn, Eric and Rayne drew their weapons, preparing themselves for battle.";
Frame 111
_root.smsg = "A woman in a cloak appeared right out of an aura smoke right in front of the defenders. She seemed to be some sort of sorceress.";
Frame 112
_root.smsg = "Rayne: Who the...";
Frame 113
_root.smsg = "Kerin: Hold on there. I am Kerin, a sorceress, and I live here in Trohen. Things are under control. You three should leave.";
Frame 114
_root.smsg = "Rayne: Under control? UNDER CONTROL?! Look!";
Frame 115
_root.smsg = "They witnessed piece after piece of wood fall off of the Armory.";
Frame 116
_root.smsg = "Kerin spotted a silver emblem hanging from Rayne's backpack.";
Frame 117
_root.smsg = "Kerin: What the... that thing? You are the nincompoops who burnt all those magical items.";
Frame 118
_root.smsg = "Eric: Alright, nincompoop isn't really the word to use... but... what magical items?";
Frame 119
_root.smsg = "Kerin: Don't you know how important those items were? You are not getting away!";
Frame 120
_root.smsg = "Rayne: What's the matter with this emblem? I bought it from some guy on the way here. This proves that we started what?!";
Frame 121
_root.smsg = "Kerin: You can ask the Lord of the Death after I am done with you!!";
Frame 122
_root.currentmusic = 8;
_root[_root.storyopocot + "sprite"] = "kerin";
_root[_root.storyopp + "name"] = "Kerin Smalle";
_root[_root.storypelir + "sprite"] = "rayne";
_root[_root.storyplayer + "name"] = "Rayne";
_root.gamebg = 6;
_root.gotoAndPlay("fight");
Frame 123
_root.currentmusic = 3;
_root.smsg = "Kerin lost and teleported away to wherever she came from.";
Frame 124
_root.smsg = "Dohn: What's with this emblem? How come we got the blame?";
Frame 125
_root.smsg = "Eric: It's a setup Dohn. That's what it is, a damn setup.";
Frame 126
_root.smsg = "Rayne: The whole Armory is down in flames. There ain't nothing we can do now.";
Frame 127
_root.smsg = "The 3 defenders made their way back to Accort to report their findings to King Aevarron.";
Frame 128
_root.smsg = "Suddenly, an explosion thundered through the halls of Castle Aevarria, and it seemed to have come from the coliseum.";
Frame 129
_root.currentmusic = 4;
_root.mmmk.gotoAndStop(1);
_root.smsg = "Eric went to check it out and he saw a thin guy with a rapier.";
Frame 130
_root.smsg = "Vanguard: I am Von Vanguard, and I am here to conquer the coliseum. So, an Aevarrian defender has decided to show.";
Frame 131
_root.smsg = "Eric: ?";
Frame 132
_root.smsg = "Vanguard: Soon, this place will be called The Vanguard Coliseum.";
Frame 133
_root.smsg = "Eric: Yeah? And how do you plan on taking over?";
Frame 134
_root.smsg = "Vanguard: There are two ways. You can give it to me or I will take it. En garde!";
Frame 135
_root.currentmusic = 9;
_root.computerlevel = 4;
_root[_root.storyopocot + "sprite"] = "vanguard";
_root[_root.storyopp + "name"] = "Von Vanguard";
_root[_root.storypelir + "sprite"] = "ericwing";
_root[_root.storyplayer + "name"] = "Eric Wing";
_root.gamebg = 4;
_root.gotoAndPlay("fight");
Frame 136
_root.currentmusic = 4;
_root.smsg = "Vanguard: Damn it. Fool! The coliseum would have been better off with my ownership.";
Frame 137
_root.smsg = "Eric: Yea yea. You lost, so please leave, or else.";
Frame 138
_root.smsg = "Vanguard: If I can't have it, neither will you!";
Frame 139
_root.smsg = "With that, Vanguard fired a magical shot from his rapier, destroying the coliseum walls.";
Frame 140
_root.smsg = "Eric had to dodge the bricks falling right at him. Dohn and Rayne rushed to the scene, just to get caught in the debris.";
Frame 141
_root.smsg = "Eric: This guy has gone nuts. He's tearing the coliseum apart!!";
Frame 142
_root.smsg = "Princess Aen: Not if I can help it.";
Frame 143
_root.smsg = "Dohn: Princess Aen!";
Frame 144
_root.smsg = "Rayne: Now he is doomed.";
Frame 145
_root.smsg = "Princess Aen floated over Vanguard and landed behind him.";
Frame 146
_root.smsg = "Vanguard: Baby! You want a piece of me? Well, Eric thought he could beat me. And he thought he did, until I smashed the coliseum.";
Frame 147
_root.smsg = "Eric: What a load of bull. I defeated you.";
Frame 148
_root.smsg = "Vanguard: Princess or Eric or whatever. You are going down and joining the ashes of this coliseum.";
Frame 149
_root.currentmusic = 9;
_root[_root.storyopocot + "sprite"] = "vanguard";
_root[_root.storyopp + "name"] = "Von Vanguard";
_root[_root.storypelir + "sprite"] = "aen";
_root[_root.storyplayer + "name"] = "Princess Aen";
_root.gamebg = 4;
_root.gotoAndPlay("fight");
Frame 150
_root.currentmusic = 3;
_root.smsg = "Von Vanguard was defeated and arrested, with the help of Princess Aen.";
Frame 151
_root.smsg = "But a new threat had broken out to the southeast of Accort, right in the heart of Aevarria, the Grand Desert.";
Frame 152
_root.smsg = "The orcs had arisen from Athmazar to storm the Aevarrian lands, both inhabited and uninhabited.";
Frame 153
_root.smsg = "Knowing that there was no sane way to battle the orcs with the warpower that the Aevarrian Kingdom had, Dohn left Aevarria to seek help.";
Frame 154
_root.smsg = "Arriving at Olandor, the province of mysteries, Dohn sought a powerful Ogre named Gor-Khan and discovered him in an underground cave.";
Frame 155
_root.smsg = "Gor Khan: Who seeks me?";
Frame 156
_root.smsg = "Dohn: The name is Dohn. Defender of...";
Frame 157
_root.smsg = "Gor Khan: Aevarria. Yes, I have heard of you. Your reputation preceeds you.";
Frame 158
_root.smsg = "Dohn: Wow. I am flattered.";
Frame 159
_root.smsg = "Gor Khan: What help could a noble warrior just like yourself need?";
Frame 160
_root.smsg = "Dohn explains the whole situation to Gor Khan and how he needed some ogre mercenary help to counter the orcish invasion. ";
Frame 161
_root.smsg = "Dohn: I understand that the ogres have a history of aligning with the orcs but this time the orcs have gone too far.";
Frame 162
_root.smsg = "Gor Khan: I agree, but I will only agree on one condition. You have to defeat me in combat.";
Frame 163
_root.smsg = "Dohn: I really don't want to fight you.";
Frame 164
_root.smsg = "Gor Khan: Because I overpower you in size and strength?";
Frame 165
_root.smsg = "Dohn: Among other reasons. But I fight evil, something that you are not. If you insist, then get ready.";
Frame 166
_root.currentmusic = 5;
_root[_root.storyopocot + "sprite"] = "gorkhan";
_root[_root.storyopp + "name"] = "Gor Khan";
_root[_root.storypelir + "sprite"] = "dohn";
_root[_root.storyplayer + "name"] = "Dohn McCarl";
_root.gamebg = 5;
_root.gotoAndPlay("fight");
Frame 167
_root.currentmusic = 4;
_root.smsg = "Dohn got the alliance of the ogres. The orcs stormed their way up and were converging on Piccord.";
Frame 168
_root.smsg = "They arrived at Walad and were terrorizing the city, killing civillians and leaving corpses along the road.";
Frame 169
_root.smsg = "Dohn and Gor Khan battled the orcs and got wounded. That was when the orcish supreme commander Ganzoric appeared.";
Frame 170
_root.smsg = "Ganzoric: Fools. You don't stand a chance. Now you are all bloodied. I feel sorry for your families.";
Frame 171
_root.smsg = "Dohn: We will fight till our last breath.";
Frame 172
_root.smsg = "Gor Khan: Don't be silly. We need to retreat.";
Frame 173
_root.smsg = "Dohn: And let this evil being destroy Wallad and take over Piccord? No way!";
Frame 174
_root.smsg = "Ganzoric: Well well. I am going to enjoy myself doing this.";
Frame 175
_root.smsg = "Voice: Doing what?";
Frame 176
_root.smsg = "Dohn: Who's that?!";
Frame 177
_root.smsg = "Arrow Avenger: They call me the Avenger. Arrow Avenger. Damn Orc, get ready to meet your maker.";
Frame 178
_root.smsg = "Ganzoric: I see. I will meet my maker but you will meet yours first!";
Frame 179
_root.currentmusic = 5;
_root[_root.storyopocot + "sprite"] = "ganzoric";
_root[_root.storyopp + "name"] = "Ganzoric";
_root[_root.storypelir + "sprite"] = "aa";
_root[_root.storyplayer + "name"] = "Arrow Avenger";
_root.gamebg = 7;
_root.gotoAndPlay("fight");
Frame 180
_root.currentmusic = 3;
_root.smsg = "With the Orc leader defeated, the orcish horde retreated back to Athmazar. Aevarria was once again safe.";
Frame 181
_root.smsg = "Rayne: Hey Eric! I've got a letter addressed to you.";
Frame 182
_root.smsg = "Eric: Hey, I seldom get any of these.";
Frame 183
_root.smsg = "Dohn: Yea? Let's see what's inside.";
Frame 184
_root.smsg = "Eric: 'Dear Eric. You are actually not so dear to me, that was just for formality.' Yea right.";
Frame 185
_root.smsg = "Eric: 'I know that I am the greatest martial artist ever but I have been asked to prove it.'";
Frame 186
_root.smsg = "Eric: 'What better way to do it than to defeat you, an Aevarrian Defender, in the coliseum?'";
Frame 187
_root.smsg = "Rayne: Ooo. Sounds like a challenge.";
Frame 188
_root.smsg = "Eric: 'Meet me in the coliseum if you are man enough. We will do battle. I won't go so hard on you. Sign Isaar'";
Frame 189
_root.smsg = "Dohn: Isaar, huh? You are in trouble.";
Frame 190
_root.smsg = "Eric: Hey, I'm not afraid of him.";
Frame 191
_root.smsg = "Rayne: Now. But what about when you meet him face to face?";
Frame 192
_root.currentmusic = 4;
_root.mmmk.gotoAndStop(1);
_root.smsg = "The day arrived. Isaar and Eric stepped into the coliseum. A few minutes of staredown started their confrontation...";
Frame 193
_root.smsg = "And without a word, Isaar launched the first attack!";
Frame 194
_root.currentmusic = 8;
_root.computerlevel = 5;
_root[_root.storyopocot + "sprite"] = "isaar";
_root[_root.storyopp + "name"] = "Isaar";
_root[_root.storypelir + "sprite"] = "ericwing";
_root[_root.storyplayer + "name"] = "Eric Wing";
_root.gamebg = 1;
_root.gotoAndPlay("fight");
Frame 195
_root.currentmusic = 3;
_root.smsg = "Eric: Oh yeah. Run home, loser! YES!!";
Frame 196
_root.smsg = "Dohn: Celebrating your victory? I must admit. That was impressive.";
Frame 197
_root.smsg = "Rayne: Hmmm. Your finishing touch could use a little work though.";
Frame 198
_root.smsg = "Fitz: Well, I wasn't impressed.";
Frame 199
_root.smsg = "Eric: What? Sir Fitz! You are back?!";
Frame 200
_root.smsg = "Fitz: Prazia was a boring place. My mission there expired. I am back, and what the hell is this kid doing here?";
Frame 201
_root.smsg = "Dohn: Who? Me?!";
Frame 202
_root.smsg = "Fitz: Who else?";
Frame 203
_root.smsg = "Rayne: He is now an Aevarrian Defender too.";
Frame 204
_root.smsg = "Fitz: What kind of magic clouded the King's mind as to influence him to such a decision? Tomorrow I expect to see pink rain.";
Frame 205
_root.smsg = "Rayne: I like pink.";
Frame 206
_root.smsg = "Eric: He said rain, not Rayne.";
Frame 207
_root.smsg = "Dohn: You actually think I am not qualified?";
Frame 208
_root.smsg = "Fitz: That's actually not for me to judge, but hey, if you want to stay, make sure you stay where you should.";
Frame 209
_root.smsg = "Dohn: And where is that?";
Frame 210
_root.smsg = "Fitz: Out of my way.";
Frame 211
_root.smsg = "Eric and Rayne: Oooo...";
Frame 212
_root.smsg = "Dohn: That's an insult. Let me tell you this. I am more than qualified and I will take your spot one day.";
Frame 213
_root.smsg = "Dohn: And that day will come sooner than you think.";
Frame 214
_root.smsg = "Fitz: Sooner than I think? When? Next year? Next decade? How about next century? Or never?";
Frame 215
_root.smsg = "Dohn: Let me see... TOMORROW.";
Frame 216
_root.smsg = "Rayne and Eric: Ooooo...";
Frame 217
_root.smsg = "Dohn: Let's do battle in the coliseum tomorrow. At noon, when our blades clash and yours break, I will be number one.";
Frame 218
_root.smsg = "Fitz: Sounds bold. Sounds interesting. Sounds pathetic. Sounds impossible.";
Frame 219
_root.smsg = "Dohn: Not for me. Maybe for you. I know how badly you want to keep your reputation, so...";
Frame 220
_root.smsg = "Fitz: Alright. I accept. But remember, your bones will be the ones breaking. And when that happens you WILL be sorry.";
Frame 221
_root.currentmusic = 7;
_root[_root.storyopocot + "sprite"] = "fitz";
_root[_root.storyopp + "name"] = "Sir Fitz";
_root[_root.storypelir + "sprite"] = "dohn";
_root[_root.storyplayer + "name"] = "Dohn McCarl";
_root.gamebg = 3;
_root.gotoAndPlay("fight");
Frame 222
_root.currentmusic = 3;
_root.smsg = "Dohn: Now have I proven myself worthy?";
Frame 223
_root.smsg = "Fitz: Yes, sure you have. I was mistaken.";
Frame 224
_root.smsg = "Arrow Avenger: Hey there. You guys still having fun? I've got some bad news.";
Frame 225
_root.smsg = "Dohn: Whassup?";
Frame 226
_root.smsg = "Arrow Avenger: Look. I have been investigating Accort and several other Aevarrian cities and the results...";
Frame 227
_root.smsg = "Eric: Show that you are nosy?";
Frame 228
_root.smsg = "Arrow Avenger: No. The results show a huge difference in Kingdom management for the past few months.";
Frame 229
_root.smsg = "Fitz: So?";
Frame 230
_root.smsg = "Arrow Avenger: Seems like the King is a different person.";
Frame 231
_root.smsg = "Eric: Or maybe you are just paranoid.";
Frame 232
_root.smsg = "Arrow Avenger: Maybe I am, but please watch out. After all, you are the defenders of Aevarria.";
Frame 233
_root.smsg = "It was about 8 at night when Dohn spotted someone lurking near the King's bedroom.";
Frame 234
_root.currentmusic = 4;
_root.mmmk.gotoAndStop(1);
_root.smsg = "Dohn went to investigate and saw himself there. Dohn chased someone who looked like himself down to the arena...";
Frame 235
_root.currentmusic = 8;
_root[_root.storyopocot + "sprite"] = "dohn";
_root[_root.storyopp + "name"] = "Dohn McCarl";
_root[_root.storypelir + "sprite"] = "dohn";
_root[_root.storyplayer + "name"] = "Dohn McCarl";
_root.gamebg = 2;
_root.gotoAndPlay("fight");
Frame 236
_root.currentmusic = 4;
_root.smsg = "Dohn: Who the hell are you?!";
Frame 237
_root.smsg = "The enemy smiled and turned into Princess Aen.";
Frame 238
_root.smsg = "Dohn: Oh My God. The Princess is an evil shape-shifter.";
Frame 239
_root.smsg = "Princess Aen: Of course not. That is an imposter.";
Frame 240
_root.smsg = "Dohn: Oh! Hi, your highness. I'll let you battle your ownself, like what I just did seconds ago.";
Frame 241
_root.smsg = "Princess Aen: That's not me. I will show you.";
Frame 242
_root.currentmusic = 9;
_root[_root.storyopocot + "sprite"] = "aen";
_root[_root.storyopp + "name"] = "Princess Aen";
_root[_root.storypelir + "sprite"] = "aen";
_root[_root.storyplayer + "name"] = "Princess Aen";
_root.gamebg = 2;
_root.gotoAndPlay("fight");
Frame 243
_root.currentmusic = 7;
_root.smsg = "Impostor: Silly fools. You can't stop the inevitable.";
Frame 244
_root.smsg = "Dohn: OK, this is getting out of hand.";
Frame 245
_root.smsg = "Princess Aen: Show us your true form.";
Frame 246
_root.smsg = "Impostor: Very well.";
Frame 247
_root.smsg = "The Impostor transformed into an evil sorceror.";
Frame 248
_root.smsg = "Eric: Hey, what's all the comotion...";
Frame 249
_root.smsg = "Rayne: What the... that's Zerd Desmons.";
Frame 250
_root.smsg = "Desmons: Wow. This lady knows me. That's right. Zerd Desmons.";
Frame 251
_root.smsg = "Arrow Avenger: Zerd Desmons has been impersonating King Aevarron all along.";
Frame 252
_root.smsg = "Desmons: King Aevarron? You can have that old fool back. Then I can destroy all of you at once.";
Frame 253
_root.smsg = "Fitz: You maybe powerful but you are still a sorceror.";
Frame 254
_root.smsg = "Desmons: Wrong. With my newly found magic, I have all the abilities of a strong fighter as well.";
Frame 255
_root.smsg = "Dohn: Perhaps. But I see you lost the ability to count. You are pretty outnumbered right now.";
Frame 256
_root.smsg = "Desmons: No I'm not. YOU are.";
Frame 257
_root.smsg = "With that, Zerd Desmons transformed into a monster, ready to tear down the whole castle!";
Frame 258
_root.smsg = "Choose your fighter...";
Frame 259
_root.currentmusic = 10;
_root[_root.storyopocot + "sprite"] = "td";
_root[_root.storyopp + "name"] = "True Desmons";
_root.gamebg = 2;
_root.gotoAndPlay("fight");
Frame 260
_root.smsg = "With True Desmons destroyed and King Aevarron restored, Aevarria returned peaceful.";
Frame 261
_root.smsg = "Princess Aen and the defenders of Aevarria still remain in their positions, keeping peace throughout the land. For now.";
Frame 262
_root.smsg = "Dohn McCarl, Rayne, Eric Wing, Sir Fitz and Arrow Avenger were to thank for a peaceful Aevarria.";
Frame 263
_root.smsg = "However, they were clueless of the mysteries and the evil that remain hidden in the depths of Aevarria.";
Frame 264
_root.smsg = "But that would be another story to tell...";
Frame 265
_root.smsg = "Thanks for playing. You are the best. More challenging battles lie ahead in the gauntlet or season mode. Try them out if you haven't...";
Frame 266
_root.smsg = "Unlocked True Desmons.";
unlocker = SharedObject.getLocal("ac2unl");
td_unlock = 1;
unlocker.data.e = 1;
unlocker.flush(50);
Frame 267
_root.gotoAndPlay("mainmenu");
Frame 271
_root.smsg = "Continue?";
_root[("story" + _root.storyplayer) + "win"] = 0;
_root[("story" + _root.storyopp) + "win"] = 0;
Frame 291
_root.smsg = "Continue?";
stop();
Frame 296
_root.seasonp01win = 0;
_root.seasonp02win = 0;
_root.season_battlesleft = 0;
if (_root.playmode == "versus") {
computerlevel = computerlevela;
}
if (((_root.playmode == "versus") || (_root.playmode == "gauntlet")) || (_root.playmode == "season")) {
_root.currentmusic = random(5) + 5;
}
stop();
Instance of Symbol 3531 MovieClip in Frame 296
onClipEvent (load) {
timer = 0;
loadingcomplete = 75 + random(75);
}
onClipEvent (enterFrame) {
timer++;
if (timer >= loadingcomplete) {
this.gotoAndStop("canplayliau");
if (Key.isDown(32)) {
_root.play();
}
}
}
on (release) {
if (timer >= loadingcomplete) {
_root.play();
}
}
Instance of Symbol 2808 MovieClip in Frame 297
onClipEvent (enterFrame) {
this.gotoAndStop(_root._quality);
}
Instance of Symbol 3586 MovieClip "umpire" in Frame 297
onClipEvent (enterFrame) {
if (decision != 1) {
if (_root.p01fighter.youlose == 1) {
winnername = _root.p02name;
if (_root.playmode == "gauntlet") {
_root.gauntletp02win = 1;
_root.gauntletp01win = 0;
} else if (_root.playmode == "season") {
_root.seasonp02win = 1;
_root.seasonp01win = 0;
} else if (_root.playmode == "storymode") {
_root.storyp02win = 1;
_root.storyp01win = 0;
}
play();
} else if (_root.p02fighter.youlose == 1) {
winnername = _root.p01name;
if (_root.playmode == "gauntlet") {
_root.gauntletp01win = 1;
_root.gauntletp02win = 0;
} else if (_root.playmode == "season") {
_root.seasonp02win = 0;
_root.seasonp01win = 1;
} else if (_root.playmode == "storymode") {
_root.storyp02win = 0;
_root.storyp01win = 1;
}
play();
}
}
}
Instance of Symbol 3618 MovieClip in Frame 298
onClipEvent (enterFrame) {
_y = 300;
_x = _root.p01fighter._x;
}
Instance of Symbol 3618 MovieClip in Frame 298
onClipEvent (enterFrame) {
_y = 300;
_x = _root.p02fighter._x;
}
Instance of Symbol 42 MovieClip "leftwall" in Frame 298
onClipEvent (enterFrame) {
while (this.hitTest(_root.p01fighter.detector)) {
if ((!_root.rightwall.hitTest(_root.p02fighter.detector)) && (!_root.bg.ldet.hitTest(_root.p01fighter.detector))) {
_root.bg._x = _root.bg._x + (_root.p01fighter.speed / 5);
_root.p02fighter._x = _root.p02fighter._x + (_root.p01fighter.speed / 4);
}
_root.p01fighter._x++;
}
while (this.hitTest(_root.p02fighter.detector)) {
if ((!_root.rightwall.hitTest(_root.p01fighter.detector)) && (!_root.bg.ldet.hitTest(_root.p02fighter.detector))) {
_root.bg._x = _root.bg._x + (_root.p02fighter.speed / 5);
_root.p01fighter._x = _root.p01fighter._x + (_root.p02fighter.speed / 4);
}
_root.p02fighter._x++;
}
}
Instance of Symbol 42 MovieClip "rightwall" in Frame 298
onClipEvent (enterFrame) {
while (this.hitTest(_root.p01fighter.detector)) {
if ((!_root.leftwall.hitTest(_root.p02fighter.detector)) && (!_root.bg.rdet.hitTest(_root.p01fighter.detector))) {
_root.bg._x = _root.bg._x - (_root.p01fighter.speed / 5);
_root.p02fighter._x = _root.p02fighter._x - (_root.p01fighter.speed / 4);
}
_root.p01fighter._x--;
}
while (this.hitTest(_root.p02fighter.detector)) {
if ((!_root.leftwall.hitTest(_root.p01fighter.detector)) && (!_root.bg.rdet.hitTest(_root.p02fighter.detector))) {
_root.bg._x = _root.bg._x - (_root.p02fighter.speed / 5);
_root.p01fighter._x = _root.p01fighter._x - (_root.p02fighter.speed / 4);
}
_root.p02fighter._x--;
}
}
Instance of Symbol 3643 MovieClip "lifebaro" in Frame 298
onClipEvent (load) {
this.swapDepths(100);
}
Frame 299
_root.attachMovie(p1sprite, "p01fighter", 1);
_root.attachMovie(p2sprite, "p02fighter", 2);
p01fighter._x = 150;
p01fighter._y = 244;
p01fighter.whichplayer = "p01";
p02fighter._x = 356;
p02fighter._y = 244;
p02fighter.whichplayer = "p02";
stop();
Symbol 3 MovieClip Frame 1
_yscale = 25;
_xscale = 25;
this.swapDepths(999555);
this.startDrag(true);
this.onEnterFrame = function () {
Mouse.hide();
};
Symbol 42 MovieClip Frame 1
_visible = false;
Symbol 45 MovieClip Frame 1
stop();
Symbol 45 MovieClip Frame 5
stop();
Symbol 62 MovieClip Frame 6
stop();
Symbol 64 Button
on (release) {
getURL ("http://armorgames.com", "_blank");
}
Symbol 68 MovieClip Frame 6
stop();
Symbol 73 Button
on (release) {
getURL ("http://tamugaia.com", "_blank");
}
Symbol 76 MovieClip Frame 5
stop();
Symbol 79 MovieClip Frame 5
stop();
Symbol 82 Button
on (release) {
getURL ("http://tamugaia.com/aevarria", "_blank");
}
Symbol 94 Button
on (press) {
_root.play();
}
Symbol 161 MovieClip Frame 1
_root.stop();
this.onRelease = function () {
_root.play();
};
Symbol 161 MovieClip Frame 333
_root.play();
stop();
Symbol 170 MovieClip Frame 1
suku = 0;
this.onEnterFrame = function () {
if ((random(5) == 0) && (suku == 0)) {
play();
suku = 1;
}
};
stop();
Symbol 170 MovieClip Frame 14
stop();
Symbol 217 MovieClip Frame 1
_root.stop();
this.onRelease = function () {
_root.play();
};
Symbol 217 MovieClip Frame 168
_root.play();
Symbol 910 MovieClip Frame 1994
_root.play();
Symbol 932 MovieClip Frame 34
if (_parent.hp < 100) {
_parent.hp = _parent.hp + 2;
}
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 938 MovieClip Frame 8
stop();
Symbol 943 MovieClip Frame 8
stop();
Symbol 948 MovieClip Frame 8
stop();
Symbol 953 MovieClip Frame 11
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 956 MovieClip Frame 11
_parent.gotoAndStop(_parent.directioner + "duck");
Symbol 963 MovieClip Frame 1
_parent.specialdamage = 2;
Symbol 963 MovieClip Frame 15
_parent.specialdamage = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 963 MovieClip Frame 16
_parent.specialdamage = 3;
Symbol 963 MovieClip Frame 30
_parent.specialdamage = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 972 MovieClip Frame 11
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 983 MovieClip Frame 1
_parent.specialdamage = 0;
Symbol 983 MovieClip Frame 13
_parent.specialdamage = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 983 MovieClip Frame 14
_parent.specialdamage = 4;
_parent.flyingheight = 100;
Symbol 983 MovieClip Frame 29
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 990 MovieClip Frame 1
_parent.flyingheight = 60;
Symbol 990 MovieClip Frame 11
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "duck");
Symbol 994 MovieClip Frame 6
if (_parent.youlose == 1) {
gotoAndPlay ("die");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 999 MovieClip Frame 6
if (_parent.youlose == 1) {
gotoAndPlay ("die");
} else {
_parent.gotoAndStop(_parent.directioner + "duck");
}
Symbol 1008 MovieClip Frame 11
if (_parent.youlose == 1) {
gotoAndPlay ("die");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 1008 MovieClip Frame 22
if (_parent.youlose == 1) {
gotoAndPlay ("die");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 1008 MovieClip Frame 55
stop();
Symbol 1018 MovieClip Frame 18
stopping = 1;
if (_parent.youlose == 1) {
stop();
}
Symbol 1018 MovieClip Frame 39
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1024 MovieClip Frame 18
stopping = 1;
if (_parent.youlose == 1) {
stop();
}
Symbol 1024 MovieClip Frame 39
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1033 MovieClip Frame 1
_parent.specialdamage = 3;
Symbol 1033 MovieClip Frame 36
_parent.specialdamage = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1038 MovieClip Frame 1
if (_parent.directioner == "l") {
adding = -9;
} else {
adding = 9;
}
_parent.specialdamage = 3;
Symbol 1038 MovieClip Frame 2
_parent._x = _parent._x + adding;
Symbol 1038 MovieClip Frame 3
_parent._x = _parent._x + adding;
Symbol 1038 MovieClip Frame 4
_parent._x = _parent._x + adding;
Symbol 1038 MovieClip Frame 5
_parent._x = _parent._x + adding;
Symbol 1038 MovieClip Frame 6
_parent._x = _parent._x + adding;
Symbol 1038 MovieClip Frame 7
_parent._x = _parent._x + adding;
Symbol 1038 MovieClip Frame 8
_parent._x = _parent._x + adding;
Symbol 1038 MovieClip Frame 9
_parent._x = _parent._x + adding;
Symbol 1038 MovieClip Frame 10
_parent._x = _parent._x + adding;
Symbol 1038 MovieClip Frame 11
_parent._x = _parent._x + adding;
Symbol 1038 MovieClip Frame 12
_parent._x = _parent._x + adding;
Symbol 1038 MovieClip Frame 13
_parent._x = _parent._x + adding;
Symbol 1038 MovieClip Frame 14
_parent._x = _parent._x + adding;
_parent.specialdamage = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1047 MovieClip Frame 1
if (_parent.directioner == "l") {
adding = -6;
} else {
adding = 6;
}
_parent.specialdamage = 4;
_parent.flyingheight = 100;
Symbol 1047 MovieClip Frame 2
_parent._x = _parent._x + adding;
Symbol 1047 MovieClip Frame 3
_parent._x = _parent._x + adding;
Symbol 1047 MovieClip Frame 4
_parent._x = _parent._x + adding;
Symbol 1047 MovieClip Frame 5
_parent._x = _parent._x + adding;
Symbol 1047 MovieClip Frame 6
_parent._x = _parent._x + adding;
Symbol 1047 MovieClip Frame 7
_parent._x = _parent._x + adding;
Symbol 1047 MovieClip Frame 8
_parent._x = _parent._x + adding;
Symbol 1047 MovieClip Frame 9
_parent._x = _parent._x + adding;
Symbol 1047 MovieClip Frame 10
_parent._x = _parent._x + adding;
Symbol 1047 MovieClip Frame 11
_parent._x = _parent._x + adding;
Symbol 1047 MovieClip Frame 12
_parent._x = _parent._x + adding;
Symbol 1047 MovieClip Frame 13
_parent._x = _parent._x + adding;
Symbol 1047 MovieClip Frame 14
_parent._x = _parent._x + adding;
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1053 MovieClip Frame 25
stop();
Symbol 1054 MovieClip Frame 1
_alpha = 50;
Symbol 1054 MovieClip Frame 12
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1055 MovieClip [eyeball] Frame 1
airborne = 1;
yspeed = 0;
gravity = 15;
autoblock = 1;
jumpposition = "front";
canattack = 1;
youlose = 0;
movelist = "";
movenumber = 1;
jumpheight = 130;
speed = 8;
strength = 4;
defense = 1;
hp = 100;
fullhp = 100;
hp = hp * _root.gaugesize;
fullhp = fullhp * _root.gaugesize;
specialdamage = 0;
flyingheight = 0;
currentmove = "stand";
button_up = 0;
button_down = 0;
button_left = 0;
button_right = 0;
button_punch = 0;
button_kick = 0;
button_taunt = 0;
((whichplayer == "p01") ? ((opponentplayer = "p02")) : ((opponentplayer = "p01")));
if ((whichplayer == "p02") && (_root.p1sprite == _root.p2sprite)) {
var colormatrix = new Array(0.8, 0, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
this.filters = new Array(color);
}
_name = (whichplayer + "fighter");
((whichplayer == "p01") ? ((directioner = "r")) : ((directioner = "l")));
gotoAndStop(directioner + "normal");
aitimer = 0;
aimoving = 0;
airange2 = 100;
airange1 = 50;
this.onEnterFrame = function () {
mycontroller = _root[whichplayer + "controller"];
distancebetween = this._x - _root[opponentplayer + "fighter"]._x;
if (distancebetween < 0) {
distancebetween = distancebetween * -1;
}
if (hp < 0) {
youlose = 1;
hp = 0;
_root.winnersname = _root[opponentplayer + "name"];
_root.winnersymbol.play();
} else if (hp > 100) {
hp = 100;
}
yspeed = yspeed + gravity;
_y = (_y + (yspeed / 4));
if (_root.thefloor.hitTest(this._x, this._y, true) && (yspeed >= 0)) {
yspeed = 0;
gravity = 0;
}
if (_root.thefloor.hitTest(this._x, this._y + 1, true)) {
airborne = 0;
} else {
airborne = 1;
}
while (_root.thefloor.hitTest(this._x, this._y, true)) {
_y = (_y-1);
}
((this._x <= _root[opponentplayer + "fighter"]._x) ? ((directioner = "r")) : ((directioner = "l")));
if (_root[opponentplayer + "fighter"].youlose && (currentmove == "stand")) {
this.gotoAndStop(directioner + "winningpose");
}
if (mycontroller == "p") {
(Key.isDown(_root[whichplayer + "keyleft"]) ? ((button_left = 1)) : ((button_left = 0)));
(Key.isDown(_root[whichplayer + "keyright"]) ? ((button_right = 1)) : ((button_right = 0)));
(Key.isDown(_root[whichplayer + "keyup"]) ? ((button_up = 1)) : ((button_up = 0)));
(Key.isDown(_root[whichplayer + "keydown"]) ? ((button_down = 1)) : ((button_down = 0)));
(Key.isDown(_root[whichplayer + "keypunch"]) ? ((button_punch = 1)) : ((button_punch = 0)));
(Key.isDown(_root[whichplayer + "keykick"]) ? ((button_kick = 1)) : ((button_kick = 0)));
(Key.isDown(_root[whichplayer + "keytaunt"]) ? ((button_taunt = 1)) : ((button_taunt = 0)));
}
if (button_down && ((currentmove == "stand") || (currentmove == "walk"))) {
this.gotoAndStop(directioner + "duck");
}
if (button_up) {
if (button_right && (currentmove == "walk")) {
((directioner == "r") ? ((jumpposition = "front")) : ((jumpposition = "back")));
this.gotoAndStop((directioner + "jump") + jumpposition);
} else if (button_left && (currentmove == "walk")) {
((directioner == "r") ? ((jumpposition = "back")) : ((jumpposition = "front")));
this.gotoAndStop((directioner + "jump") + jumpposition);
} else if (currentmove == "stand") {
this.gotoAndStop(directioner + "jump");
}
}
if (button_left && (currentmove == "stand")) {
this.gotoAndStop(directioner + "walk");
}
if (button_right && (currentmove == "stand")) {
this.gotoAndStop(directioner + "walk");
}
if (button_taunt) {
if (currentmove == "stand") {
this.gotoAndStop(directioner + "taunt");
} else if (currentmove == "walk") {
this.gotoAndStop(directioner + "roll");
}
}
if (button_punch && (canattack == 1)) {
switch (currentmove) {
case "stand" :
this.gotoAndStop(directioner + "punch");
break;
case "walk" :
if (button_left) {
((directioner == "l") ? ((movenumber = 1)) : ((movenumber = 2)));
} else if (button_right) {
((directioner == "l") ? ((movenumber = 2)) : ((movenumber = 1)));
}
if (movelist == "bf") {
this.gotoAndStop(directioner + "special1");
} else {
this.gotoAndStop(directioner + "specialpunch");
}
break;
case "duck" :
if (movelist == "dfd") {
this.gotoAndStop(directioner + "special3");
} else {
this.gotoAndStop(directioner + "duckpunch");
}
break;
case "jumpup" :
case "jumpback" :
case "jumpfront" :
this.gotoAndStop(directioner + "jumperpunch");
}
}
if (button_kick && (canattack == 1)) {
switch (currentmove) {
case "stand" :
this.gotoAndStop(directioner + "kick");
break;
case "walk" :
if (button_left) {
((directioner == "l") ? ((movenumber = 1)) : ((movenumber = 2)));
} else if (button_right) {
((directioner == "l") ? ((movenumber = 2)) : ((movenumber = 1)));
}
if (movelist == "db") {
this.gotoAndStop(directioner + "special2");
} else {
this.gotoAndStop(directioner + "specialkick");
}
break;
case "duck" :
this.gotoAndStop(directioner + "slide");
break;
case "jumpfront" :
case "jumpback" :
case "jumpup" :
this.gotoAndStop(directioner + "jumperkick");
}
}
if ((mycontroller == "p") && (youlose == 0)) {
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.puncher)) {
if (autoblock == 0) {
if (airborne == 0) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "fall");
}
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.puncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.fallpuncher)) {
if (autoblock == 0) {
this.gotoAndStop(directioner + "fall");
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.fallpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.duckpuncher)) {
if (mycontroller == "c") {
if (((random(10) + 1) > _root.computerlevel) || (youlose == 1)) {
movenumber = 2;
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
} else if ((autoblock == 0) || (currentmove != "duck")) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
_root[opponentplayer + "fighter"].fighter.duckpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.slider)) {
if (mycontroller == "c") {
if (((random(10) + 1) > _root.computerlevel) || (youlose == 1)) {
movenumber = 2;
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
} else {
this.gotoAndStop(directioner + "slided");
}
_root[opponentplayer + "fighter"].fighter.slider.unloadMovie();
}
}
if ((mycontroller == "c") && (youlose == 0)) {
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.puncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
if (airborne == 0) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "fall");
}
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.puncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.fallpuncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "fall");
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.fallpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.duckpuncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
_root[opponentplayer + "fighter"].fighter.duckpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.slider)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "slided");
} else {
i = random(3);
switch (i) {
case 0 :
jumpposition = "";
break;
case 1 :
jumpposition = "front";
break;
case 2 :
jumpposition = "back";
}
this.gotoAndStop((directioner + "jump") + jumpposition);
}
_root[opponentplayer + "fighter"].fighter.slider.unloadMovie();
}
}
aitimer++;
if (aitimer > 100) {
aitimer = 0;
}
if (mycontroller == "c") {
if ((aitimer % (10 - _root.computerlevel)) == 0) {
if (((_root[opponentplayer + "fighter"].youlose == 0) && ((((currentmove == "walk") || (currentmove == "stand")) || (currentmove == "duck")) || (currentmove == "roll"))) && (youlose == 0)) {
if (distancebetween > airange2) {
randommove = random(10);
if (randommove < _root.computerlevel) {
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_left = 0;
button_right = 0;
}
randommove = random(8);
if (randommove == 0) {
button_up = 1;
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_up = 0;
}
randomtaunt = random(8);
(((hp < 10) || (randomtaunt == 0)) ? ((button_taunt = 1)) : ((button_taunt = 0)));
usespecial = random(10);
if (usespecial == 0) {
this.gotoAndStop(directioner + "special1");
}
button_punch = 0;
button_kick = 0;
}
if ((distancebetween >= airange1) && (distancebetween <= airange2)) {
randomattack = random(18);
switch (randomattack) {
case 0 :
((directioner == "l") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_up = 0;
}
break;
case 1 :
((directioner == "r") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
} else {
button_up = 0;
}
break;
case 2 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialpunch");
break;
case 3 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialkick");
break;
case 4 :
this.gotoAndStop(directioner + "special2");
break;
case 5 :
this.gotoAndStop(directioner + "special3");
break;
default :
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
}
}
if (distancebetween < airange1) {
randomattack = random(18);
switch (randomattack) {
case 0 :
button_punch = 1;
break;
case 1 :
button_kick = 1;
break;
case 2 :
((directioner == "l") ? ((button_left = 1)) : ((button_right = 1)));
this.gotoAndStop(directioner + "roll");
break;
case 3 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialpunch");
break;
case 4 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialkick");
break;
case 5 :
((directioner == "r") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
} else {
button_up = 0;
}
break;
case 6 :
this.gotoAndStop(directioner + "slide");
break;
case 7 :
this.gotoAndStop(directioner + "duckpunch");
break;
case 8 :
this.gotoAndStop(directioner + "special3");
break;
default :
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
}
}
} else {
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
button_up = 0;
button_down = 0;
}
}
}
};
Instance of Symbol 42 MovieClip "detector" in Symbol 1055 MovieClip [eyeball] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
if (_parent._x < _root[_parent.opponentplayer + "fighter"]._x) {
while (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
_parent._x--;
}
} else {
while (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
_parent._x++;
}
}
}
}
Instance of Symbol 42 MovieClip in Symbol 1055 MovieClip [eyeball] Frame 1
onClipEvent (load) {
movelister = 0;
pressonce = 1;
presstwice = 1;
pressthrice = 1;
}
onClipEvent (enterFrame) {
if (((!Key.isDown(_root[_parent.whichplayer + "keypunch"])) && (!Key.isDown(_root[_parent.whichplayer + "keykick"]))) && (_parent.airborne == 0)) {
_parent.canattack = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keydown"])) {
if (pressonce == 1) {
_parent.movelist = _parent.movelist + "d";
movelister = 10;
pressonce = 0;
}
} else {
pressonce = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keyright"])) {
if (presstwice == 1) {
((_parent.directioner == "r") ? ((_parent.movelist = _parent.movelist + "f")) : ((_parent.movelist = _parent.movelist + "b")));
movelister = 10;
presstwice = 0;
}
} else {
presstwice = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keyleft"])) {
if (pressthrice == 1) {
((_parent.directioner == "l") ? ((_parent.movelist = _parent.movelist + "f")) : ((_parent.movelist = _parent.movelist + "b")));
movelister = 10;
pressthrice = 0;
}
} else {
pressthrice = 1;
}
if (movelister > 0) {
movelister--;
}
if (movelister == 0) {
_parent.movelist = "";
}
}
Symbol 1055 MovieClip [eyeball] Frame 2
currentmove = "stand";
autoblock = 1;
Symbol 1055 MovieClip [eyeball] Frame 3
currentmove = "stand";
autoblock = 1;
Symbol 1055 MovieClip [eyeball] Frame 4
currentmove = "walk";
Instance of Symbol 927 MovieClip in Symbol 1055 MovieClip [eyeball] Frame 4
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 1;
_parent._x = _parent._x - (_parent.speed - 2);
} else if (_parent.button_right) {
_parent.autoblock = 0;
_parent._x = _parent._x - (-_parent.speed);
}
if ((!_parent.button_left) && (!_parent.button_right)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1055 MovieClip [eyeball] Frame 5
currentmove = "walk";
Instance of Symbol 927 MovieClip in Symbol 1055 MovieClip [eyeball] Frame 5
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 0;
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.button_right) {
_parent.autoblock = 1;
_parent._x = _parent._x + (_parent.speed - 2);
}
if ((!_parent.button_left) && (!_parent.button_right)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1055 MovieClip [eyeball] Frame 6
currentmove = "taunt";
autoblock = 0;
Symbol 1055 MovieClip [eyeball] Frame 7
currentmove = "taunt";
autoblock = 0;
Symbol 1055 MovieClip [eyeball] Frame 8
currentmove = "duck";
autoblock = 1;
Instance of Symbol 934 MovieClip in Symbol 1055 MovieClip [eyeball] Frame 8
onClipEvent (enterFrame) {
if (!Key.isDown(_root[_parent.whichplayer + "keydown"])) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1055 MovieClip [eyeball] Frame 9
currentmove = "duck";
autoblock = 1;
Symbol 1055 MovieClip [eyeball] Frame 11
currentmove = "jumpup";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 938 MovieClip in Symbol 1055 MovieClip [eyeball] Frame 11
onClipEvent (enterFrame) {
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1055 MovieClip [eyeball] Frame 12
currentmove = "jumpup";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Symbol 1055 MovieClip [eyeball] Frame 13
currentmove = "jumpfront";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 943 MovieClip in Symbol 1055 MovieClip [eyeball] Frame 13
onClipEvent (enterFrame) {
_parent._x = _parent._x + _parent.speed;
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1055 MovieClip [eyeball] Frame 14
currentmove = "jumpfront";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 943 MovieClip in Symbol 1055 MovieClip [eyeball] Frame 14
onClipEvent (enterFrame) {
_parent._x = _parent._x + (-_parent.speed);
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1055 MovieClip [eyeball] Frame 15
currentmove = "jumpback";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 948 MovieClip in Symbol 1055 MovieClip [eyeball] Frame 15
onClipEvent (enterFrame) {
_parent._x = _parent._x + (-_parent.speed);
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1055 MovieClip [eyeball] Frame 16
currentmove = "jumpback";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 948 MovieClip in Symbol 1055 MovieClip [eyeball] Frame 16
onClipEvent (enterFrame) {
_parent._x = _parent._x + _parent.speed;
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1055 MovieClip [eyeball] Frame 18
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1055 MovieClip [eyeball] Frame 19
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1055 MovieClip [eyeball] Frame 20
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1055 MovieClip [eyeball] Frame 21
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1055 MovieClip [eyeball] Frame 22
currentmove = "fight";
canattack = 0;
autoblock = 0;
Instance of Symbol 963 MovieClip "fighter" in Symbol 1055 MovieClip [eyeball] Frame 22
onClipEvent (load) {
this.gotoAndPlay("move" + _parent.movenumber);
}
Symbol 1055 MovieClip [eyeball] Frame 23
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1055 MovieClip [eyeball] Frame 24
canattack = 0;
autoblock = 0;
Instance of Symbol 965 MovieClip "fighter" in Symbol 1055 MovieClip [eyeball] Frame 24
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + _parent.speed;
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + (-_parent.speed);
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1055 MovieClip [eyeball] Frame 25
canattack = 0;
autoblock = 0;
Instance of Symbol 965 MovieClip "fighter" in Symbol 1055 MovieClip [eyeball] Frame 25
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + _parent.speed;
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1055 MovieClip [eyeball] Frame 27
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1055 MovieClip [eyeball] Frame 28
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1055 MovieClip [eyeball] Frame 29
currentmove = "fight";
canattack = 0;
autoblock = 0;
Instance of Symbol 983 MovieClip "fighter" in Symbol 1055 MovieClip [eyeball] Frame 29
onClipEvent (load) {
this.gotoAndPlay("move" + _parent.movenumber);
}
Symbol 1055 MovieClip [eyeball] Frame 30
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1055 MovieClip [eyeball] Frame 31
canattack = 0;
autoblock = 0;
Instance of Symbol 985 MovieClip "fighter" in Symbol 1055 MovieClip [eyeball] Frame 31
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + _parent.speed;
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + (-_parent.speed);
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1055 MovieClip [eyeball] Frame 32
canattack = 0;
autoblock = 0;
Instance of Symbol 985 MovieClip "fighter" in Symbol 1055 MovieClip [eyeball] Frame 32
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + _parent.speed;
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1055 MovieClip [eyeball] Frame 33
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1055 MovieClip [eyeball] Frame 34
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1055 MovieClip [eyeball] Frame 36
currentmove = "block";
canattack = 0;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 994 MovieClip in Symbol 1055 MovieClip [eyeball] Frame 36
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x - 3;
}
Symbol 1055 MovieClip [eyeball] Frame 37
currentmove = "block";
canattack = 0;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 994 MovieClip in Symbol 1055 MovieClip [eyeball] Frame 37
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x + 3;
}
Symbol 1055 MovieClip [eyeball] Frame 38
currentmove = "block";
canattack = 0;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 999 MovieClip in Symbol 1055 MovieClip [eyeball] Frame 38
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x - 3;
}
Symbol 1055 MovieClip [eyeball] Frame 39
currentmove = "block";
canattack = 0;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 999 MovieClip in Symbol 1055 MovieClip [eyeball] Frame 39
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x + 3;
}
Symbol 1055 MovieClip [eyeball] Frame 40
currentmove = "gethit";
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1008 MovieClip in Symbol 1055 MovieClip [eyeball] Frame 40
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
if (!_parent.youlose) {
_parent._x = _parent._x - 6;
}
}
Symbol 1055 MovieClip [eyeball] Frame 41
currentmove = "gethit";
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1008 MovieClip in Symbol 1055 MovieClip [eyeball] Frame 41
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
if (!_parent.youlose) {
_parent._x = _parent._x + 6;
}
}
Symbol 1055 MovieClip [eyeball] Frame 42
currentmove = "gethit";
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1018 MovieClip in Symbol 1055 MovieClip [eyeball] Frame 42
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x - 6;
}
}
Symbol 1055 MovieClip [eyeball] Frame 43
currentmove = "gethit";
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1018 MovieClip in Symbol 1055 MovieClip [eyeball] Frame 43
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x + 6;
}
}
Symbol 1055 MovieClip [eyeball] Frame 44
currentmove = "gethit";
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1024 MovieClip in Symbol 1055 MovieClip [eyeball] Frame 44
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x - 2;
}
}
Symbol 1055 MovieClip [eyeball] Frame 45
currentmove = "gethit";
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1024 MovieClip in Symbol 1055 MovieClip [eyeball] Frame 45
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x + 2;
}
}
Symbol 1055 MovieClip [eyeball] Frame 46
Symbol 1055 MovieClip [eyeball] Frame 47
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1055 MovieClip [eyeball] Frame 48
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1055 MovieClip [eyeball] Frame 49
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1055 MovieClip [eyeball] Frame 50
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1055 MovieClip [eyeball] Frame 51
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1055 MovieClip [eyeball] Frame 52
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1055 MovieClip [eyeball] Frame 54
currentmove = "winningpose";
Symbol 1055 MovieClip [eyeball] Frame 55
currentmove = "winningpose";
Symbol 1055 MovieClip [eyeball] Frame 56
currentmove = "roll";
if (this.getDepth() < _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1054 MovieClip in Symbol 1055 MovieClip [eyeball] Frame 56
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 1;
_parent._x = _parent._x - _parent.speed;
} else if (_parent.button_right) {
_parent.autoblock = 0;
_parent._x = _parent._x - (-_parent.speed);
}
}
Symbol 1055 MovieClip [eyeball] Frame 57
currentmove = "roll";
if (this.getDepth() < _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1054 MovieClip in Symbol 1055 MovieClip [eyeball] Frame 57
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 0;
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.button_right) {
_parent.autoblock = 1;
_parent._x = _parent._x + _parent.speed;
}
}
Symbol 1057 MovieClip Frame 1
if (((_parent.hp / _parent.fullhp) * 100) < 40) {
gotoAndPlay (31);
}
Symbol 1057 MovieClip Frame 30
gotoAndPlay (2);
Symbol 1057 MovieClip Frame 59
gotoAndPlay (31);
Symbol 1058 MovieClip Frame 1
if (((_parent.hp / _parent.fullhp) * 100) < 40) {
gotoAndPlay (22);
}
Symbol 1058 MovieClip Frame 21
gotoAndPlay (2);
Symbol 1058 MovieClip Frame 42
gotoAndPlay (22);
Symbol 1059 MovieClip Frame 31
_parent.hp = _parent.hp + 5;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1061 MovieClip Frame 20
stop();
Symbol 1063 MovieClip Frame 1
if (_parent.directioner == "l") {
adding = -3;
} else {
adding = 3;
}
Symbol 1063 MovieClip Frame 3
_parent._x = _parent._x + adding;
Symbol 1063 MovieClip Frame 4
_parent._x = _parent._x + adding;
Symbol 1063 MovieClip Frame 5
_parent._x = _parent._x + adding;
Symbol 1063 MovieClip Frame 6
_parent._x = _parent._x + adding;
Symbol 1063 MovieClip Frame 7
_parent._x = _parent._x + adding;
Symbol 1063 MovieClip Frame 9
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1064 MovieClip Frame 9
_parent.gotoAndStop(_parent.directioner + "duck");
Symbol 1068 MovieClip Frame 1
if (_parent.directioner == "l") {
adding = -3;
} else {
adding = 3;
}
_parent.specialdamage = 3;
Symbol 1068 MovieClip Frame 7
_parent._x = _parent._x + adding;
Symbol 1068 MovieClip Frame 8
_parent._x = _parent._x + adding;
Symbol 1068 MovieClip Frame 9
_parent._x = _parent._x + adding;
Symbol 1068 MovieClip Frame 10
_parent._x = _parent._x + adding;
_parent.specialdamage = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1068 MovieClip Frame 11
_parent._x = _parent._x + adding;
_parent.specialdamage = 4;
_parent.flyingheight = 120;
Symbol 1068 MovieClip Frame 22
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1071 MovieClip Frame 8
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1072 MovieClip Frame 1
_parent.specialdamage = 4;
Symbol 1072 MovieClip Frame 22
_parent.specialdamage = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1072 MovieClip Frame 23
_parent.specialdamage = 4;
_parent.flyingheight = 100;
Symbol 1072 MovieClip Frame 42
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1074 MovieClip Frame 1
_parent.flyingheight = 60;
Symbol 1074 MovieClip Frame 11
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "duck");
Symbol 1081 MovieClip Frame 7
if (_parent.hp <= 0) {
_parent.gotoAndStop(_parent.directioner + "gethit");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 1082 MovieClip Frame 8
if (_parent.hp <= 0) {
_parent.gotoAndStop(_parent.directioner + "gethit");
} else {
_parent.gotoAndStop(_parent.directioner + "duck");
}
Symbol 1096 MovieClip Frame 1
if (_parent.mychar == "p1") {
_root.whoseblood = "p1";
} else {
_root.whoseblood = "p2";
}
_root.arena.attachMovie("blood", "blood" + _root.bloodshed, _root.bloodshed);
_root.bloodshed++;
if (_root.bloodshed == 120) {
_root.bloodshed = 100;
}
Symbol 1096 MovieClip Frame 11
if (_parent.youlose == 1) {
gotoAndPlay ("die");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 1096 MovieClip Frame 22
if (_parent.youlose == 1) {
gotoAndPlay ("die");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 1096 MovieClip Frame 79
stop();
stop();
Symbol 1100 MovieClip Frame 18
stopping = 1;
if (_parent.youlose == 1) {
stop();
}
Symbol 1100 MovieClip Frame 53
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1101 MovieClip Frame 34
stopping = 1;
if (_parent.youlose == 1) {
stop();
}
Symbol 1101 MovieClip Frame 64
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1116 MovieClip Frame 20
stop();
Symbol 1119 MovieClip Frame 1
_parent.specialdamage = 7;
_parent.usingspecial = 1;
Symbol 1119 MovieClip Frame 43
_parent.specialdamage = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1153 MovieClip Frame 1
_parent.specialdamage = 5;
_parent.usingspecial = 1;
Symbol 1153 MovieClip Frame 53
_parent.specialdamage = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1159 MovieClip Frame 1
if (_parent.directioner == "l") {
adding = -8;
} else {
adding = 8;
}
_parent.specialdamage = 8;
_parent.flyingheight = 100;
_parent.usingspecial = 1;
Symbol 1159 MovieClip Frame 17
_parent._x = _parent._x + adding;
Symbol 1159 MovieClip Frame 18
_parent._x = _parent._x + adding;
Symbol 1159 MovieClip Frame 19
_parent._x = _parent._x + adding;
Symbol 1159 MovieClip Frame 20
_parent._x = _parent._x + adding;
Symbol 1159 MovieClip Frame 21
_parent._x = _parent._x + adding;
Symbol 1159 MovieClip Frame 22
_parent._x = _parent._x + adding;
Symbol 1159 MovieClip Frame 23
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1197 MovieClip Frame 1
_parent.specialdamage = 20;
_parent.flyingheight = 100;
_parent.usingspecial = 1;
var colormatrix = new Array(1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, -0.5, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
_root.bg.filters = new Array(color);
Symbol 1197 MovieClip Frame 19
var colormatrix = new Array(1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
_root.bg.filters = new Array(color);
Symbol 1197 MovieClip Frame 48
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1198 MovieClip Frame 31
stop();
Symbol 1199 MovieClip Frame 1
_alpha = 50;
Symbol 1199 MovieClip Frame 12
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1200 MovieClip [ericwing] Frame 1
airborne = 1;
yspeed = 0;
gravity = 15;
autoblock = 1;
jumpposition = "front";
canattack = 1;
youlose = 0;
movelist = "";
movenumber = 1;
jumpheight = 130;
speed = 8;
strength = 4;
defense = 1;
hp = 60;
fullhp = 60;
mana = 0;
manacount = 40;
hp = hp * _root.gaugesize;
fullhp = fullhp * _root.gaugesize;
specialdamage = 0;
flyingheight = 0;
currentmove = "stand";
button_up = 0;
button_down = 0;
button_left = 0;
button_right = 0;
button_punch = 0;
button_kick = 0;
button_taunt = 0;
((whichplayer == "p01") ? ((opponentplayer = "p02")) : ((opponentplayer = "p01")));
if ((whichplayer == "p02") && (_root.p1sprite == _root.p2sprite)) {
var colormatrix = new Array(0.8, 0, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
this.filters = new Array(color);
}
_name = (whichplayer + "fighter");
((whichplayer == "p01") ? ((directioner = "r")) : ((directioner = "l")));
gotoAndStop(directioner + "normal");
aitimer = 0;
aimoving = 0;
airange2 = 100;
airange1 = 50;
this.onEnterFrame = function () {
mycontroller = _root[whichplayer + "controller"];
distancebetween = this._x - _root[opponentplayer + "fighter"]._x;
if (distancebetween < 0) {
distancebetween = distancebetween * -1;
}
if (hp <= 0) {
youlose = 1;
hp = 0;
_root.winnersname = _root[opponentplayer + "name"];
_root.winnersymbol.play();
} else if (hp > fullhp) {
hp = fullhp;
}
yspeed = yspeed + gravity;
_y = (_y + (yspeed / 4));
if (_root.thefloor.hitTest(this._x, this._y, true) && (yspeed >= 0)) {
yspeed = 0;
gravity = 0;
}
if (_root.thefloor.hitTest(this._x, this._y + 1, true)) {
airborne = 0;
} else {
airborne = 1;
}
while (_root.thefloor.hitTest(this._x, this._y, true)) {
_y = (_y-1);
}
((this._x <= _root[opponentplayer + "fighter"]._x) ? ((directioner = "r")) : ((directioner = "l")));
if (_root[opponentplayer + "fighter"].youlose && (currentmove == "stand")) {
this.gotoAndStop(directioner + "winningpose");
}
if (mycontroller == "p") {
(Key.isDown(_root[whichplayer + "keyleft"]) ? ((button_left = 1)) : ((button_left = 0)));
(Key.isDown(_root[whichplayer + "keyright"]) ? ((button_right = 1)) : ((button_right = 0)));
(Key.isDown(_root[whichplayer + "keyup"]) ? ((button_up = 1)) : ((button_up = 0)));
(Key.isDown(_root[whichplayer + "keydown"]) ? ((button_down = 1)) : ((button_down = 0)));
(Key.isDown(_root[whichplayer + "keypunch"]) ? ((button_punch = 1)) : ((button_punch = 0)));
(Key.isDown(_root[whichplayer + "keykick"]) ? ((button_kick = 1)) : ((button_kick = 0)));
(Key.isDown(_root[whichplayer + "keytaunt"]) ? ((button_taunt = 1)) : ((button_taunt = 0)));
}
if (button_down && ((currentmove == "stand") || (currentmove == "walk"))) {
this.gotoAndStop(directioner + "duck");
}
if (button_up) {
if (button_right && (currentmove == "walk")) {
((directioner == "r") ? ((jumpposition = "front")) : ((jumpposition = "back")));
this.gotoAndStop((directioner + "jump") + jumpposition);
} else if (button_left && (currentmove == "walk")) {
((directioner == "r") ? ((jumpposition = "back")) : ((jumpposition = "front")));
this.gotoAndStop((directioner + "jump") + jumpposition);
} else if (currentmove == "stand") {
this.gotoAndStop(directioner + "jump");
}
}
if (button_left && (currentmove == "stand")) {
this.gotoAndStop(directioner + "walk");
}
if (button_right && (currentmove == "stand")) {
this.gotoAndStop(directioner + "walk");
}
if (button_taunt) {
if (currentmove == "stand") {
this.gotoAndStop(directioner + "taunt");
} else if (currentmove == "walk") {
this.gotoAndStop(directioner + "roll");
}
}
if (button_punch && (canattack == 1)) {
switch (currentmove) {
case "stand" :
this.gotoAndStop(directioner + "punch");
break;
case "walk" :
if (button_left) {
((directioner == "l") ? ((movenumber = 1)) : ((movenumber = 2)));
} else if (button_right) {
((directioner == "l") ? ((movenumber = 2)) : ((movenumber = 1)));
}
if (movelist == "fdbdf") {
if (mana >= manacount) {
this.gotoAndStop(directioner + "finish");
}
} else if (movelist == "dbf") {
this.gotoAndStop(directioner + "special2");
} else if (movelist == "bf") {
this.gotoAndStop(directioner + "special1");
} else {
this.gotoAndStop(directioner + "specialpunch");
}
break;
case "duck" :
this.gotoAndStop(directioner + "duckpunch");
break;
case "jumpup" :
case "jumpback" :
case "jumpfront" :
this.gotoAndStop(directioner + "jumperpunch");
}
}
if (button_kick && (canattack == 1)) {
switch (currentmove) {
case "stand" :
this.gotoAndStop(directioner + "kick");
break;
case "walk" :
if (button_left) {
((directioner == "l") ? ((movenumber = 1)) : ((movenumber = 2)));
} else if (button_right) {
((directioner == "l") ? ((movenumber = 2)) : ((movenumber = 1)));
}
if (movelist == "bbf") {
this.gotoAndStop(directioner + "special3");
} else {
this.gotoAndStop(directioner + "specialkick");
}
break;
case "duck" :
this.gotoAndStop(directioner + "slide");
break;
case "jumpfront" :
case "jumpback" :
case "jumpup" :
this.gotoAndStop(directioner + "jumperkick");
}
}
if ((mycontroller == "p") && (youlose == 0)) {
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.puncher)) {
if (autoblock == 0) {
if (airborne == 0) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "fall");
}
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.puncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.fallpuncher)) {
if (autoblock == 0) {
this.gotoAndStop(directioner + "fall");
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.fallpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.duckpuncher)) {
if (mycontroller == "c") {
if (((random(10) + 1) > _root.computerlevel) || (youlose == 1)) {
movenumber = 2;
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
} else if ((autoblock == 0) || (currentmove != "duck")) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
_root[opponentplayer + "fighter"].fighter.duckpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.slider)) {
if (mycontroller == "c") {
if (((random(10) + 1) > _root.computerlevel) || (youlose == 1)) {
movenumber = 2;
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
} else {
this.gotoAndStop(directioner + "slided");
}
_root[opponentplayer + "fighter"].fighter.slider.unloadMovie();
}
}
if ((mycontroller == "c") && (youlose == 0)) {
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.puncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
if (airborne == 0) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "fall");
}
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.puncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.fallpuncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "fall");
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.fallpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.duckpuncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
_root[opponentplayer + "fighter"].fighter.duckpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.slider)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "slided");
} else {
i = random(3);
switch (i) {
case 0 :
jumpposition = "";
break;
case 1 :
jumpposition = "front";
break;
case 2 :
jumpposition = "back";
}
this.gotoAndStop((directioner + "jump") + jumpposition);
}
_root[opponentplayer + "fighter"].fighter.slider.unloadMovie();
}
}
aitimer++;
if (aitimer > 100) {
aitimer = 0;
}
if (mycontroller == "c") {
if ((aitimer % (10 - _root.computerlevel)) == 0) {
if (((_root[opponentplayer + "fighter"].youlose == 0) && ((((currentmove == "walk") || (currentmove == "stand")) || (currentmove == "duck")) || (currentmove == "roll"))) && (youlose == 0)) {
if (distancebetween > airange2) {
randommove = random(10);
if (randommove < _root.computerlevel) {
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_left = 0;
button_right = 0;
}
randommove = random(8);
if (randommove == 0) {
button_up = 1;
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_up = 0;
}
randomtaunt = random(8);
(((hp < 10) || (randomtaunt == 0)) ? ((button_taunt = 1)) : ((button_taunt = 0)));
usespecial = random(10);
if (usespecial == 0) {
this.gotoAndStop(directioner + "special1");
}
if (mana >= manacount) {
if (_root[opponentplayer + "fighter"].hp <= 10) {
usesfinisher = random(5);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish");
}
} else {
usesfinisher = random(20);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish");
}
}
}
button_punch = 0;
button_kick = 0;
}
if ((distancebetween >= airange1) && (distancebetween <= airange2)) {
randomattack = random(18);
switch (randomattack) {
case 0 :
((directioner == "l") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_up = 0;
}
break;
case 1 :
((directioner == "r") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
} else {
button_up = 0;
}
break;
case 2 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialpunch");
break;
case 3 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialkick");
break;
case 4 :
this.gotoAndStop(directioner + "special2");
break;
case 5 :
this.gotoAndStop(directioner + "special3");
break;
case 6 :
if (mana >= manacount) {
if (_root[opponentplayer + "fighter"].hp <= 10) {
usesfinisher = random(5);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish");
}
} else {
usesfinisher = random(20);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish");
}
}
}
default :
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
}
}
if (distancebetween < airange1) {
randomattack = random(18);
switch (randomattack) {
case 0 :
button_punch = 1;
break;
case 1 :
button_kick = 1;
break;
case 2 :
((directioner == "l") ? ((button_left = 1)) : ((button_right = 1)));
this.gotoAndStop(directioner + "roll");
break;
case 3 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialpunch");
break;
case 4 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialkick");
break;
case 5 :
((directioner == "r") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
} else {
button_up = 0;
}
break;
case 6 :
this.gotoAndStop(directioner + "slide");
break;
case 7 :
this.gotoAndStop(directioner + "duckpunch");
break;
case 8 :
this.gotoAndStop(directioner + "special3");
break;
case 9 :
if (mana >= manacount) {
if (_root[opponentplayer + "fighter"].hp <= 10) {
usesfinisher = random(5);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish");
}
} else {
usesfinisher = random(20);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish");
}
}
}
default :
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
}
}
} else {
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
button_up = 0;
button_down = 0;
}
}
}
};
Instance of Symbol 42 MovieClip "detector" in Symbol 1200 MovieClip [ericwing] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
if (_parent._x < _root[_parent.opponentplayer + "fighter"]._x) {
while (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
_parent._x--;
}
} else {
while (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
_parent._x++;
}
}
}
}
Instance of Symbol 42 MovieClip in Symbol 1200 MovieClip [ericwing] Frame 1
onClipEvent (load) {
movelister = 0;
pressonce = 1;
presstwice = 1;
pressthrice = 1;
}
onClipEvent (enterFrame) {
if (((!Key.isDown(_root[_parent.whichplayer + "keypunch"])) && (!Key.isDown(_root[_parent.whichplayer + "keykick"]))) && (_parent.airborne == 0)) {
_parent.canattack = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keydown"])) {
if (pressonce == 1) {
_parent.movelist = _parent.movelist + "d";
movelister = 10;
pressonce = 0;
}
} else {
pressonce = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keyright"])) {
if (presstwice == 1) {
((_parent.directioner == "r") ? ((_parent.movelist = _parent.movelist + "f")) : ((_parent.movelist = _parent.movelist + "b")));
movelister = 10;
presstwice = 0;
}
} else {
presstwice = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keyleft"])) {
if (pressthrice == 1) {
((_parent.directioner == "l") ? ((_parent.movelist = _parent.movelist + "f")) : ((_parent.movelist = _parent.movelist + "b")));
movelister = 10;
pressthrice = 0;
}
} else {
pressthrice = 1;
}
if (movelister > 0) {
movelister--;
}
if (movelister == 0) {
_parent.movelist = "";
}
}
Symbol 1200 MovieClip [ericwing] Frame 2
currentmove = "stand";
autoblock = 1;
Symbol 1200 MovieClip [ericwing] Frame 3
currentmove = "stand";
autoblock = 1;
Symbol 1200 MovieClip [ericwing] Frame 4
currentmove = "walk";
Instance of Symbol 1058 MovieClip in Symbol 1200 MovieClip [ericwing] Frame 4
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 1;
_parent._x = _parent._x - (_parent.speed - 2);
} else if (_parent.button_right) {
_parent.autoblock = 0;
_parent._x = _parent._x - (-_parent.speed);
}
if ((!_parent.button_left) && (!_parent.button_right)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1200 MovieClip [ericwing] Frame 5
currentmove = "walk";
Instance of Symbol 1058 MovieClip in Symbol 1200 MovieClip [ericwing] Frame 5
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 0;
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.button_right) {
_parent.autoblock = 1;
_parent._x = _parent._x + (_parent.speed - 2);
}
if ((!_parent.button_left) && (!_parent.button_right)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1200 MovieClip [ericwing] Frame 6
currentmove = "taunt";
autoblock = 0;
Symbol 1200 MovieClip [ericwing] Frame 7
currentmove = "taunt";
autoblock = 0;
Symbol 1200 MovieClip [ericwing] Frame 8
currentmove = "duck";
autoblock = 1;
Instance of Symbol 1060 MovieClip in Symbol 1200 MovieClip [ericwing] Frame 8
onClipEvent (enterFrame) {
if (!Key.isDown(_root[_parent.whichplayer + "keydown"])) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1200 MovieClip [ericwing] Frame 9
currentmove = "duck";
autoblock = 1;
Symbol 1200 MovieClip [ericwing] Frame 11
currentmove = "jumpup";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1061 MovieClip in Symbol 1200 MovieClip [ericwing] Frame 11
onClipEvent (enterFrame) {
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1200 MovieClip [ericwing] Frame 12
currentmove = "jumpup";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Symbol 1200 MovieClip [ericwing] Frame 13
currentmove = "jumpfront";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1061 MovieClip in Symbol 1200 MovieClip [ericwing] Frame 13
onClipEvent (enterFrame) {
_parent._x = _parent._x + _parent.speed;
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1200 MovieClip [ericwing] Frame 14
currentmove = "jumpfront";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1061 MovieClip in Symbol 1200 MovieClip [ericwing] Frame 14
onClipEvent (enterFrame) {
_parent._x = _parent._x + (-_parent.speed);
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1200 MovieClip [ericwing] Frame 15
currentmove = "jumpback";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Symbol 1200 MovieClip [ericwing] Frame 16
currentmove = "jumpback";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1061 MovieClip in Symbol 1200 MovieClip [ericwing] Frame 16
onClipEvent (enterFrame) {
_parent._x = _parent._x + _parent.speed;
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1200 MovieClip [ericwing] Frame 18
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1200 MovieClip [ericwing] Frame 19
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1200 MovieClip [ericwing] Frame 20
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1200 MovieClip [ericwing] Frame 21
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1200 MovieClip [ericwing] Frame 22
currentmove = "fight";
canattack = 0;
autoblock = 0;
Instance of Symbol 1068 MovieClip "fighter" in Symbol 1200 MovieClip [ericwing] Frame 22
onClipEvent (load) {
this.gotoAndPlay("move" + _parent.movenumber);
}
Symbol 1200 MovieClip [ericwing] Frame 23
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1200 MovieClip [ericwing] Frame 24
canattack = 0;
autoblock = 0;
Instance of Symbol 1069 MovieClip "fighter" in Symbol 1200 MovieClip [ericwing] Frame 24
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + _parent.speed;
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + (-_parent.speed);
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1200 MovieClip [ericwing] Frame 25
canattack = 0;
autoblock = 0;
Instance of Symbol 1069 MovieClip "fighter" in Symbol 1200 MovieClip [ericwing] Frame 25
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + _parent.speed;
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1200 MovieClip [ericwing] Frame 27
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1200 MovieClip [ericwing] Frame 28
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1200 MovieClip [ericwing] Frame 29
currentmove = "fight";
canattack = 0;
autoblock = 0;
Instance of Symbol 1072 MovieClip "fighter" in Symbol 1200 MovieClip [ericwing] Frame 29
onClipEvent (load) {
this.gotoAndPlay("move" + _parent.movenumber);
}
Symbol 1200 MovieClip [ericwing] Frame 30
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1200 MovieClip [ericwing] Frame 31
canattack = 0;
autoblock = 0;
Instance of Symbol 1073 MovieClip "fighter" in Symbol 1200 MovieClip [ericwing] Frame 31
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + _parent.speed;
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + (-_parent.speed);
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1200 MovieClip [ericwing] Frame 32
canattack = 0;
autoblock = 0;
Instance of Symbol 1073 MovieClip "fighter" in Symbol 1200 MovieClip [ericwing] Frame 32
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + _parent.speed;
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1200 MovieClip [ericwing] Frame 33
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1200 MovieClip [ericwing] Frame 34
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1200 MovieClip [ericwing] Frame 36
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 1081 MovieClip in Symbol 1200 MovieClip [ericwing] Frame 36
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x - 3;
}
Symbol 1200 MovieClip [ericwing] Frame 37
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 1081 MovieClip in Symbol 1200 MovieClip [ericwing] Frame 37
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x + 3;
}
Symbol 1200 MovieClip [ericwing] Frame 38
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 1082 MovieClip in Symbol 1200 MovieClip [ericwing] Frame 38
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x - 3;
}
Symbol 1200 MovieClip [ericwing] Frame 39
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 1082 MovieClip in Symbol 1200 MovieClip [ericwing] Frame 39
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x + 3;
}
Symbol 1200 MovieClip [ericwing] Frame 40
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1096 MovieClip in Symbol 1200 MovieClip [ericwing] Frame 40
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
if (!_parent.youlose) {
_parent._x = _parent._x - 6;
}
}
Symbol 1200 MovieClip [ericwing] Frame 41
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1096 MovieClip in Symbol 1200 MovieClip [ericwing] Frame 41
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
if (!_parent.youlose) {
_parent._x = _parent._x + 6;
}
}
Symbol 1200 MovieClip [ericwing] Frame 42
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1100 MovieClip in Symbol 1200 MovieClip [ericwing] Frame 42
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x - 6;
}
}
Symbol 1200 MovieClip [ericwing] Frame 43
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1100 MovieClip in Symbol 1200 MovieClip [ericwing] Frame 43
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x + 6;
}
}
Symbol 1200 MovieClip [ericwing] Frame 44
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1101 MovieClip in Symbol 1200 MovieClip [ericwing] Frame 44
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x - 2;
}
}
Symbol 1200 MovieClip [ericwing] Frame 45
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1101 MovieClip in Symbol 1200 MovieClip [ericwing] Frame 45
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x + 2;
}
}
Symbol 1200 MovieClip [ericwing] Frame 46
Symbol 1200 MovieClip [ericwing] Frame 47
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1200 MovieClip [ericwing] Frame 48
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1200 MovieClip [ericwing] Frame 49
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1200 MovieClip [ericwing] Frame 50
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1200 MovieClip [ericwing] Frame 51
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1200 MovieClip [ericwing] Frame 52
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1200 MovieClip [ericwing] Frame 53
currentmove = "fight";
canattack = 0;
autoblock = 0;
mana = mana - manacount;
Symbol 1200 MovieClip [ericwing] Frame 54
currentmove = "fight";
canattack = 0;
autoblock = 0;
mana = mana - manacount;
Symbol 1200 MovieClip [ericwing] Frame 56
currentmove = "winningpose";
Symbol 1200 MovieClip [ericwing] Frame 57
currentmove = "winningpose";
Symbol 1200 MovieClip [ericwing] Frame 58
currentmove = "roll";
if (this.getDepth() < _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1199 MovieClip in Symbol 1200 MovieClip [ericwing] Frame 58
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 1;
_parent._x = _parent._x - _parent.speed;
} else if (_parent.button_right) {
_parent.autoblock = 0;
_parent._x = _parent._x - (-_parent.speed);
}
}
Symbol 1200 MovieClip [ericwing] Frame 59
currentmove = "roll";
if (this.getDepth() < _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1054 MovieClip in Symbol 1200 MovieClip [ericwing] Frame 59
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 0;
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.button_right) {
_parent.autoblock = 1;
_parent._x = _parent._x + _parent.speed;
}
}
Symbol 1202 MovieClip Frame 1
airborne = 1;
yspeed = 0;
gravity = 15;
autoblock = 1;
jumpposition = "front";
canattack = 1;
youlose = 0;
movelist = "";
movenumber = 1;
jumpheight = 130;
speed = 8;
strength = 4;
defense = 1;
hp = 50;
fullhp = 50;
mana = 0;
manacount = 40;
hp = hp * _root.gaugesize;
fullhp = fullhp * _root.gaugesize;
specialdamage = 0;
flyingheight = 0;
currentmove = "stand";
button_up = 0;
button_down = 0;
button_left = 0;
button_right = 0;
button_punch = 0;
button_kick = 0;
button_taunt = 0;
((whichplayer == "p01") ? ((opponentplayer = "p02")) : ((opponentplayer = "p01")));
if ((whichplayer == "p02") && (_root.p1sprite == _root.p2sprite)) {
var colormatrix = new Array(0.8, 0, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
this.filters = new Array(color);
}
_name = (whichplayer + "fighter");
((whichplayer == "p01") ? ((directioner = "r")) : ((directioner = "l")));
gotoAndStop(directioner + "normal");
aitimer = 0;
aimoving = 0;
airange2 = 100;
airange1 = 50;
this.onEnterFrame = function () {
mycontroller = _root[whichplayer + "controller"];
distancebetween = this._x - _root[opponentplayer + "fighter"]._x;
if (distancebetween < 0) {
distancebetween = distancebetween * -1;
}
if (hp <= 0) {
youlose = 1;
hp = 0;
_root.winnersname = _root[opponentplayer + "name"];
_root.winnersymbol.play();
} else if (hp > fullhp) {
hp = fullhp;
}
yspeed = yspeed + gravity;
_y = (_y + (yspeed / 4));
if (_root.thefloor.hitTest(this._x, this._y, true) && (yspeed >= 0)) {
yspeed = 0;
gravity = 0;
}
if (_root.thefloor.hitTest(this._x, this._y + 1, true)) {
airborne = 0;
} else {
airborne = 1;
}
while (_root.thefloor.hitTest(this._x, this._y, true)) {
_y = (_y-1);
}
((this._x <= _root[opponentplayer + "fighter"]._x) ? ((directioner = "r")) : ((directioner = "l")));
if (_root[opponentplayer + "fighter"].youlose && (currentmove == "stand")) {
this.gotoAndStop(directioner + "winningpose");
}
if (mycontroller == "p") {
(Key.isDown(_root[whichplayer + "keyleft"]) ? ((button_left = 1)) : ((button_left = 0)));
(Key.isDown(_root[whichplayer + "keyright"]) ? ((button_right = 1)) : ((button_right = 0)));
(Key.isDown(_root[whichplayer + "keyup"]) ? ((button_up = 1)) : ((button_up = 0)));
(Key.isDown(_root[whichplayer + "keydown"]) ? ((button_down = 1)) : ((button_down = 0)));
(Key.isDown(_root[whichplayer + "keypunch"]) ? ((button_punch = 1)) : ((button_punch = 0)));
(Key.isDown(_root[whichplayer + "keykick"]) ? ((button_kick = 1)) : ((button_kick = 0)));
(Key.isDown(_root[whichplayer + "keytaunt"]) ? ((button_taunt = 1)) : ((button_taunt = 0)));
}
if (button_down && ((currentmove == "stand") || (currentmove == "walk"))) {
this.gotoAndStop(directioner + "duck");
}
if (button_up) {
if (button_right && (currentmove == "walk")) {
((directioner == "r") ? ((jumpposition = "front")) : ((jumpposition = "back")));
this.gotoAndStop((directioner + "jump") + jumpposition);
} else if (button_left && (currentmove == "walk")) {
((directioner == "r") ? ((jumpposition = "back")) : ((jumpposition = "front")));
this.gotoAndStop((directioner + "jump") + jumpposition);
} else if (currentmove == "stand") {
this.gotoAndStop(directioner + "jump");
}
}
if (button_left && (currentmove == "stand")) {
this.gotoAndStop(directioner + "walk");
}
if (button_right && (currentmove == "stand")) {
this.gotoAndStop(directioner + "walk");
}
if (button_taunt) {
if (currentmove == "stand") {
this.gotoAndStop(directioner + "taunt");
} else if (currentmove == "walk") {
this.gotoAndStop(directioner + "roll");
}
}
if (button_punch && (canattack == 1)) {
switch (currentmove) {
case "stand" :
this.gotoAndStop(directioner + "punch");
break;
case "walk" :
if (button_left) {
((directioner == "l") ? ((movenumber = 1)) : ((movenumber = 2)));
} else if (button_right) {
((directioner == "l") ? ((movenumber = 2)) : ((movenumber = 1)));
}
if (movelist == "fdbdf") {
if (mana >= manacount) {
this.gotoAndStop(directioner + "finish");
}
} else if (movelist == "dbf") {
this.gotoAndStop(directioner + "special2");
} else if (movelist == "bf") {
this.gotoAndStop(directioner + "special1");
} else {
this.gotoAndStop(directioner + "specialpunch");
}
break;
case "duck" :
this.gotoAndStop(directioner + "duckpunch");
break;
case "jumpup" :
case "jumpback" :
case "jumpfront" :
this.gotoAndStop(directioner + "jumperpunch");
}
}
if (button_kick && (canattack == 1)) {
switch (currentmove) {
case "stand" :
this.gotoAndStop(directioner + "kick");
break;
case "walk" :
if (button_left) {
((directioner == "l") ? ((movenumber = 1)) : ((movenumber = 2)));
} else if (button_right) {
((directioner == "l") ? ((movenumber = 2)) : ((movenumber = 1)));
}
if (movelist == "bbf") {
this.gotoAndStop(directioner + "special3");
} else {
this.gotoAndStop(directioner + "specialkick");
}
break;
case "duck" :
this.gotoAndStop(directioner + "slide");
break;
case "jumpfront" :
case "jumpback" :
case "jumpup" :
this.gotoAndStop(directioner + "jumperkick");
}
}
if ((mycontroller == "p") && (youlose == 0)) {
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.puncher)) {
if (autoblock == 0) {
if (airborne == 0) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "fall");
}
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.puncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.fallpuncher)) {
if (autoblock == 0) {
this.gotoAndStop(directioner + "fall");
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.fallpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.duckpuncher)) {
if (mycontroller == "c") {
if (((random(10) + 1) > _root.computerlevel) || (youlose == 1)) {
movenumber = 2;
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
} else if ((autoblock == 0) || (currentmove != "duck")) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
_root[opponentplayer + "fighter"].fighter.duckpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.slider)) {
if (mycontroller == "c") {
if (((random(10) + 1) > _root.computerlevel) || (youlose == 1)) {
movenumber = 2;
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
} else {
this.gotoAndStop(directioner + "slided");
}
_root[opponentplayer + "fighter"].fighter.slider.unloadMovie();
}
}
if ((mycontroller == "c") && (youlose == 0)) {
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.puncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
if (airborne == 0) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "fall");
}
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.puncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.fallpuncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "fall");
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.fallpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.duckpuncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
_root[opponentplayer + "fighter"].fighter.duckpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.slider)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "slided");
} else {
i = random(3);
switch (i) {
case 0 :
jumpposition = "";
break;
case 1 :
jumpposition = "front";
break;
case 2 :
jumpposition = "back";
}
this.gotoAndStop((directioner + "jump") + jumpposition);
}
_root[opponentplayer + "fighter"].fighter.slider.unloadMovie();
}
}
aitimer++;
if (aitimer > 100) {
aitimer = 0;
}
if (mycontroller == "c") {
if ((aitimer % (10 - _root.computerlevel)) == 0) {
if (((_root[opponentplayer + "fighter"].youlose == 0) && ((((currentmove == "walk") || (currentmove == "stand")) || (currentmove == "duck")) || (currentmove == "roll"))) && (youlose == 0)) {
if (distancebetween > airange2) {
randommove = random(10);
if (randommove < _root.computerlevel) {
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_left = 0;
button_right = 0;
}
randommove = random(8);
if (randommove == 0) {
button_up = 1;
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_up = 0;
}
randomtaunt = random(8);
(((hp < 10) || (randomtaunt == 0)) ? ((button_taunt = 1)) : ((button_taunt = 0)));
usespecial = random(10);
if (usespecial == 0) {
this.gotoAndStop(directioner + "special1");
}
button_punch = 0;
button_kick = 0;
}
if ((distancebetween >= airange1) && (distancebetween <= airange2)) {
randomattack = random(18);
switch (randomattack) {
case 0 :
((directioner == "l") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_up = 0;
}
break;
case 1 :
((directioner == "r") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
} else {
button_up = 0;
}
break;
case 2 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialpunch");
break;
case 3 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialkick");
break;
case 4 :
this.gotoAndStop(directioner + "special2");
break;
case 5 :
this.gotoAndStop(directioner + "special3");
break;
default :
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
}
}
if (distancebetween < airange1) {
randomattack = random(18);
switch (randomattack) {
case 0 :
button_punch = 1;
break;
case 1 :
button_kick = 1;
break;
case 2 :
((directioner == "l") ? ((button_left = 1)) : ((button_right = 1)));
this.gotoAndStop(directioner + "roll");
break;
case 3 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialpunch");
break;
case 4 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialkick");
break;
case 5 :
((directioner == "r") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
} else {
button_up = 0;
}
break;
case 6 :
this.gotoAndStop(directioner + "slide");
break;
case 7 :
this.gotoAndStop(directioner + "duckpunch");
break;
case 8 :
this.gotoAndStop(directioner + "special3");
break;
default :
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
}
}
} else {
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
button_up = 0;
button_down = 0;
}
}
}
};
Instance of Symbol 42 MovieClip "detector" in Symbol 1202 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
if (_parent._x < _root[_parent.opponentplayer + "fighter"]._x) {
while (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
_parent._x--;
}
} else {
while (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
_parent._x++;
}
}
}
}
Instance of Symbol 42 MovieClip in Symbol 1202 MovieClip Frame 1
onClipEvent (load) {
movelister = 0;
pressonce = 1;
presstwice = 1;
pressthrice = 1;
}
onClipEvent (enterFrame) {
if (((!Key.isDown(_root[_parent.whichplayer + "keypunch"])) && (!Key.isDown(_root[_parent.whichplayer + "keykick"]))) && (_parent.airborne == 0)) {
_parent.canattack = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keydown"])) {
if (pressonce == 1) {
_parent.movelist = _parent.movelist + "d";
movelister = 10;
pressonce = 0;
}
} else {
pressonce = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keyright"])) {
if (presstwice == 1) {
((_parent.directioner == "r") ? ((_parent.movelist = _parent.movelist + "f")) : ((_parent.movelist = _parent.movelist + "b")));
movelister = 10;
presstwice = 0;
}
} else {
presstwice = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keyleft"])) {
if (pressthrice == 1) {
((_parent.directioner == "l") ? ((_parent.movelist = _parent.movelist + "f")) : ((_parent.movelist = _parent.movelist + "b")));
movelister = 10;
pressthrice = 0;
}
} else {
pressthrice = 1;
}
if (movelister > 0) {
movelister--;
}
if (movelister == 0) {
_parent.movelist = "";
}
}
Symbol 1202 MovieClip Frame 2
currentmove = "stand";
autoblock = 1;
Symbol 1202 MovieClip Frame 3
currentmove = "stand";
autoblock = 1;
Symbol 1202 MovieClip Frame 4
currentmove = "walk";
Instance of Symbol 1058 MovieClip in Symbol 1202 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 1;
_parent._x = _parent._x - (_parent.speed - 2);
} else if (_parent.button_right) {
_parent.autoblock = 0;
_parent._x = _parent._x - (-_parent.speed);
}
if ((!_parent.button_left) && (!_parent.button_right)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1202 MovieClip Frame 5
currentmove = "walk";
Instance of Symbol 1058 MovieClip in Symbol 1202 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 0;
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.button_right) {
_parent.autoblock = 1;
_parent._x = _parent._x + (_parent.speed - 2);
}
if ((!_parent.button_left) && (!_parent.button_right)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1202 MovieClip Frame 6
currentmove = "taunt";
autoblock = 0;
Symbol 1202 MovieClip Frame 7
currentmove = "taunt";
autoblock = 0;
Symbol 1202 MovieClip Frame 8
currentmove = "duck";
autoblock = 1;
Instance of Symbol 1060 MovieClip in Symbol 1202 MovieClip Frame 8
onClipEvent (enterFrame) {
if (!Key.isDown(_root[_parent.whichplayer + "keydown"])) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1202 MovieClip Frame 9
currentmove = "duck";
autoblock = 1;
Symbol 1202 MovieClip Frame 11
currentmove = "jumpup";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1061 MovieClip in Symbol 1202 MovieClip Frame 11
onClipEvent (enterFrame) {
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1202 MovieClip Frame 12
currentmove = "jumpup";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Symbol 1202 MovieClip Frame 13
currentmove = "jumpfront";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1061 MovieClip in Symbol 1202 MovieClip Frame 13
onClipEvent (enterFrame) {
_parent._x = _parent._x + _parent.speed;
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1202 MovieClip Frame 14
currentmove = "jumpfront";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1061 MovieClip in Symbol 1202 MovieClip Frame 14
onClipEvent (enterFrame) {
_parent._x = _parent._x + (-_parent.speed);
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1202 MovieClip Frame 15
currentmove = "jumpback";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Symbol 1202 MovieClip Frame 16
currentmove = "jumpback";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1061 MovieClip in Symbol 1202 MovieClip Frame 16
onClipEvent (enterFrame) {
_parent._x = _parent._x + _parent.speed;
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1202 MovieClip Frame 18
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1202 MovieClip Frame 19
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1202 MovieClip Frame 20
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1202 MovieClip Frame 21
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1202 MovieClip Frame 22
currentmove = "fight";
canattack = 0;
autoblock = 0;
Instance of Symbol 1068 MovieClip "fighter" in Symbol 1202 MovieClip Frame 22
onClipEvent (load) {
this.gotoAndPlay("move" + _parent.movenumber);
}
Symbol 1202 MovieClip Frame 23
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1202 MovieClip Frame 24
canattack = 0;
autoblock = 0;
Instance of Symbol 1069 MovieClip "fighter" in Symbol 1202 MovieClip Frame 24
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + _parent.speed;
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + (-_parent.speed);
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1202 MovieClip Frame 25
canattack = 0;
autoblock = 0;
Instance of Symbol 1069 MovieClip "fighter" in Symbol 1202 MovieClip Frame 25
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + _parent.speed;
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1202 MovieClip Frame 27
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1202 MovieClip Frame 28
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1202 MovieClip Frame 29
currentmove = "fight";
canattack = 0;
autoblock = 0;
Instance of Symbol 1072 MovieClip "fighter" in Symbol 1202 MovieClip Frame 29
onClipEvent (load) {
this.gotoAndPlay("move" + _parent.movenumber);
}
Symbol 1202 MovieClip Frame 30
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1202 MovieClip Frame 31
canattack = 0;
autoblock = 0;
Instance of Symbol 1073 MovieClip "fighter" in Symbol 1202 MovieClip Frame 31
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + _parent.speed;
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + (-_parent.speed);
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1202 MovieClip Frame 32
canattack = 0;
autoblock = 0;
Instance of Symbol 1073 MovieClip "fighter" in Symbol 1202 MovieClip Frame 32
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + _parent.speed;
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1202 MovieClip Frame 33
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1202 MovieClip Frame 34
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1202 MovieClip Frame 36
currentmove = "block";
canattack = 0;
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 1081 MovieClip in Symbol 1202 MovieClip Frame 36
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x - 3;
}
Symbol 1202 MovieClip Frame 37
currentmove = "block";
canattack = 0;
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 1081 MovieClip in Symbol 1202 MovieClip Frame 37
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x + 3;
}
Symbol 1202 MovieClip Frame 38
currentmove = "block";
canattack = 0;
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 1082 MovieClip in Symbol 1202 MovieClip Frame 38
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x - 3;
}
Symbol 1202 MovieClip Frame 39
currentmove = "block";
canattack = 0;
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 1082 MovieClip in Symbol 1202 MovieClip Frame 39
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x + 3;
}
Symbol 1202 MovieClip Frame 40
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1096 MovieClip in Symbol 1202 MovieClip Frame 40
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
if (!_parent.youlose) {
_parent._x = _parent._x - 6;
}
}
Symbol 1202 MovieClip Frame 41
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1096 MovieClip in Symbol 1202 MovieClip Frame 41
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
if (!_parent.youlose) {
_parent._x = _parent._x + 6;
}
}
Symbol 1202 MovieClip Frame 42
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1100 MovieClip in Symbol 1202 MovieClip Frame 42
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x - 6;
}
}
Symbol 1202 MovieClip Frame 43
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1100 MovieClip in Symbol 1202 MovieClip Frame 43
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x + 6;
}
}
Symbol 1202 MovieClip Frame 44
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1101 MovieClip in Symbol 1202 MovieClip Frame 44
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x - 2;
}
}
Symbol 1202 MovieClip Frame 45
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1101 MovieClip in Symbol 1202 MovieClip Frame 45
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x + 2;
}
}
Symbol 1202 MovieClip Frame 46
Symbol 1202 MovieClip Frame 47
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1202 MovieClip Frame 48
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1202 MovieClip Frame 49
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1202 MovieClip Frame 50
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1202 MovieClip Frame 51
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1202 MovieClip Frame 52
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1202 MovieClip Frame 53
currentmove = "fight";
canattack = 0;
autoblock = 0;
mana = mana - manacount;
Symbol 1202 MovieClip Frame 54
currentmove = "fight";
canattack = 0;
autoblock = 0;
mana = mana - manacount;
Symbol 1202 MovieClip Frame 56
currentmove = "winningpose";
Symbol 1202 MovieClip Frame 57
currentmove = "winningpose";
Symbol 1202 MovieClip Frame 58
currentmove = "roll";
if (this.getDepth() < _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1199 MovieClip in Symbol 1202 MovieClip Frame 58
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 1;
_parent._x = _parent._x - _parent.speed;
} else if (_parent.button_right) {
_parent.autoblock = 0;
_parent._x = _parent._x - (-_parent.speed);
}
}
Symbol 1202 MovieClip Frame 59
currentmove = "roll";
if (this.getDepth() < _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1054 MovieClip in Symbol 1202 MovieClip Frame 59
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 0;
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.button_right) {
_parent.autoblock = 1;
_parent._x = _parent._x + _parent.speed;
}
}
Symbol 1219 MovieClip Frame 1
stop();
Symbol 1220 MovieClip Frame 1
if (((_parent.hp / _parent.fullhp) * 100) < 40) {
gotoAndPlay (31);
}
Symbol 1220 MovieClip Frame 30
gotoAndPlay (2);
Symbol 1220 MovieClip Frame 44
gotoAndPlay (31);
Symbol 1221 MovieClip Frame 1
if (((_parent.hp / _parent.fullhp) * 100) < 40) {
gotoAndPlay (31);
}
Symbol 1221 MovieClip Frame 27
gotoAndPlay (2);
Symbol 1221 MovieClip Frame 49
gotoAndPlay (28);
Symbol 1222 MovieClip Frame 57
_parent.hp = _parent.hp + 2;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1224 MovieClip Frame 16
stop();
Symbol 1226 MovieClip Frame 16
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1227 MovieClip Frame 15
_parent.gotoAndStop(_parent.directioner + "duck");
Symbol 1233 MovieClip Frame 1
if (_parent.directioner == "l") {
adding = -5;
} else {
adding = 5;
}
_parent.specialdamage = 3;
Symbol 1233 MovieClip Frame 2
_parent._x = _parent._x + adding;
Symbol 1233 MovieClip Frame 3
_parent._x = _parent._x + adding;
Symbol 1233 MovieClip Frame 4
_parent._x = _parent._x + adding;
Symbol 1233 MovieClip Frame 5
_parent._x = _parent._x + adding;
Symbol 1233 MovieClip Frame 6
_parent._x = _parent._x + adding;
Symbol 1233 MovieClip Frame 7
_parent._x = _parent._x + adding;
Symbol 1233 MovieClip Frame 8
_parent._x = _parent._x + adding;
Symbol 1233 MovieClip Frame 9
_parent._x = _parent._x + adding;
Symbol 1233 MovieClip Frame 10
_parent._x = _parent._x + adding;
Symbol 1233 MovieClip Frame 11
_parent._x = _parent._x + adding;
Symbol 1233 MovieClip Frame 12
_parent._x = _parent._x + adding;
Symbol 1233 MovieClip Frame 13
_parent._x = _parent._x + adding;
Symbol 1233 MovieClip Frame 14
_parent._x = _parent._x + adding;
Symbol 1233 MovieClip Frame 15
_parent._x = _parent._x + adding;
Symbol 1233 MovieClip Frame 16
_parent._x = _parent._x + adding;
Symbol 1233 MovieClip Frame 17
_parent.specialdamage = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1233 MovieClip Frame 18
if (_parent.directioner == "l") {
adding = -5;
} else {
adding = 5;
}
_parent.specialdamage = 2;
Symbol 1233 MovieClip Frame 19
_parent._x = _parent._x + adding;
Symbol 1233 MovieClip Frame 20
_parent._x = _parent._x + adding;
Symbol 1233 MovieClip Frame 21
_parent._x = _parent._x + adding;
Symbol 1233 MovieClip Frame 22
_parent._x = _parent._x + adding;
Symbol 1233 MovieClip Frame 23
_parent._x = _parent._x + adding;
Symbol 1233 MovieClip Frame 31
_parent._x = _parent._x + adding;
Symbol 1233 MovieClip Frame 32
_parent._x = _parent._x + adding;
Symbol 1233 MovieClip Frame 33
_parent._x = _parent._x + adding;
Symbol 1233 MovieClip Frame 34
_parent._x = _parent._x + adding;
Symbol 1233 MovieClip Frame 35
_parent._x = _parent._x + adding;
Symbol 1233 MovieClip Frame 36
_parent._x = _parent._x + adding;
Symbol 1233 MovieClip Frame 37
_parent._x = _parent._x + adding;
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1236 MovieClip Frame 7
stop();
Symbol 1238 MovieClip Frame 1
if (_parent.directioner == "l") {
adding = -4;
} else {
adding = 4;
}
Symbol 1238 MovieClip Frame 2
_parent._x = _parent._x + adding;
Symbol 1238 MovieClip Frame 3
_parent._x = _parent._x + adding;
Symbol 1238 MovieClip Frame 4
_parent._x = _parent._x + adding;
Symbol 1238 MovieClip Frame 20
_parent._x = _parent._x + adding;
Symbol 1238 MovieClip Frame 21
_parent._x = _parent._x + adding;
Symbol 1238 MovieClip Frame 22
_parent._x = _parent._x + adding;
Symbol 1238 MovieClip Frame 23
_parent._x = _parent._x + adding;
Symbol 1238 MovieClip Frame 24
_parent._x = _parent._x + adding;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1243 MovieClip Frame 1
_parent.specialdamage = 0;
Symbol 1243 MovieClip Frame 13
if (_parent.directioner == "l") {
adding = -7;
} else {
adding = 7;
}
Symbol 1243 MovieClip Frame 14
_parent._x = _parent._x + adding;
Symbol 1243 MovieClip Frame 15
_parent._x = _parent._x + adding;
Symbol 1243 MovieClip Frame 16
_parent._x = _parent._x + adding;
Symbol 1243 MovieClip Frame 17
_parent._x = _parent._x + adding;
Symbol 1243 MovieClip Frame 22
_parent._x = _parent._x + adding;
_parent.specialdamage = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1243 MovieClip Frame 23
_parent.specialdamage = 4;
_parent.flyingheight = 100;
Symbol 1243 MovieClip Frame 35
_parent._x = _parent._x + adding;
Symbol 1243 MovieClip Frame 36
if (_parent.directioner == "l") {
adding = -7;
} else {
adding = 7;
}
Symbol 1243 MovieClip Frame 37
_parent._x = _parent._x + adding;
Symbol 1243 MovieClip Frame 38
_parent._x = _parent._x + adding;
Symbol 1243 MovieClip Frame 39
_parent._x = _parent._x + adding;
Symbol 1243 MovieClip Frame 40
_parent._x = _parent._x + adding;
Symbol 1243 MovieClip Frame 44
_parent._x = _parent._x + adding;
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1245 MovieClip Frame 1
_parent.flyingheight = 60;
Symbol 1245 MovieClip Frame 15
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "duck");
Symbol 1251 MovieClip Frame 9
stop();
Symbol 1252 MovieClip Frame 7
if (_parent.hp <= 0) {
_parent.gotoAndStop(_parent.directioner + "gethit");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 1253 MovieClip Frame 8
if (_parent.hp <= 0) {
_parent.gotoAndStop(_parent.directioner + "gethit");
} else {
_parent.gotoAndStop(_parent.directioner + "duck");
}
Symbol 1260 MovieClip Frame 11
if (_parent.youlose == 1) {
gotoAndPlay ("die");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 1260 MovieClip Frame 22
if (_parent.youlose == 1) {
gotoAndPlay ("die");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 1260 MovieClip Frame 107
stop();
stop();
stop();
Symbol 1262 MovieClip Frame 18
stopping = 1;
if (_parent.youlose == 1) {
stop();
}
Symbol 1262 MovieClip Frame 44
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1263 MovieClip Frame 18
stopping = 1;
if (_parent.youlose == 1) {
stop();
}
Symbol 1263 MovieClip Frame 44
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1276 MovieClip Frame 1
_parent.specialdamage = 3;
_parent.usingspecial = 1;
Symbol 1276 MovieClip Frame 49
_parent.specialdamage = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1283 MovieClip Frame 1
_parent.specialdamage = 3;
_parent.flyingheight = 60;
_parent.usingspecial = 1;
Symbol 1283 MovieClip Frame 37
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1293 MovieClip Frame 1
_parent.specialdamage = 4;
_parent.flyingheight = 70;
_parent.usingspecial = 1;
Symbol 1293 MovieClip Frame 37
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1322 MovieClip Frame 1
_parent.specialdamage = 15;
_parent.flyingheight = 100;
_parent.usingspecial = 1;
var colormatrix = new Array(0.5, 0, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
_root.bg.filters = new Array(color);
Symbol 1322 MovieClip Frame 43
var colormatrix = new Array(1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
_root.bg.filters = new Array(color);
Symbol 1322 MovieClip Frame 44
if (_parent.directioner == "l") {
adding = -20;
} else {
adding = 20;
}
Symbol 1322 MovieClip Frame 45
_parent._x = _parent._x + adding;
Symbol 1322 MovieClip Frame 46
_parent._x = _parent._x + adding;
Symbol 1322 MovieClip Frame 47
_parent._x = _parent._x + adding;
Symbol 1322 MovieClip Frame 48
_parent._x = _parent._x + adding;
Symbol 1322 MovieClip Frame 49
_parent._x = _parent._x + adding;
Symbol 1322 MovieClip Frame 50
_parent._x = _parent._x + adding;
Symbol 1322 MovieClip Frame 51
_parent._x = _parent._x + adding;
Symbol 1322 MovieClip Frame 52
_parent._x = _parent._x + adding;
Symbol 1322 MovieClip Frame 53
_parent._x = _parent._x + adding;
Symbol 1322 MovieClip Frame 54
_parent._x = _parent._x + adding;
Symbol 1322 MovieClip Frame 55
_parent._x = _parent._x + adding;
Symbol 1322 MovieClip Frame 56
_parent._x = _parent._x + adding;
Symbol 1322 MovieClip Frame 57
_parent._x = _parent._x + adding;
Symbol 1322 MovieClip Frame 58
_parent._x = _parent._x + adding;
Symbol 1322 MovieClip Frame 59
_parent._x = _parent._x + adding;
Symbol 1322 MovieClip Frame 60
_parent._x = _parent._x + adding;
Symbol 1322 MovieClip Frame 61
_parent._x = _parent._x + adding;
Symbol 1322 MovieClip Frame 62
_parent._x = _parent._x + adding;
Symbol 1322 MovieClip Frame 63
_parent._x = _parent._x + adding;
Symbol 1322 MovieClip Frame 64
_parent._x = _parent._x + adding;
Symbol 1322 MovieClip Frame 65
_parent._x = _parent._x + adding;
Symbol 1322 MovieClip Frame 66
_parent._x = _parent._x + adding;
Symbol 1322 MovieClip Frame 67
_parent._x = _parent._x + adding;
Symbol 1322 MovieClip Frame 68
_parent._x = _parent._x + adding;
Symbol 1322 MovieClip Frame 74
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1323 MovieClip Frame 57
stop();
Symbol 1324 MovieClip Frame 1
_alpha = 50;
Symbol 1324 MovieClip Frame 12
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1325 MovieClip [dohn] Frame 1
airborne = 1;
yspeed = 0;
gravity = 15;
autoblock = 1;
jumpposition = "front";
canattack = 1;
youlose = 0;
movelist = "";
movenumber = 1;
jumpheight = 115;
speed = 5;
strength = 6;
defense = 2;
hp = 80;
fullhp = 80;
mana = 0;
manacount = 30;
hp = hp * _root.gaugesize;
fullhp = fullhp * _root.gaugesize;
specialdamage = 0;
flyingheight = 0;
currentmove = "stand";
button_up = 0;
button_down = 0;
button_left = 0;
button_right = 0;
button_punch = 0;
button_kick = 0;
button_taunt = 0;
((whichplayer == "p01") ? ((opponentplayer = "p02")) : ((opponentplayer = "p01")));
if ((whichplayer == "p02") && (_root.p1sprite == _root.p2sprite)) {
var colormatrix = new Array(0.8, 0, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
this.filters = new Array(color);
}
_name = (whichplayer + "fighter");
((whichplayer == "p01") ? ((directioner = "r")) : ((directioner = "l")));
gotoAndStop(directioner + "normal");
aitimer = 0;
aimoving = 0;
airange2 = 100;
airange1 = 50;
this.onEnterFrame = function () {
mycontroller = _root[whichplayer + "controller"];
distancebetween = this._x - _root[opponentplayer + "fighter"]._x;
if (distancebetween < 0) {
distancebetween = distancebetween * -1;
}
if (hp <= 0) {
youlose = 1;
hp = 0;
_root.winnersname = _root[opponentplayer + "name"];
_root.winnersymbol.play();
} else if (hp > fullhp) {
hp = fullhp;
}
yspeed = yspeed + gravity;
_y = (_y + (yspeed / 4));
if (_root.thefloor.hitTest(this._x, this._y, true) && (yspeed >= 0)) {
yspeed = 0;
gravity = 0;
}
if (_root.thefloor.hitTest(this._x, this._y + 1, true)) {
airborne = 0;
} else {
airborne = 1;
}
while (_root.thefloor.hitTest(this._x, this._y, true)) {
_y = (_y-1);
}
((this._x <= _root[opponentplayer + "fighter"]._x) ? ((directioner = "r")) : ((directioner = "l")));
if (_root[opponentplayer + "fighter"].youlose && (currentmove == "stand")) {
this.gotoAndStop(directioner + "winningpose");
}
if (mycontroller == "p") {
(Key.isDown(_root[whichplayer + "keyleft"]) ? ((button_left = 1)) : ((button_left = 0)));
(Key.isDown(_root[whichplayer + "keyright"]) ? ((button_right = 1)) : ((button_right = 0)));
(Key.isDown(_root[whichplayer + "keyup"]) ? ((button_up = 1)) : ((button_up = 0)));
(Key.isDown(_root[whichplayer + "keydown"]) ? ((button_down = 1)) : ((button_down = 0)));
(Key.isDown(_root[whichplayer + "keypunch"]) ? ((button_punch = 1)) : ((button_punch = 0)));
(Key.isDown(_root[whichplayer + "keykick"]) ? ((button_kick = 1)) : ((button_kick = 0)));
(Key.isDown(_root[whichplayer + "keytaunt"]) ? ((button_taunt = 1)) : ((button_taunt = 0)));
}
if (button_down && ((currentmove == "stand") || (currentmove == "walk"))) {
this.gotoAndStop(directioner + "duck");
}
if (button_up) {
if (button_right && (currentmove == "walk")) {
((directioner == "r") ? ((jumpposition = "front")) : ((jumpposition = "back")));
this.gotoAndStop((directioner + "jump") + jumpposition);
} else if (button_left && (currentmove == "walk")) {
((directioner == "r") ? ((jumpposition = "back")) : ((jumpposition = "front")));
this.gotoAndStop((directioner + "jump") + jumpposition);
} else if (currentmove == "stand") {
this.gotoAndStop(directioner + "jump");
}
}
if (button_left && (currentmove == "stand")) {
this.gotoAndStop(directioner + "walk");
}
if (button_right && (currentmove == "stand")) {
this.gotoAndStop(directioner + "walk");
}
if (button_taunt) {
if (currentmove == "stand") {
this.gotoAndStop(directioner + "taunt");
} else if (currentmove == "walk") {
this.gotoAndStop(directioner + "roll");
}
}
if (button_punch && (canattack == 1)) {
switch (currentmove) {
case "stand" :
this.gotoAndStop(directioner + "punch");
break;
case "walk" :
if (button_left) {
((directioner == "l") ? ((movenumber = 1)) : ((movenumber = 2)));
} else if (button_right) {
((directioner == "l") ? ((movenumber = 2)) : ((movenumber = 1)));
}
if (movelist == "fffb") {
if (mana >= manacount) {
this.gotoAndStop(directioner + "finish");
}
} else if (movelist == "ff") {
this.gotoAndStop(directioner + "special2");
} else if (movelist == "df") {
this.gotoAndStop(directioner + "special1");
} else {
this.gotoAndStop(directioner + "specialpunch");
}
break;
case "duck" :
this.gotoAndStop(directioner + "duckpunch");
break;
case "jumpup" :
case "jumpback" :
case "jumpfront" :
this.gotoAndStop(directioner + "jumperpunch");
}
}
if (button_kick && (canattack == 1)) {
switch (currentmove) {
case "stand" :
this.gotoAndStop(directioner + "kick");
break;
case "walk" :
if (button_left) {
((directioner == "l") ? ((movenumber = 1)) : ((movenumber = 2)));
} else if (button_right) {
((directioner == "l") ? ((movenumber = 2)) : ((movenumber = 1)));
}
if (movelist == "bb") {
this.gotoAndStop(directioner + "special3");
} else {
this.gotoAndStop(directioner + "specialkick");
}
break;
case "duck" :
this.gotoAndStop(directioner + "slide");
break;
case "jumpfront" :
case "jumpback" :
case "jumpup" :
this.gotoAndStop(directioner + "jumperkick");
}
}
if ((mycontroller == "p") && (youlose == 0)) {
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.puncher)) {
if (autoblock == 0) {
if (airborne == 0) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "fall");
}
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.puncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.fallpuncher)) {
if (autoblock == 0) {
this.gotoAndStop(directioner + "fall");
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.fallpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.duckpuncher)) {
if (mycontroller == "c") {
if (((random(10) + 1) > _root.computerlevel) || (youlose == 1)) {
movenumber = 2;
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
} else if ((autoblock == 0) || (currentmove != "duck")) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
_root[opponentplayer + "fighter"].fighter.duckpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.slider)) {
if (mycontroller == "c") {
if (((random(10) + 1) > _root.computerlevel) || (youlose == 1)) {
movenumber = 2;
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
} else {
this.gotoAndStop(directioner + "slided");
}
_root[opponentplayer + "fighter"].fighter.slider.unloadMovie();
}
}
if ((mycontroller == "c") && (youlose == 0)) {
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.puncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
if (airborne == 0) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "fall");
}
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.puncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.fallpuncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "fall");
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.fallpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.duckpuncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
_root[opponentplayer + "fighter"].fighter.duckpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.slider)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "slided");
} else {
i = random(3);
switch (i) {
case 0 :
jumpposition = "";
break;
case 1 :
jumpposition = "front";
break;
case 2 :
jumpposition = "back";
}
this.gotoAndStop((directioner + "jump") + jumpposition);
}
_root[opponentplayer + "fighter"].fighter.slider.unloadMovie();
}
}
aitimer++;
if (aitimer > 100) {
aitimer = 0;
}
if (mycontroller == "c") {
if ((aitimer % (10 - _root.computerlevel)) == 0) {
if (((_root[opponentplayer + "fighter"].youlose == 0) && ((((currentmove == "walk") || (currentmove == "stand")) || (currentmove == "duck")) || (currentmove == "roll"))) && (youlose == 0)) {
if (distancebetween > airange2) {
randommove = random(10);
if (randommove < _root.computerlevel) {
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_left = 0;
button_right = 0;
}
randommove = random(8);
if (randommove == 0) {
button_up = 1;
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_up = 0;
}
randomtaunt = random(8);
(((hp < 10) || (randomtaunt == 0)) ? ((button_taunt = 1)) : ((button_taunt = 0)));
usespecial = random(10);
if (usespecial == 0) {
this.gotoAndStop(directioner + "special1");
}
if (mana >= manacount) {
if (_root[opponentplayer + "fighter"].hp <= 10) {
usesfinisher = random(5);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish");
}
} else {
usesfinisher = random(20);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish");
}
}
}
button_punch = 0;
button_kick = 0;
}
if ((distancebetween >= airange1) && (distancebetween <= airange2)) {
randomattack = random(18);
switch (randomattack) {
case 0 :
((directioner == "l") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_up = 0;
}
break;
case 1 :
((directioner == "r") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
} else {
button_up = 0;
}
break;
case 2 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialpunch");
break;
case 3 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialkick");
break;
case 4 :
this.gotoAndStop(directioner + "special2");
break;
case 5 :
this.gotoAndStop(directioner + "special3");
break;
case 6 :
if (mana >= manacount) {
if (_root[opponentplayer + "fighter"].hp <= 10) {
usesfinisher = random(5);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish");
}
} else {
usesfinisher = random(20);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish");
}
}
}
default :
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
}
}
if (distancebetween < airange1) {
randomattack = random(18);
switch (randomattack) {
case 0 :
button_punch = 1;
break;
case 1 :
button_kick = 1;
break;
case 2 :
((directioner == "l") ? ((button_left = 1)) : ((button_right = 1)));
this.gotoAndStop(directioner + "roll");
break;
case 3 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialpunch");
break;
case 4 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialkick");
break;
case 5 :
((directioner == "r") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
} else {
button_up = 0;
}
break;
case 6 :
this.gotoAndStop(directioner + "slide");
break;
case 7 :
this.gotoAndStop(directioner + "duckpunch");
break;
case 8 :
this.gotoAndStop(directioner + "special3");
break;
case 10 :
this.gotoAndStop(directioner + "special2");
break;
case 9 :
if (mana >= manacount) {
if (_root[opponentplayer + "fighter"].hp <= 10) {
usesfinisher = random(5);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish");
}
} else {
usesfinisher = random(20);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish");
}
}
}
default :
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
}
}
} else {
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
button_up = 0;
button_down = 0;
}
}
}
};
Instance of Symbol 42 MovieClip "detector" in Symbol 1325 MovieClip [dohn] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
if (_parent._x < _root[_parent.opponentplayer + "fighter"]._x) {
while (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
_parent._x--;
}
} else {
while (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
_parent._x++;
}
}
}
}
Instance of Symbol 42 MovieClip in Symbol 1325 MovieClip [dohn] Frame 1
onClipEvent (load) {
movelister = 0;
pressonce = 1;
presstwice = 1;
pressthrice = 1;
}
onClipEvent (enterFrame) {
if (((!Key.isDown(_root[_parent.whichplayer + "keypunch"])) && (!Key.isDown(_root[_parent.whichplayer + "keykick"]))) && (_parent.airborne == 0)) {
_parent.canattack = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keydown"])) {
if (pressonce == 1) {
_parent.movelist = _parent.movelist + "d";
movelister = 10;
pressonce = 0;
}
} else {
pressonce = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keyright"])) {
if (presstwice == 1) {
((_parent.directioner == "r") ? ((_parent.movelist = _parent.movelist + "f")) : ((_parent.movelist = _parent.movelist + "b")));
movelister = 10;
presstwice = 0;
}
} else {
presstwice = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keyleft"])) {
if (pressthrice == 1) {
((_parent.directioner == "l") ? ((_parent.movelist = _parent.movelist + "f")) : ((_parent.movelist = _parent.movelist + "b")));
movelister = 10;
pressthrice = 0;
}
} else {
pressthrice = 1;
}
if (movelister > 0) {
movelister--;
}
if (movelister == 0) {
_parent.movelist = "";
}
}
Symbol 1325 MovieClip [dohn] Frame 2
currentmove = "stand";
autoblock = 1;
Symbol 1325 MovieClip [dohn] Frame 3
currentmove = "stand";
autoblock = 1;
Symbol 1325 MovieClip [dohn] Frame 4
currentmove = "walk";
Instance of Symbol 1221 MovieClip in Symbol 1325 MovieClip [dohn] Frame 4
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 1;
_parent._x = _parent._x - (_parent.speed - 2);
} else if (_parent.button_right) {
_parent.autoblock = 0;
_parent._x = _parent._x - (-_parent.speed);
}
if ((!_parent.button_left) && (!_parent.button_right)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1325 MovieClip [dohn] Frame 5
currentmove = "walk";
Instance of Symbol 1221 MovieClip in Symbol 1325 MovieClip [dohn] Frame 5
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 0;
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.button_right) {
_parent.autoblock = 1;
_parent._x = _parent._x + (_parent.speed - 2);
}
if ((!_parent.button_left) && (!_parent.button_right)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1325 MovieClip [dohn] Frame 6
currentmove = "taunt";
autoblock = 0;
Symbol 1325 MovieClip [dohn] Frame 7
currentmove = "taunt";
autoblock = 0;
Symbol 1325 MovieClip [dohn] Frame 8
currentmove = "duck";
autoblock = 1;
Instance of Symbol 1223 MovieClip in Symbol 1325 MovieClip [dohn] Frame 8
onClipEvent (enterFrame) {
if (!Key.isDown(_root[_parent.whichplayer + "keydown"])) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1325 MovieClip [dohn] Frame 9
currentmove = "duck";
autoblock = 1;
Symbol 1325 MovieClip [dohn] Frame 11
currentmove = "jumpup";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1224 MovieClip in Symbol 1325 MovieClip [dohn] Frame 11
onClipEvent (enterFrame) {
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1325 MovieClip [dohn] Frame 12
currentmove = "jumpup";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Symbol 1325 MovieClip [dohn] Frame 13
currentmove = "jumpfront";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1224 MovieClip in Symbol 1325 MovieClip [dohn] Frame 13
onClipEvent (enterFrame) {
_parent._x = _parent._x + _parent.speed;
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1325 MovieClip [dohn] Frame 14
currentmove = "jumpfront";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1224 MovieClip in Symbol 1325 MovieClip [dohn] Frame 14
onClipEvent (enterFrame) {
_parent._x = _parent._x + (-_parent.speed);
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1325 MovieClip [dohn] Frame 15
currentmove = "jumpback";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Symbol 1325 MovieClip [dohn] Frame 16
currentmove = "jumpback";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1224 MovieClip in Symbol 1325 MovieClip [dohn] Frame 16
onClipEvent (enterFrame) {
_parent._x = _parent._x + _parent.speed;
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1325 MovieClip [dohn] Frame 18
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1325 MovieClip [dohn] Frame 19
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1325 MovieClip [dohn] Frame 20
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1325 MovieClip [dohn] Frame 21
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1325 MovieClip [dohn] Frame 22
currentmove = "fight";
canattack = 0;
autoblock = 0;
Instance of Symbol 1233 MovieClip "fighter" in Symbol 1325 MovieClip [dohn] Frame 22
onClipEvent (load) {
this.gotoAndPlay("move" + _parent.movenumber);
}
Symbol 1325 MovieClip [dohn] Frame 23
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1325 MovieClip [dohn] Frame 24
canattack = 0;
autoblock = 0;
Instance of Symbol 1236 MovieClip "fighter" in Symbol 1325 MovieClip [dohn] Frame 24
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + _parent.speed;
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + (-_parent.speed);
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1325 MovieClip [dohn] Frame 25
canattack = 0;
autoblock = 0;
Instance of Symbol 1236 MovieClip "fighter" in Symbol 1325 MovieClip [dohn] Frame 25
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + _parent.speed;
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1325 MovieClip [dohn] Frame 27
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1325 MovieClip [dohn] Frame 28
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1325 MovieClip [dohn] Frame 29
currentmove = "fight";
canattack = 0;
autoblock = 0;
Instance of Symbol 1243 MovieClip "fighter" in Symbol 1325 MovieClip [dohn] Frame 29
onClipEvent (load) {
this.gotoAndPlay("move" + _parent.movenumber);
}
Symbol 1325 MovieClip [dohn] Frame 30
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1325 MovieClip [dohn] Frame 31
canattack = 0;
autoblock = 0;
Instance of Symbol 1244 MovieClip "fighter" in Symbol 1325 MovieClip [dohn] Frame 31
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + _parent.speed;
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + (-_parent.speed);
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1325 MovieClip [dohn] Frame 32
canattack = 0;
autoblock = 0;
Instance of Symbol 1244 MovieClip "fighter" in Symbol 1325 MovieClip [dohn] Frame 32
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + _parent.speed;
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1325 MovieClip [dohn] Frame 33
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1325 MovieClip [dohn] Frame 34
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1325 MovieClip [dohn] Frame 36
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 1252 MovieClip in Symbol 1325 MovieClip [dohn] Frame 36
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x - 3;
}
Symbol 1325 MovieClip [dohn] Frame 37
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 1252 MovieClip in Symbol 1325 MovieClip [dohn] Frame 37
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x + 3;
}
Symbol 1325 MovieClip [dohn] Frame 38
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 1253 MovieClip in Symbol 1325 MovieClip [dohn] Frame 38
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x - 3;
}
Symbol 1325 MovieClip [dohn] Frame 39
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 1253 MovieClip in Symbol 1325 MovieClip [dohn] Frame 39
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x + 3;
}
Symbol 1325 MovieClip [dohn] Frame 40
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1260 MovieClip in Symbol 1325 MovieClip [dohn] Frame 40
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
if (!_parent.youlose) {
_parent._x = _parent._x - 8;
}
}
Symbol 1325 MovieClip [dohn] Frame 41
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1260 MovieClip in Symbol 1325 MovieClip [dohn] Frame 41
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
if (!_parent.youlose) {
_parent._x = _parent._x + 8;
}
}
Symbol 1325 MovieClip [dohn] Frame 42
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1262 MovieClip in Symbol 1325 MovieClip [dohn] Frame 42
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x - 8;
}
}
Symbol 1325 MovieClip [dohn] Frame 43
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1262 MovieClip in Symbol 1325 MovieClip [dohn] Frame 43
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x + 8;
}
}
Symbol 1325 MovieClip [dohn] Frame 44
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1263 MovieClip in Symbol 1325 MovieClip [dohn] Frame 44
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x - 2;
}
}
Symbol 1325 MovieClip [dohn] Frame 45
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1263 MovieClip in Symbol 1325 MovieClip [dohn] Frame 45
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x + 2;
}
}
Symbol 1325 MovieClip [dohn] Frame 46
Symbol 1325 MovieClip [dohn] Frame 47
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1325 MovieClip [dohn] Frame 48
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1325 MovieClip [dohn] Frame 49
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1325 MovieClip [dohn] Frame 50
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1325 MovieClip [dohn] Frame 51
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1325 MovieClip [dohn] Frame 52
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1325 MovieClip [dohn] Frame 53
currentmove = "fight";
canattack = 0;
autoblock = 0;
mana = mana - manacount;
Symbol 1325 MovieClip [dohn] Frame 54
currentmove = "fight";
canattack = 0;
autoblock = 0;
mana = mana - manacount;
Symbol 1325 MovieClip [dohn] Frame 56
currentmove = "winningpose";
Symbol 1325 MovieClip [dohn] Frame 57
currentmove = "winningpose";
Symbol 1325 MovieClip [dohn] Frame 58
currentmove = "roll";
if (this.getDepth() < _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1324 MovieClip in Symbol 1325 MovieClip [dohn] Frame 58
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 1;
_parent._x = _parent._x - _parent.speed;
} else if (_parent.button_right) {
_parent.autoblock = 0;
_parent._x = _parent._x - (-_parent.speed);
}
}
Symbol 1325 MovieClip [dohn] Frame 59
currentmove = "roll";
if (this.getDepth() < _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1324 MovieClip in Symbol 1325 MovieClip [dohn] Frame 59
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 0;
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.button_right) {
_parent.autoblock = 1;
_parent._x = _parent._x + _parent.speed;
}
}
Symbol 1340 MovieClip Frame 1
if (((_parent.hp / _parent.fullhp) * 100) < 40) {
gotoAndPlay (31);
}
Symbol 1340 MovieClip Frame 29
gotoAndPlay (2);
Symbol 1340 MovieClip Frame 50
gotoAndPlay (31);
Symbol 1341 MovieClip Frame 1
if (((_parent.hp / _parent.fullhp) * 100) < 40) {
gotoAndPlay (21);
}
Symbol 1341 MovieClip Frame 20
gotoAndPlay (2);
Symbol 1341 MovieClip Frame 42
gotoAndPlay (21);
Symbol 1343 MovieClip Frame 57
_parent.hp = _parent.hp + 2;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1345 MovieClip Frame 18
stop();
Symbol 1348 MovieClip Frame 15
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1349 MovieClip Frame 17
_parent.gotoAndStop(_parent.directioner + "duck");
Symbol 1351 MovieClip Frame 1
_parent.specialdamage = 1;
Symbol 1351 MovieClip Frame 9
_parent.specialdamage = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1351 MovieClip Frame 10
if (_parent.directioner == "l") {
adding = -5;
} else {
adding = 5;
}
_parent.specialdamage = 3;
Symbol 1351 MovieClip Frame 11
_parent._x = _parent._x + adding;
Symbol 1351 MovieClip Frame 12
_parent._x = _parent._x + adding;
Symbol 1351 MovieClip Frame 13
_parent._x = _parent._x + adding;
Symbol 1351 MovieClip Frame 14
_parent._x = _parent._x + adding;
Symbol 1351 MovieClip Frame 15
_parent._x = _parent._x + adding;
Symbol 1351 MovieClip Frame 16
_parent._x = _parent._x + adding;
Symbol 1351 MovieClip Frame 17
_parent._x = _parent._x + adding;
Symbol 1351 MovieClip Frame 18
_parent._x = _parent._x + adding;
Symbol 1351 MovieClip Frame 27
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1355 MovieClip Frame 7
stop();
Symbol 1356 MovieClip Frame 14
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1357 MovieClip Frame 1
if (_parent.directioner == "l") {
adding = -5;
} else {
adding = 5;
}
_parent.specialdamage = 3;
Symbol 1357 MovieClip Frame 2
_parent._x = _parent._x + adding;
Symbol 1357 MovieClip Frame 3
_parent._x = _parent._x + adding;
Symbol 1357 MovieClip Frame 4
_parent._x = _parent._x + adding;
Symbol 1357 MovieClip Frame 5
_parent._x = _parent._x + adding;
Symbol 1357 MovieClip Frame 6
_parent._x = _parent._x + adding;
Symbol 1357 MovieClip Frame 7
_parent._x = _parent._x + adding;
Symbol 1357 MovieClip Frame 8
_parent._x = _parent._x + adding;
Symbol 1357 MovieClip Frame 9
_parent._x = _parent._x + adding;
Symbol 1357 MovieClip Frame 10
_parent._x = _parent._x + adding;
Symbol 1357 MovieClip Frame 11
_parent._x = _parent._x + adding;
Symbol 1357 MovieClip Frame 12
_parent._x = _parent._x + adding;
Symbol 1357 MovieClip Frame 13
_parent._x = _parent._x + adding;
Symbol 1357 MovieClip Frame 14
_parent._x = _parent._x + adding;
Symbol 1357 MovieClip Frame 15
_parent._x = _parent._x + adding;
Symbol 1357 MovieClip Frame 16
_parent._x = _parent._x + adding;
Symbol 1357 MovieClip Frame 17
_parent._x = _parent._x + adding;
Symbol 1357 MovieClip Frame 28
_parent._x = _parent._x + adding;
_parent.specialdamage = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1357 MovieClip Frame 29
if (_parent.directioner == "l") {
adding = -5;
} else {
adding = 5;
}
_parent.specialdamage = 3;
Symbol 1357 MovieClip Frame 30
_parent._x = _parent._x + adding;
Symbol 1357 MovieClip Frame 31
_parent._x = _parent._x + adding;
Symbol 1357 MovieClip Frame 32
_parent._x = _parent._x + adding;
Symbol 1357 MovieClip Frame 33
_parent._x = _parent._x + adding;
Symbol 1357 MovieClip Frame 34
_parent._x = _parent._x + adding;
Symbol 1357 MovieClip Frame 35
_parent._x = _parent._x + adding;
Symbol 1357 MovieClip Frame 36
_parent._x = _parent._x + adding;
Symbol 1357 MovieClip Frame 37
_parent._x = _parent._x + adding;
Symbol 1357 MovieClip Frame 38
_parent._x = _parent._x + adding;
Symbol 1357 MovieClip Frame 39
_parent._x = _parent._x + adding;
Symbol 1357 MovieClip Frame 40
_parent._x = _parent._x + adding;
Symbol 1357 MovieClip Frame 41
_parent._x = _parent._x + adding;
Symbol 1357 MovieClip Frame 42
_parent._x = _parent._x + adding;
Symbol 1357 MovieClip Frame 43
_parent._x = _parent._x + adding;
Symbol 1357 MovieClip Frame 44
_parent._x = _parent._x + adding;
Symbol 1357 MovieClip Frame 45
_parent._x = _parent._x + adding;
Symbol 1357 MovieClip Frame 56
_parent._x = _parent._x + adding;
_parent.specialdamage = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1359 MovieClip Frame 1
_parent.flyingheight = 60;
Symbol 1359 MovieClip Frame 17
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "duck");
Symbol 1360 MovieClip Frame 7
if (_parent.hp <= 0) {
_parent.gotoAndStop(_parent.directioner + "gethit");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 1361 MovieClip Frame 8
if (_parent.hp <= 0) {
_parent.gotoAndStop(_parent.directioner + "gethit");
} else {
_parent.gotoAndStop(_parent.directioner + "duck");
}
Symbol 1369 MovieClip Frame 11
if (_parent.youlose == 1) {
gotoAndPlay ("die");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 1369 MovieClip Frame 25
if (_parent.youlose == 1) {
gotoAndPlay ("die");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 1369 MovieClip Frame 45
stop();
Symbol 1371 MovieClip Frame 18
stopping = 1;
if (_parent.youlose == 1) {
stop();
}
Symbol 1371 MovieClip Frame 44
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1373 MovieClip Frame 18
stopping = 1;
if (_parent.youlose == 1) {
stop();
}
Symbol 1373 MovieClip Frame 44
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1374 MovieClip Frame 1
_parent.specialdamage = 2;
_parent.flyingheight = 85;
_parent.usingspecial = 1;
Symbol 1374 MovieClip Frame 27
_parent.flyingheight = 0;
Symbol 1374 MovieClip Frame 37
_parent.specialdamage = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1383 MovieClip Frame 1
if (_parent.directioner == "l") {
adding = -20;
} else {
adding = 20;
}
_parent.specialdamage = 4;
_parent.flyingheight = 60;
_parent.usingspecial = 1;
Symbol 1383 MovieClip Frame 16
_parent._x = _parent._x + adding;
Symbol 1383 MovieClip Frame 17
_parent._x = _parent._x + adding;
Symbol 1383 MovieClip Frame 18
_parent._x = _parent._x + adding;
Symbol 1383 MovieClip Frame 19
_parent._x = _parent._x + adding;
Symbol 1383 MovieClip Frame 20
_parent._x = _parent._x + adding;
Symbol 1383 MovieClip Frame 21
_parent._x = _parent._x + adding;
Symbol 1383 MovieClip Frame 24
if (_parent.directioner == "l") {
adding = -5;
} else {
adding = 5;
}
Symbol 1383 MovieClip Frame 27
_parent._x = _parent._x + adding;
Symbol 1383 MovieClip Frame 28
_parent._x = _parent._x + adding;
Symbol 1383 MovieClip Frame 29
_parent._x = _parent._x + adding;
Symbol 1383 MovieClip Frame 30
_parent._x = _parent._x + adding;
Symbol 1383 MovieClip Frame 31
_parent._x = _parent._x + adding;
Symbol 1383 MovieClip Frame 32
_parent._x = _parent._x + adding;
Symbol 1383 MovieClip Frame 33
_parent._x = _parent._x + adding;
Symbol 1383 MovieClip Frame 34
_parent._x = _parent._x + adding;
Symbol 1383 MovieClip Frame 35
_parent._x = _parent._x + adding;
Symbol 1383 MovieClip Frame 36
_parent._x = _parent._x + adding;
Symbol 1383 MovieClip Frame 37
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1384 MovieClip Frame 1
if (_parent.directioner == "l") {
adding = -6;
} else {
adding = 6;
}
_parent.specialdamage = 4;
_parent.flyingheight = 125;
_parent.usingspecial = 1;
Symbol 1384 MovieClip Frame 2
_parent._x = _parent._x + adding;
Symbol 1384 MovieClip Frame 3
_parent._x = _parent._x + adding;
Symbol 1384 MovieClip Frame 4
_parent._x = _parent._x + adding;
Symbol 1384 MovieClip Frame 5
_parent._x = _parent._x + adding;
Symbol 1384 MovieClip Frame 6
_parent._x = _parent._x + adding;
Symbol 1384 MovieClip Frame 7
_parent._x = _parent._x + adding;
Symbol 1384 MovieClip Frame 8
_parent._x = _parent._x + adding;
Symbol 1384 MovieClip Frame 9
_parent._x = _parent._x + adding;
Symbol 1384 MovieClip Frame 10
_parent._x = _parent._x + adding;
Symbol 1384 MovieClip Frame 11
_parent._x = _parent._x + adding;
Symbol 1384 MovieClip Frame 12
_parent._x = _parent._x + adding;
Symbol 1384 MovieClip Frame 13
_parent._x = _parent._x + adding;
Symbol 1384 MovieClip Frame 14
_parent._x = _parent._x + adding;
Symbol 1384 MovieClip Frame 15
_parent._x = _parent._x + adding;
Symbol 1384 MovieClip Frame 16
_parent._x = _parent._x + adding;
Symbol 1384 MovieClip Frame 17
_parent._x = _parent._x + adding;
Symbol 1384 MovieClip Frame 18
_parent._x = _parent._x + adding;
Symbol 1384 MovieClip Frame 19
_parent._x = _parent._x + adding;
Symbol 1384 MovieClip Frame 20
_parent._x = _parent._x + adding;
Symbol 1384 MovieClip Frame 21
_parent._x = _parent._x + adding;
Symbol 1384 MovieClip Frame 31
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1411 MovieClip Frame 1
_parent.specialdamage = 13;
_parent.flyingheight = 100;
_parent.usingspecial = 1;
var colormatrix = new Array(0.6, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
_root.bg.filters = new Array(color);
Symbol 1411 MovieClip Frame 19
var colormatrix = new Array(1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
_root.bg.filters = new Array(color);
Symbol 1411 MovieClip Frame 74
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1412 MovieClip Frame 30
stop();
Symbol 1413 MovieClip Frame 1
_alpha = 50;
Symbol 1413 MovieClip Frame 12
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1414 MovieClip [rayne] Frame 1
airborne = 1;
yspeed = 0;
gravity = 15;
autoblock = 1;
jumpposition = "front";
canattack = 1;
youlose = 0;
movelist = "";
movenumber = 1;
jumpheight = 125;
speed = 5;
strength = 4;
defense = 2;
hp = 60;
fullhp = 60;
mana = 0;
manacount = 35;
hp = hp * _root.gaugesize;
fullhp = fullhp * _root.gaugesize;
specialdamage = 0;
flyingheight = 0;
currentmove = "stand";
button_up = 0;
button_down = 0;
button_left = 0;
button_right = 0;
button_punch = 0;
button_kick = 0;
button_taunt = 0;
((whichplayer == "p01") ? ((opponentplayer = "p02")) : ((opponentplayer = "p01")));
if ((whichplayer == "p02") && (_root.p1sprite == _root.p2sprite)) {
var colormatrix = new Array(0.8, 0, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
this.filters = new Array(color);
}
_name = (whichplayer + "fighter");
((whichplayer == "p01") ? ((directioner = "r")) : ((directioner = "l")));
gotoAndStop(directioner + "normal");
aitimer = 0;
aimoving = 0;
airange2 = 100;
airange1 = 50;
this.onEnterFrame = function () {
mycontroller = _root[whichplayer + "controller"];
distancebetween = this._x - _root[opponentplayer + "fighter"]._x;
if (distancebetween < 0) {
distancebetween = distancebetween * -1;
}
if (hp <= 0) {
youlose = 1;
hp = 0;
_root.winnersname = _root[opponentplayer + "name"];
_root.winnersymbol.play();
} else if (hp > fullhp) {
hp = fullhp;
}
yspeed = yspeed + gravity;
_y = (_y + (yspeed / 4));
if (_root.thefloor.hitTest(this._x, this._y, true) && (yspeed >= 0)) {
yspeed = 0;
gravity = 0;
}
if (_root.thefloor.hitTest(this._x, this._y + 1, true)) {
airborne = 0;
} else {
airborne = 1;
}
while (_root.thefloor.hitTest(this._x, this._y, true)) {
_y = (_y-1);
}
((this._x <= _root[opponentplayer + "fighter"]._x) ? ((directioner = "r")) : ((directioner = "l")));
if (_root[opponentplayer + "fighter"].youlose && (currentmove == "stand")) {
this.gotoAndStop(directioner + "winningpose");
}
if (mycontroller == "p") {
(Key.isDown(_root[whichplayer + "keyleft"]) ? ((button_left = 1)) : ((button_left = 0)));
(Key.isDown(_root[whichplayer + "keyright"]) ? ((button_right = 1)) : ((button_right = 0)));
(Key.isDown(_root[whichplayer + "keyup"]) ? ((button_up = 1)) : ((button_up = 0)));
(Key.isDown(_root[whichplayer + "keydown"]) ? ((button_down = 1)) : ((button_down = 0)));
(Key.isDown(_root[whichplayer + "keypunch"]) ? ((button_punch = 1)) : ((button_punch = 0)));
(Key.isDown(_root[whichplayer + "keykick"]) ? ((button_kick = 1)) : ((button_kick = 0)));
(Key.isDown(_root[whichplayer + "keytaunt"]) ? ((button_taunt = 1)) : ((button_taunt = 0)));
}
if (button_down && ((currentmove == "stand") || (currentmove == "walk"))) {
this.gotoAndStop(directioner + "duck");
}
if (button_up) {
if (button_right && (currentmove == "walk")) {
((directioner == "r") ? ((jumpposition = "front")) : ((jumpposition = "back")));
this.gotoAndStop((directioner + "jump") + jumpposition);
} else if (button_left && (currentmove == "walk")) {
((directioner == "r") ? ((jumpposition = "back")) : ((jumpposition = "front")));
this.gotoAndStop((directioner + "jump") + jumpposition);
} else if (currentmove == "stand") {
this.gotoAndStop(directioner + "jump");
}
}
if (button_left && (currentmove == "stand")) {
this.gotoAndStop(directioner + "walk");
}
if (button_right && (currentmove == "stand")) {
this.gotoAndStop(directioner + "walk");
}
if (button_taunt) {
if (currentmove == "stand") {
this.gotoAndStop(directioner + "taunt");
} else if (currentmove == "walk") {
this.gotoAndStop(directioner + "roll");
}
}
if (button_punch && (canattack == 1)) {
switch (currentmove) {
case "stand" :
if (movelist == "ddd") {
if (mana >= manacount) {
this.gotoAndStop(directioner + "finish");
}
} else {
this.gotoAndStop(directioner + "punch");
}
break;
case "walk" :
if (button_left) {
((directioner == "l") ? ((movenumber = 1)) : ((movenumber = 2)));
} else if (button_right) {
((directioner == "l") ? ((movenumber = 2)) : ((movenumber = 1)));
}
if (movelist == "df") {
this.gotoAndStop(directioner + "special3");
} else {
this.gotoAndStop(directioner + "specialpunch");
}
break;
case "duck" :
this.gotoAndStop(directioner + "duckpunch");
break;
case "jumpup" :
case "jumpback" :
case "jumpfront" :
this.gotoAndStop(directioner + "jumperpunch");
}
}
if (button_kick && (canattack == 1)) {
switch (currentmove) {
case "stand" :
this.gotoAndStop(directioner + "kick");
break;
case "walk" :
if (button_left) {
((directioner == "l") ? ((movenumber = 1)) : ((movenumber = 2)));
} else if (button_right) {
((directioner == "l") ? ((movenumber = 2)) : ((movenumber = 1)));
}
if (movelist == "fb") {
this.gotoAndStop(directioner + "special1");
} else if (movelist == "bff") {
this.gotoAndStop(directioner + "special2");
} else {
this.gotoAndStop(directioner + "specialkick");
}
break;
case "duck" :
this.gotoAndStop(directioner + "slide");
break;
case "jumpfront" :
case "jumpback" :
case "jumpup" :
this.gotoAndStop(directioner + "jumperkick");
}
}
if ((mycontroller == "p") && (youlose == 0)) {
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.puncher)) {
if (autoblock == 0) {
if (airborne == 0) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "fall");
}
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.puncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.fallpuncher)) {
if (autoblock == 0) {
this.gotoAndStop(directioner + "fall");
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.fallpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.duckpuncher)) {
if (mycontroller == "c") {
if (((random(10) + 1) > _root.computerlevel) || (youlose == 1)) {
movenumber = 2;
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
} else if ((autoblock == 0) || (currentmove != "duck")) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
_root[opponentplayer + "fighter"].fighter.duckpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.slider)) {
if (mycontroller == "c") {
if (((random(10) + 1) > _root.computerlevel) || (youlose == 1)) {
movenumber = 2;
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
} else {
this.gotoAndStop(directioner + "slided");
}
_root[opponentplayer + "fighter"].fighter.slider.unloadMovie();
}
}
if ((mycontroller == "c") && (youlose == 0)) {
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.puncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
if (airborne == 0) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "fall");
}
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.puncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.fallpuncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "fall");
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.fallpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.duckpuncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
_root[opponentplayer + "fighter"].fighter.duckpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.slider)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "slided");
} else {
i = random(3);
switch (i) {
case 0 :
jumpposition = "";
break;
case 1 :
jumpposition = "front";
break;
case 2 :
jumpposition = "back";
}
this.gotoAndStop((directioner + "jump") + jumpposition);
}
_root[opponentplayer + "fighter"].fighter.slider.unloadMovie();
}
}
aitimer++;
if (aitimer > 100) {
aitimer = 0;
}
if (mycontroller == "c") {
if ((aitimer % (10 - _root.computerlevel)) == 0) {
if (((_root[opponentplayer + "fighter"].youlose == 0) && ((((currentmove == "walk") || (currentmove == "stand")) || (currentmove == "duck")) || (currentmove == "roll"))) && (youlose == 0)) {
if (distancebetween > airange2) {
randommove = random(10);
if (randommove < _root.computerlevel) {
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_left = 0;
button_right = 0;
}
randommove = random(8);
if (randommove == 0) {
button_up = 1;
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_up = 0;
}
randomtaunt = random(8);
(((hp < 10) || (randomtaunt == 0)) ? ((button_taunt = 1)) : ((button_taunt = 0)));
usespecial = random(10);
if (usespecial == 0) {
this.gotoAndStop(directioner + "special1");
}
if (mana >= manacount) {
if (_root[opponentplayer + "fighter"].hp <= 10) {
usesfinisher = random(5);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish");
}
} else {
usesfinisher = random(20);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish");
}
}
}
button_punch = 0;
button_kick = 0;
}
if ((distancebetween >= airange1) && (distancebetween <= airange2)) {
randomattack = random(18);
switch (randomattack) {
case 0 :
((directioner == "l") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_up = 0;
}
break;
case 1 :
((directioner == "r") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
} else {
button_up = 0;
}
break;
case 2 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialpunch");
break;
case 3 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialkick");
break;
case 4 :
this.gotoAndStop(directioner + "special2");
break;
case 5 :
this.gotoAndStop(directioner + "special3");
break;
case 7 :
this.gotoAndStop(directioner + "special1");
break;
case 6 :
default :
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
}
}
if (distancebetween < airange1) {
randomattack = random(18);
switch (randomattack) {
case 0 :
button_punch = 1;
break;
case 1 :
button_kick = 1;
break;
case 2 :
((directioner == "l") ? ((button_left = 1)) : ((button_right = 1)));
this.gotoAndStop(directioner + "roll");
break;
case 3 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialpunch");
break;
case 4 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialkick");
break;
case 5 :
((directioner == "r") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
} else {
button_up = 0;
}
break;
case 6 :
this.gotoAndStop(directioner + "slide");
break;
case 7 :
this.gotoAndStop(directioner + "duckpunch");
break;
case 8 :
this.gotoAndStop(directioner + "special3");
break;
case 10 :
this.gotoAndStop(directioner + "special2");
break;
case 9 :
default :
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
}
}
} else {
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
button_up = 0;
button_down = 0;
}
}
}
};
Instance of Symbol 42 MovieClip "detector" in Symbol 1414 MovieClip [rayne] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
if (_parent._x < _root[_parent.opponentplayer + "fighter"]._x) {
while (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
_parent._x--;
}
} else {
while (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
_parent._x++;
}
}
}
}
Instance of Symbol 42 MovieClip in Symbol 1414 MovieClip [rayne] Frame 1
onClipEvent (load) {
movelister = 0;
pressonce = 1;
presstwice = 1;
pressthrice = 1;
}
onClipEvent (enterFrame) {
if (((!Key.isDown(_root[_parent.whichplayer + "keypunch"])) && (!Key.isDown(_root[_parent.whichplayer + "keykick"]))) && (_parent.airborne == 0)) {
_parent.canattack = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keydown"])) {
if (pressonce == 1) {
_parent.movelist = _parent.movelist + "d";
movelister = 10;
pressonce = 0;
}
} else {
pressonce = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keyright"])) {
if (presstwice == 1) {
((_parent.directioner == "r") ? ((_parent.movelist = _parent.movelist + "f")) : ((_parent.movelist = _parent.movelist + "b")));
movelister = 10;
presstwice = 0;
}
} else {
presstwice = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keyleft"])) {
if (pressthrice == 1) {
((_parent.directioner == "l") ? ((_parent.movelist = _parent.movelist + "f")) : ((_parent.movelist = _parent.movelist + "b")));
movelister = 10;
pressthrice = 0;
}
} else {
pressthrice = 1;
}
if (movelister > 0) {
movelister--;
}
if (movelister == 0) {
_parent.movelist = "";
}
}
Symbol 1414 MovieClip [rayne] Frame 2
currentmove = "stand";
autoblock = 1;
Symbol 1414 MovieClip [rayne] Frame 3
currentmove = "stand";
autoblock = 1;
Symbol 1414 MovieClip [rayne] Frame 4
currentmove = "walk";
Instance of Symbol 1341 MovieClip in Symbol 1414 MovieClip [rayne] Frame 4
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 1;
_parent._x = _parent._x - (_parent.speed - 2);
} else if (_parent.button_right) {
_parent.autoblock = 0;
_parent._x = _parent._x - (-_parent.speed);
}
if ((!_parent.button_left) && (!_parent.button_right)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1414 MovieClip [rayne] Frame 5
currentmove = "walk";
Instance of Symbol 1341 MovieClip in Symbol 1414 MovieClip [rayne] Frame 5
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 0;
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.button_right) {
_parent.autoblock = 1;
_parent._x = _parent._x + (_parent.speed - 2);
}
if ((!_parent.button_left) && (!_parent.button_right)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1414 MovieClip [rayne] Frame 6
currentmove = "taunt";
autoblock = 0;
Symbol 1414 MovieClip [rayne] Frame 7
currentmove = "taunt";
autoblock = 0;
Symbol 1414 MovieClip [rayne] Frame 8
currentmove = "duck";
autoblock = 1;
Instance of Symbol 1344 MovieClip in Symbol 1414 MovieClip [rayne] Frame 8
onClipEvent (enterFrame) {
if (!Key.isDown(_root[_parent.whichplayer + "keydown"])) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1414 MovieClip [rayne] Frame 9
currentmove = "duck";
autoblock = 1;
Symbol 1414 MovieClip [rayne] Frame 11
currentmove = "jumpup";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1345 MovieClip in Symbol 1414 MovieClip [rayne] Frame 11
onClipEvent (enterFrame) {
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1414 MovieClip [rayne] Frame 12
currentmove = "jumpup";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Symbol 1414 MovieClip [rayne] Frame 13
currentmove = "jumpfront";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1345 MovieClip in Symbol 1414 MovieClip [rayne] Frame 13
onClipEvent (enterFrame) {
_parent._x = _parent._x + _parent.speed;
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1414 MovieClip [rayne] Frame 14
currentmove = "jumpfront";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1345 MovieClip in Symbol 1414 MovieClip [rayne] Frame 14
onClipEvent (enterFrame) {
_parent._x = _parent._x + (-_parent.speed);
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1414 MovieClip [rayne] Frame 15
currentmove = "jumpback";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Symbol 1414 MovieClip [rayne] Frame 16
currentmove = "jumpback";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1345 MovieClip in Symbol 1414 MovieClip [rayne] Frame 16
onClipEvent (enterFrame) {
_parent._x = _parent._x + _parent.speed;
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1414 MovieClip [rayne] Frame 18
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1414 MovieClip [rayne] Frame 19
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1414 MovieClip [rayne] Frame 20
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1414 MovieClip [rayne] Frame 21
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1414 MovieClip [rayne] Frame 22
currentmove = "fight";
canattack = 0;
autoblock = 0;
Instance of Symbol 1351 MovieClip "fighter" in Symbol 1414 MovieClip [rayne] Frame 22
onClipEvent (load) {
this.gotoAndPlay("move" + _parent.movenumber);
}
Symbol 1414 MovieClip [rayne] Frame 23
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1414 MovieClip [rayne] Frame 24
canattack = 0;
autoblock = 0;
Instance of Symbol 1355 MovieClip "fighter" in Symbol 1414 MovieClip [rayne] Frame 24
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + _parent.speed;
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + (-_parent.speed);
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1414 MovieClip [rayne] Frame 25
canattack = 0;
autoblock = 0;
Instance of Symbol 1355 MovieClip "fighter" in Symbol 1414 MovieClip [rayne] Frame 25
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + _parent.speed;
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1414 MovieClip [rayne] Frame 27
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1414 MovieClip [rayne] Frame 28
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1414 MovieClip [rayne] Frame 29
currentmove = "fight";
canattack = 0;
autoblock = 0;
Instance of Symbol 1357 MovieClip "fighter" in Symbol 1414 MovieClip [rayne] Frame 29
onClipEvent (load) {
this.gotoAndPlay("move" + _parent.movenumber);
}
Symbol 1414 MovieClip [rayne] Frame 30
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1414 MovieClip [rayne] Frame 31
canattack = 0;
autoblock = 0;
Instance of Symbol 1358 MovieClip "fighter" in Symbol 1414 MovieClip [rayne] Frame 31
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + _parent.speed;
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + (-_parent.speed);
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1414 MovieClip [rayne] Frame 32
canattack = 0;
autoblock = 0;
Instance of Symbol 1358 MovieClip "fighter" in Symbol 1414 MovieClip [rayne] Frame 32
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + _parent.speed;
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1414 MovieClip [rayne] Frame 33
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1414 MovieClip [rayne] Frame 34
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1414 MovieClip [rayne] Frame 36
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 1360 MovieClip in Symbol 1414 MovieClip [rayne] Frame 36
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x - 3;
}
Symbol 1414 MovieClip [rayne] Frame 37
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 1360 MovieClip in Symbol 1414 MovieClip [rayne] Frame 37
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x + 3;
}
Symbol 1414 MovieClip [rayne] Frame 38
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 1361 MovieClip in Symbol 1414 MovieClip [rayne] Frame 38
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x - 3;
}
Symbol 1414 MovieClip [rayne] Frame 39
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 1361 MovieClip in Symbol 1414 MovieClip [rayne] Frame 39
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x + 3;
}
Symbol 1414 MovieClip [rayne] Frame 40
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1369 MovieClip in Symbol 1414 MovieClip [rayne] Frame 40
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
if (!_parent.youlose) {
_parent._x = _parent._x - 8;
}
}
Symbol 1414 MovieClip [rayne] Frame 41
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1369 MovieClip in Symbol 1414 MovieClip [rayne] Frame 41
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
if (!_parent.youlose) {
_parent._x = _parent._x + 8;
}
}
Symbol 1414 MovieClip [rayne] Frame 42
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1371 MovieClip in Symbol 1414 MovieClip [rayne] Frame 42
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x - 8;
}
}
Symbol 1414 MovieClip [rayne] Frame 43
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1371 MovieClip in Symbol 1414 MovieClip [rayne] Frame 43
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x + 8;
}
}
Symbol 1414 MovieClip [rayne] Frame 44
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1373 MovieClip in Symbol 1414 MovieClip [rayne] Frame 44
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x - 2;
}
}
Symbol 1414 MovieClip [rayne] Frame 45
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1373 MovieClip in Symbol 1414 MovieClip [rayne] Frame 45
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x + 2;
}
}
Symbol 1414 MovieClip [rayne] Frame 46
Symbol 1414 MovieClip [rayne] Frame 47
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1414 MovieClip [rayne] Frame 48
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1414 MovieClip [rayne] Frame 49
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1414 MovieClip [rayne] Frame 50
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1414 MovieClip [rayne] Frame 51
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1414 MovieClip [rayne] Frame 52
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1414 MovieClip [rayne] Frame 53
currentmove = "fight";
canattack = 0;
autoblock = 0;
mana = mana - manacount;
Symbol 1414 MovieClip [rayne] Frame 54
currentmove = "fight";
canattack = 0;
autoblock = 0;
mana = mana - manacount;
Symbol 1414 MovieClip [rayne] Frame 56
currentmove = "winningpose";
Symbol 1414 MovieClip [rayne] Frame 57
currentmove = "winningpose";
Symbol 1414 MovieClip [rayne] Frame 58
currentmove = "roll";
if (this.getDepth() < _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1413 MovieClip in Symbol 1414 MovieClip [rayne] Frame 58
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 1;
_parent._x = _parent._x - _parent.speed;
} else if (_parent.button_right) {
_parent.autoblock = 0;
_parent._x = _parent._x - (-_parent.speed);
}
}
Symbol 1414 MovieClip [rayne] Frame 59
currentmove = "roll";
if (this.getDepth() < _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1413 MovieClip in Symbol 1414 MovieClip [rayne] Frame 59
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 0;
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.button_right) {
_parent.autoblock = 1;
_parent._x = _parent._x + _parent.speed;
}
}
Symbol 1428 MovieClip Frame 1
if (((_parent.hp / _parent.fullhp) * 100) < 40) {
gotoAndPlay (31);
}
Symbol 1428 MovieClip Frame 30
gotoAndPlay (2);
Symbol 1428 MovieClip Frame 58
gotoAndPlay (31);
Symbol 1429 MovieClip Frame 1
if (((_parent.hp / _parent.fullhp) * 100) < 40) {
gotoAndPlay (28);
}
Symbol 1429 MovieClip Frame 27
gotoAndPlay (2);
Symbol 1429 MovieClip Frame 49
gotoAndPlay (28);
Symbol 1432 MovieClip Frame 57
_parent.hp = _parent.hp + 2;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1434 MovieClip Frame 7
stop();
Symbol 1437 MovieClip Frame 19
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1439 MovieClip Frame 18
_parent.gotoAndStop(_parent.directioner + "duck");
Symbol 1446 MovieClip Frame 1
if (_parent.directioner == "l") {
adding = -5;
} else {
adding = 5;
}
_parent.specialdamage = 3;
Symbol 1446 MovieClip Frame 2
_parent._x = _parent._x + adding;
Symbol 1446 MovieClip Frame 3
_parent._x = _parent._x + adding;
Symbol 1446 MovieClip Frame 4
_parent._x = _parent._x + adding;
Symbol 1446 MovieClip Frame 5
_parent._x = _parent._x + adding;
Symbol 1446 MovieClip Frame 6
_parent._x = _parent._x + adding;
Symbol 1446 MovieClip Frame 7
_parent._x = _parent._x + adding;
Symbol 1446 MovieClip Frame 8
_parent._x = _parent._x + adding;
Symbol 1446 MovieClip Frame 9
_parent._x = _parent._x + adding;
Symbol 1446 MovieClip Frame 10
_parent._x = _parent._x + adding;
Symbol 1446 MovieClip Frame 11
_parent._x = _parent._x + adding;
Symbol 1446 MovieClip Frame 12
_parent._x = _parent._x + adding;
Symbol 1446 MovieClip Frame 13
_parent._x = _parent._x + adding;
Symbol 1446 MovieClip Frame 14
_parent._x = _parent._x + adding;
Symbol 1446 MovieClip Frame 15
_parent._x = _parent._x + adding;
Symbol 1446 MovieClip Frame 23
_parent.specialdamage = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1446 MovieClip Frame 24
if (_parent.directioner == "l") {
adding = -5;
} else {
adding = 5;
}
_parent.specialdamage = 2;
Symbol 1446 MovieClip Frame 25
_parent._x = _parent._x + adding;
Symbol 1446 MovieClip Frame 26
_parent._x = _parent._x + adding;
Symbol 1446 MovieClip Frame 27
_parent._x = _parent._x + adding;
Symbol 1446 MovieClip Frame 28
_parent._x = _parent._x + adding;
Symbol 1446 MovieClip Frame 29
_parent._x = _parent._x + adding;
Symbol 1446 MovieClip Frame 30
_parent._x = _parent._x + adding;
Symbol 1446 MovieClip Frame 31
_parent._x = _parent._x + adding;
Symbol 1446 MovieClip Frame 32
_parent._x = _parent._x + adding;
Symbol 1446 MovieClip Frame 33
_parent._x = _parent._x + adding;
Symbol 1446 MovieClip Frame 34
_parent._x = _parent._x + adding;
Symbol 1446 MovieClip Frame 35
_parent._x = _parent._x + adding;
Symbol 1446 MovieClip Frame 36
_parent._x = _parent._x + adding;
Symbol 1446 MovieClip Frame 37
_parent._x = _parent._x + adding;
Symbol 1446 MovieClip Frame 38
_parent._x = _parent._x + adding;
Symbol 1446 MovieClip Frame 39
_parent._x = _parent._x + adding;
Symbol 1446 MovieClip Frame 40
_parent._x = _parent._x + adding;
Symbol 1446 MovieClip Frame 41
_parent._x = _parent._x + adding;
Symbol 1446 MovieClip Frame 42
_parent._x = _parent._x + adding;
Symbol 1446 MovieClip Frame 43
_parent._x = _parent._x + adding;
Symbol 1446 MovieClip Frame 44
_parent._x = _parent._x + adding;
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1449 MovieClip Frame 7
stop();
Symbol 1450 MovieClip Frame 1
if (_parent.directioner == "l") {
adding = -5;
} else {
adding = 5;
}
Symbol 1450 MovieClip Frame 2
_parent._x = _parent._x + adding;
Symbol 1450 MovieClip Frame 3
_parent._x = _parent._x + adding;
Symbol 1450 MovieClip Frame 4
_parent._x = _parent._x + adding;
Symbol 1450 MovieClip Frame 14
_parent._x = _parent._x + adding;
Symbol 1450 MovieClip Frame 17
_parent._x = _parent._x + adding;
Symbol 1450 MovieClip Frame 18
_parent._x = _parent._x + adding;
Symbol 1450 MovieClip Frame 21
_parent._x = _parent._x + adding;
Symbol 1450 MovieClip Frame 22
_parent._x = _parent._x + adding;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1451 MovieClip Frame 1
if (_parent.directioner == "l") {
adding = -5;
} else {
adding = 5;
}
Symbol 1451 MovieClip Frame 2
_parent._x = _parent._x + adding;
Symbol 1451 MovieClip Frame 3
_parent._x = _parent._x + adding;
Symbol 1451 MovieClip Frame 4
_parent._x = _parent._x + adding;
Symbol 1451 MovieClip Frame 14
_parent._x = _parent._x + adding;
Symbol 1451 MovieClip Frame 17
_parent._x = _parent._x + adding;
Symbol 1451 MovieClip Frame 20
_parent._x = _parent._x + adding;
Symbol 1451 MovieClip Frame 21
_parent._x = _parent._x + adding;
Symbol 1451 MovieClip Frame 22
_parent._x = _parent._x + adding;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1451 MovieClip Frame 23
if (_parent.directioner == "l") {
adding = -7;
} else {
adding = 7;
}
_parent.specialdamage = 1;
Symbol 1451 MovieClip Frame 24
_parent._x = _parent._x + adding;
Symbol 1451 MovieClip Frame 25
_parent._x = _parent._x + adding;
Symbol 1451 MovieClip Frame 26
_parent._x = _parent._x + adding;
Symbol 1451 MovieClip Frame 27
_parent._x = _parent._x + adding;
Symbol 1451 MovieClip Frame 28
_parent._x = _parent._x + adding;
Symbol 1451 MovieClip Frame 29
_parent._x = _parent._x + adding;
Symbol 1451 MovieClip Frame 30
_parent._x = _parent._x + adding;
Symbol 1451 MovieClip Frame 31
_parent._x = _parent._x + adding;
Symbol 1451 MovieClip Frame 32
_parent._x = _parent._x + adding;
Symbol 1451 MovieClip Frame 33
_parent._x = _parent._x + adding;
Symbol 1451 MovieClip Frame 43
_parent.specialdamage = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1453 MovieClip Frame 1
_parent.flyingheight = 60;
Symbol 1453 MovieClip Frame 15
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "duck");
Symbol 1456 MovieClip Frame 7
if (_parent.hp <= 0) {
_parent.gotoAndStop(_parent.directioner + "gethit");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 1457 MovieClip Frame 8
if (_parent.hp <= 0) {
_parent.gotoAndStop(_parent.directioner + "gethit");
} else {
_parent.gotoAndStop(_parent.directioner + "duck");
}
Symbol 1458 MovieClip Frame 11
if (_parent.youlose == 1) {
gotoAndPlay ("die");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 1458 MovieClip Frame 22
if (_parent.youlose == 1) {
gotoAndPlay ("die");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 1458 MovieClip Frame 49
stop();
Symbol 1459 MovieClip Frame 18
stopping = 1;
if (_parent.youlose == 1) {
stop();
}
Symbol 1459 MovieClip Frame 44
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1460 MovieClip Frame 18
stopping = 1;
if (_parent.youlose == 1) {
stop();
}
Symbol 1460 MovieClip Frame 44
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1461 MovieClip Frame 1
_parent.specialdamage = 2;
_parent.usingspecial = 1;
Symbol 1461 MovieClip Frame 15
if (_parent.directioner == "l") {
adding = -5;
} else {
adding = 5;
}
Symbol 1461 MovieClip Frame 16
_parent._x = _parent._x + adding;
Symbol 1461 MovieClip Frame 17
_parent._x = _parent._x + adding;
Symbol 1461 MovieClip Frame 18
_parent._x = _parent._x + adding;
Symbol 1461 MovieClip Frame 19
_parent._x = _parent._x + adding;
Symbol 1461 MovieClip Frame 20
_parent._x = _parent._x + adding;
Symbol 1461 MovieClip Frame 21
_parent._x = _parent._x + adding;
Symbol 1461 MovieClip Frame 22
_parent._x = _parent._x + adding;
Symbol 1461 MovieClip Frame 23
_parent._x = _parent._x + adding;
Symbol 1461 MovieClip Frame 24
_parent._x = _parent._x + adding;
Symbol 1461 MovieClip Frame 25
_parent._x = _parent._x + adding;
Symbol 1461 MovieClip Frame 26
_parent._x = _parent._x + adding;
Symbol 1461 MovieClip Frame 27
_parent._x = _parent._x + adding;
Symbol 1461 MovieClip Frame 28
_parent._x = _parent._x + adding;
Symbol 1461 MovieClip Frame 29
_parent._x = _parent._x + adding;
Symbol 1461 MovieClip Frame 30
_parent._x = _parent._x + adding;
Symbol 1461 MovieClip Frame 31
_parent._x = _parent._x + adding;
Symbol 1461 MovieClip Frame 49
_parent.specialdamage = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1477 MovieClip Frame 1
if (_parent.directioner == "l") {
adding = -5;
} else {
adding = 5;
}
_parent.specialdamage = 5;
_parent.flyingheight = 160;
_parent.usingspecial = 1;
Symbol 1477 MovieClip Frame 2
_parent._x = _parent._x + adding;
Symbol 1477 MovieClip Frame 3
_parent._x = _parent._x + adding;
Symbol 1477 MovieClip Frame 4
_parent._x = _parent._x + adding;
Symbol 1477 MovieClip Frame 5
_parent._x = _parent._x + adding;
Symbol 1477 MovieClip Frame 6
_parent._x = _parent._x + adding;
Symbol 1477 MovieClip Frame 7
_parent._x = _parent._x + adding;
Symbol 1477 MovieClip Frame 8
_parent._x = _parent._x + adding;
Symbol 1477 MovieClip Frame 9
_parent._x = _parent._x + adding;
Symbol 1477 MovieClip Frame 10
_parent._x = _parent._x + adding;
Symbol 1477 MovieClip Frame 11
_parent._x = _parent._x + adding;
Symbol 1477 MovieClip Frame 12
_parent._x = _parent._x + adding;
Symbol 1477 MovieClip Frame 13
_parent._x = _parent._x + adding;
Symbol 1477 MovieClip Frame 14
_parent._x = _parent._x + adding;
Symbol 1477 MovieClip Frame 15
_parent._x = _parent._x + adding;
Symbol 1477 MovieClip Frame 16
_parent._x = _parent._x + adding;
_parent.yspeed = -_parent.jumpheight;
_parent.gravity = 15;
_parent._y = _parent._y - 2;
_parent.autoblock = 0;
Symbol 1477 MovieClip Frame 17
_parent._x = _parent._x + adding;
Symbol 1477 MovieClip Frame 18
_parent._x = _parent._x + adding;
Symbol 1477 MovieClip Frame 19
_parent._x = _parent._x + adding;
Symbol 1477 MovieClip Frame 20
_parent._x = _parent._x + adding;
Symbol 1477 MovieClip Frame 21
_parent._x = _parent._x + adding;
Symbol 1477 MovieClip Frame 22
_parent._x = _parent._x + adding;
Symbol 1477 MovieClip Frame 23
_parent._x = _parent._x + adding;
Symbol 1477 MovieClip Frame 24
_parent._x = _parent._x + adding;
Symbol 1477 MovieClip Frame 25
_parent._x = _parent._x + adding;
Symbol 1477 MovieClip Frame 26
_parent._x = _parent._x + adding;
Symbol 1477 MovieClip Frame 27
_parent._x = _parent._x + adding;
Symbol 1477 MovieClip Frame 28
_parent._x = _parent._x + adding;
Symbol 1477 MovieClip Frame 29
_parent._x = _parent._x + adding;
Symbol 1477 MovieClip Frame 30
_parent._x = _parent._x + adding;
Symbol 1477 MovieClip Frame 31
_parent._x = _parent._x + adding;
Symbol 1477 MovieClip Frame 32
_parent._x = _parent._x + adding;
Symbol 1477 MovieClip Frame 33
_parent._x = _parent._x + adding;
Symbol 1477 MovieClip Frame 34
_parent._x = _parent._x + adding;
Symbol 1477 MovieClip Frame 35
_parent._x = _parent._x + adding;
Symbol 1477 MovieClip Frame 36
_parent._x = _parent._x + adding;
Symbol 1477 MovieClip Frame 37
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1494 MovieClip Frame 1
_parent.specialdamage = 0;
_parent.flyingheight = 70;
_parent.usingspecial = 1;
Instance of Symbol 1491 MovieClip "orcbolt" in Symbol 1494 MovieClip Frame 19
onClipEvent (enterFrame) {
_width = _parent._parent.distancebetween;
}
Symbol 1494 MovieClip Frame 50
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1504 MovieClip Frame 1
var colormatrix = new Array(0.6, 0, 0, 0, 0, 0, 0.2, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
_root.bg.filters = new Array(color);
_parent.specialdamage = 4;
_parent.usingspecial = 1;
Symbol 1504 MovieClip Frame 14
var colormatrix = new Array(1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
_root.bg.filters = new Array(color);
Symbol 1504 MovieClip Frame 15
if (_parent.directioner == "l") {
adding = -5;
} else {
adding = 5;
}
Symbol 1504 MovieClip Frame 16
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 17
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 18
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 19
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 20
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 21
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 22
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 23
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 24
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 25
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 26
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 27
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 28
_parent._x = _parent._x + adding;
_parent.specialdamage = 4;
Symbol 1504 MovieClip Frame 29
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 30
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 31
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 32
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 33
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 34
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 35
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 36
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 37
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 38
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 39
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 40
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 41
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 42
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 43
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 44
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 45
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 46
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 47
_parent._x = _parent._x + adding;
_parent.specialdamage = 5;
_parent.flyingheight = 200;
Symbol 1504 MovieClip Frame 48
_parent._x = _parent._x + adding;
_parent.yspeed = -_parent.jumpheight;
_parent.gravity = 15;
_parent._y = _parent._y - 2;
_parent.autoblock = 0;
Symbol 1504 MovieClip Frame 49
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 50
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 51
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 52
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 53
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 54
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 55
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 56
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 57
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 58
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 59
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 60
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 61
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 62
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 63
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 64
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 65
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 66
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 67
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 68
_parent._x = _parent._x + adding;
Symbol 1504 MovieClip Frame 69
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1505 MovieClip Frame 43
stop();
Symbol 1506 MovieClip Frame 1
_alpha = 50;
Symbol 1506 MovieClip Frame 12
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1507 MovieClip [ganzoric] Frame 1
airborne = 1;
yspeed = 0;
gravity = 15;
autoblock = 1;
jumpposition = "front";
canattack = 1;
youlose = 0;
movelist = "";
movenumber = 1;
jumpheight = 115;
speed = 5;
strength = 8;
defense = 1;
hp = 80;
fullhp = 80;
mana = 0;
manacount = 40;
hp = hp * _root.gaugesize;
fullhp = fullhp * _root.gaugesize;
specialdamage = 0;
flyingheight = 0;
currentmove = "stand";
button_up = 0;
button_down = 0;
button_left = 0;
button_right = 0;
button_punch = 0;
button_kick = 0;
button_taunt = 0;
((whichplayer == "p01") ? ((opponentplayer = "p02")) : ((opponentplayer = "p01")));
if ((whichplayer == "p02") && (_root.p1sprite == _root.p2sprite)) {
var colormatrix = new Array(0.8, 0, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
this.filters = new Array(color);
}
_name = (whichplayer + "fighter");
((whichplayer == "p01") ? ((directioner = "r")) : ((directioner = "l")));
gotoAndStop(directioner + "normal");
aitimer = 0;
aimoving = 0;
airange2 = 100;
airange1 = 50;
this.onEnterFrame = function () {
mycontroller = _root[whichplayer + "controller"];
distancebetween = this._x - _root[opponentplayer + "fighter"]._x;
if (distancebetween < 0) {
distancebetween = distancebetween * -1;
}
if (hp <= 0) {
youlose = 1;
hp = 0;
_root.winnersname = _root[opponentplayer + "name"];
_root.winnersymbol.play();
} else if (hp > fullhp) {
hp = fullhp;
}
yspeed = yspeed + gravity;
_y = (_y + (yspeed / 4));
if (_root.thefloor.hitTest(this._x, this._y, true) && (yspeed >= 0)) {
yspeed = 0;
gravity = 0;
}
if (_root.thefloor.hitTest(this._x, this._y + 1, true)) {
airborne = 0;
} else {
airborne = 1;
}
while (_root.thefloor.hitTest(this._x, this._y, true)) {
_y = (_y-1);
}
((this._x <= _root[opponentplayer + "fighter"]._x) ? ((directioner = "r")) : ((directioner = "l")));
if (_root[opponentplayer + "fighter"].youlose && (currentmove == "stand")) {
this.gotoAndStop(directioner + "winningpose");
}
if (mycontroller == "p") {
(Key.isDown(_root[whichplayer + "keyleft"]) ? ((button_left = 1)) : ((button_left = 0)));
(Key.isDown(_root[whichplayer + "keyright"]) ? ((button_right = 1)) : ((button_right = 0)));
(Key.isDown(_root[whichplayer + "keyup"]) ? ((button_up = 1)) : ((button_up = 0)));
(Key.isDown(_root[whichplayer + "keydown"]) ? ((button_down = 1)) : ((button_down = 0)));
(Key.isDown(_root[whichplayer + "keypunch"]) ? ((button_punch = 1)) : ((button_punch = 0)));
(Key.isDown(_root[whichplayer + "keykick"]) ? ((button_kick = 1)) : ((button_kick = 0)));
(Key.isDown(_root[whichplayer + "keytaunt"]) ? ((button_taunt = 1)) : ((button_taunt = 0)));
}
if (button_down && ((currentmove == "stand") || (currentmove == "walk"))) {
this.gotoAndStop(directioner + "duck");
}
if (button_up) {
if (button_right && (currentmove == "walk")) {
((directioner == "r") ? ((jumpposition = "front")) : ((jumpposition = "back")));
this.gotoAndStop((directioner + "jump") + jumpposition);
} else if (button_left && (currentmove == "walk")) {
((directioner == "r") ? ((jumpposition = "back")) : ((jumpposition = "front")));
this.gotoAndStop((directioner + "jump") + jumpposition);
} else if (currentmove == "stand") {
this.gotoAndStop(directioner + "jump");
}
}
if (button_left && (currentmove == "stand")) {
this.gotoAndStop(directioner + "walk");
}
if (button_right && (currentmove == "stand")) {
this.gotoAndStop(directioner + "walk");
}
if (button_taunt) {
if (currentmove == "stand") {
this.gotoAndStop(directioner + "taunt");
} else if (currentmove == "walk") {
this.gotoAndStop(directioner + "roll");
}
}
if (button_punch && (canattack == 1)) {
switch (currentmove) {
case "stand" :
this.gotoAndStop(directioner + "punch");
break;
case "walk" :
if (button_left) {
((directioner == "l") ? ((movenumber = 1)) : ((movenumber = 2)));
} else if (button_right) {
((directioner == "l") ? ((movenumber = 2)) : ((movenumber = 1)));
}
if (movelist == "fdf") {
this.gotoAndStop(directioner + "special2");
} else if (movelist == "bdf") {
this.gotoAndStop(directioner + "special1");
} else {
this.gotoAndStop(directioner + "specialpunch");
}
break;
case "duck" :
if (movelist == "bbffd") {
if (mana >= manacount) {
this.gotoAndStop(directioner + "finish");
}
} else {
this.gotoAndStop(directioner + "duckpunch");
}
break;
case "jumpup" :
case "jumpback" :
case "jumpfront" :
this.gotoAndStop(directioner + "jumperpunch");
}
}
if (button_kick && (canattack == 1)) {
switch (currentmove) {
case "stand" :
this.gotoAndStop(directioner + "kick");
break;
case "walk" :
if (button_left) {
((directioner == "l") ? ((movenumber = 1)) : ((movenumber = 2)));
} else if (button_right) {
((directioner == "l") ? ((movenumber = 2)) : ((movenumber = 1)));
}
if (movelist == "dbff") {
this.gotoAndStop(directioner + "special3");
} else {
this.gotoAndStop(directioner + "specialkick");
}
break;
case "duck" :
this.gotoAndStop(directioner + "slide");
break;
case "jumpfront" :
case "jumpback" :
case "jumpup" :
this.gotoAndStop(directioner + "jumperkick");
}
}
if ((mycontroller == "p") && (youlose == 0)) {
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.puncher)) {
if (autoblock == 0) {
if (airborne == 0) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "fall");
}
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.puncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.fallpuncher)) {
if (autoblock == 0) {
this.gotoAndStop(directioner + "fall");
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.fallpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.duckpuncher)) {
if (mycontroller == "c") {
if (((random(10) + 1) > _root.computerlevel) || (youlose == 1)) {
movenumber = 2;
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
} else if ((autoblock == 0) || (currentmove != "duck")) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
_root[opponentplayer + "fighter"].fighter.duckpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.slider)) {
if (mycontroller == "c") {
if (((random(10) + 1) > _root.computerlevel) || (youlose == 1)) {
movenumber = 2;
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
} else {
this.gotoAndStop(directioner + "slided");
}
_root[opponentplayer + "fighter"].fighter.slider.unloadMovie();
}
}
if ((mycontroller == "c") && (youlose == 0)) {
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.puncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
if (airborne == 0) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "fall");
}
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.puncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.fallpuncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "fall");
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.fallpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.duckpuncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
_root[opponentplayer + "fighter"].fighter.duckpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.slider)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "slided");
} else {
i = random(3);
switch (i) {
case 0 :
jumpposition = "";
break;
case 1 :
jumpposition = "front";
break;
case 2 :
jumpposition = "back";
}
this.gotoAndStop((directioner + "jump") + jumpposition);
}
_root[opponentplayer + "fighter"].fighter.slider.unloadMovie();
}
}
aitimer++;
if (aitimer > 100) {
aitimer = 0;
}
if (mycontroller == "c") {
if ((aitimer % (10 - _root.computerlevel)) == 0) {
if (((_root[opponentplayer + "fighter"].youlose == 0) && ((((currentmove == "walk") || (currentmove == "stand")) || (currentmove == "duck")) || (currentmove == "roll"))) && (youlose == 0)) {
if (distancebetween > airange2) {
randommove = random(10);
if (randommove < _root.computerlevel) {
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_left = 0;
button_right = 0;
}
randommove = random(8);
if (randommove == 0) {
button_up = 1;
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_up = 0;
}
randomtaunt = random(8);
(((hp < 10) || (randomtaunt == 0)) ? ((button_taunt = 1)) : ((button_taunt = 0)));
usespecial = random(10);
if (usespecial == 0) {
this.gotoAndStop(directioner + "special2");
} else if (usespecial == 1) {
this.gotoAndStop(directioner + "special3");
}
if (mana >= manacount) {
if (_root[opponentplayer + "fighter"].hp <= 10) {
usesfinisher = random(5);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish");
}
} else {
usesfinisher = random(20);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish");
}
}
}
button_punch = 0;
button_kick = 0;
}
if ((distancebetween >= airange1) && (distancebetween <= airange2)) {
randomattack = random(18);
switch (randomattack) {
case 0 :
((directioner == "l") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_up = 0;
}
break;
case 1 :
((directioner == "r") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
} else {
button_up = 0;
}
break;
case 2 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialpunch");
break;
case 3 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialkick");
break;
case 4 :
this.gotoAndStop(directioner + "special2");
break;
case 5 :
this.gotoAndStop(directioner + "special3");
break;
case 6 :
if (mana >= manacount) {
if (_root[opponentplayer + "fighter"].hp <= 10) {
usesfinisher = random(5);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish");
}
} else {
usesfinisher = random(20);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish");
}
}
}
case 7 :
this.gotoAndStop(directioner + "special1");
break;
default :
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
}
}
if (distancebetween < airange1) {
randomattack = random(18);
switch (randomattack) {
case 0 :
button_punch = 1;
break;
case 1 :
button_kick = 1;
break;
case 2 :
((directioner == "l") ? ((button_left = 1)) : ((button_right = 1)));
this.gotoAndStop(directioner + "roll");
break;
case 3 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialpunch");
break;
case 4 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialkick");
break;
case 5 :
((directioner == "r") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
} else {
button_up = 0;
}
break;
case 6 :
this.gotoAndStop(directioner + "slide");
break;
case 7 :
this.gotoAndStop(directioner + "duckpunch");
break;
case 8 :
this.gotoAndStop(directioner + "special3");
break;
case 10 :
this.gotoAndStop(directioner + "special2");
break;
case 11 :
this.gotoAndStop(directioner + "special1");
break;
case 9 :
if (mana >= manacount) {
if (_root[opponentplayer + "fighter"].hp <= 10) {
usesfinisher = random(5);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish");
}
} else {
usesfinisher = random(20);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish");
}
}
}
default :
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
}
}
} else {
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
button_up = 0;
button_down = 0;
}
}
}
};
Instance of Symbol 42 MovieClip "detector" in Symbol 1507 MovieClip [ganzoric] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
if (_parent._x < _root[_parent.opponentplayer + "fighter"]._x) {
while (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
_parent._x--;
}
} else {
while (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
_parent._x++;
}
}
}
}
Instance of Symbol 42 MovieClip in Symbol 1507 MovieClip [ganzoric] Frame 1
onClipEvent (load) {
movelister = 0;
pressonce = 1;
presstwice = 1;
pressthrice = 1;
}
onClipEvent (enterFrame) {
if (((!Key.isDown(_root[_parent.whichplayer + "keypunch"])) && (!Key.isDown(_root[_parent.whichplayer + "keykick"]))) && (_parent.airborne == 0)) {
_parent.canattack = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keydown"])) {
if (pressonce == 1) {
_parent.movelist = _parent.movelist + "d";
movelister = 10;
pressonce = 0;
}
} else {
pressonce = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keyright"])) {
if (presstwice == 1) {
((_parent.directioner == "r") ? ((_parent.movelist = _parent.movelist + "f")) : ((_parent.movelist = _parent.movelist + "b")));
movelister = 10;
presstwice = 0;
}
} else {
presstwice = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keyleft"])) {
if (pressthrice == 1) {
((_parent.directioner == "l") ? ((_parent.movelist = _parent.movelist + "f")) : ((_parent.movelist = _parent.movelist + "b")));
movelister = 10;
pressthrice = 0;
}
} else {
pressthrice = 1;
}
if (movelister > 0) {
movelister--;
}
if (movelister == 0) {
_parent.movelist = "";
}
}
Symbol 1507 MovieClip [ganzoric] Frame 2
currentmove = "stand";
autoblock = 1;
Symbol 1507 MovieClip [ganzoric] Frame 3
currentmove = "stand";
autoblock = 1;
Symbol 1507 MovieClip [ganzoric] Frame 4
currentmove = "walk";
Instance of Symbol 1429 MovieClip in Symbol 1507 MovieClip [ganzoric] Frame 4
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 1;
_parent._x = _parent._x - (_parent.speed - 2);
} else if (_parent.button_right) {
_parent.autoblock = 0;
_parent._x = _parent._x - (-_parent.speed);
}
if ((!_parent.button_left) && (!_parent.button_right)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1507 MovieClip [ganzoric] Frame 5
currentmove = "walk";
Instance of Symbol 1429 MovieClip in Symbol 1507 MovieClip [ganzoric] Frame 5
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 0;
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.button_right) {
_parent.autoblock = 1;
_parent._x = _parent._x + (_parent.speed - 2);
}
if ((!_parent.button_left) && (!_parent.button_right)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1507 MovieClip [ganzoric] Frame 6
currentmove = "taunt";
autoblock = 0;
Symbol 1507 MovieClip [ganzoric] Frame 7
currentmove = "taunt";
autoblock = 0;
Symbol 1507 MovieClip [ganzoric] Frame 8
currentmove = "duck";
autoblock = 1;
Instance of Symbol 1433 MovieClip in Symbol 1507 MovieClip [ganzoric] Frame 8
onClipEvent (enterFrame) {
if (!Key.isDown(_root[_parent.whichplayer + "keydown"])) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1507 MovieClip [ganzoric] Frame 9
currentmove = "duck";
autoblock = 1;
Symbol 1507 MovieClip [ganzoric] Frame 11
currentmove = "jumpup";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1434 MovieClip in Symbol 1507 MovieClip [ganzoric] Frame 11
onClipEvent (enterFrame) {
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1507 MovieClip [ganzoric] Frame 12
currentmove = "jumpup";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Symbol 1507 MovieClip [ganzoric] Frame 13
currentmove = "jumpfront";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1434 MovieClip in Symbol 1507 MovieClip [ganzoric] Frame 13
onClipEvent (enterFrame) {
_parent._x = _parent._x + _parent.speed;
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1507 MovieClip [ganzoric] Frame 14
currentmove = "jumpfront";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1434 MovieClip in Symbol 1507 MovieClip [ganzoric] Frame 14
onClipEvent (enterFrame) {
_parent._x = _parent._x + (-_parent.speed);
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1507 MovieClip [ganzoric] Frame 15
currentmove = "jumpback";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Symbol 1507 MovieClip [ganzoric] Frame 16
currentmove = "jumpback";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1434 MovieClip in Symbol 1507 MovieClip [ganzoric] Frame 16
onClipEvent (enterFrame) {
_parent._x = _parent._x + _parent.speed;
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1507 MovieClip [ganzoric] Frame 18
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1507 MovieClip [ganzoric] Frame 19
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1507 MovieClip [ganzoric] Frame 20
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1507 MovieClip [ganzoric] Frame 21
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1507 MovieClip [ganzoric] Frame 22
currentmove = "fight";
canattack = 0;
autoblock = 0;
Instance of Symbol 1446 MovieClip "fighter" in Symbol 1507 MovieClip [ganzoric] Frame 22
onClipEvent (load) {
this.gotoAndPlay("move" + _parent.movenumber);
}
Symbol 1507 MovieClip [ganzoric] Frame 23
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1507 MovieClip [ganzoric] Frame 24
canattack = 0;
autoblock = 0;
Instance of Symbol 1449 MovieClip "fighter" in Symbol 1507 MovieClip [ganzoric] Frame 24
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + _parent.speed;
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + (-_parent.speed);
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1507 MovieClip [ganzoric] Frame 25
canattack = 0;
autoblock = 0;
Instance of Symbol 1449 MovieClip "fighter" in Symbol 1507 MovieClip [ganzoric] Frame 25
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + _parent.speed;
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1507 MovieClip [ganzoric] Frame 27
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1507 MovieClip [ganzoric] Frame 28
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1507 MovieClip [ganzoric] Frame 29
currentmove = "fight";
canattack = 0;
autoblock = 0;
Instance of Symbol 1451 MovieClip "fighter" in Symbol 1507 MovieClip [ganzoric] Frame 29
onClipEvent (load) {
this.gotoAndPlay("move" + _parent.movenumber);
}
Symbol 1507 MovieClip [ganzoric] Frame 30
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1507 MovieClip [ganzoric] Frame 31
canattack = 0;
autoblock = 0;
Instance of Symbol 1452 MovieClip "fighter" in Symbol 1507 MovieClip [ganzoric] Frame 31
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + _parent.speed;
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + (-_parent.speed);
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1507 MovieClip [ganzoric] Frame 32
canattack = 0;
autoblock = 0;
Instance of Symbol 1452 MovieClip "fighter" in Symbol 1507 MovieClip [ganzoric] Frame 32
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + _parent.speed;
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1507 MovieClip [ganzoric] Frame 33
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1507 MovieClip [ganzoric] Frame 34
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1507 MovieClip [ganzoric] Frame 36
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 1456 MovieClip in Symbol 1507 MovieClip [ganzoric] Frame 36
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x - 3;
}
Symbol 1507 MovieClip [ganzoric] Frame 37
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 1456 MovieClip in Symbol 1507 MovieClip [ganzoric] Frame 37
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x + 3;
}
Symbol 1507 MovieClip [ganzoric] Frame 38
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 1457 MovieClip in Symbol 1507 MovieClip [ganzoric] Frame 38
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x - 3;
}
Symbol 1507 MovieClip [ganzoric] Frame 39
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 1457 MovieClip in Symbol 1507 MovieClip [ganzoric] Frame 39
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x + 3;
}
Symbol 1507 MovieClip [ganzoric] Frame 40
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1458 MovieClip in Symbol 1507 MovieClip [ganzoric] Frame 40
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
if (!_parent.youlose) {
_parent._x = _parent._x - 6;
}
}
Symbol 1507 MovieClip [ganzoric] Frame 41
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1458 MovieClip in Symbol 1507 MovieClip [ganzoric] Frame 41
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
if (!_parent.youlose) {
_parent._x = _parent._x + 6;
}
}
Symbol 1507 MovieClip [ganzoric] Frame 42
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1459 MovieClip in Symbol 1507 MovieClip [ganzoric] Frame 42
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x - 6;
}
}
Symbol 1507 MovieClip [ganzoric] Frame 43
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1459 MovieClip in Symbol 1507 MovieClip [ganzoric] Frame 43
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x + 6;
}
}
Symbol 1507 MovieClip [ganzoric] Frame 44
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1460 MovieClip in Symbol 1507 MovieClip [ganzoric] Frame 44
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x - 2;
}
}
Symbol 1507 MovieClip [ganzoric] Frame 45
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1460 MovieClip in Symbol 1507 MovieClip [ganzoric] Frame 45
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x + 2;
}
}
Symbol 1507 MovieClip [ganzoric] Frame 46
Symbol 1507 MovieClip [ganzoric] Frame 47
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1507 MovieClip [ganzoric] Frame 48
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1507 MovieClip [ganzoric] Frame 49
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1507 MovieClip [ganzoric] Frame 50
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1507 MovieClip [ganzoric] Frame 51
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1507 MovieClip [ganzoric] Frame 52
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1507 MovieClip [ganzoric] Frame 53
currentmove = "fight";
canattack = 0;
autoblock = 0;
mana = mana - manacount;
Symbol 1507 MovieClip [ganzoric] Frame 54
currentmove = "fight";
canattack = 0;
autoblock = 0;
mana = mana - manacount;
Symbol 1507 MovieClip [ganzoric] Frame 56
currentmove = "winningpose";
Symbol 1507 MovieClip [ganzoric] Frame 57
currentmove = "winningpose";
Symbol 1507 MovieClip [ganzoric] Frame 58
currentmove = "roll";
if (this.getDepth() < _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1506 MovieClip in Symbol 1507 MovieClip [ganzoric] Frame 58
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 1;
_parent._x = _parent._x - _parent.speed;
} else if (_parent.button_right) {
_parent.autoblock = 0;
_parent._x = _parent._x - (-_parent.speed);
}
}
Symbol 1507 MovieClip [ganzoric] Frame 59
currentmove = "roll";
if (this.getDepth() < _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1506 MovieClip in Symbol 1507 MovieClip [ganzoric] Frame 59
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 0;
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.button_right) {
_parent.autoblock = 1;
_parent._x = _parent._x + _parent.speed;
}
}
Symbol 1520 MovieClip Frame 1
if (((_parent.hp / _parent.fullhp) * 100) < 40) {
gotoAndPlay (31);
}
Symbol 1520 MovieClip Frame 30
gotoAndPlay (2);
Symbol 1520 MovieClip Frame 58
gotoAndPlay (31);
Symbol 1521 MovieClip Frame 1
if (((_parent.hp / _parent.fullhp) * 100) < 40) {
gotoAndPlay (28);
}
Symbol 1521 MovieClip Frame 27
gotoAndPlay (2);
Symbol 1521 MovieClip Frame 49
gotoAndPlay (28);
Symbol 1528 MovieClip Frame 65
_parent.hp = _parent.hp + 2;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1530 MovieClip Frame 12
stop();
Symbol 1531 MovieClip Frame 1
_parent.flyingheight = 0;
Symbol 1531 MovieClip Frame 15
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1532 MovieClip Frame 19
_parent.gotoAndStop(_parent.directioner + "duck");
Symbol 1533 MovieClip Frame 1
if (_parent.directioner == "l") {
adding = -4;
} else {
adding = 4;
}
_parent.specialdamage = 1;
_parent.flyingheight = 200;
Symbol 1533 MovieClip Frame 2
_parent._x = _parent._x + adding;
Symbol 1533 MovieClip Frame 3
_parent._x = _parent._x + adding;
Symbol 1533 MovieClip Frame 4
_parent._x = _parent._x + adding;
Symbol 1533 MovieClip Frame 5
_parent._x = _parent._x + adding;
Symbol 1533 MovieClip Frame 6
_parent._x = _parent._x + adding;
Symbol 1533 MovieClip Frame 7
_parent._x = _parent._x + adding;
Symbol 1533 MovieClip Frame 8
_parent._x = _parent._x + adding;
Symbol 1533 MovieClip Frame 9
_parent._x = _parent._x + adding;
Symbol 1533 MovieClip Frame 10
_parent._x = _parent._x + adding;
Symbol 1533 MovieClip Frame 11
_parent._x = _parent._x + adding;
Symbol 1533 MovieClip Frame 12
_parent._x = _parent._x + adding;
Symbol 1533 MovieClip Frame 13
_parent._x = _parent._x + adding;
Symbol 1533 MovieClip Frame 14
_parent._x = _parent._x + adding;
Symbol 1533 MovieClip Frame 15
_parent._x = _parent._x + adding;
Symbol 1533 MovieClip Frame 24
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1533 MovieClip Frame 25
if (_parent.directioner == "l") {
adding = -5;
} else {
adding = 5;
}
_parent.specialdamage = 2;
_parent.flyingheight = 0;
Symbol 1533 MovieClip Frame 26
_parent._x = _parent._x + adding;
Symbol 1533 MovieClip Frame 27
_parent._x = _parent._x + adding;
Symbol 1533 MovieClip Frame 28
_parent._x = _parent._x + adding;
Symbol 1533 MovieClip Frame 29
_parent._x = _parent._x + adding;
Symbol 1533 MovieClip Frame 30
_parent._x = _parent._x + adding;
Symbol 1533 MovieClip Frame 31
_parent._x = _parent._x + adding;
Symbol 1533 MovieClip Frame 32
_parent._x = _parent._x + adding;
Symbol 1533 MovieClip Frame 33
_parent._x = _parent._x + adding;
Symbol 1533 MovieClip Frame 34
_parent._x = _parent._x + adding;
Symbol 1533 MovieClip Frame 39
_parent._x = _parent._x + adding;
Symbol 1533 MovieClip Frame 40
_parent._x = _parent._x + adding;
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1535 MovieClip Frame 1
_parent.flyingheight = 0;
Symbol 1535 MovieClip Frame 7
stop();
Symbol 1536 MovieClip Frame 1
_parent.flyingheight = 0;
Symbol 1536 MovieClip Frame 19
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1537 MovieClip Frame 1
_parent.specialdamage = 3;
_parent.flyingheight = 210;
Symbol 1537 MovieClip Frame 23
_parent.specialdamage = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1537 MovieClip Frame 24
if (_parent.directioner == "l") {
adding = -7;
} else {
adding = 7;
}
_parent.specialdamage = 3;
_parent.flyingheight = 80;
Symbol 1537 MovieClip Frame 25
_parent._x = _parent._x + adding;
Symbol 1537 MovieClip Frame 26
_parent._x = _parent._x + adding;
Symbol 1537 MovieClip Frame 27
_parent._x = _parent._x + adding;
Symbol 1537 MovieClip Frame 28
_parent._x = _parent._x + adding;
Symbol 1537 MovieClip Frame 29
_parent._x = _parent._x + adding;
Symbol 1537 MovieClip Frame 30
_parent._x = _parent._x + adding;
Symbol 1537 MovieClip Frame 31
_parent._x = _parent._x + adding;
Symbol 1537 MovieClip Frame 32
_parent._x = _parent._x + adding;
Symbol 1537 MovieClip Frame 33
_parent._x = _parent._x + adding;
Symbol 1537 MovieClip Frame 34
_parent._x = _parent._x + adding;
Symbol 1537 MovieClip Frame 45
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1543 MovieClip Frame 1
_parent.flyingheight = 60;
Symbol 1543 MovieClip Frame 21
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "duck");
Symbol 1547 MovieClip Frame 10
if (_parent.hp <= 0) {
_parent.gotoAndStop(_parent.directioner + "gethit");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 1551 MovieClip Frame 8
if (_parent.hp <= 0) {
_parent.gotoAndStop(_parent.directioner + "gethit");
} else {
_parent.gotoAndStop(_parent.directioner + "duck");
}
Symbol 1556 MovieClip Frame 11
if (_parent.youlose == 1) {
gotoAndPlay ("die");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 1556 MovieClip Frame 22
if (_parent.youlose == 1) {
gotoAndPlay ("die");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 1556 MovieClip Frame 44
stop();
Symbol 1557 MovieClip Frame 18
stopping = 1;
if (_parent.youlose == 1) {
stop();
}
Symbol 1557 MovieClip Frame 64
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1558 MovieClip Frame 18
stopping = 1;
if (_parent.youlose == 1) {
stop();
}
Symbol 1558 MovieClip Frame 64
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1563 MovieClip Frame 1
this.onUnload = function () {
_root._x = 0;
_root._y = 0;
};
_visible = false;
_root._x = random(10) - 5;
_root._y = random(10) - 5;
Symbol 1563 MovieClip Frame 2
_root._x = random(10) - 5;
_root._y = random(10) - 5;
Symbol 1563 MovieClip Frame 3
_root._x = random(10) - 5;
_root._y = random(10) - 5;
Symbol 1563 MovieClip Frame 4
_root._x = random(10) - 5;
_root._y = random(10) - 5;
Symbol 1563 MovieClip Frame 5
_root._x = random(10) - 5;
_root._y = random(10) - 5;
Symbol 1563 MovieClip Frame 6
_root._x = random(10) - 5;
_root._y = random(10) - 5;
Symbol 1563 MovieClip Frame 7
_root._x = random(10) - 5;
_root._y = random(10) - 5;
Symbol 1563 MovieClip Frame 8
_root._x = random(10) - 5;
_root._y = random(10) - 5;
Symbol 1578 MovieClip Frame 1
_parent.specialdamage = 3;
_parent.flyingheight = 0;
_parent.usingspecial = 1;
Symbol 1578 MovieClip Frame 37
_parent.specialdamage = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1587 MovieClip Frame 1
if (_parent.directioner == "l") {
adding = -10;
} else {
adding = 10;
}
_parent.specialdamage = 3;
_parent.usingspecial = 1;
Symbol 1587 MovieClip Frame 2
_parent._x = _parent._x + adding;
Symbol 1587 MovieClip Frame 3
_parent._x = _parent._x + adding;
Symbol 1587 MovieClip Frame 4
_parent._x = _parent._x + adding;
Symbol 1587 MovieClip Frame 5
_parent._x = _parent._x + adding;
Symbol 1587 MovieClip Frame 6
_parent._x = _parent._x + adding;
Symbol 1587 MovieClip Frame 7
_parent._x = _parent._x + adding;
Symbol 1587 MovieClip Frame 8
_parent._x = _parent._x + adding;
Symbol 1587 MovieClip Frame 9
_parent._x = _parent._x + adding;
Symbol 1587 MovieClip Frame 10
_parent._x = _parent._x + adding;
Symbol 1587 MovieClip Frame 11
_parent._x = _parent._x + adding;
Symbol 1587 MovieClip Frame 12
_parent._x = _parent._x + adding;
Symbol 1587 MovieClip Frame 23
_parent.specialdamage = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1599 MovieClip Frame 1
_parent.specialdamage = 1;
_parent.flyingheight = 70;
_parent.usingspecial = 1;
Symbol 1599 MovieClip Frame 64
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1604 MovieClip Frame 1
var colormatrix = new Array(0.4, 0, 0, 0, 0, 0, 0.4, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
_root.bg.filters = new Array(color);
_parent.specialdamage = 4;
_parent.usingspecial = 1;
Symbol 1604 MovieClip Frame 14
var colormatrix = new Array(1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
_root.bg.filters = new Array(color);
Symbol 1604 MovieClip Frame 15
if (_parent.directioner == "l") {
adding = -8;
} else {
adding = 8;
}
Symbol 1604 MovieClip Frame 16
_parent._x = _parent._x + adding;
Symbol 1604 MovieClip Frame 17
_parent._x = _parent._x + adding;
Symbol 1604 MovieClip Frame 18
_parent._x = _parent._x + adding;
Symbol 1604 MovieClip Frame 19
_parent._x = _parent._x + adding;
Symbol 1604 MovieClip Frame 20
_parent._x = _parent._x + adding;
Symbol 1604 MovieClip Frame 21
_parent._x = _parent._x + adding;
Symbol 1604 MovieClip Frame 22
_parent._x = _parent._x + adding;
Symbol 1604 MovieClip Frame 23
_parent._x = _parent._x + adding;
Symbol 1604 MovieClip Frame 24
_parent._x = _parent._x + adding;
Symbol 1604 MovieClip Frame 25
_parent._x = _parent._x + adding;
Symbol 1604 MovieClip Frame 26
_parent._x = _parent._x + adding;
Symbol 1604 MovieClip Frame 27
_parent._x = _parent._x + adding;
Symbol 1604 MovieClip Frame 28
_parent._x = _parent._x + adding;
Symbol 1604 MovieClip Frame 29
_parent._x = _parent._x + adding;
Symbol 1604 MovieClip Frame 30
_parent._x = _parent._x + adding;
Symbol 1604 MovieClip Frame 31
_parent._x = _parent._x + adding;
Symbol 1604 MovieClip Frame 32
_parent._x = _parent._x + adding;
Symbol 1604 MovieClip Frame 33
_parent._x = _parent._x + adding;
Symbol 1604 MovieClip Frame 34
_parent._x = _parent._x + adding;
Symbol 1604 MovieClip Frame 35
_parent._x = _parent._x + adding;
Symbol 1604 MovieClip Frame 36
_parent._x = _parent._x + adding;
Symbol 1604 MovieClip Frame 37
_parent._x = _parent._x + adding;
Symbol 1604 MovieClip Frame 38
_parent._x = _parent._x + adding;
Symbol 1604 MovieClip Frame 39
_parent._x = _parent._x + adding;
Symbol 1604 MovieClip Frame 40
_parent._x = _parent._x + adding;
Symbol 1604 MovieClip Frame 41
_parent._x = _parent._x + adding;
Symbol 1604 MovieClip Frame 42
_parent._x = _parent._x + adding;
Symbol 1604 MovieClip Frame 43
_parent._x = _parent._x + adding;
Symbol 1604 MovieClip Frame 44
_parent._x = _parent._x + adding;
Symbol 1604 MovieClip Frame 45
_parent._x = _parent._x + adding;
Symbol 1604 MovieClip Frame 46
_parent._x = _parent._x + adding;
Symbol 1604 MovieClip Frame 61
_parent.specialdamage = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1605 MovieClip Frame 56
stop();
Symbol 1606 MovieClip Frame 1
_alpha = 50;
Symbol 1606 MovieClip Frame 12
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1607 MovieClip [gorkhan] Frame 1
airborne = 1;
yspeed = 0;
gravity = 15;
autoblock = 1;
jumpposition = "front";
canattack = 1;
youlose = 0;
movelist = "";
movenumber = 1;
_yscale = 120;
_xscale = 120;
jumpheight = 100;
speed = 4;
strength = 7;
defense = 3;
hp = 75;
fullhp = 75;
mana = 0;
manacount = 55;
hp = hp * _root.gaugesize;
fullhp = fullhp * _root.gaugesize;
specialdamage = 0;
flyingheight = 0;
currentmove = "stand";
button_up = 0;
button_down = 0;
button_left = 0;
button_right = 0;
button_punch = 0;
button_kick = 0;
button_taunt = 0;
((whichplayer == "p01") ? ((opponentplayer = "p02")) : ((opponentplayer = "p01")));
if ((whichplayer == "p02") && (_root.p1sprite == _root.p2sprite)) {
var colormatrix = new Array(0.8, 0, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
this.filters = new Array(color);
}
_name = (whichplayer + "fighter");
((whichplayer == "p01") ? ((directioner = "r")) : ((directioner = "l")));
gotoAndStop(directioner + "normal");
aitimer = 0;
aimoving = 0;
airange2 = 100;
airange1 = 50;
this.onEnterFrame = function () {
mycontroller = _root[whichplayer + "controller"];
distancebetween = this._x - _root[opponentplayer + "fighter"]._x;
if (distancebetween < 0) {
distancebetween = distancebetween * -1;
}
if (hp <= 0) {
youlose = 1;
hp = 0;
_root.winnersname = _root[opponentplayer + "name"];
_root.winnersymbol.play();
} else if (hp > fullhp) {
hp = fullhp;
}
yspeed = yspeed + gravity;
_y = (_y + (yspeed / 4));
if (_root.thefloor.hitTest(this._x, this._y, true) && (yspeed >= 0)) {
yspeed = 0;
gravity = 0;
}
if (_root.thefloor.hitTest(this._x, this._y + 1, true)) {
airborne = 0;
} else {
airborne = 1;
}
while (_root.thefloor.hitTest(this._x, this._y, true)) {
_y = (_y-1);
}
((this._x <= _root[opponentplayer + "fighter"]._x) ? ((directioner = "r")) : ((directioner = "l")));
if (_root[opponentplayer + "fighter"].youlose && (currentmove == "stand")) {
this.gotoAndStop(directioner + "winningpose");
}
if (mycontroller == "p") {
(Key.isDown(_root[whichplayer + "keyleft"]) ? ((button_left = 1)) : ((button_left = 0)));
(Key.isDown(_root[whichplayer + "keyright"]) ? ((button_right = 1)) : ((button_right = 0)));
(Key.isDown(_root[whichplayer + "keyup"]) ? ((button_up = 1)) : ((button_up = 0)));
(Key.isDown(_root[whichplayer + "keydown"]) ? ((button_down = 1)) : ((button_down = 0)));
(Key.isDown(_root[whichplayer + "keypunch"]) ? ((button_punch = 1)) : ((button_punch = 0)));
(Key.isDown(_root[whichplayer + "keykick"]) ? ((button_kick = 1)) : ((button_kick = 0)));
(Key.isDown(_root[whichplayer + "keytaunt"]) ? ((button_taunt = 1)) : ((button_taunt = 0)));
}
if (button_down && ((currentmove == "stand") || (currentmove == "walk"))) {
this.gotoAndStop(directioner + "duck");
}
if (button_up) {
if (button_right && (currentmove == "walk")) {
((directioner == "r") ? ((jumpposition = "front")) : ((jumpposition = "back")));
this.gotoAndStop((directioner + "jump") + jumpposition);
} else if (button_left && (currentmove == "walk")) {
((directioner == "r") ? ((jumpposition = "back")) : ((jumpposition = "front")));
this.gotoAndStop((directioner + "jump") + jumpposition);
} else if (currentmove == "stand") {
this.gotoAndStop(directioner + "jump");
}
}
if (button_left && (currentmove == "stand")) {
this.gotoAndStop(directioner + "walk");
}
if (button_right && (currentmove == "stand")) {
this.gotoAndStop(directioner + "walk");
}
if (button_taunt) {
if (currentmove == "stand") {
this.gotoAndStop(directioner + "taunt");
} else if (currentmove == "walk") {
this.gotoAndStop(directioner + "roll");
}
}
if (button_punch && (canattack == 1)) {
switch (currentmove) {
case "stand" :
this.gotoAndStop(directioner + "punch");
break;
case "walk" :
if (button_left) {
((directioner == "l") ? ((movenumber = 1)) : ((movenumber = 2)));
} else if (button_right) {
((directioner == "l") ? ((movenumber = 2)) : ((movenumber = 1)));
}
if (movelist == "bfbf") {
if (mana >= manacount) {
this.gotoAndStop(directioner + "finish");
}
} else if (movelist == "fff") {
this.gotoAndStop(directioner + "special2");
} else {
this.gotoAndStop(directioner + "specialpunch");
}
break;
case "duck" :
if (movelist == "dffd") {
this.gotoAndStop(directioner + "special3");
} else {
this.gotoAndStop(directioner + "duckpunch");
}
break;
case "jumpup" :
case "jumpback" :
case "jumpfront" :
this.gotoAndStop(directioner + "jumperpunch");
}
}
if (button_kick && (canattack == 1)) {
switch (currentmove) {
case "stand" :
this.gotoAndStop(directioner + "kick");
break;
case "walk" :
if (button_left) {
((directioner == "l") ? ((movenumber = 1)) : ((movenumber = 2)));
} else if (button_right) {
((directioner == "l") ? ((movenumber = 2)) : ((movenumber = 1)));
}
this.gotoAndStop(directioner + "specialkick");
break;
case "duck" :
if (movelist == "dd") {
this.gotoAndStop(directioner + "special1");
} else {
this.gotoAndStop(directioner + "slide");
}
break;
case "jumpfront" :
case "jumpback" :
case "jumpup" :
this.gotoAndStop(directioner + "jumperkick");
}
}
if ((mycontroller == "p") && (youlose == 0)) {
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.puncher)) {
if (autoblock == 0) {
if (airborne == 0) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "fall");
}
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.puncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.fallpuncher)) {
if (autoblock == 0) {
this.gotoAndStop(directioner + "fall");
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.fallpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.duckpuncher)) {
if (mycontroller == "c") {
if (((random(10) + 1) > _root.computerlevel) || (youlose == 1)) {
movenumber = 2;
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
} else if ((autoblock == 0) || (currentmove != "duck")) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
_root[opponentplayer + "fighter"].fighter.duckpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.slider)) {
if (mycontroller == "c") {
if (((random(10) + 1) > _root.computerlevel) || (youlose == 1)) {
movenumber = 2;
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
} else {
this.gotoAndStop(directioner + "slided");
}
_root[opponentplayer + "fighter"].fighter.slider.unloadMovie();
}
}
if ((mycontroller == "c") && (youlose == 0)) {
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.puncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
if (airborne == 0) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "fall");
}
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.puncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.fallpuncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "fall");
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.fallpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.duckpuncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
_root[opponentplayer + "fighter"].fighter.duckpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.slider)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "slided");
} else {
i = random(3);
switch (i) {
case 0 :
jumpposition = "";
break;
case 1 :
jumpposition = "front";
break;
case 2 :
jumpposition = "back";
}
this.gotoAndStop((directioner + "jump") + jumpposition);
}
_root[opponentplayer + "fighter"].fighter.slider.unloadMovie();
}
}
aitimer++;
if (aitimer > 100) {
aitimer = 0;
}
if (mycontroller == "c") {
if ((aitimer % (10 - _root.computerlevel)) == 0) {
if (((_root[opponentplayer + "fighter"].youlose == 0) && ((((currentmove == "walk") || (currentmove == "stand")) || (currentmove == "duck")) || (currentmove == "roll"))) && (youlose == 0)) {
if (distancebetween > airange2) {
randommove = random(10);
if (randommove < _root.computerlevel) {
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_left = 0;
button_right = 0;
}
randommove = random(8);
if (randommove == 0) {
button_up = 1;
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_up = 0;
}
randomtaunt = random(8);
(((hp < 10) || (randomtaunt == 0)) ? ((button_taunt = 1)) : ((button_taunt = 0)));
usespecial = random(10);
if (usespecial == 0) {
this.gotoAndStop(directioner + "special1");
} else if (usespecial == 1) {
this.gotoAndStop(directioner + "special3");
}
if (mana >= manacount) {
if (_root[opponentplayer + "fighter"].hp <= 10) {
usesfinisher = random(5);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish");
}
} else {
usesfinisher = random(20);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish");
}
}
}
button_punch = 0;
button_kick = 0;
}
if ((distancebetween >= airange1) && (distancebetween <= airange2)) {
randomattack = random(18);
switch (randomattack) {
case 0 :
((directioner == "l") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_up = 0;
}
break;
case 1 :
((directioner == "r") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
} else {
button_up = 0;
}
break;
case 2 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialpunch");
break;
case 3 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialkick");
break;
case 4 :
this.gotoAndStop(directioner + "special2");
break;
case 5 :
this.gotoAndStop(directioner + "special3");
break;
case 6 :
if (mana >= manacount) {
if (_root[opponentplayer + "fighter"].hp <= 10) {
usesfinisher = random(5);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish");
}
} else {
usesfinisher = random(20);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish");
}
}
}
case 7 :
this.gotoAndStop(directioner + "special1");
break;
default :
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
}
}
if (distancebetween < airange1) {
randomattack = random(18);
switch (randomattack) {
case 0 :
button_punch = 1;
break;
case 1 :
button_kick = 1;
break;
case 2 :
((directioner == "l") ? ((button_left = 1)) : ((button_right = 1)));
this.gotoAndStop(directioner + "roll");
break;
case 3 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialpunch");
break;
case 4 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialkick");
break;
case 5 :
((directioner == "r") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
} else {
button_up = 0;
}
break;
case 6 :
this.gotoAndStop(directioner + "slide");
break;
case 7 :
this.gotoAndStop(directioner + "duckpunch");
break;
case 8 :
this.gotoAndStop(directioner + "special3");
break;
case 10 :
this.gotoAndStop(directioner + "special2");
break;
case 11 :
this.gotoAndStop(directioner + "special1");
break;
case 9 :
if (mana >= manacount) {
if (_root[opponentplayer + "fighter"].hp <= 10) {
usesfinisher = random(5);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish");
}
} else {
usesfinisher = random(20);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish");
}
}
}
default :
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
}
}
} else {
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
button_up = 0;
button_down = 0;
}
}
}
};
Instance of Symbol 42 MovieClip "detector" in Symbol 1607 MovieClip [gorkhan] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
if (_parent._x < _root[_parent.opponentplayer + "fighter"]._x) {
while (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
_parent._x--;
}
} else {
while (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
_parent._x++;
}
}
}
}
Instance of Symbol 42 MovieClip in Symbol 1607 MovieClip [gorkhan] Frame 1
onClipEvent (load) {
movelister = 0;
pressonce = 1;
presstwice = 1;
pressthrice = 1;
}
onClipEvent (enterFrame) {
if (((!Key.isDown(_root[_parent.whichplayer + "keypunch"])) && (!Key.isDown(_root[_parent.whichplayer + "keykick"]))) && (_parent.airborne == 0)) {
_parent.canattack = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keydown"])) {
if (pressonce == 1) {
_parent.movelist = _parent.movelist + "d";
movelister = 10;
pressonce = 0;
}
} else {
pressonce = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keyright"])) {
if (presstwice == 1) {
((_parent.directioner == "r") ? ((_parent.movelist = _parent.movelist + "f")) : ((_parent.movelist = _parent.movelist + "b")));
movelister = 10;
presstwice = 0;
}
} else {
presstwice = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keyleft"])) {
if (pressthrice == 1) {
((_parent.directioner == "l") ? ((_parent.movelist = _parent.movelist + "f")) : ((_parent.movelist = _parent.movelist + "b")));
movelister = 10;
pressthrice = 0;
}
} else {
pressthrice = 1;
}
if (movelister > 0) {
movelister--;
}
if (movelister == 0) {
_parent.movelist = "";
}
}
Symbol 1607 MovieClip [gorkhan] Frame 2
currentmove = "stand";
autoblock = 1;
Symbol 1607 MovieClip [gorkhan] Frame 3
currentmove = "stand";
autoblock = 1;
Symbol 1607 MovieClip [gorkhan] Frame 4
currentmove = "walk";
Instance of Symbol 1521 MovieClip in Symbol 1607 MovieClip [gorkhan] Frame 4
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 1;
_parent._x = _parent._x - (_parent.speed - 2);
} else if (_parent.button_right) {
_parent.autoblock = 0;
_parent._x = _parent._x - (-_parent.speed);
}
if ((!_parent.button_left) && (!_parent.button_right)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1607 MovieClip [gorkhan] Frame 5
currentmove = "walk";
Instance of Symbol 1521 MovieClip in Symbol 1607 MovieClip [gorkhan] Frame 5
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 0;
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.button_right) {
_parent.autoblock = 1;
_parent._x = _parent._x + (_parent.speed - 2);
}
if ((!_parent.button_left) && (!_parent.button_right)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1607 MovieClip [gorkhan] Frame 6
currentmove = "taunt";
autoblock = 0;
Symbol 1607 MovieClip [gorkhan] Frame 7
currentmove = "taunt";
autoblock = 0;
Symbol 1607 MovieClip [gorkhan] Frame 8
currentmove = "duck";
autoblock = 1;
Instance of Symbol 1529 MovieClip in Symbol 1607 MovieClip [gorkhan] Frame 8
onClipEvent (enterFrame) {
if (!Key.isDown(_root[_parent.whichplayer + "keydown"])) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1607 MovieClip [gorkhan] Frame 9
currentmove = "duck";
autoblock = 1;
Symbol 1607 MovieClip [gorkhan] Frame 11
currentmove = "jumpup";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1530 MovieClip in Symbol 1607 MovieClip [gorkhan] Frame 11
onClipEvent (enterFrame) {
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1607 MovieClip [gorkhan] Frame 12
currentmove = "jumpup";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Symbol 1607 MovieClip [gorkhan] Frame 13
currentmove = "jumpfront";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1530 MovieClip in Symbol 1607 MovieClip [gorkhan] Frame 13
onClipEvent (enterFrame) {
_parent._x = _parent._x + _parent.speed;
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1607 MovieClip [gorkhan] Frame 14
currentmove = "jumpfront";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1530 MovieClip in Symbol 1607 MovieClip [gorkhan] Frame 14
onClipEvent (enterFrame) {
_parent._x = _parent._x + (-_parent.speed);
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1607 MovieClip [gorkhan] Frame 15
currentmove = "jumpback";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Symbol 1607 MovieClip [gorkhan] Frame 16
currentmove = "jumpback";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1530 MovieClip in Symbol 1607 MovieClip [gorkhan] Frame 16
onClipEvent (enterFrame) {
_parent._x = _parent._x + _parent.speed;
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1607 MovieClip [gorkhan] Frame 18
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1607 MovieClip [gorkhan] Frame 19
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1607 MovieClip [gorkhan] Frame 20
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1607 MovieClip [gorkhan] Frame 21
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1607 MovieClip [gorkhan] Frame 22
currentmove = "fight";
canattack = 0;
autoblock = 0;
Instance of Symbol 1533 MovieClip "fighter" in Symbol 1607 MovieClip [gorkhan] Frame 22
onClipEvent (load) {
this.gotoAndPlay("move" + _parent.movenumber);
}
Symbol 1607 MovieClip [gorkhan] Frame 23
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1607 MovieClip [gorkhan] Frame 24
canattack = 0;
autoblock = 0;
Instance of Symbol 1535 MovieClip "fighter" in Symbol 1607 MovieClip [gorkhan] Frame 24
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + _parent.speed;
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + (-_parent.speed);
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1607 MovieClip [gorkhan] Frame 25
canattack = 0;
autoblock = 0;
Instance of Symbol 1535 MovieClip "fighter" in Symbol 1607 MovieClip [gorkhan] Frame 25
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + _parent.speed;
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1607 MovieClip [gorkhan] Frame 27
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1607 MovieClip [gorkhan] Frame 28
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1607 MovieClip [gorkhan] Frame 29
currentmove = "fight";
canattack = 0;
autoblock = 0;
Instance of Symbol 1537 MovieClip "fighter" in Symbol 1607 MovieClip [gorkhan] Frame 29
onClipEvent (load) {
this.gotoAndPlay("move" + _parent.movenumber);
}
Symbol 1607 MovieClip [gorkhan] Frame 30
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1607 MovieClip [gorkhan] Frame 31
canattack = 0;
autoblock = 0;
Instance of Symbol 1540 MovieClip "fighter" in Symbol 1607 MovieClip [gorkhan] Frame 31
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + _parent.speed;
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + (-_parent.speed);
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1607 MovieClip [gorkhan] Frame 32
canattack = 0;
autoblock = 0;
Instance of Symbol 1540 MovieClip "fighter" in Symbol 1607 MovieClip [gorkhan] Frame 32
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + _parent.speed;
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1607 MovieClip [gorkhan] Frame 33
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1607 MovieClip [gorkhan] Frame 34
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1607 MovieClip [gorkhan] Frame 36
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 1547 MovieClip in Symbol 1607 MovieClip [gorkhan] Frame 36
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x - 3;
}
Symbol 1607 MovieClip [gorkhan] Frame 37
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 1547 MovieClip in Symbol 1607 MovieClip [gorkhan] Frame 37
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x + 3;
}
Symbol 1607 MovieClip [gorkhan] Frame 38
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 1551 MovieClip in Symbol 1607 MovieClip [gorkhan] Frame 38
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x - 3;
}
Symbol 1607 MovieClip [gorkhan] Frame 39
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 1551 MovieClip in Symbol 1607 MovieClip [gorkhan] Frame 39
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x + 3;
}
Symbol 1607 MovieClip [gorkhan] Frame 40
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1556 MovieClip in Symbol 1607 MovieClip [gorkhan] Frame 40
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
if (!_parent.youlose) {
_parent._x = _parent._x - 8;
}
}
Symbol 1607 MovieClip [gorkhan] Frame 41
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1556 MovieClip in Symbol 1607 MovieClip [gorkhan] Frame 41
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
if (!_parent.youlose) {
_parent._x = _parent._x + 8;
}
}
Symbol 1607 MovieClip [gorkhan] Frame 42
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1557 MovieClip in Symbol 1607 MovieClip [gorkhan] Frame 42
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x - 8;
}
}
Symbol 1607 MovieClip [gorkhan] Frame 43
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1557 MovieClip in Symbol 1607 MovieClip [gorkhan] Frame 43
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x + 8;
}
}
Symbol 1607 MovieClip [gorkhan] Frame 44
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1558 MovieClip in Symbol 1607 MovieClip [gorkhan] Frame 44
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x - 2;
}
}
Symbol 1607 MovieClip [gorkhan] Frame 45
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1558 MovieClip in Symbol 1607 MovieClip [gorkhan] Frame 45
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x + 2;
}
}
Symbol 1607 MovieClip [gorkhan] Frame 46
Symbol 1607 MovieClip [gorkhan] Frame 47
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1607 MovieClip [gorkhan] Frame 48
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1607 MovieClip [gorkhan] Frame 49
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1607 MovieClip [gorkhan] Frame 50
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1607 MovieClip [gorkhan] Frame 51
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1607 MovieClip [gorkhan] Frame 52
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1607 MovieClip [gorkhan] Frame 53
currentmove = "fight";
canattack = 0;
autoblock = 0;
mana = mana - manacount;
Symbol 1607 MovieClip [gorkhan] Frame 54
currentmove = "fight";
canattack = 0;
autoblock = 0;
mana = mana - manacount;
Symbol 1607 MovieClip [gorkhan] Frame 56
currentmove = "winningpose";
Symbol 1607 MovieClip [gorkhan] Frame 57
currentmove = "winningpose";
Symbol 1607 MovieClip [gorkhan] Frame 58
currentmove = "roll";
if (this.getDepth() < _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1606 MovieClip in Symbol 1607 MovieClip [gorkhan] Frame 58
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 1;
_parent._x = _parent._x - _parent.speed;
} else if (_parent.button_right) {
_parent.autoblock = 0;
_parent._x = _parent._x - (-_parent.speed);
}
}
Symbol 1607 MovieClip [gorkhan] Frame 59
currentmove = "roll";
if (this.getDepth() < _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1606 MovieClip in Symbol 1607 MovieClip [gorkhan] Frame 59
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 0;
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.button_right) {
_parent.autoblock = 1;
_parent._x = _parent._x + _parent.speed;
}
}
Symbol 1619 MovieClip Frame 1
if (((_parent.hp / _parent.fullhp) * 100) < 40) {
gotoAndPlay (21);
}
Symbol 1619 MovieClip Frame 20
gotoAndPlay (2);
Symbol 1619 MovieClip Frame 50
gotoAndPlay (21);
Symbol 1620 MovieClip Frame 1
if (((_parent.hp / _parent.fullhp) * 100) < 40) {
gotoAndPlay (18);
}
Symbol 1620 MovieClip Frame 17
gotoAndPlay (2);
Symbol 1620 MovieClip Frame 42
gotoAndPlay (22);
Symbol 1621 MovieClip Frame 31
_parent.hp = _parent.hp + 2;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1623 MovieClip Frame 20
stop();
Symbol 1626 MovieClip Frame 1
if (_parent.directioner == "l") {
adding = -3;
} else {
adding = 3;
}
Symbol 1626 MovieClip Frame 16
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1628 MovieClip Frame 15
_parent.gotoAndStop(_parent.directioner + "duck");
Symbol 1633 MovieClip Frame 1
if (_parent.directioner == "l") {
adding = -3;
} else {
adding = 3;
}
_parent.specialdamage = 2;
Symbol 1633 MovieClip Frame 13
_parent.specialdamage = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1633 MovieClip Frame 14
if (_parent.directioner == "l") {
adding = -5;
} else {
adding = 5;
}
_parent.specialdamage = 4;
_parent.flyingheight = 120;
Symbol 1633 MovieClip Frame 15
_parent._x = _parent._x + adding;
Symbol 1633 MovieClip Frame 16
_parent._x = _parent._x + adding;
Symbol 1633 MovieClip Frame 17
_parent._x = _parent._x + adding;
Symbol 1633 MovieClip Frame 18
_parent._x = _parent._x + adding;
Symbol 1633 MovieClip Frame 19
_parent._x = _parent._x + adding;
Symbol 1633 MovieClip Frame 27
_parent._x = _parent._x + adding;
Symbol 1633 MovieClip Frame 28
_parent._x = _parent._x + adding;
Symbol 1633 MovieClip Frame 29
_parent._x = _parent._x + adding;
Symbol 1633 MovieClip Frame 30
_parent._x = _parent._x + adding;
Symbol 1633 MovieClip Frame 31
_parent._x = _parent._x + adding;
Symbol 1633 MovieClip Frame 32
_parent._x = _parent._x + adding;
Symbol 1633 MovieClip Frame 33
_parent._x = _parent._x + adding;
Symbol 1633 MovieClip Frame 34
_parent._x = _parent._x + adding;
Symbol 1633 MovieClip Frame 35
_parent._x = _parent._x + adding;
Symbol 1633 MovieClip Frame 36
_parent._x = _parent._x + adding;
Symbol 1633 MovieClip Frame 37
_parent._x = _parent._x + adding;
Symbol 1633 MovieClip Frame 38
_parent._x = _parent._x + adding;
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1635 MovieClip Frame 1
if (_parent.directioner == "l") {
adding = -3;
} else {
adding = 3;
}
Symbol 1635 MovieClip Frame 8
_parent._x = _parent._x + adding;
Symbol 1635 MovieClip Frame 9
_parent._x = _parent._x + adding;
Symbol 1635 MovieClip Frame 10
_parent._x = _parent._x + adding;
Symbol 1635 MovieClip Frame 11
_parent._x = _parent._x + adding;
Symbol 1635 MovieClip Frame 12
_parent._x = _parent._x + adding;
Symbol 1635 MovieClip Frame 16
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1636 MovieClip Frame 1
_parent.specialdamage = 2;
_parent.flyingheight = 150;
Symbol 1636 MovieClip Frame 8
if (_parent.directioner == "l") {
adding = -3;
} else {
adding = 3;
}
Symbol 1636 MovieClip Frame 9
_parent._x = _parent._x + adding;
Symbol 1636 MovieClip Frame 10
_parent._x = _parent._x + adding;
Symbol 1636 MovieClip Frame 11
_parent._x = _parent._x + adding;
Symbol 1636 MovieClip Frame 12
_parent._x = _parent._x + adding;
Symbol 1636 MovieClip Frame 13
_parent._x = _parent._x + adding;
Symbol 1636 MovieClip Frame 14
_parent._x = _parent._x + adding;
Symbol 1636 MovieClip Frame 15
_parent._x = _parent._x + adding;
Symbol 1636 MovieClip Frame 16
_parent._x = _parent._x + adding;
Symbol 1636 MovieClip Frame 17
_parent._x = _parent._x + adding;
Symbol 1636 MovieClip Frame 18
_parent._x = _parent._x + adding;
Symbol 1636 MovieClip Frame 25
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1636 MovieClip Frame 26
if (_parent.directioner == "l") {
adding = -3;
} else {
adding = 3;
}
_parent.specialdamage = 3;
_parent.flyingheight = 100;
Symbol 1636 MovieClip Frame 27
_parent._x = _parent._x + adding;
Symbol 1636 MovieClip Frame 28
_parent._x = _parent._x + adding;
Symbol 1636 MovieClip Frame 29
_parent._x = _parent._x + adding;
Symbol 1636 MovieClip Frame 30
_parent._x = _parent._x + adding;
Symbol 1636 MovieClip Frame 31
_parent._x = _parent._x + adding;
Symbol 1636 MovieClip Frame 32
_parent._x = _parent._x + adding;
Symbol 1636 MovieClip Frame 33
_parent._x = _parent._x + adding;
Symbol 1636 MovieClip Frame 34
_parent._x = _parent._x + adding;
Symbol 1636 MovieClip Frame 35
_parent._x = _parent._x + adding;
Symbol 1636 MovieClip Frame 36
_parent._x = _parent._x + adding;
Symbol 1636 MovieClip Frame 37
_parent._x = _parent._x + adding;
Symbol 1636 MovieClip Frame 38
_parent._x = _parent._x + adding;
Symbol 1636 MovieClip Frame 39
_parent._x = _parent._x + adding;
Symbol 1636 MovieClip Frame 40
_parent._x = _parent._x + adding;
Symbol 1636 MovieClip Frame 42
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1638 MovieClip Frame 1
_parent.flyingheight = 60;
Symbol 1638 MovieClip Frame 17
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "duck");
Symbol 1639 MovieClip Frame 7
if (_parent.hp <= 0) {
_parent.gotoAndStop(_parent.directioner + "gethit");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 1640 MovieClip Frame 8
if (_parent.hp <= 0) {
_parent.gotoAndStop(_parent.directioner + "gethit");
} else {
_parent.gotoAndStop(_parent.directioner + "duck");
}
Symbol 1646 MovieClip Frame 8
if (_parent.youlose == 1) {
gotoAndPlay ("die");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 1646 MovieClip Frame 16
if (_parent.youlose == 1) {
gotoAndPlay ("die");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 1646 MovieClip Frame 38
stop();
Symbol 1648 MovieClip Frame 18
stopping = 1;
if (_parent.youlose == 1) {
stop();
}
Symbol 1648 MovieClip Frame 64
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1649 MovieClip Frame 1
if (_parent.mychar == "p1") {
_root.whoseblood = "p1";
} else {
_root.whoseblood = "p2";
}
_root.arena.attachMovie("blood", "blood" + _root.bloodshed, _root.bloodshed);
_root.bloodshed++;
if (_root.bloodshed == 120) {
_root.bloodshed = 100;
}
Symbol 1649 MovieClip Frame 18
stopping = 1;
if (_parent.youlose == 1) {
stop();
}
Symbol 1649 MovieClip Frame 64
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1665 MovieClip Frame 12
gotoAndPlay (4);
Symbol 1677 MovieClip Frame 1
_parent.specialdamage = -1;
_parent.usingspecial = 1;
Symbol 1677 MovieClip Frame 69
_parent.specialdamage = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1678 MovieClip Frame 1
_parent.specialdamage = 3;
_parent.usingspecial = 1;
_parent.yspeed = -_parent.jumpheight;
_parent.gravity = 15;
_parent._y = _parent._y - 2;
_parent.autoblock = 0;
if (_parent.directioner == "l") {
adding = -7;
} else {
adding = 7;
}
_parent.flyingheight = 170;
Symbol 1678 MovieClip Frame 2
_parent._x = _parent._x + adding;
Symbol 1678 MovieClip Frame 3
_parent._x = _parent._x + adding;
Symbol 1678 MovieClip Frame 4
_parent._x = _parent._x + adding;
Symbol 1678 MovieClip Frame 5
_parent._x = _parent._x + adding;
Symbol 1678 MovieClip Frame 6
_parent._x = _parent._x + adding;
Symbol 1678 MovieClip Frame 7
_parent._x = _parent._x + adding;
Symbol 1678 MovieClip Frame 8
_parent._x = _parent._x + adding;
Symbol 1678 MovieClip Frame 9
_parent._x = _parent._x + adding;
Symbol 1678 MovieClip Frame 10
_parent._x = _parent._x + adding;
Symbol 1678 MovieClip Frame 11
_parent._x = _parent._x + adding;
Symbol 1678 MovieClip Frame 12
_parent._x = _parent._x + adding;
Symbol 1678 MovieClip Frame 13
_parent._x = _parent._x + adding;
Symbol 1678 MovieClip Frame 14
_parent._x = _parent._x + adding;
Symbol 1678 MovieClip Frame 15
_parent._x = _parent._x + adding;
Symbol 1678 MovieClip Frame 16
_parent._x = _parent._x + adding;
Symbol 1678 MovieClip Frame 23
_parent.specialdamage = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
_parent.flyingheight = 0;
Symbol 1692 MovieClip Frame 1
if (_parent.directioner == "l") {
adding = -20;
} else {
adding = 20;
}
_parent.specialdamage = 4;
_parent.flyingheight = 100;
_parent.usingspecial = 1;
Symbol 1692 MovieClip Frame 7
_parent._x = _parent._x + adding;
Symbol 1692 MovieClip Frame 8
_parent._x = _parent._x + adding;
Symbol 1692 MovieClip Frame 9
_parent._x = _parent._x + adding;
Symbol 1692 MovieClip Frame 10
_parent._x = _parent._x + adding;
Symbol 1692 MovieClip Frame 11
_parent._x = _parent._x + adding;
Symbol 1692 MovieClip Frame 12
_parent._x = _parent._x + adding;
Symbol 1692 MovieClip Frame 33
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1706 MovieClip Frame 1
if (_parent.directioner == "l") {
adding = -5;
} else {
adding = 5;
}
_parent.specialdamage = 4;
_parent.flyingheight = 100;
_parent.usingspecial = 1;
Symbol 1706 MovieClip Frame 7
_parent._x = _parent._x + adding;
Symbol 1706 MovieClip Frame 8
_parent._x = _parent._x + adding;
Symbol 1706 MovieClip Frame 9
_parent._x = _parent._x + adding;
Symbol 1706 MovieClip Frame 10
_parent._x = _parent._x + adding;
Symbol 1706 MovieClip Frame 11
_parent._x = _parent._x + adding;
Symbol 1706 MovieClip Frame 12
_parent._x = _parent._x + adding;
Symbol 1706 MovieClip Frame 37
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1723 MovieClip Frame 1
if (_parent.directioner == "l") {
adding = -6;
} else {
adding = 6;
}
_parent.specialdamage = 6;
_parent.flyingheight = 100;
_parent.usingspecial = 1;
var colormatrix = new Array(1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, -0.5, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
_root.bg.filters = new Array(color);
Symbol 1723 MovieClip Frame 2
_parent._x = _parent._x + adding;
Symbol 1723 MovieClip Frame 3
_parent._x = _parent._x + adding;
Symbol 1723 MovieClip Frame 4
_parent._x = _parent._x + adding;
Symbol 1723 MovieClip Frame 5
_parent._x = _parent._x + adding;
Symbol 1723 MovieClip Frame 6
_parent._x = _parent._x + adding;
Symbol 1723 MovieClip Frame 15
_parent._x = _parent._x + adding;
Symbol 1723 MovieClip Frame 16
_parent._x = _parent._x + adding;
Symbol 1723 MovieClip Frame 17
_parent._x = _parent._x + adding;
Symbol 1723 MovieClip Frame 18
_parent._x = _parent._x + adding;
Symbol 1723 MovieClip Frame 19
_parent._x = _parent._x + adding;
var colormatrix = new Array(1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
_root.bg.filters = new Array(color);
Symbol 1723 MovieClip Frame 20
_parent._x = _parent._x + adding;
Symbol 1723 MovieClip Frame 21
_parent._x = _parent._x + adding;
Symbol 1723 MovieClip Frame 22
_parent._x = _parent._x + adding;
Symbol 1723 MovieClip Frame 23
_parent._x = _parent._x + adding;
Symbol 1723 MovieClip Frame 24
_parent._x = _parent._x + adding;
Symbol 1723 MovieClip Frame 25
_parent._x = _parent._x + adding;
Symbol 1723 MovieClip Frame 26
_parent._x = _parent._x + adding;
Symbol 1723 MovieClip Frame 30
_parent._x = _parent._x + adding;
Symbol 1723 MovieClip Frame 31
_parent._x = _parent._x + adding;
Symbol 1723 MovieClip Frame 32
_parent._x = _parent._x + adding;
Symbol 1723 MovieClip Frame 33
_parent._x = _parent._x + adding;
Symbol 1723 MovieClip Frame 34
_parent._x = _parent._x + adding;
Symbol 1723 MovieClip Frame 35
_parent._x = _parent._x + adding;
Symbol 1723 MovieClip Frame 36
_parent._x = _parent._x + adding;
Symbol 1723 MovieClip Frame 37
_parent._x = _parent._x + adding;
Symbol 1723 MovieClip Frame 62
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1725 MovieClip Frame 39
stop();
Symbol 1726 MovieClip Frame 1
_alpha = 50;
Symbol 1726 MovieClip Frame 12
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1727 MovieClip [isaar] Frame 1
airborne = 1;
yspeed = 0;
gravity = 15;
autoblock = 1;
jumpposition = "front";
canattack = 1;
youlose = 0;
movelist = "";
movenumber = 1;
jumpheight = 125;
speed = 7;
strength = 6;
defense = 1;
hp = 60;
fullhp = 60;
mana = 0;
manacount = 35;
hp = hp * _root.gaugesize;
fullhp = fullhp * _root.gaugesize;
specialdamage = 0;
flyingheight = 0;
currentmove = "stand";
button_up = 0;
button_down = 0;
button_left = 0;
button_right = 0;
button_punch = 0;
button_kick = 0;
button_taunt = 0;
((whichplayer == "p01") ? ((opponentplayer = "p02")) : ((opponentplayer = "p01")));
if ((whichplayer == "p02") && (_root.p1sprite == _root.p2sprite)) {
var colormatrix = new Array(0.8, 0, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
this.filters = new Array(color);
}
_name = (whichplayer + "fighter");
((whichplayer == "p01") ? ((directioner = "r")) : ((directioner = "l")));
gotoAndStop(directioner + "normal");
aitimer = 0;
aimoving = 0;
airange2 = 100;
airange1 = 50;
this.onEnterFrame = function () {
mycontroller = _root[whichplayer + "controller"];
distancebetween = this._x - _root[opponentplayer + "fighter"]._x;
if (distancebetween < 0) {
distancebetween = distancebetween * -1;
}
if (hp <= 0) {
youlose = 1;
hp = 0;
_root.winnersname = _root[opponentplayer + "name"];
_root.winnersymbol.play();
} else if (hp > fullhp) {
hp = fullhp;
}
yspeed = yspeed + gravity;
_y = (_y + (yspeed / 4));
if (_root.thefloor.hitTest(this._x, this._y, true) && (yspeed >= 0)) {
yspeed = 0;
gravity = 0;
}
if (_root.thefloor.hitTest(this._x, this._y + 1, true)) {
airborne = 0;
} else {
airborne = 1;
}
while (_root.thefloor.hitTest(this._x, this._y, true)) {
_y = (_y-1);
}
((this._x <= _root[opponentplayer + "fighter"]._x) ? ((directioner = "r")) : ((directioner = "l")));
if (_root[opponentplayer + "fighter"].youlose && (currentmove == "stand")) {
this.gotoAndStop(directioner + "winningpose");
}
if (mycontroller == "p") {
(Key.isDown(_root[whichplayer + "keyleft"]) ? ((button_left = 1)) : ((button_left = 0)));
(Key.isDown(_root[whichplayer + "keyright"]) ? ((button_right = 1)) : ((button_right = 0)));
(Key.isDown(_root[whichplayer + "keyup"]) ? ((button_up = 1)) : ((button_up = 0)));
(Key.isDown(_root[whichplayer + "keydown"]) ? ((button_down = 1)) : ((button_down = 0)));
(Key.isDown(_root[whichplayer + "keypunch"]) ? ((button_punch = 1)) : ((button_punch = 0)));
(Key.isDown(_root[whichplayer + "keykick"]) ? ((button_kick = 1)) : ((button_kick = 0)));
(Key.isDown(_root[whichplayer + "keytaunt"]) ? ((button_taunt = 1)) : ((button_taunt = 0)));
}
if (button_down && ((currentmove == "stand") || (currentmove == "walk"))) {
this.gotoAndStop(directioner + "duck");
}
if (button_up) {
if (button_right && (currentmove == "walk")) {
((directioner == "r") ? ((jumpposition = "front")) : ((jumpposition = "back")));
this.gotoAndStop((directioner + "jump") + jumpposition);
} else if (button_left && (currentmove == "walk")) {
((directioner == "r") ? ((jumpposition = "back")) : ((jumpposition = "front")));
this.gotoAndStop((directioner + "jump") + jumpposition);
} else if (currentmove == "stand") {
this.gotoAndStop(directioner + "jump");
}
}
if (button_left && (currentmove == "stand")) {
this.gotoAndStop(directioner + "walk");
}
if (button_right && (currentmove == "stand")) {
this.gotoAndStop(directioner + "walk");
}
if (button_taunt) {
if (currentmove == "stand") {
this.gotoAndStop(directioner + "taunt");
} else if (currentmove == "walk") {
this.gotoAndStop(directioner + "roll");
}
}
if (button_punch && (canattack == 1)) {
switch (currentmove) {
case "stand" :
this.gotoAndStop(directioner + "punch");
break;
case "walk" :
if (button_left) {
((directioner == "l") ? ((movenumber = 1)) : ((movenumber = 2)));
} else if (button_right) {
((directioner == "l") ? ((movenumber = 2)) : ((movenumber = 1)));
}
if (movelist == "fdf") {
this.gotoAndStop(directioner + "special2");
} else if (movelist == "ff") {
this.gotoAndStop(directioner + "special1");
} else if (movelist == "ffb") {
this.gotoAndStop(directioner + "special3");
} else {
this.gotoAndStop(directioner + "specialpunch");
}
break;
case "duck" :
this.gotoAndStop(directioner + "duckpunch");
break;
case "jumpup" :
case "jumpback" :
case "jumpfront" :
this.gotoAndStop(directioner + "jumperpunch");
}
}
if (button_kick && (canattack == 1)) {
switch (currentmove) {
case "stand" :
this.gotoAndStop(directioner + "kick");
break;
case "walk" :
if (button_left) {
((directioner == "l") ? ((movenumber = 1)) : ((movenumber = 2)));
} else if (button_right) {
((directioner == "l") ? ((movenumber = 2)) : ((movenumber = 1)));
}
if (movelist == "ddff") {
if (mana >= manacount) {
this.gotoAndStop(directioner + "finish");
}
} else if (movelist == "dbf") {
this.gotoAndStop(directioner + "special4");
} else {
this.gotoAndStop(directioner + "specialkick");
}
break;
case "duck" :
this.gotoAndStop(directioner + "slide");
break;
case "jumpfront" :
case "jumpback" :
case "jumpup" :
this.gotoAndStop(directioner + "jumperkick");
}
}
if ((mycontroller == "p") && (youlose == 0)) {
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.puncher)) {
if (autoblock == 0) {
if (airborne == 0) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "fall");
}
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.puncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.fallpuncher)) {
if (autoblock == 0) {
this.gotoAndStop(directioner + "fall");
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.fallpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.duckpuncher)) {
if (mycontroller == "c") {
if (((random(10) + 1) > _root.computerlevel) || (youlose == 1)) {
movenumber = 2;
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
} else if ((autoblock == 0) || (currentmove != "duck")) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
_root[opponentplayer + "fighter"].fighter.duckpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.slider)) {
if (mycontroller == "c") {
if (((random(10) + 1) > _root.computerlevel) || (youlose == 1)) {
movenumber = 2;
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
} else {
this.gotoAndStop(directioner + "slided");
}
_root[opponentplayer + "fighter"].fighter.slider.unloadMovie();
}
}
if ((mycontroller == "c") && (youlose == 0)) {
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.puncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
if (airborne == 0) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "fall");
}
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.puncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.fallpuncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "fall");
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.fallpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.duckpuncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
_root[opponentplayer + "fighter"].fighter.duckpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.slider)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "slided");
} else {
i = random(3);
switch (i) {
case 0 :
jumpposition = "";
break;
case 1 :
jumpposition = "front";
break;
case 2 :
jumpposition = "back";
}
this.gotoAndStop((directioner + "jump") + jumpposition);
}
_root[opponentplayer + "fighter"].fighter.slider.unloadMovie();
}
}
aitimer++;
if (aitimer > 100) {
aitimer = 0;
}
if (mycontroller == "c") {
if ((aitimer % (10 - _root.computerlevel)) == 0) {
if (((_root[opponentplayer + "fighter"].youlose == 0) && ((((currentmove == "walk") || (currentmove == "stand")) || (currentmove == "duck")) || (currentmove == "roll"))) && (youlose == 0)) {
if (distancebetween > airange2) {
randommove = random(10);
if (randommove < _root.computerlevel) {
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_left = 0;
button_right = 0;
}
randommove = random(8);
if (randommove == 0) {
button_up = 1;
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_up = 0;
}
randomtaunt = random(8);
(((hp < 10) || (randomtaunt == 0)) ? ((button_taunt = 1)) : ((button_taunt = 0)));
usespecial = random(10);
if (usespecial == 0) {
this.gotoAndStop(directioner + "special1");
}
button_punch = 0;
button_kick = 0;
}
if ((distancebetween >= airange1) && (distancebetween <= airange2)) {
randomattack = random(18);
switch (randomattack) {
case 0 :
((directioner == "l") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_up = 0;
}
break;
case 1 :
((directioner == "r") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
} else {
button_up = 0;
}
break;
case 2 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialpunch");
break;
case 3 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialkick");
break;
case 4 :
this.gotoAndStop(directioner + "special4");
break;
case 5 :
this.gotoAndStop(directioner + "special3");
break;
case 6 :
if (mana >= manacount) {
if (_root[opponentplayer + "fighter"].hp <= 10) {
usesfinisher = random(5);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish");
}
} else {
usesfinisher = random(20);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish");
}
}
}
default :
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
}
}
if (distancebetween < airange1) {
randomattack = random(18);
switch (randomattack) {
case 0 :
button_punch = 1;
break;
case 1 :
button_kick = 1;
break;
case 2 :
((directioner == "l") ? ((button_left = 1)) : ((button_right = 1)));
this.gotoAndStop(directioner + "roll");
break;
case 3 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialpunch");
break;
case 4 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialkick");
break;
case 5 :
((directioner == "r") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
} else {
button_up = 0;
}
break;
case 6 :
this.gotoAndStop(directioner + "slide");
break;
case 7 :
this.gotoAndStop(directioner + "duckpunch");
break;
case 8 :
this.gotoAndStop(directioner + "special3");
break;
case 9 :
if (mana >= manacount) {
if (_root[opponentplayer + "fighter"].hp <= 10) {
usesfinisher = random(5);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish");
}
} else {
usesfinisher = random(20);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish");
}
}
}
case 10 :
this.gotoAndStop(directioner + "special4");
break;
case 11 :
this.gotoAndStop(directioner + "special2");
break;
default :
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
}
}
} else {
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
button_up = 0;
button_down = 0;
}
}
}
};
Instance of Symbol 42 MovieClip "detector" in Symbol 1727 MovieClip [isaar] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
if (_parent._x < _root[_parent.opponentplayer + "fighter"]._x) {
while (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
_parent._x--;
}
} else {
while (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
_parent._x++;
}
}
}
}
Instance of Symbol 42 MovieClip in Symbol 1727 MovieClip [isaar] Frame 1
onClipEvent (load) {
movelister = 0;
pressonce = 1;
presstwice = 1;
pressthrice = 1;
}
onClipEvent (enterFrame) {
if (((!Key.isDown(_root[_parent.whichplayer + "keypunch"])) && (!Key.isDown(_root[_parent.whichplayer + "keykick"]))) && (_parent.airborne == 0)) {
_parent.canattack = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keydown"])) {
if (pressonce == 1) {
_parent.movelist = _parent.movelist + "d";
movelister = 10;
pressonce = 0;
}
} else {
pressonce = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keyright"])) {
if (presstwice == 1) {
((_parent.directioner == "r") ? ((_parent.movelist = _parent.movelist + "f")) : ((_parent.movelist = _parent.movelist + "b")));
movelister = 10;
presstwice = 0;
}
} else {
presstwice = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keyleft"])) {
if (pressthrice == 1) {
((_parent.directioner == "l") ? ((_parent.movelist = _parent.movelist + "f")) : ((_parent.movelist = _parent.movelist + "b")));
movelister = 10;
pressthrice = 0;
}
} else {
pressthrice = 1;
}
if (movelister > 0) {
movelister--;
}
if (movelister == 0) {
_parent.movelist = "";
}
}
Symbol 1727 MovieClip [isaar] Frame 2
currentmove = "stand";
autoblock = 1;
Symbol 1727 MovieClip [isaar] Frame 3
currentmove = "stand";
autoblock = 1;
Symbol 1727 MovieClip [isaar] Frame 4
currentmove = "walk";
Instance of Symbol 1620 MovieClip in Symbol 1727 MovieClip [isaar] Frame 4
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 1;
_parent._x = _parent._x - (_parent.speed - 2);
} else if (_parent.button_right) {
_parent.autoblock = 0;
_parent._x = _parent._x - (-_parent.speed);
}
if ((!_parent.button_left) && (!_parent.button_right)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1727 MovieClip [isaar] Frame 5
currentmove = "walk";
Instance of Symbol 1620 MovieClip in Symbol 1727 MovieClip [isaar] Frame 5
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 0;
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.button_right) {
_parent.autoblock = 1;
_parent._x = _parent._x + (_parent.speed - 2);
}
if ((!_parent.button_left) && (!_parent.button_right)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1727 MovieClip [isaar] Frame 6
currentmove = "taunt";
autoblock = 0;
Symbol 1727 MovieClip [isaar] Frame 7
currentmove = "taunt";
autoblock = 0;
Symbol 1727 MovieClip [isaar] Frame 8
currentmove = "duck";
autoblock = 1;
Instance of Symbol 1622 MovieClip in Symbol 1727 MovieClip [isaar] Frame 8
onClipEvent (enterFrame) {
if (!Key.isDown(_root[_parent.whichplayer + "keydown"])) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1727 MovieClip [isaar] Frame 9
currentmove = "duck";
autoblock = 1;
Symbol 1727 MovieClip [isaar] Frame 11
currentmove = "jumpup";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1623 MovieClip in Symbol 1727 MovieClip [isaar] Frame 11
onClipEvent (enterFrame) {
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1727 MovieClip [isaar] Frame 12
currentmove = "jumpup";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Symbol 1727 MovieClip [isaar] Frame 13
currentmove = "jumpfront";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1623 MovieClip in Symbol 1727 MovieClip [isaar] Frame 13
onClipEvent (enterFrame) {
_parent._x = _parent._x + _parent.speed;
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1727 MovieClip [isaar] Frame 14
currentmove = "jumpfront";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1623 MovieClip in Symbol 1727 MovieClip [isaar] Frame 14
onClipEvent (enterFrame) {
_parent._x = _parent._x + (-_parent.speed);
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1727 MovieClip [isaar] Frame 15
currentmove = "jumpback";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Symbol 1727 MovieClip [isaar] Frame 16
currentmove = "jumpback";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1623 MovieClip in Symbol 1727 MovieClip [isaar] Frame 16
onClipEvent (enterFrame) {
_parent._x = _parent._x + _parent.speed;
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1727 MovieClip [isaar] Frame 18
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1727 MovieClip [isaar] Frame 19
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1727 MovieClip [isaar] Frame 20
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1727 MovieClip [isaar] Frame 21
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1727 MovieClip [isaar] Frame 22
currentmove = "fight";
canattack = 0;
autoblock = 0;
Instance of Symbol 1633 MovieClip "fighter" in Symbol 1727 MovieClip [isaar] Frame 22
onClipEvent (load) {
this.gotoAndPlay("move" + _parent.movenumber);
}
Symbol 1727 MovieClip [isaar] Frame 23
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1727 MovieClip [isaar] Frame 24
canattack = 0;
autoblock = 0;
Instance of Symbol 1634 MovieClip "fighter" in Symbol 1727 MovieClip [isaar] Frame 24
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + _parent.speed;
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + (-_parent.speed);
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1727 MovieClip [isaar] Frame 25
canattack = 0;
autoblock = 0;
Instance of Symbol 1634 MovieClip "fighter" in Symbol 1727 MovieClip [isaar] Frame 25
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + _parent.speed;
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1727 MovieClip [isaar] Frame 27
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1727 MovieClip [isaar] Frame 28
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1727 MovieClip [isaar] Frame 29
currentmove = "fight";
canattack = 0;
autoblock = 0;
Instance of Symbol 1636 MovieClip "fighter" in Symbol 1727 MovieClip [isaar] Frame 29
onClipEvent (load) {
this.gotoAndPlay("move" + _parent.movenumber);
}
Symbol 1727 MovieClip [isaar] Frame 30
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1727 MovieClip [isaar] Frame 31
canattack = 0;
autoblock = 0;
Instance of Symbol 1637 MovieClip "fighter" in Symbol 1727 MovieClip [isaar] Frame 31
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + _parent.speed;
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + (-_parent.speed);
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1727 MovieClip [isaar] Frame 32
canattack = 0;
autoblock = 0;
Instance of Symbol 1637 MovieClip "fighter" in Symbol 1727 MovieClip [isaar] Frame 32
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + _parent.speed;
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1727 MovieClip [isaar] Frame 33
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1727 MovieClip [isaar] Frame 34
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1727 MovieClip [isaar] Frame 36
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 1639 MovieClip in Symbol 1727 MovieClip [isaar] Frame 36
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x - 3;
}
Symbol 1727 MovieClip [isaar] Frame 37
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 1639 MovieClip in Symbol 1727 MovieClip [isaar] Frame 37
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x + 3;
}
Symbol 1727 MovieClip [isaar] Frame 38
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 1640 MovieClip in Symbol 1727 MovieClip [isaar] Frame 38
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x - 3;
}
Symbol 1727 MovieClip [isaar] Frame 39
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 1640 MovieClip in Symbol 1727 MovieClip [isaar] Frame 39
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x + 3;
}
Symbol 1727 MovieClip [isaar] Frame 40
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1646 MovieClip in Symbol 1727 MovieClip [isaar] Frame 40
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
if (!_parent.youlose) {
_parent._x = _parent._x - 6;
}
}
Symbol 1727 MovieClip [isaar] Frame 41
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1646 MovieClip in Symbol 1727 MovieClip [isaar] Frame 41
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
if (!_parent.youlose) {
_parent._x = _parent._x + 6;
}
}
Symbol 1727 MovieClip [isaar] Frame 42
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1648 MovieClip in Symbol 1727 MovieClip [isaar] Frame 42
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x - 6;
}
}
Symbol 1727 MovieClip [isaar] Frame 43
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1648 MovieClip in Symbol 1727 MovieClip [isaar] Frame 43
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x + 6;
}
}
Symbol 1727 MovieClip [isaar] Frame 44
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1649 MovieClip in Symbol 1727 MovieClip [isaar] Frame 44
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x - 2;
}
}
Symbol 1727 MovieClip [isaar] Frame 45
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1649 MovieClip in Symbol 1727 MovieClip [isaar] Frame 45
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x + 2;
}
}
Symbol 1727 MovieClip [isaar] Frame 46
Symbol 1727 MovieClip [isaar] Frame 47
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1727 MovieClip [isaar] Frame 48
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1727 MovieClip [isaar] Frame 49
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1727 MovieClip [isaar] Frame 50
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1727 MovieClip [isaar] Frame 51
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1727 MovieClip [isaar] Frame 52
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1727 MovieClip [isaar] Frame 53
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1727 MovieClip [isaar] Frame 54
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1727 MovieClip [isaar] Frame 55
currentmove = "fight";
canattack = 0;
autoblock = 0;
mana = mana - manacount;
Symbol 1727 MovieClip [isaar] Frame 56
currentmove = "fight";
canattack = 0;
autoblock = 0;
mana = mana - manacount;
Symbol 1727 MovieClip [isaar] Frame 58
currentmove = "winningpose";
Symbol 1727 MovieClip [isaar] Frame 59
currentmove = "winningpose";
Symbol 1727 MovieClip [isaar] Frame 60
currentmove = "roll";
if (this.getDepth() < _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1726 MovieClip in Symbol 1727 MovieClip [isaar] Frame 60
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 1;
_parent._x = _parent._x - _parent.speed;
} else if (_parent.button_right) {
_parent.autoblock = 0;
_parent._x = _parent._x - (-_parent.speed);
}
}
Symbol 1727 MovieClip [isaar] Frame 61
currentmove = "roll";
if (this.getDepth() < _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1726 MovieClip in Symbol 1727 MovieClip [isaar] Frame 61
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 0;
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.button_right) {
_parent.autoblock = 1;
_parent._x = _parent._x + _parent.speed;
}
}
Symbol 1742 MovieClip Frame 2
if (random(60) > 0) {
gotoAndPlay (1);
}
Symbol 1743 MovieClip Frame 1
if (((_parent.hp / _parent.fullhp) * 100) < 40) {
gotoAndPlay (31);
}
Symbol 1743 MovieClip Frame 30
gotoAndPlay (2);
Symbol 1743 MovieClip Frame 51
gotoAndPlay (31);
Symbol 1744 MovieClip Frame 1
if (((_parent.hp / _parent.fullhp) * 100) < 40) {
gotoAndPlay (31);
}
Symbol 1744 MovieClip Frame 30
gotoAndPlay (2);
Symbol 1744 MovieClip Frame 52
gotoAndPlay (31);
Symbol 1745 MovieClip Frame 57
_parent.hp = _parent.hp + 2;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1747 MovieClip Frame 10
stop();
Symbol 1750 MovieClip Frame 17
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1752 MovieClip Frame 22
_parent.gotoAndStop(_parent.directioner + "duck");
Symbol 1757 MovieClip Frame 1
if (_parent.directioner == "l") {
adding = -5;
} else {
adding = 5;
}
_parent.specialdamage = 5;
Symbol 1757 MovieClip Frame 2
_parent._x = _parent._x + adding;
Symbol 1757 MovieClip Frame 3
_parent._x = _parent._x + adding;
Symbol 1757 MovieClip Frame 4
_parent._x = _parent._x + adding;
Symbol 1757 MovieClip Frame 5
_parent._x = _parent._x + adding;
Symbol 1757 MovieClip Frame 6
_parent._x = _parent._x + adding;
Symbol 1757 MovieClip Frame 7
_parent._x = _parent._x + adding;
Symbol 1757 MovieClip Frame 8
_parent._x = _parent._x + adding;
Symbol 1757 MovieClip Frame 9
_parent._x = _parent._x + adding;
Symbol 1757 MovieClip Frame 10
_parent._x = _parent._x + adding;
Symbol 1757 MovieClip Frame 11
_parent._x = _parent._x + adding;
Symbol 1757 MovieClip Frame 12
_parent._x = _parent._x + adding;
Symbol 1757 MovieClip Frame 13
_parent._x = _parent._x + adding;
Symbol 1757 MovieClip Frame 14
_parent._x = _parent._x + adding;
Symbol 1757 MovieClip Frame 15
_parent._x = _parent._x + adding;
Symbol 1757 MovieClip Frame 16
_parent._x = _parent._x + adding;
Symbol 1757 MovieClip Frame 27
_parent.specialdamage = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1757 MovieClip Frame 28
_parent.specialdamage = 3;
Symbol 1757 MovieClip Frame 47
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1760 MovieClip Frame 7
stop();
Symbol 1761 MovieClip Frame 15
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1762 MovieClip Frame 1
if (_parent.directioner == "l") {
adding = -7;
} else {
adding = 7;
}
_parent.specialdamage = 1;
Symbol 1762 MovieClip Frame 2
_parent._x = _parent._x + adding;
Symbol 1762 MovieClip Frame 9
_parent._x = _parent._x + adding;
Symbol 1762 MovieClip Frame 10
_parent._x = _parent._x + adding;
Symbol 1762 MovieClip Frame 11
_parent._x = _parent._x + adding;
Symbol 1762 MovieClip Frame 14
_parent.specialdamage = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1762 MovieClip Frame 15
if (_parent.directioner == "l") {
adding = -5;
} else {
adding = 5;
}
_parent.specialdamage = 1;
_parent.flyingheight = 100;
Symbol 1762 MovieClip Frame 19
_parent._x = _parent._x + adding;
Symbol 1762 MovieClip Frame 20
_parent._x = _parent._x + adding;
Symbol 1762 MovieClip Frame 21
_parent._x = _parent._x + adding;
Symbol 1762 MovieClip Frame 22
_parent._x = _parent._x + adding;
Symbol 1762 MovieClip Frame 23
_parent._x = _parent._x + adding;
Symbol 1762 MovieClip Frame 24
_parent._x = _parent._x + adding;
Symbol 1762 MovieClip Frame 25
_parent._x = _parent._x + adding;
Symbol 1762 MovieClip Frame 26
_parent._x = _parent._x + adding;
Symbol 1762 MovieClip Frame 29
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1763 MovieClip Frame 3
stop();
Symbol 1764 MovieClip Frame 1
_parent.flyingheight = 60;
Symbol 1764 MovieClip Frame 19
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "duck");
Symbol 1765 MovieClip Frame 7
if (_parent.hp <= 0) {
_parent.gotoAndStop(_parent.directioner + "gethit");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 1766 MovieClip Frame 8
if (_parent.hp <= 0) {
_parent.gotoAndStop(_parent.directioner + "gethit");
} else {
_parent.gotoAndStop(_parent.directioner + "duck");
}
Symbol 1776 MovieClip Frame 11
if (_parent.youlose == 1) {
gotoAndPlay ("die");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 1776 MovieClip Frame 22
if (_parent.youlose == 1) {
gotoAndPlay ("die");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 1776 MovieClip Frame 107
stop();
stop();
Symbol 1777 MovieClip Frame 18
stopping = 1;
if (_parent.youlose == 1) {
stop();
}
Symbol 1777 MovieClip Frame 64
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1778 MovieClip Frame 18
stopping = 1;
if (_parent.youlose == 1) {
stop();
}
Symbol 1778 MovieClip Frame 65
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1781 MovieClip Frame 1
_parent.specialdamage = 3;
_parent.usingspecial = 1;
Symbol 1781 MovieClip Frame 77
_parent.specialdamage = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1799 MovieClip Frame 1
if (_parent.directioner == "l") {
adding = -5;
} else {
adding = 5;
}
_parent.specialdamage = 5;
_parent.flyingheight = 60;
_parent.usingspecial = 1;
Symbol 1799 MovieClip Frame 2
_parent._x = _parent._x + adding;
Symbol 1799 MovieClip Frame 3
_parent._x = _parent._x + adding;
Symbol 1799 MovieClip Frame 4
_parent._x = _parent._x + adding;
Symbol 1799 MovieClip Frame 5
_parent._x = _parent._x + adding;
Symbol 1799 MovieClip Frame 16
_parent._x = _parent._x + adding;
Symbol 1799 MovieClip Frame 17
_parent._x = _parent._x + adding;
Symbol 1799 MovieClip Frame 18
_parent._x = _parent._x + adding;
Symbol 1799 MovieClip Frame 19
_parent._x = _parent._x + adding;
Symbol 1799 MovieClip Frame 20
_parent._x = _parent._x + adding;
Symbol 1799 MovieClip Frame 21
_parent._x = _parent._x + adding;
Symbol 1799 MovieClip Frame 22
_parent._x = _parent._x + adding;
Symbol 1799 MovieClip Frame 23
_parent._x = _parent._x + adding;
Symbol 1799 MovieClip Frame 24
_parent._x = _parent._x + adding;
Symbol 1799 MovieClip Frame 25
_parent._x = _parent._x + adding;
Symbol 1799 MovieClip Frame 26
_parent._x = _parent._x + adding;
Symbol 1799 MovieClip Frame 27
_parent._x = _parent._x + adding;
Symbol 1799 MovieClip Frame 28
_parent._x = _parent._x + adding;
Symbol 1799 MovieClip Frame 29
_parent._x = _parent._x + adding;
Symbol 1799 MovieClip Frame 30
_parent._x = _parent._x + adding;
Symbol 1799 MovieClip Frame 31
_parent._x = _parent._x + adding;
Symbol 1799 MovieClip Frame 32
_parent._x = _parent._x + adding;
Symbol 1799 MovieClip Frame 59
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1807 MovieClip Frame 1
_parent.specialdamage = 4;
_parent.flyingheight = 70;
_parent.usingspecial = 1;
Symbol 1807 MovieClip Frame 49
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1829 MovieClip Frame 1
_parent.specialdamage = 13;
_parent.flyingheight = 100;
_parent.usingspecial = 1;
var colormatrix = new Array(0.6, 0, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
_root.bg.filters = new Array(color);
Symbol 1829 MovieClip Frame 31
if (_parent.directioner == "l") {
adding = -9;
} else {
adding = 9;
}
var colormatrix = new Array(1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
_root.bg.filters = new Array(color);
Symbol 1829 MovieClip Frame 32
_parent._x = _parent._x + adding;
Symbol 1829 MovieClip Frame 33
_parent._x = _parent._x + adding;
Symbol 1829 MovieClip Frame 34
_parent._x = _parent._x + adding;
Symbol 1829 MovieClip Frame 35
_parent._x = _parent._x + adding;
Symbol 1829 MovieClip Frame 36
_parent._x = _parent._x + adding;
Symbol 1829 MovieClip Frame 37
_parent._x = _parent._x + adding;
Symbol 1829 MovieClip Frame 38
_parent._x = _parent._x + adding;
Symbol 1829 MovieClip Frame 39
_parent._x = _parent._x + adding;
Symbol 1829 MovieClip Frame 40
_parent._x = _parent._x + adding;
Symbol 1829 MovieClip Frame 41
_parent._x = _parent._x + adding;
Symbol 1829 MovieClip Frame 42
_parent._x = _parent._x + adding;
Symbol 1829 MovieClip Frame 43
_parent._x = _parent._x + adding;
Symbol 1829 MovieClip Frame 44
_parent._x = _parent._x + adding;
Symbol 1829 MovieClip Frame 45
_parent._x = _parent._x + adding;
Symbol 1829 MovieClip Frame 46
_parent._x = _parent._x + adding;
Symbol 1829 MovieClip Frame 47
_parent._x = _parent._x + adding;
Symbol 1829 MovieClip Frame 48
_parent._x = _parent._x + adding;
Symbol 1829 MovieClip Frame 49
_parent._x = _parent._x + adding;
Symbol 1829 MovieClip Frame 50
_parent._x = _parent._x + adding;
Symbol 1829 MovieClip Frame 51
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1830 MovieClip Frame 57
stop();
Symbol 1831 MovieClip Frame 1
_alpha = 50;
Symbol 1831 MovieClip Frame 12
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1832 MovieClip [fitz] Frame 1
airborne = 1;
yspeed = 0;
gravity = 15;
autoblock = 1;
jumpposition = "front";
canattack = 1;
youlose = 0;
movelist = "";
movenumber = 1;
jumpheight = 115;
speed = 5;
strength = 6;
defense = 2;
hp = 80;
fullhp = 80;
mana = 0;
manacount = 30;
hp = hp * _root.gaugesize;
fullhp = fullhp * _root.gaugesize;
specialdamage = 0;
flyingheight = 0;
currentmove = "stand";
button_up = 0;
button_down = 0;
button_left = 0;
button_right = 0;
button_punch = 0;
button_kick = 0;
button_taunt = 0;
((whichplayer == "p01") ? ((opponentplayer = "p02")) : ((opponentplayer = "p01")));
if ((whichplayer == "p02") && (_root.p1sprite == _root.p2sprite)) {
var colormatrix = new Array(0.8, 0, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
this.filters = new Array(color);
}
_name = (whichplayer + "fighter");
((whichplayer == "p01") ? ((directioner = "r")) : ((directioner = "l")));
gotoAndStop(directioner + "normal");
aitimer = 0;
aimoving = 0;
airange2 = 100;
airange1 = 50;
this.onEnterFrame = function () {
mycontroller = _root[whichplayer + "controller"];
distancebetween = this._x - _root[opponentplayer + "fighter"]._x;
if (distancebetween < 0) {
distancebetween = distancebetween * -1;
}
if (hp <= 0) {
youlose = 1;
hp = 0;
_root.winnersname = _root[opponentplayer + "name"];
_root.winnersymbol.play();
} else if (hp > fullhp) {
hp = fullhp;
}
yspeed = yspeed + gravity;
_y = (_y + (yspeed / 4));
if (_root.thefloor.hitTest(this._x, this._y, true) && (yspeed >= 0)) {
yspeed = 0;
gravity = 0;
}
if (_root.thefloor.hitTest(this._x, this._y + 1, true)) {
airborne = 0;
} else {
airborne = 1;
}
while (_root.thefloor.hitTest(this._x, this._y, true)) {
_y = (_y-1);
}
((this._x <= _root[opponentplayer + "fighter"]._x) ? ((directioner = "r")) : ((directioner = "l")));
if (_root[opponentplayer + "fighter"].youlose && (currentmove == "stand")) {
this.gotoAndStop(directioner + "winningpose");
}
if (mycontroller == "p") {
(Key.isDown(_root[whichplayer + "keyleft"]) ? ((button_left = 1)) : ((button_left = 0)));
(Key.isDown(_root[whichplayer + "keyright"]) ? ((button_right = 1)) : ((button_right = 0)));
(Key.isDown(_root[whichplayer + "keyup"]) ? ((button_up = 1)) : ((button_up = 0)));
(Key.isDown(_root[whichplayer + "keydown"]) ? ((button_down = 1)) : ((button_down = 0)));
(Key.isDown(_root[whichplayer + "keypunch"]) ? ((button_punch = 1)) : ((button_punch = 0)));
(Key.isDown(_root[whichplayer + "keykick"]) ? ((button_kick = 1)) : ((button_kick = 0)));
(Key.isDown(_root[whichplayer + "keytaunt"]) ? ((button_taunt = 1)) : ((button_taunt = 0)));
}
if (button_down && ((currentmove == "stand") || (currentmove == "walk"))) {
this.gotoAndStop(directioner + "duck");
}
if (button_up) {
if (button_right && (currentmove == "walk")) {
((directioner == "r") ? ((jumpposition = "front")) : ((jumpposition = "back")));
this.gotoAndStop((directioner + "jump") + jumpposition);
} else if (button_left && (currentmove == "walk")) {
((directioner == "r") ? ((jumpposition = "back")) : ((jumpposition = "front")));
this.gotoAndStop((directioner + "jump") + jumpposition);
} else if (currentmove == "stand") {
this.gotoAndStop(directioner + "jump");
}
}
if (button_left && (currentmove == "stand")) {
this.gotoAndStop(directioner + "walk");
}
if (button_right && (currentmove == "stand")) {
this.gotoAndStop(directioner + "walk");
}
if (button_taunt) {
if (currentmove == "stand") {
this.gotoAndStop(directioner + "taunt");
} else if (currentmove == "walk") {
this.gotoAndStop(directioner + "roll");
}
}
if (button_punch && (canattack == 1)) {
switch (currentmove) {
case "stand" :
this.gotoAndStop(directioner + "punch");
break;
case "walk" :
if (button_left) {
((directioner == "l") ? ((movenumber = 1)) : ((movenumber = 2)));
} else if (button_right) {
((directioner == "l") ? ((movenumber = 2)) : ((movenumber = 1)));
}
if (movelist == "df") {
this.gotoAndStop(directioner + "special2");
} else if (movelist == "db") {
this.gotoAndStop(directioner + "special1");
} else {
this.gotoAndStop(directioner + "specialpunch");
}
break;
case "duck" :
this.gotoAndStop(directioner + "duckpunch");
break;
case "jumpup" :
case "jumpback" :
case "jumpfront" :
this.gotoAndStop(directioner + "jumperpunch");
}
}
if (button_kick && (canattack == 1)) {
switch (currentmove) {
case "stand" :
this.gotoAndStop(directioner + "kick");
break;
case "walk" :
if (button_left) {
((directioner == "l") ? ((movenumber = 1)) : ((movenumber = 2)));
} else if (button_right) {
((directioner == "l") ? ((movenumber = 2)) : ((movenumber = 1)));
}
if (movelist == "bbff") {
if (mana >= manacount) {
this.gotoAndStop(directioner + "finish");
}
} else if (movelist == "bbf") {
this.gotoAndStop(directioner + "special3");
} else {
this.gotoAndStop(directioner + "specialkick");
}
break;
case "duck" :
this.gotoAndStop(directioner + "slide");
break;
case "jumpfront" :
case "jumpback" :
case "jumpup" :
this.gotoAndStop(directioner + "jumperkick");
}
}
if ((mycontroller == "p") && (youlose == 0)) {
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.puncher)) {
if (autoblock == 0) {
if (airborne == 0) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "fall");
}
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.puncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.fallpuncher)) {
if (autoblock == 0) {
this.gotoAndStop(directioner + "fall");
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.fallpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.duckpuncher)) {
if (mycontroller == "c") {
if (((random(10) + 1) > _root.computerlevel) || (youlose == 1)) {
movenumber = 2;
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
} else if ((autoblock == 0) || (currentmove != "duck")) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
_root[opponentplayer + "fighter"].fighter.duckpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.slider)) {
if (mycontroller == "c") {
if (((random(10) + 1) > _root.computerlevel) || (youlose == 1)) {
movenumber = 2;
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
} else {
this.gotoAndStop(directioner + "slided");
}
_root[opponentplayer + "fighter"].fighter.slider.unloadMovie();
}
}
if ((mycontroller == "c") && (youlose == 0)) {
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.puncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
if (airborne == 0) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "fall");
}
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.puncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.fallpuncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "fall");
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.fallpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.duckpuncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
_root[opponentplayer + "fighter"].fighter.duckpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.slider)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "slided");
} else {
i = random(3);
switch (i) {
case 0 :
jumpposition = "";
break;
case 1 :
jumpposition = "front";
break;
case 2 :
jumpposition = "back";
}
this.gotoAndStop((directioner + "jump") + jumpposition);
}
_root[opponentplayer + "fighter"].fighter.slider.unloadMovie();
}
}
aitimer++;
if (aitimer > 100) {
aitimer = 0;
}
if (mycontroller == "c") {
if ((aitimer % (10 - _root.computerlevel)) == 0) {
if (((_root[opponentplayer + "fighter"].youlose == 0) && ((((currentmove == "walk") || (currentmove == "stand")) || (currentmove == "duck")) || (currentmove == "roll"))) && (youlose == 0)) {
if (distancebetween > airange2) {
randommove = random(10);
if (randommove < _root.computerlevel) {
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_left = 0;
button_right = 0;
}
randommove = random(8);
if (randommove == 0) {
button_up = 1;
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_up = 0;
}
randomtaunt = random(8);
(((hp < 10) || (randomtaunt == 0)) ? ((button_taunt = 1)) : ((button_taunt = 0)));
usespecial = random(10);
if (usespecial == 0) {
this.gotoAndStop(directioner + "special1");
} else if (usespecial == 1) {
this.gotoAndStop(directioner + "special2");
}
if (mana >= manacount) {
if (_root[opponentplayer + "fighter"].hp <= 10) {
usesfinisher = random(5);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish");
}
} else {
usesfinisher = random(20);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish");
}
}
}
button_punch = 0;
button_kick = 0;
}
if ((distancebetween >= airange1) && (distancebetween <= airange2)) {
randomattack = random(18);
switch (randomattack) {
case 0 :
((directioner == "l") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_up = 0;
}
break;
case 1 :
((directioner == "r") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
} else {
button_up = 0;
}
break;
case 2 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialpunch");
break;
case 3 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialkick");
break;
case 4 :
break;
case 5 :
this.gotoAndStop(directioner + "special3");
break;
case 6 :
break;
default :
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
}
}
if (distancebetween < airange1) {
randomattack = random(18);
switch (randomattack) {
case 0 :
button_punch = 1;
break;
case 1 :
button_kick = 1;
break;
case 2 :
((directioner == "l") ? ((button_left = 1)) : ((button_right = 1)));
this.gotoAndStop(directioner + "roll");
break;
case 3 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialpunch");
break;
case 4 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialkick");
break;
case 5 :
((directioner == "r") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
} else {
button_up = 0;
}
break;
case 6 :
this.gotoAndStop(directioner + "slide");
break;
case 7 :
this.gotoAndStop(directioner + "duckpunch");
break;
case 8 :
this.gotoAndStop(directioner + "special3");
break;
case 10 :
break;
case 9 :
break;
default :
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
}
}
} else {
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
button_up = 0;
button_down = 0;
}
}
}
};
Instance of Symbol 42 MovieClip "detector" in Symbol 1832 MovieClip [fitz] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
if (_parent._x < _root[_parent.opponentplayer + "fighter"]._x) {
while (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
_parent._x--;
}
} else {
while (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
_parent._x++;
}
}
}
}
Instance of Symbol 42 MovieClip in Symbol 1832 MovieClip [fitz] Frame 1
onClipEvent (load) {
movelister = 0;
pressonce = 1;
presstwice = 1;
pressthrice = 1;
}
onClipEvent (enterFrame) {
if (((!Key.isDown(_root[_parent.whichplayer + "keypunch"])) && (!Key.isDown(_root[_parent.whichplayer + "keykick"]))) && (_parent.airborne == 0)) {
_parent.canattack = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keydown"])) {
if (pressonce == 1) {
_parent.movelist = _parent.movelist + "d";
movelister = 10;
pressonce = 0;
}
} else {
pressonce = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keyright"])) {
if (presstwice == 1) {
((_parent.directioner == "r") ? ((_parent.movelist = _parent.movelist + "f")) : ((_parent.movelist = _parent.movelist + "b")));
movelister = 10;
presstwice = 0;
}
} else {
presstwice = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keyleft"])) {
if (pressthrice == 1) {
((_parent.directioner == "l") ? ((_parent.movelist = _parent.movelist + "f")) : ((_parent.movelist = _parent.movelist + "b")));
movelister = 10;
pressthrice = 0;
}
} else {
pressthrice = 1;
}
if (movelister > 0) {
movelister--;
}
if (movelister == 0) {
_parent.movelist = "";
}
}
Symbol 1832 MovieClip [fitz] Frame 2
currentmove = "stand";
autoblock = 1;
Symbol 1832 MovieClip [fitz] Frame 3
currentmove = "stand";
autoblock = 1;
Symbol 1832 MovieClip [fitz] Frame 4
currentmove = "walk";
Instance of Symbol 1744 MovieClip in Symbol 1832 MovieClip [fitz] Frame 4
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 1;
_parent._x = _parent._x - (_parent.speed - 2);
} else if (_parent.button_right) {
_parent.autoblock = 0;
_parent._x = _parent._x - (-_parent.speed);
}
if ((!_parent.button_left) && (!_parent.button_right)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1832 MovieClip [fitz] Frame 5
currentmove = "walk";
Instance of Symbol 1744 MovieClip in Symbol 1832 MovieClip [fitz] Frame 5
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 0;
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.button_right) {
_parent.autoblock = 1;
_parent._x = _parent._x + (_parent.speed - 2);
}
if ((!_parent.button_left) && (!_parent.button_right)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1832 MovieClip [fitz] Frame 6
currentmove = "taunt";
autoblock = 0;
Symbol 1832 MovieClip [fitz] Frame 7
currentmove = "taunt";
autoblock = 0;
Symbol 1832 MovieClip [fitz] Frame 8
currentmove = "duck";
autoblock = 1;
Instance of Symbol 1746 MovieClip in Symbol 1832 MovieClip [fitz] Frame 8
onClipEvent (enterFrame) {
if (!Key.isDown(_root[_parent.whichplayer + "keydown"])) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1832 MovieClip [fitz] Frame 9
currentmove = "duck";
autoblock = 1;
Symbol 1832 MovieClip [fitz] Frame 11
currentmove = "jumpup";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1747 MovieClip in Symbol 1832 MovieClip [fitz] Frame 11
onClipEvent (enterFrame) {
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1832 MovieClip [fitz] Frame 12
currentmove = "jumpup";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Symbol 1832 MovieClip [fitz] Frame 13
currentmove = "jumpfront";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1747 MovieClip in Symbol 1832 MovieClip [fitz] Frame 13
onClipEvent (enterFrame) {
_parent._x = _parent._x + _parent.speed;
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1832 MovieClip [fitz] Frame 14
currentmove = "jumpfront";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1747 MovieClip in Symbol 1832 MovieClip [fitz] Frame 14
onClipEvent (enterFrame) {
_parent._x = _parent._x + (-_parent.speed);
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1832 MovieClip [fitz] Frame 15
currentmove = "jumpback";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Symbol 1832 MovieClip [fitz] Frame 16
currentmove = "jumpback";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1747 MovieClip in Symbol 1832 MovieClip [fitz] Frame 16
onClipEvent (enterFrame) {
_parent._x = _parent._x + _parent.speed;
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1832 MovieClip [fitz] Frame 18
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1832 MovieClip [fitz] Frame 19
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1832 MovieClip [fitz] Frame 20
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1832 MovieClip [fitz] Frame 21
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1832 MovieClip [fitz] Frame 22
currentmove = "fight";
canattack = 0;
autoblock = 0;
Instance of Symbol 1757 MovieClip "fighter" in Symbol 1832 MovieClip [fitz] Frame 22
onClipEvent (load) {
this.gotoAndPlay("move" + _parent.movenumber);
}
Symbol 1832 MovieClip [fitz] Frame 23
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1832 MovieClip [fitz] Frame 24
canattack = 0;
autoblock = 0;
Instance of Symbol 1760 MovieClip "fighter" in Symbol 1832 MovieClip [fitz] Frame 24
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + _parent.speed;
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + (-_parent.speed);
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1832 MovieClip [fitz] Frame 25
canattack = 0;
autoblock = 0;
Instance of Symbol 1760 MovieClip "fighter" in Symbol 1832 MovieClip [fitz] Frame 25
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + _parent.speed;
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1832 MovieClip [fitz] Frame 27
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1832 MovieClip [fitz] Frame 28
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1832 MovieClip [fitz] Frame 29
currentmove = "fight";
canattack = 0;
autoblock = 0;
Instance of Symbol 1762 MovieClip "fighter" in Symbol 1832 MovieClip [fitz] Frame 29
onClipEvent (load) {
this.gotoAndPlay("move" + _parent.movenumber);
}
Symbol 1832 MovieClip [fitz] Frame 30
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1832 MovieClip [fitz] Frame 31
canattack = 0;
autoblock = 0;
Instance of Symbol 1763 MovieClip "fighter" in Symbol 1832 MovieClip [fitz] Frame 31
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + _parent.speed;
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + (-_parent.speed);
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1832 MovieClip [fitz] Frame 32
canattack = 0;
autoblock = 0;
Instance of Symbol 1763 MovieClip "fighter" in Symbol 1832 MovieClip [fitz] Frame 32
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + _parent.speed;
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1832 MovieClip [fitz] Frame 33
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1832 MovieClip [fitz] Frame 34
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1832 MovieClip [fitz] Frame 36
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 1765 MovieClip in Symbol 1832 MovieClip [fitz] Frame 36
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x - 3;
}
Symbol 1832 MovieClip [fitz] Frame 37
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 1765 MovieClip in Symbol 1832 MovieClip [fitz] Frame 37
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x + 3;
}
Symbol 1832 MovieClip [fitz] Frame 38
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 1766 MovieClip in Symbol 1832 MovieClip [fitz] Frame 38
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x - 3;
}
Symbol 1832 MovieClip [fitz] Frame 39
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 1766 MovieClip in Symbol 1832 MovieClip [fitz] Frame 39
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x + 3;
}
Symbol 1832 MovieClip [fitz] Frame 40
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1776 MovieClip in Symbol 1832 MovieClip [fitz] Frame 40
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
if (!_parent.youlose) {
_parent._x = _parent._x - 8;
}
}
Symbol 1832 MovieClip [fitz] Frame 41
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1776 MovieClip in Symbol 1832 MovieClip [fitz] Frame 41
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
if (!_parent.youlose) {
_parent._x = _parent._x + 8;
}
}
Symbol 1832 MovieClip [fitz] Frame 42
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1777 MovieClip in Symbol 1832 MovieClip [fitz] Frame 42
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x - 8;
}
}
Symbol 1832 MovieClip [fitz] Frame 43
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1777 MovieClip in Symbol 1832 MovieClip [fitz] Frame 43
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x + 8;
}
}
Symbol 1832 MovieClip [fitz] Frame 44
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1778 MovieClip in Symbol 1832 MovieClip [fitz] Frame 44
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x - 2;
}
}
Symbol 1832 MovieClip [fitz] Frame 45
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1778 MovieClip in Symbol 1832 MovieClip [fitz] Frame 45
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x + 2;
}
}
Symbol 1832 MovieClip [fitz] Frame 46
Symbol 1832 MovieClip [fitz] Frame 47
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1832 MovieClip [fitz] Frame 48
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1832 MovieClip [fitz] Frame 49
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1832 MovieClip [fitz] Frame 50
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1832 MovieClip [fitz] Frame 51
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1832 MovieClip [fitz] Frame 52
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1832 MovieClip [fitz] Frame 53
currentmove = "fight";
canattack = 0;
autoblock = 0;
mana = mana - manacount;
Symbol 1832 MovieClip [fitz] Frame 54
currentmove = "fight";
canattack = 0;
autoblock = 0;
mana = mana - manacount;
Symbol 1832 MovieClip [fitz] Frame 56
currentmove = "winningpose";
Symbol 1832 MovieClip [fitz] Frame 57
currentmove = "winningpose";
Symbol 1832 MovieClip [fitz] Frame 58
currentmove = "roll";
if (this.getDepth() < _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1831 MovieClip in Symbol 1832 MovieClip [fitz] Frame 58
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 1;
_parent._x = _parent._x - _parent.speed;
} else if (_parent.button_right) {
_parent.autoblock = 0;
_parent._x = _parent._x - (-_parent.speed);
}
}
Symbol 1832 MovieClip [fitz] Frame 59
currentmove = "roll";
if (this.getDepth() < _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1831 MovieClip in Symbol 1832 MovieClip [fitz] Frame 59
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 0;
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.button_right) {
_parent.autoblock = 1;
_parent._x = _parent._x + _parent.speed;
}
}
Symbol 1848 MovieClip Frame 1
if (((_parent.hp / _parent.fullhp) * 100) < 40) {
gotoAndPlay (31);
}
Symbol 1848 MovieClip Frame 29
gotoAndPlay (2);
Symbol 1848 MovieClip Frame 50
gotoAndPlay (31);
Symbol 1849 MovieClip Frame 1
if (((_parent.hp / _parent.fullhp) * 100) < 40) {
gotoAndPlay (21);
}
Symbol 1849 MovieClip Frame 22
gotoAndPlay (2);
Symbol 1849 MovieClip Frame 44
gotoAndPlay (23);
Symbol 1856 MovieClip Frame 57
_parent.hp = _parent.hp + 5;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1858 MovieClip Frame 12
stop();
Symbol 1861 MovieClip Frame 20
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1863 MovieClip Frame 20
_parent.gotoAndStop(_parent.directioner + "duck");
Symbol 1868 MovieClip Frame 1
_parent.specialdamage = 1;
Symbol 1868 MovieClip Frame 20
_parent.specialdamage = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1868 MovieClip Frame 21
_parent.specialdamage = 1;
Symbol 1868 MovieClip Frame 40
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1872 MovieClip Frame 7
stop();
Symbol 1873 MovieClip Frame 19
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1874 MovieClip Frame 1
_parent.specialdamage = 1;
Symbol 1874 MovieClip Frame 15
_parent.specialdamage = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1874 MovieClip Frame 16
_parent.specialdamage = 3;
Symbol 1874 MovieClip Frame 30
_parent.specialdamage = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1876 MovieClip Frame 1
_parent.flyingheight = 60;
Symbol 1876 MovieClip Frame 17
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "duck");
Symbol 1877 MovieClip Frame 7
if (_parent.hp <= 0) {
_parent.gotoAndStop(_parent.directioner + "gethit");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 1878 MovieClip Frame 8
if (_parent.hp <= 0) {
_parent.gotoAndStop(_parent.directioner + "gethit");
} else {
_parent.gotoAndStop(_parent.directioner + "duck");
}
Symbol 1885 MovieClip Frame 11
if (_parent.youlose == 1) {
gotoAndPlay ("die");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 1885 MovieClip Frame 25
if (_parent.youlose == 1) {
gotoAndPlay ("die");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 1885 MovieClip Frame 48
stop();
Symbol 1886 MovieClip Frame 18
stopping = 1;
if (_parent.youlose == 1) {
stop();
}
Symbol 1886 MovieClip Frame 44
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1887 MovieClip Frame 18
stopping = 1;
if (_parent.youlose == 1) {
stop();
}
Symbol 1887 MovieClip Frame 39
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1905 MovieClip Frame 8
stop();
Symbol 1908 MovieClip Frame 1
_parent.specialdamage = 4;
_parent.flyingheight = 100;
_parent.usingspecial = 1;
Symbol 1908 MovieClip Frame 69
_parent.specialdamage = 0;
_parent.usingspecial = 0;
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1927 MovieClip Frame 1
_parent.specialdamage = 3;
_parent.flyingheight = 0;
_parent.usingspecial = 1;
Symbol 1927 MovieClip Frame 44
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1947 MovieClip Frame 1
_parent.specialdamage = 4;
_parent.flyingheight = 125;
_parent.usingspecial = 1;
Symbol 1947 MovieClip Frame 6
_parent.hp = _parent.hp + 1;
Symbol 1947 MovieClip Frame 10
_parent.hp = _parent.hp + 2;
Symbol 1947 MovieClip Frame 14
_parent.hp = _parent.hp + 3;
Symbol 1947 MovieClip Frame 18
_parent.hp = _parent.hp + 4;
Symbol 1947 MovieClip Frame 23
_parent.hp = _parent.hp + 5;
Symbol 1947 MovieClip Frame 27
_parent.hp = _parent.hp + 5;
Symbol 1947 MovieClip Frame 37
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1949 MovieClip Frame 1
_parent.specialdamage = 13;
_parent.flyingheight = 100;
_parent.usingspecial = 1;
var colormatrix = new Array(0.6, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
_root.bg.filters = new Array(color);
Symbol 1949 MovieClip Frame 9
var colormatrix = new Array(1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
_root.bg.filters = new Array(color);
Symbol 1949 MovieClip Frame 69
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1958 MovieClip Frame 1
_parent.specialdamage = 13;
_parent.flyingheight = 100;
_parent.usingspecial = 1;
var colormatrix = new Array(0.6, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
_root.bg.filters = new Array(color);
Symbol 1958 MovieClip Frame 9
var colormatrix = new Array(1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
_root.bg.filters = new Array(color);
Symbol 1958 MovieClip Frame 61
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1960 MovieClip Frame 68
stop();
Symbol 1961 MovieClip Frame 1
_alpha = 50;
Symbol 1961 MovieClip Frame 12
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1962 MovieClip [kerin] Frame 1
airborne = 1;
yspeed = 0;
gravity = 15;
autoblock = 1;
jumpposition = "front";
canattack = 1;
youlose = 0;
movelist = "";
movenumber = 1;
jumpheight = 125;
speed = 6;
strength = 4;
defense = 0;
hp = 65;
fullhp = 65;
mana = 0;
manacount = 16;
hp = hp * _root.gaugesize;
fullhp = fullhp * _root.gaugesize;
specialdamage = 0;
flyingheight = 0;
currentmove = "stand";
button_up = 0;
button_down = 0;
button_left = 0;
button_right = 0;
button_punch = 0;
button_kick = 0;
button_taunt = 0;
((whichplayer == "p01") ? ((opponentplayer = "p02")) : ((opponentplayer = "p01")));
if ((whichplayer == "p02") && (_root.p1sprite == _root.p2sprite)) {
var colormatrix = new Array(0.8, 0, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
this.filters = new Array(color);
}
_name = (whichplayer + "fighter");
((whichplayer == "p01") ? ((directioner = "r")) : ((directioner = "l")));
gotoAndStop(directioner + "normal");
aitimer = 0;
aimoving = 0;
airange2 = 100;
airange1 = 50;
this.onEnterFrame = function () {
mycontroller = _root[whichplayer + "controller"];
distancebetween = this._x - _root[opponentplayer + "fighter"]._x;
if (distancebetween < 0) {
distancebetween = distancebetween * -1;
}
if (hp <= 0) {
youlose = 1;
hp = 0;
_root.winnersname = _root[opponentplayer + "name"];
_root.winnersymbol.play();
} else if (hp > fullhp) {
hp = fullhp;
}
yspeed = yspeed + gravity;
_y = (_y + (yspeed / 4));
if (_root.thefloor.hitTest(this._x, this._y, true) && (yspeed >= 0)) {
yspeed = 0;
gravity = 0;
}
if (_root.thefloor.hitTest(this._x, this._y + 1, true)) {
airborne = 0;
} else {
airborne = 1;
}
while (_root.thefloor.hitTest(this._x, this._y, true)) {
_y = (_y-1);
}
((this._x <= _root[opponentplayer + "fighter"]._x) ? ((directioner = "r")) : ((directioner = "l")));
if (_root[opponentplayer + "fighter"].youlose && (currentmove == "stand")) {
this.gotoAndStop(directioner + "winningpose");
}
if (mycontroller == "p") {
(Key.isDown(_root[whichplayer + "keyleft"]) ? ((button_left = 1)) : ((button_left = 0)));
(Key.isDown(_root[whichplayer + "keyright"]) ? ((button_right = 1)) : ((button_right = 0)));
(Key.isDown(_root[whichplayer + "keyup"]) ? ((button_up = 1)) : ((button_up = 0)));
(Key.isDown(_root[whichplayer + "keydown"]) ? ((button_down = 1)) : ((button_down = 0)));
(Key.isDown(_root[whichplayer + "keypunch"]) ? ((button_punch = 1)) : ((button_punch = 0)));
(Key.isDown(_root[whichplayer + "keykick"]) ? ((button_kick = 1)) : ((button_kick = 0)));
(Key.isDown(_root[whichplayer + "keytaunt"]) ? ((button_taunt = 1)) : ((button_taunt = 0)));
}
if (button_down && ((currentmove == "stand") || (currentmove == "walk"))) {
this.gotoAndStop(directioner + "duck");
}
if (button_up) {
if (button_right && (currentmove == "walk")) {
((directioner == "r") ? ((jumpposition = "front")) : ((jumpposition = "back")));
this.gotoAndStop((directioner + "jump") + jumpposition);
} else if (button_left && (currentmove == "walk")) {
((directioner == "r") ? ((jumpposition = "back")) : ((jumpposition = "front")));
this.gotoAndStop((directioner + "jump") + jumpposition);
} else if (currentmove == "stand") {
this.gotoAndStop(directioner + "jump");
}
}
if (button_left && (currentmove == "stand")) {
this.gotoAndStop(directioner + "walk");
}
if (button_right && (currentmove == "stand")) {
this.gotoAndStop(directioner + "walk");
}
if (button_taunt) {
if (currentmove == "stand") {
this.gotoAndStop(directioner + "taunt");
} else if (currentmove == "walk") {
this.gotoAndStop(directioner + "roll");
}
}
if (button_punch && (canattack == 1)) {
switch (currentmove) {
case "stand" :
this.gotoAndStop(directioner + "punch");
break;
case "walk" :
if (button_left) {
((directioner == "l") ? ((movenumber = 1)) : ((movenumber = 2)));
} else if (button_right) {
((directioner == "l") ? ((movenumber = 2)) : ((movenumber = 1)));
}
if (movelist == "bbdff") {
if (mana >= manacount) {
this.gotoAndStop(directioner + "finish");
}
} else if (movelist == "bfbf") {
this.gotoAndStop(directioner + "special1");
} else if (movelist == "df") {
this.gotoAndStop(directioner + "special2");
} else {
this.gotoAndStop(directioner + "specialpunch");
}
break;
case "duck" :
this.gotoAndStop(directioner + "duckpunch");
break;
case "jumpup" :
case "jumpback" :
case "jumpfront" :
this.gotoAndStop(directioner + "jumperpunch");
}
}
if (button_kick && (canattack == 1)) {
switch (currentmove) {
case "stand" :
this.gotoAndStop(directioner + "kick");
break;
case "walk" :
if (button_left) {
((directioner == "l") ? ((movenumber = 1)) : ((movenumber = 2)));
} else if (button_right) {
((directioner == "l") ? ((movenumber = 2)) : ((movenumber = 1)));
}
if (movelist == "bbfbf") {
if (mana >= manacount) {
this.gotoAndStop(directioner + "finish2");
}
} else if (movelist == "db") {
this.gotoAndStop(directioner + "special3");
} else {
this.gotoAndStop(directioner + "specialkick");
}
break;
case "duck" :
this.gotoAndStop(directioner + "slide");
break;
case "jumpfront" :
case "jumpback" :
case "jumpup" :
this.gotoAndStop(directioner + "jumperkick");
}
}
if ((mycontroller == "p") && (youlose == 0)) {
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.puncher)) {
if (autoblock == 0) {
if (airborne == 0) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "fall");
}
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.puncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.fallpuncher)) {
if (autoblock == 0) {
this.gotoAndStop(directioner + "fall");
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.fallpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.duckpuncher)) {
if (mycontroller == "c") {
if (((random(10) + 1) > _root.computerlevel) || (youlose == 1)) {
movenumber = 2;
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
} else if ((autoblock == 0) || (currentmove != "duck")) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
_root[opponentplayer + "fighter"].fighter.duckpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.slider)) {
if (mycontroller == "c") {
if (((random(10) + 1) > _root.computerlevel) || (youlose == 1)) {
movenumber = 2;
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
} else {
this.gotoAndStop(directioner + "slided");
}
_root[opponentplayer + "fighter"].fighter.slider.unloadMovie();
}
}
if ((mycontroller == "c") && (youlose == 0)) {
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.puncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
if (airborne == 0) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "fall");
}
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.puncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.fallpuncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "fall");
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.fallpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.duckpuncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
_root[opponentplayer + "fighter"].fighter.duckpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.slider)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "slided");
} else {
i = random(3);
switch (i) {
case 0 :
jumpposition = "";
break;
case 1 :
jumpposition = "front";
break;
case 2 :
jumpposition = "back";
}
this.gotoAndStop((directioner + "jump") + jumpposition);
}
_root[opponentplayer + "fighter"].fighter.slider.unloadMovie();
}
}
aitimer++;
if (aitimer > 100) {
aitimer = 0;
}
if (mycontroller == "c") {
if ((aitimer % (10 - _root.computerlevel)) == 0) {
if (((_root[opponentplayer + "fighter"].youlose == 0) && ((((currentmove == "walk") || (currentmove == "stand")) || (currentmove == "duck")) || (currentmove == "roll"))) && (youlose == 0)) {
if (distancebetween > airange2) {
randommove = random(10);
if (randommove < _root.computerlevel) {
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_left = 0;
button_right = 0;
}
randommove = random(8);
if (randommove == 0) {
button_up = 1;
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_up = 0;
}
randomtaunt = random(8);
(((hp < 10) || (randomtaunt == 0)) ? ((button_taunt = 1)) : ((button_taunt = 0)));
usespecial = random(10);
if (usespecial == 0) {
this.gotoAndStop(directioner + "special1");
} else if (usespecial == 1) {
this.gotoAndStop(directioner + "special2");
} else if (usespecial == 2) {
this.gotoAndStop(directioner + "special3");
}
if (mana >= manacount) {
usesfinisher = random(20);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish2");
}
}
button_punch = 0;
button_kick = 0;
}
if ((distancebetween >= airange1) && (distancebetween <= airange2)) {
randomattack = random(18);
switch (randomattack) {
case 0 :
((directioner == "l") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_up = 0;
}
break;
case 1 :
((directioner == "r") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
} else {
button_up = 0;
}
break;
case 2 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialpunch");
break;
case 3 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialkick");
break;
case 4 :
case 5 :
case 7 :
((directioner == "r") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
} else {
button_up = 0;
}
break;
case 6 :
if (mana >= manacount) {
usesfinisher = random(20);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish");
}
}
default :
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
}
}
if (distancebetween < airange1) {
randomattack = random(18);
switch (randomattack) {
case 0 :
button_punch = 1;
break;
case 1 :
button_kick = 1;
break;
case 2 :
((directioner == "l") ? ((button_left = 1)) : ((button_right = 1)));
this.gotoAndStop(directioner + "roll");
break;
case 3 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialpunch");
break;
case 4 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialkick");
break;
case 5 :
((directioner == "r") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
} else {
button_up = 0;
}
break;
case 6 :
this.gotoAndStop(directioner + "slide");
break;
case 7 :
this.gotoAndStop(directioner + "duckpunch");
break;
case 8 :
case 10 :
((directioner == "r") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
} else {
button_up = 0;
}
break;
case 9 :
default :
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
}
}
} else {
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
button_up = 0;
button_down = 0;
}
}
}
};
Instance of Symbol 42 MovieClip "detector" in Symbol 1962 MovieClip [kerin] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
if (_parent._x < _root[_parent.opponentplayer + "fighter"]._x) {
while (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
_parent._x--;
}
} else {
while (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
_parent._x++;
}
}
}
}
Instance of Symbol 42 MovieClip in Symbol 1962 MovieClip [kerin] Frame 1
onClipEvent (load) {
movelister = 0;
pressonce = 1;
presstwice = 1;
pressthrice = 1;
}
onClipEvent (enterFrame) {
if (((!Key.isDown(_root[_parent.whichplayer + "keypunch"])) && (!Key.isDown(_root[_parent.whichplayer + "keykick"]))) && (_parent.airborne == 0)) {
_parent.canattack = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keydown"])) {
if (pressonce == 1) {
_parent.movelist = _parent.movelist + "d";
movelister = 10;
pressonce = 0;
}
} else {
pressonce = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keyright"])) {
if (presstwice == 1) {
((_parent.directioner == "r") ? ((_parent.movelist = _parent.movelist + "f")) : ((_parent.movelist = _parent.movelist + "b")));
movelister = 10;
presstwice = 0;
}
} else {
presstwice = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keyleft"])) {
if (pressthrice == 1) {
((_parent.directioner == "l") ? ((_parent.movelist = _parent.movelist + "f")) : ((_parent.movelist = _parent.movelist + "b")));
movelister = 10;
pressthrice = 0;
}
} else {
pressthrice = 1;
}
if (movelister > 0) {
movelister--;
}
if (movelister == 0) {
_parent.movelist = "";
}
}
Symbol 1962 MovieClip [kerin] Frame 2
currentmove = "stand";
autoblock = 1;
Symbol 1962 MovieClip [kerin] Frame 3
currentmove = "stand";
autoblock = 1;
Symbol 1962 MovieClip [kerin] Frame 4
currentmove = "walk";
Instance of Symbol 1849 MovieClip in Symbol 1962 MovieClip [kerin] Frame 4
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 1;
_parent._x = _parent._x - (_parent.speed - 2);
} else if (_parent.button_right) {
_parent.autoblock = 0;
_parent._x = _parent._x - (-_parent.speed);
}
if ((!_parent.button_left) && (!_parent.button_right)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1962 MovieClip [kerin] Frame 5
currentmove = "walk";
Instance of Symbol 1849 MovieClip in Symbol 1962 MovieClip [kerin] Frame 5
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 0;
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.button_right) {
_parent.autoblock = 1;
_parent._x = _parent._x + (_parent.speed - 2);
}
if ((!_parent.button_left) && (!_parent.button_right)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1962 MovieClip [kerin] Frame 6
currentmove = "taunt";
autoblock = 0;
Symbol 1962 MovieClip [kerin] Frame 7
currentmove = "taunt";
autoblock = 0;
Symbol 1962 MovieClip [kerin] Frame 8
currentmove = "duck";
autoblock = 1;
Instance of Symbol 1857 MovieClip in Symbol 1962 MovieClip [kerin] Frame 8
onClipEvent (enterFrame) {
if (!Key.isDown(_root[_parent.whichplayer + "keydown"])) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1962 MovieClip [kerin] Frame 9
currentmove = "duck";
autoblock = 1;
Symbol 1962 MovieClip [kerin] Frame 11
currentmove = "jumpup";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1858 MovieClip in Symbol 1962 MovieClip [kerin] Frame 11
onClipEvent (enterFrame) {
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1962 MovieClip [kerin] Frame 12
currentmove = "jumpup";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Symbol 1962 MovieClip [kerin] Frame 13
currentmove = "jumpfront";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1858 MovieClip in Symbol 1962 MovieClip [kerin] Frame 13
onClipEvent (enterFrame) {
_parent._x = _parent._x + _parent.speed;
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1962 MovieClip [kerin] Frame 14
currentmove = "jumpfront";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1858 MovieClip in Symbol 1962 MovieClip [kerin] Frame 14
onClipEvent (enterFrame) {
_parent._x = _parent._x + (-_parent.speed);
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1962 MovieClip [kerin] Frame 15
currentmove = "jumpback";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Symbol 1962 MovieClip [kerin] Frame 16
currentmove = "jumpback";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1858 MovieClip in Symbol 1962 MovieClip [kerin] Frame 16
onClipEvent (enterFrame) {
_parent._x = _parent._x + _parent.speed;
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1962 MovieClip [kerin] Frame 18
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1962 MovieClip [kerin] Frame 19
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1962 MovieClip [kerin] Frame 20
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1962 MovieClip [kerin] Frame 21
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1962 MovieClip [kerin] Frame 22
currentmove = "fight";
canattack = 0;
autoblock = 0;
Instance of Symbol 1868 MovieClip "fighter" in Symbol 1962 MovieClip [kerin] Frame 22
onClipEvent (load) {
this.gotoAndPlay("move" + _parent.movenumber);
}
Symbol 1962 MovieClip [kerin] Frame 23
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1962 MovieClip [kerin] Frame 24
canattack = 0;
autoblock = 0;
Instance of Symbol 1872 MovieClip "fighter" in Symbol 1962 MovieClip [kerin] Frame 24
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + _parent.speed;
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + (-_parent.speed);
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1962 MovieClip [kerin] Frame 25
canattack = 0;
autoblock = 0;
Instance of Symbol 1872 MovieClip "fighter" in Symbol 1962 MovieClip [kerin] Frame 25
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + _parent.speed;
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1962 MovieClip [kerin] Frame 27
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1962 MovieClip [kerin] Frame 28
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1962 MovieClip [kerin] Frame 29
currentmove = "fight";
canattack = 0;
autoblock = 0;
Instance of Symbol 1874 MovieClip "fighter" in Symbol 1962 MovieClip [kerin] Frame 29
onClipEvent (load) {
this.gotoAndPlay("move" + _parent.movenumber);
}
Symbol 1962 MovieClip [kerin] Frame 30
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1962 MovieClip [kerin] Frame 31
canattack = 0;
autoblock = 0;
Instance of Symbol 1875 MovieClip "fighter" in Symbol 1962 MovieClip [kerin] Frame 31
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + _parent.speed;
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + (-_parent.speed);
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1962 MovieClip [kerin] Frame 32
canattack = 0;
autoblock = 0;
Instance of Symbol 1875 MovieClip "fighter" in Symbol 1962 MovieClip [kerin] Frame 32
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + _parent.speed;
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 1962 MovieClip [kerin] Frame 33
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1962 MovieClip [kerin] Frame 34
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1962 MovieClip [kerin] Frame 36
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 1877 MovieClip in Symbol 1962 MovieClip [kerin] Frame 36
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x - 3;
}
Symbol 1962 MovieClip [kerin] Frame 37
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 1877 MovieClip in Symbol 1962 MovieClip [kerin] Frame 37
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x + 3;
}
Symbol 1962 MovieClip [kerin] Frame 38
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 1878 MovieClip in Symbol 1962 MovieClip [kerin] Frame 38
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x - 3;
}
Symbol 1962 MovieClip [kerin] Frame 39
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 1878 MovieClip in Symbol 1962 MovieClip [kerin] Frame 39
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x + 3;
}
Symbol 1962 MovieClip [kerin] Frame 40
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1885 MovieClip in Symbol 1962 MovieClip [kerin] Frame 40
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
if (!_parent.youlose) {
_parent._x = _parent._x - 8;
}
}
Symbol 1962 MovieClip [kerin] Frame 41
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1885 MovieClip in Symbol 1962 MovieClip [kerin] Frame 41
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
if (!_parent.youlose) {
_parent._x = _parent._x + 8;
}
}
Symbol 1962 MovieClip [kerin] Frame 42
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1886 MovieClip in Symbol 1962 MovieClip [kerin] Frame 42
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x - 8;
}
}
Symbol 1962 MovieClip [kerin] Frame 43
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1886 MovieClip in Symbol 1962 MovieClip [kerin] Frame 43
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x + 8;
}
}
Symbol 1962 MovieClip [kerin] Frame 44
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1887 MovieClip in Symbol 1962 MovieClip [kerin] Frame 44
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x - 2;
}
}
Symbol 1962 MovieClip [kerin] Frame 45
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1887 MovieClip in Symbol 1962 MovieClip [kerin] Frame 45
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x + 2;
}
}
Symbol 1962 MovieClip [kerin] Frame 46
Symbol 1962 MovieClip [kerin] Frame 47
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1962 MovieClip [kerin] Frame 48
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1962 MovieClip [kerin] Frame 49
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1962 MovieClip [kerin] Frame 50
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1962 MovieClip [kerin] Frame 51
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1962 MovieClip [kerin] Frame 52
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 1962 MovieClip [kerin] Frame 53
currentmove = "fight";
canattack = 0;
autoblock = 0;
mana = mana - manacount;
Symbol 1962 MovieClip [kerin] Frame 54
currentmove = "fight";
canattack = 0;
autoblock = 0;
mana = mana - manacount;
Symbol 1962 MovieClip [kerin] Frame 55
currentmove = "fight";
canattack = 0;
autoblock = 0;
mana = mana - manacount;
Symbol 1962 MovieClip [kerin] Frame 56
currentmove = "fight";
canattack = 0;
autoblock = 0;
mana = mana - manacount;
Symbol 1962 MovieClip [kerin] Frame 58
currentmove = "winningpose";
Symbol 1962 MovieClip [kerin] Frame 59
currentmove = "winningpose";
Symbol 1962 MovieClip [kerin] Frame 60
currentmove = "roll";
if (this.getDepth() < _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1961 MovieClip in Symbol 1962 MovieClip [kerin] Frame 60
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 1;
_parent._x = _parent._x - _parent.speed;
} else if (_parent.button_right) {
_parent.autoblock = 0;
_parent._x = _parent._x - (-_parent.speed);
}
}
Symbol 1962 MovieClip [kerin] Frame 61
currentmove = "roll";
if (this.getDepth() < _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 1961 MovieClip in Symbol 1962 MovieClip [kerin] Frame 61
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 0;
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.button_right) {
_parent.autoblock = 1;
_parent._x = _parent._x + _parent.speed;
}
}
Symbol 1980 MovieClip Frame 1
if (((_parent.hp / _parent.fullhp) * 100) < 40) {
gotoAndPlay (31);
}
Symbol 1980 MovieClip Frame 29
gotoAndPlay (2);
Symbol 1980 MovieClip Frame 50
gotoAndPlay (31);
Symbol 1981 MovieClip Frame 1
if (((_parent.hp / _parent.fullhp) * 100) < 40) {
gotoAndPlay (23);
}
Symbol 1981 MovieClip Frame 22
gotoAndPlay (2);
Symbol 1981 MovieClip Frame 38
gotoAndPlay (23);
Symbol 1994 MovieClip Frame 57
_parent.hp = _parent.hp + 5;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 1998 MovieClip Frame 12
stop();
Symbol 2002 MovieClip Frame 19
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2003 MovieClip Frame 20
_parent.gotoAndStop(_parent.directioner + "duck");
Symbol 2009 MovieClip Frame 1
_parent.specialdamage = 1;
_parent.flyingheight = 85;
Symbol 2009 MovieClip Frame 18
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2009 MovieClip Frame 19
if (_parent.directioner == "l") {
adding = -10;
} else {
adding = 10;
}
_parent.specialdamage = 1;
Symbol 2009 MovieClip Frame 23
_parent._x = _parent._x + adding;
Symbol 2009 MovieClip Frame 36
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2010 MovieClip Frame 7
stop();
Symbol 2011 MovieClip Frame 17
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2013 MovieClip Frame 1
_parent.specialdamage = 2;
_parent.flyingheight = 90;
Symbol 2013 MovieClip Frame 13
if (_parent.directioner == "l") {
adding = -6;
} else {
adding = 6;
}
_parent.specialdamage = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2013 MovieClip Frame 14
_parent._x = _parent._x + adding;
_parent.specialdamage = 2;
Symbol 2013 MovieClip Frame 15
_parent._x = _parent._x + adding;
Symbol 2013 MovieClip Frame 16
_parent._x = _parent._x + adding;
Symbol 2013 MovieClip Frame 17
_parent._x = _parent._x + adding;
Symbol 2013 MovieClip Frame 28
_parent.specialdamage = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2014 MovieClip Frame 7
stop();
Symbol 2016 MovieClip Frame 1
_parent.flyingheight = 60;
Symbol 2016 MovieClip Frame 17
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "duck");
Symbol 2017 MovieClip Frame 7
if (_parent.hp <= 0) {
_parent.gotoAndStop(_parent.directioner + "gethit");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 2018 MovieClip Frame 8
if (_parent.hp <= 0) {
_parent.gotoAndStop(_parent.directioner + "gethit");
} else {
_parent.gotoAndStop(_parent.directioner + "duck");
}
Symbol 2025 MovieClip Frame 17
stop();
Symbol 2026 MovieClip Frame 11
if (_parent.youlose == 1) {
gotoAndPlay ("die");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 2026 MovieClip Frame 25
if (_parent.youlose == 1) {
gotoAndPlay ("die");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 2026 MovieClip Frame 48
stop();
Symbol 2027 MovieClip Frame 18
stopping = 1;
if (_parent.youlose == 1) {
stop();
}
Symbol 2027 MovieClip Frame 44
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2028 MovieClip Frame 18
stopping = 1;
if (_parent.youlose == 1) {
stop();
}
Symbol 2028 MovieClip Frame 39
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2038 MovieClip Frame 1
if (random(3) == 0) {
gotoAndPlay (7);
}
Symbol 2050 MovieClip Frame 1
_parent.specialdamage = 9;
_parent.flyingheight = 100;
_parent.usingspecial = 1;
Symbol 2050 MovieClip Frame 61
_parent.specialdamage = 0;
_parent.usingspecial = 0;
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2065 MovieClip Frame 1
_parent.specialdamage = 6;
_parent.flyingheight = 100;
_parent.usingspecial = 1;
Symbol 2065 MovieClip Frame 61
_parent.specialdamage = 0;
_parent.usingspecial = 0;
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2090 MovieClip Frame 1
_parent.specialdamage = 9;
_parent.flyingheight = 100;
_parent.usingspecial = 1;
Symbol 2090 MovieClip Frame 61
_parent.specialdamage = 0;
_parent.usingspecial = 0;
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2121 MovieClip Frame 1
_parent.specialdamage = 16;
_parent.flyingheight = 100;
_parent.usingspecial = 1;
var colormatrix = new Array(0.4, 0, 0, 0, 0, 0, 0.4, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
_root.bg.filters = new Array(color);
Symbol 2121 MovieClip Frame 9
var colormatrix = new Array(1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
_root.bg.filters = new Array(color);
Symbol 2121 MovieClip Frame 61
_parent.specialdamage = 0;
_parent.usingspecial = 0;
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2143 MovieClip Frame 91
stop();
Symbol 2144 MovieClip Frame 1
_alpha = 50;
Symbol 2144 MovieClip Frame 12
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2145 MovieClip [aa] Frame 1
airborne = 1;
yspeed = 0;
gravity = 15;
autoblock = 1;
jumpposition = "front";
canattack = 1;
youlose = 0;
movelist = "";
movenumber = 1;
jumpheight = 130;
speed = 7;
strength = 5;
defense = 2;
hp = 75;
fullhp = 75;
mana = 0;
manacount = 20;
hp = hp * _root.gaugesize;
fullhp = fullhp * _root.gaugesize;
specialdamage = 0;
flyingheight = 0;
currentmove = "stand";
button_up = 0;
button_down = 0;
button_left = 0;
button_right = 0;
button_punch = 0;
button_kick = 0;
button_taunt = 0;
((whichplayer == "p01") ? ((opponentplayer = "p02")) : ((opponentplayer = "p01")));
if ((whichplayer == "p02") && (_root.p1sprite == _root.p2sprite)) {
var colormatrix = new Array(0.8, 0, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
this.filters = new Array(color);
}
_name = (whichplayer + "fighter");
((whichplayer == "p01") ? ((directioner = "r")) : ((directioner = "l")));
gotoAndStop(directioner + "normal");
aitimer = 0;
aimoving = 0;
airange2 = 100;
airange1 = 50;
this.onEnterFrame = function () {
mycontroller = _root[whichplayer + "controller"];
distancebetween = this._x - _root[opponentplayer + "fighter"]._x;
if (distancebetween < 0) {
distancebetween = distancebetween * -1;
}
if (hp <= 0) {
youlose = 1;
hp = 0;
_root.winnersname = _root[opponentplayer + "name"];
_root.winnersymbol.play();
} else if (hp > fullhp) {
hp = fullhp;
}
yspeed = yspeed + gravity;
_y = (_y + (yspeed / 4));
if (_root.thefloor.hitTest(this._x, this._y, true) && (yspeed >= 0)) {
yspeed = 0;
gravity = 0;
}
if (_root.thefloor.hitTest(this._x, this._y + 1, true)) {
airborne = 0;
} else {
airborne = 1;
}
while (_root.thefloor.hitTest(this._x, this._y, true)) {
_y = (_y-1);
}
((this._x <= _root[opponentplayer + "fighter"]._x) ? ((directioner = "r")) : ((directioner = "l")));
if (_root[opponentplayer + "fighter"].youlose && (currentmove == "stand")) {
this.gotoAndStop(directioner + "winningpose");
}
if (mycontroller == "p") {
(Key.isDown(_root[whichplayer + "keyleft"]) ? ((button_left = 1)) : ((button_left = 0)));
(Key.isDown(_root[whichplayer + "keyright"]) ? ((button_right = 1)) : ((button_right = 0)));
(Key.isDown(_root[whichplayer + "keyup"]) ? ((button_up = 1)) : ((button_up = 0)));
(Key.isDown(_root[whichplayer + "keydown"]) ? ((button_down = 1)) : ((button_down = 0)));
(Key.isDown(_root[whichplayer + "keypunch"]) ? ((button_punch = 1)) : ((button_punch = 0)));
(Key.isDown(_root[whichplayer + "keykick"]) ? ((button_kick = 1)) : ((button_kick = 0)));
(Key.isDown(_root[whichplayer + "keytaunt"]) ? ((button_taunt = 1)) : ((button_taunt = 0)));
}
if (button_down && ((currentmove == "stand") || (currentmove == "walk"))) {
this.gotoAndStop(directioner + "duck");
}
if (button_up) {
if (button_right && (currentmove == "walk")) {
((directioner == "r") ? ((jumpposition = "front")) : ((jumpposition = "back")));
this.gotoAndStop((directioner + "jump") + jumpposition);
} else if (button_left && (currentmove == "walk")) {
((directioner == "r") ? ((jumpposition = "back")) : ((jumpposition = "front")));
this.gotoAndStop((directioner + "jump") + jumpposition);
} else if (currentmove == "stand") {
this.gotoAndStop(directioner + "jump");
}
}
if (button_left && (currentmove == "stand")) {
this.gotoAndStop(directioner + "walk");
}
if (button_right && (currentmove == "stand")) {
this.gotoAndStop(directioner + "walk");
}
if (button_taunt) {
if (currentmove == "stand") {
this.gotoAndStop(directioner + "taunt");
} else if (currentmove == "walk") {
this.gotoAndStop(directioner + "roll");
}
}
if (button_punch && (canattack == 1)) {
switch (currentmove) {
case "stand" :
this.gotoAndStop(directioner + "punch");
break;
case "walk" :
if (button_left) {
((directioner == "l") ? ((movenumber = 1)) : ((movenumber = 2)));
} else if (button_right) {
((directioner == "l") ? ((movenumber = 2)) : ((movenumber = 1)));
}
if (movelist == "ddbdb") {
if (mana >= manacount) {
this.gotoAndStop(directioner + "finish");
}
} else if (movelist == "df") {
this.gotoAndStop(directioner + "special1");
} else {
this.gotoAndStop(directioner + "specialpunch");
}
break;
case "duck" :
this.gotoAndStop(directioner + "duckpunch");
break;
case "jumpup" :
case "jumpback" :
case "jumpfront" :
this.gotoAndStop(directioner + "jumperpunch");
}
}
if (button_kick && (canattack == 1)) {
switch (currentmove) {
case "stand" :
this.gotoAndStop(directioner + "kick");
break;
case "walk" :
if (button_left) {
((directioner == "l") ? ((movenumber = 1)) : ((movenumber = 2)));
} else if (button_right) {
((directioner == "l") ? ((movenumber = 2)) : ((movenumber = 1)));
}
if (movelist == "fff") {
this.gotoAndStop(directioner + "special2");
} else if (movelist == "dfdf") {
this.gotoAndStop(directioner + "special3");
} else {
this.gotoAndStop(directioner + "specialkick");
}
break;
case "duck" :
this.gotoAndStop(directioner + "slide");
break;
case "jumpfront" :
case "jumpback" :
case "jumpup" :
this.gotoAndStop(directioner + "jumperkick");
}
}
if ((mycontroller == "p") && (youlose == 0)) {
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.puncher)) {
if (autoblock == 0) {
if (airborne == 0) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "fall");
}
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.puncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.fallpuncher)) {
if (autoblock == 0) {
this.gotoAndStop(directioner + "fall");
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.fallpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.duckpuncher)) {
if (mycontroller == "c") {
if (((random(10) + 1) > _root.computerlevel) || (youlose == 1)) {
movenumber = 2;
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
} else if ((autoblock == 0) || (currentmove != "duck")) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
_root[opponentplayer + "fighter"].fighter.duckpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.slider)) {
if (mycontroller == "c") {
if (((random(10) + 1) > _root.computerlevel) || (youlose == 1)) {
movenumber = 2;
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
} else {
this.gotoAndStop(directioner + "slided");
}
_root[opponentplayer + "fighter"].fighter.slider.unloadMovie();
}
}
if ((mycontroller == "c") && (youlose == 0)) {
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.puncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
if (airborne == 0) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "fall");
}
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.puncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.fallpuncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "fall");
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.fallpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.duckpuncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
_root[opponentplayer + "fighter"].fighter.duckpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.slider)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "slided");
} else {
i = random(3);
switch (i) {
case 0 :
jumpposition = "";
break;
case 1 :
jumpposition = "front";
break;
case 2 :
jumpposition = "back";
}
this.gotoAndStop((directioner + "jump") + jumpposition);
}
_root[opponentplayer + "fighter"].fighter.slider.unloadMovie();
}
}
aitimer++;
if (aitimer > 100) {
aitimer = 0;
}
if (mycontroller == "c") {
if ((aitimer % (10 - _root.computerlevel)) == 0) {
if (((_root[opponentplayer + "fighter"].youlose == 0) && ((((currentmove == "walk") || (currentmove == "stand")) || (currentmove == "duck")) || (currentmove == "roll"))) && (youlose == 0)) {
if (distancebetween > airange2) {
randommove = random(10);
if (randommove < _root.computerlevel) {
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_left = 0;
button_right = 0;
}
randommove = random(8);
if (randommove == 0) {
button_up = 1;
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_up = 0;
}
randomtaunt = random(8);
(((hp < 10) || (randomtaunt == 0)) ? ((button_taunt = 1)) : ((button_taunt = 0)));
usespecial = random(10);
if (usespecial == 0) {
this.gotoAndStop(directioner + "special1");
} else if (usespecial == 1) {
this.gotoAndStop(directioner + "special2");
} else if (usespecial == 2) {
this.gotoAndStop(directioner + "special3");
}
if (mana >= manacount) {
usesfinisher = random(20);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish");
}
}
button_punch = 0;
button_kick = 0;
}
if ((distancebetween >= airange1) && (distancebetween <= airange2)) {
randomattack = random(18);
switch (randomattack) {
case 0 :
((directioner == "l") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_up = 0;
}
break;
case 1 :
((directioner == "r") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
} else {
button_up = 0;
}
break;
case 2 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialpunch");
break;
case 3 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialkick");
break;
case 4 :
case 5 :
case 7 :
((directioner == "r") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
} else {
button_up = 0;
}
break;
case 6 :
if (mana >= manacount) {
usesfinisher = random(20);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish");
}
}
default :
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
}
}
if (distancebetween < airange1) {
randomattack = random(18);
switch (randomattack) {
case 0 :
button_punch = 1;
break;
case 1 :
button_kick = 1;
break;
case 2 :
((directioner == "l") ? ((button_left = 1)) : ((button_right = 1)));
this.gotoAndStop(directioner + "roll");
break;
case 3 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialpunch");
break;
case 4 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialkick");
break;
case 5 :
((directioner == "r") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
} else {
button_up = 0;
}
break;
case 6 :
this.gotoAndStop(directioner + "slide");
break;
case 7 :
this.gotoAndStop(directioner + "duckpunch");
break;
case 8 :
case 10 :
((directioner == "r") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
} else {
button_up = 0;
}
break;
case 9 :
default :
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
}
}
} else {
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
button_up = 0;
button_down = 0;
}
}
}
};
Instance of Symbol 42 MovieClip "detector" in Symbol 2145 MovieClip [aa] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
if (_parent._x < _root[_parent.opponentplayer + "fighter"]._x) {
while (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
_parent._x--;
}
} else {
while (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
_parent._x++;
}
}
}
}
Instance of Symbol 42 MovieClip in Symbol 2145 MovieClip [aa] Frame 1
onClipEvent (load) {
movelister = 0;
pressonce = 1;
presstwice = 1;
pressthrice = 1;
}
onClipEvent (enterFrame) {
if (((!Key.isDown(_root[_parent.whichplayer + "keypunch"])) && (!Key.isDown(_root[_parent.whichplayer + "keykick"]))) && (_parent.airborne == 0)) {
_parent.canattack = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keydown"])) {
if (pressonce == 1) {
_parent.movelist = _parent.movelist + "d";
movelister = 10;
pressonce = 0;
}
} else {
pressonce = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keyright"])) {
if (presstwice == 1) {
((_parent.directioner == "r") ? ((_parent.movelist = _parent.movelist + "f")) : ((_parent.movelist = _parent.movelist + "b")));
movelister = 10;
presstwice = 0;
}
} else {
presstwice = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keyleft"])) {
if (pressthrice == 1) {
((_parent.directioner == "l") ? ((_parent.movelist = _parent.movelist + "f")) : ((_parent.movelist = _parent.movelist + "b")));
movelister = 10;
pressthrice = 0;
}
} else {
pressthrice = 1;
}
if (movelister > 0) {
movelister--;
}
if (movelister == 0) {
_parent.movelist = "";
}
}
Symbol 2145 MovieClip [aa] Frame 2
currentmove = "stand";
autoblock = 1;
Symbol 2145 MovieClip [aa] Frame 3
currentmove = "stand";
autoblock = 1;
Symbol 2145 MovieClip [aa] Frame 4
currentmove = "walk";
Instance of Symbol 1981 MovieClip in Symbol 2145 MovieClip [aa] Frame 4
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 1;
_parent._x = _parent._x - (_parent.speed - 2);
} else if (_parent.button_right) {
_parent.autoblock = 0;
_parent._x = _parent._x - (-_parent.speed);
}
if ((!_parent.button_left) && (!_parent.button_right)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2145 MovieClip [aa] Frame 5
currentmove = "walk";
Instance of Symbol 1981 MovieClip in Symbol 2145 MovieClip [aa] Frame 5
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 0;
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.button_right) {
_parent.autoblock = 1;
_parent._x = _parent._x + (_parent.speed - 2);
}
if ((!_parent.button_left) && (!_parent.button_right)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2145 MovieClip [aa] Frame 6
currentmove = "taunt";
autoblock = 0;
Symbol 2145 MovieClip [aa] Frame 7
currentmove = "taunt";
autoblock = 0;
Symbol 2145 MovieClip [aa] Frame 8
currentmove = "duck";
autoblock = 1;
Instance of Symbol 1997 MovieClip in Symbol 2145 MovieClip [aa] Frame 8
onClipEvent (enterFrame) {
if (!Key.isDown(_root[_parent.whichplayer + "keydown"])) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2145 MovieClip [aa] Frame 9
currentmove = "duck";
autoblock = 1;
Symbol 2145 MovieClip [aa] Frame 11
currentmove = "jumpup";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1998 MovieClip in Symbol 2145 MovieClip [aa] Frame 11
onClipEvent (enterFrame) {
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2145 MovieClip [aa] Frame 12
currentmove = "jumpup";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Symbol 2145 MovieClip [aa] Frame 13
currentmove = "jumpfront";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1998 MovieClip in Symbol 2145 MovieClip [aa] Frame 13
onClipEvent (enterFrame) {
_parent._x = _parent._x + _parent.speed;
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2145 MovieClip [aa] Frame 14
currentmove = "jumpfront";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1998 MovieClip in Symbol 2145 MovieClip [aa] Frame 14
onClipEvent (enterFrame) {
_parent._x = _parent._x + (-_parent.speed);
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2145 MovieClip [aa] Frame 15
currentmove = "jumpback";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Symbol 2145 MovieClip [aa] Frame 16
currentmove = "jumpback";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 1998 MovieClip in Symbol 2145 MovieClip [aa] Frame 16
onClipEvent (enterFrame) {
_parent._x = _parent._x + _parent.speed;
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2145 MovieClip [aa] Frame 18
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2145 MovieClip [aa] Frame 19
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2145 MovieClip [aa] Frame 20
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2145 MovieClip [aa] Frame 21
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2145 MovieClip [aa] Frame 22
currentmove = "fight";
canattack = 0;
autoblock = 0;
Instance of Symbol 2009 MovieClip "fighter" in Symbol 2145 MovieClip [aa] Frame 22
onClipEvent (load) {
this.gotoAndPlay("move" + _parent.movenumber);
}
Symbol 2145 MovieClip [aa] Frame 23
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2145 MovieClip [aa] Frame 24
canattack = 0;
autoblock = 0;
Instance of Symbol 2010 MovieClip "fighter" in Symbol 2145 MovieClip [aa] Frame 24
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + _parent.speed;
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + (-_parent.speed);
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2145 MovieClip [aa] Frame 25
canattack = 0;
autoblock = 0;
Instance of Symbol 2010 MovieClip "fighter" in Symbol 2145 MovieClip [aa] Frame 25
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + _parent.speed;
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2145 MovieClip [aa] Frame 27
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2145 MovieClip [aa] Frame 28
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2145 MovieClip [aa] Frame 29
currentmove = "fight";
canattack = 0;
autoblock = 0;
Instance of Symbol 2013 MovieClip "fighter" in Symbol 2145 MovieClip [aa] Frame 29
onClipEvent (load) {
this.gotoAndPlay("move" + _parent.movenumber);
}
Symbol 2145 MovieClip [aa] Frame 30
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2145 MovieClip [aa] Frame 31
canattack = 0;
autoblock = 0;
Instance of Symbol 2014 MovieClip "fighter" in Symbol 2145 MovieClip [aa] Frame 31
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + _parent.speed;
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + (-_parent.speed);
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2145 MovieClip [aa] Frame 32
canattack = 0;
autoblock = 0;
Instance of Symbol 2014 MovieClip "fighter" in Symbol 2145 MovieClip [aa] Frame 32
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + _parent.speed;
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2145 MovieClip [aa] Frame 33
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2145 MovieClip [aa] Frame 34
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2145 MovieClip [aa] Frame 36
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 2017 MovieClip in Symbol 2145 MovieClip [aa] Frame 36
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x - 3;
}
Symbol 2145 MovieClip [aa] Frame 37
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 2017 MovieClip in Symbol 2145 MovieClip [aa] Frame 37
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x + 3;
}
Symbol 2145 MovieClip [aa] Frame 38
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 2018 MovieClip in Symbol 2145 MovieClip [aa] Frame 38
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x - 3;
}
Symbol 2145 MovieClip [aa] Frame 39
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 2018 MovieClip in Symbol 2145 MovieClip [aa] Frame 39
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x + 3;
}
Symbol 2145 MovieClip [aa] Frame 40
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 2026 MovieClip in Symbol 2145 MovieClip [aa] Frame 40
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
if (!_parent.youlose) {
_parent._x = _parent._x - 8;
}
}
Symbol 2145 MovieClip [aa] Frame 41
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 2026 MovieClip in Symbol 2145 MovieClip [aa] Frame 41
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
if (!_parent.youlose) {
_parent._x = _parent._x + 8;
}
}
Symbol 2145 MovieClip [aa] Frame 42
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 2027 MovieClip in Symbol 2145 MovieClip [aa] Frame 42
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x - 8;
}
}
Symbol 2145 MovieClip [aa] Frame 43
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 2027 MovieClip in Symbol 2145 MovieClip [aa] Frame 43
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x + 8;
}
}
Symbol 2145 MovieClip [aa] Frame 44
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 2028 MovieClip in Symbol 2145 MovieClip [aa] Frame 44
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x - 2;
}
}
Symbol 2145 MovieClip [aa] Frame 45
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 2028 MovieClip in Symbol 2145 MovieClip [aa] Frame 45
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x + 2;
}
}
Symbol 2145 MovieClip [aa] Frame 46
Symbol 2145 MovieClip [aa] Frame 47
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2145 MovieClip [aa] Frame 48
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2145 MovieClip [aa] Frame 49
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2145 MovieClip [aa] Frame 50
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2145 MovieClip [aa] Frame 51
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2145 MovieClip [aa] Frame 52
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2145 MovieClip [aa] Frame 53
currentmove = "fight";
canattack = 0;
autoblock = 0;
mana = mana - manacount;
Symbol 2145 MovieClip [aa] Frame 54
currentmove = "fight";
canattack = 0;
autoblock = 0;
mana = mana - manacount;
Symbol 2145 MovieClip [aa] Frame 56
currentmove = "winningpose";
Symbol 2145 MovieClip [aa] Frame 57
currentmove = "winningpose";
Symbol 2145 MovieClip [aa] Frame 58
currentmove = "roll";
if (this.getDepth() < _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 2144 MovieClip in Symbol 2145 MovieClip [aa] Frame 58
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 1;
_parent._x = _parent._x - _parent.speed;
} else if (_parent.button_right) {
_parent.autoblock = 0;
_parent._x = _parent._x - (-_parent.speed);
}
}
Symbol 2145 MovieClip [aa] Frame 59
currentmove = "roll";
if (this.getDepth() < _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 2144 MovieClip in Symbol 2145 MovieClip [aa] Frame 59
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 0;
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.button_right) {
_parent.autoblock = 1;
_parent._x = _parent._x + _parent.speed;
}
}
Symbol 2163 MovieClip Frame 1
if (((_parent.hp / _parent.fullhp) * 100) < 40) {
gotoAndPlay (31);
}
Symbol 2163 MovieClip Frame 29
gotoAndPlay (2);
Symbol 2163 MovieClip Frame 50
gotoAndPlay (31);
Symbol 2165 MovieClip Frame 1
if (((_parent.hp / _parent.fullhp) * 100) < 40) {
gotoAndPlay (21);
}
Symbol 2165 MovieClip Frame 20
gotoAndPlay (2);
Symbol 2165 MovieClip Frame 42
gotoAndPlay (21);
Symbol 2174 MovieClip Frame 57
_parent.hp = _parent.hp + 6;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2177 MovieClip Frame 5
stop();
Symbol 2186 MovieClip Frame 23
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2194 MovieClip Frame 18
_parent.gotoAndStop(_parent.directioner + "duck");
Symbol 2214 MovieClip Frame 1
_parent.specialdamage = 3;
Symbol 2214 MovieClip Frame 23
_parent.specialdamage = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2214 MovieClip Frame 24
_parent.specialdamage = 2;
Symbol 2214 MovieClip Frame 46
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2232 MovieClip Frame 1
stop();
Symbol 2239 MovieClip Frame 1
if (_parent.directioner == "l") {
adding = -5;
} else {
adding = 5;
}
Symbol 2239 MovieClip Frame 2
_parent._x = _parent._x + adding;
Symbol 2239 MovieClip Frame 17
_parent._x = _parent._x + adding;
Symbol 2239 MovieClip Frame 18
_parent._x = _parent._x + adding;
Symbol 2239 MovieClip Frame 19
_parent._x = _parent._x + adding;
Symbol 2239 MovieClip Frame 20
_parent._x = _parent._x + adding;
Symbol 2239 MovieClip Frame 21
_parent._x = _parent._x + adding;
Symbol 2239 MovieClip Frame 22
_parent._x = _parent._x + adding;
Symbol 2239 MovieClip Frame 23
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2242 MovieClip Frame 1
if (_parent.directioner == "l") {
adding = -5;
} else {
adding = 5;
}
_parent.specialdamage = 2;
Symbol 2242 MovieClip Frame 2
_parent._x = _parent._x + adding;
Symbol 2242 MovieClip Frame 3
_parent._x = _parent._x + adding;
Symbol 2242 MovieClip Frame 4
_parent._x = _parent._x + adding;
Symbol 2242 MovieClip Frame 11
_parent._x = _parent._x + adding;
Symbol 2242 MovieClip Frame 12
_parent._x = _parent._x + adding;
Symbol 2242 MovieClip Frame 13
_parent._x = _parent._x + adding;
Symbol 2242 MovieClip Frame 14
_parent._x = _parent._x + adding;
Symbol 2242 MovieClip Frame 15
_parent._x = _parent._x + adding;
_parent.specialdamage = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2242 MovieClip Frame 16
if (_parent.directioner == "l") {
adding = -2;
} else {
adding = 2;
}
_parent.specialdamage = 5;
_parent.flyingheight = 80;
Symbol 2242 MovieClip Frame 17
_parent._x = _parent._x + adding;
Symbol 2242 MovieClip Frame 18
_parent._x = _parent._x + adding;
Symbol 2242 MovieClip Frame 19
_parent._x = _parent._x + adding;
Symbol 2242 MovieClip Frame 20
_parent._x = _parent._x + adding;
Symbol 2242 MovieClip Frame 21
_parent._x = _parent._x + adding;
Symbol 2242 MovieClip Frame 22
_parent._x = _parent._x + adding;
Symbol 2242 MovieClip Frame 23
_parent._x = _parent._x + adding;
if (_parent.directioner == "l") {
adding = -6;
} else {
adding = 6;
}
Symbol 2242 MovieClip Frame 24
_parent._x = _parent._x + adding;
Symbol 2242 MovieClip Frame 25
_parent._x = _parent._x + adding;
Symbol 2242 MovieClip Frame 26
_parent._x = _parent._x + adding;
Symbol 2242 MovieClip Frame 43
_parent._x = _parent._x + adding;
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2244 MovieClip Frame 1
_parent.flyingheight = 60;
Symbol 2244 MovieClip Frame 17
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "duck");
Symbol 2245 MovieClip Frame 7
if (_parent.hp <= 0) {
_parent.gotoAndStop(_parent.directioner + "gethit");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 2246 MovieClip Frame 8
if (_parent.hp <= 0) {
_parent.gotoAndStop(_parent.directioner + "gethit");
} else {
_parent.gotoAndStop(_parent.directioner + "duck");
}
Symbol 2249 MovieClip Frame 11
if (_parent.youlose == 1) {
gotoAndPlay ("die");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 2249 MovieClip Frame 25
if (_parent.youlose == 1) {
gotoAndPlay ("die");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 2249 MovieClip Frame 60
stop();
Symbol 2251 MovieClip Frame 18
stopping = 1;
if (_parent.youlose == 1) {
stop();
}
Symbol 2251 MovieClip Frame 44
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2252 MovieClip Frame 18
stopping = 1;
if (_parent.youlose == 1) {
stop();
}
Symbol 2252 MovieClip Frame 44
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2258 MovieClip Frame 1
_parent.specialdamage = 8;
_parent.flyingheight = 85;
_parent.usingspecial = 1;
Symbol 2258 MovieClip Frame 29
_parent.flyingheight = 0;
Symbol 2258 MovieClip Frame 37
_parent.specialdamage = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2289 MovieClip Frame 1
if (_parent.directioner == "l") {
adding = -12;
} else {
adding = 12;
}
_parent.specialdamage = 10;
_parent.flyingheight = 60;
_parent.usingspecial = 1;
Symbol 2289 MovieClip Frame 17
_parent._x = _parent._x + adding;
Symbol 2289 MovieClip Frame 18
_parent._x = _parent._x + adding;
Symbol 2289 MovieClip Frame 19
_parent._x = _parent._x + adding;
Symbol 2289 MovieClip Frame 20
_parent._x = _parent._x + adding;
Symbol 2289 MovieClip Frame 21
_parent._x = _parent._x + adding;
Symbol 2289 MovieClip Frame 22
_parent._x = _parent._x + adding;
Symbol 2289 MovieClip Frame 23
_parent._x = _parent._x + adding;
Symbol 2289 MovieClip Frame 24
_parent._x = _parent._x + adding;
Symbol 2289 MovieClip Frame 25
_parent._x = _parent._x + adding;
Symbol 2289 MovieClip Frame 26
_parent._x = _parent._x + adding;
Symbol 2289 MovieClip Frame 27
_parent._x = _parent._x + adding;
Symbol 2289 MovieClip Frame 28
_parent._x = _parent._x + adding;
Symbol 2289 MovieClip Frame 29
_parent._x = _parent._x + adding;
Symbol 2289 MovieClip Frame 30
_parent._x = _parent._x + adding;
Symbol 2289 MovieClip Frame 31
_parent._x = _parent._x + adding;
Symbol 2289 MovieClip Frame 32
_parent._x = _parent._x + adding;
Symbol 2289 MovieClip Frame 33
_parent._x = _parent._x + adding;
Symbol 2289 MovieClip Frame 34
_parent._x = _parent._x + adding;
Symbol 2289 MovieClip Frame 35
_parent._x = _parent._x + adding;
Symbol 2289 MovieClip Frame 36
_parent._x = _parent._x + adding;
Symbol 2289 MovieClip Frame 37
_parent._x = _parent._x + adding;
Symbol 2289 MovieClip Frame 38
_parent._x = _parent._x + adding;
Symbol 2289 MovieClip Frame 39
_parent._x = _parent._x + adding;
Symbol 2289 MovieClip Frame 40
_parent._x = _parent._x + adding;
Symbol 2289 MovieClip Frame 41
_parent._x = _parent._x + adding;
Symbol 2289 MovieClip Frame 42
_parent._x = _parent._x + adding;
Symbol 2289 MovieClip Frame 43
_parent._x = _parent._x + adding;
Symbol 2289 MovieClip Frame 44
_parent._x = _parent._x + adding;
Symbol 2289 MovieClip Frame 47
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2307 MovieClip Frame 1
if (_parent.directioner == "l") {
adding = -6;
} else {
adding = 6;
}
_parent.specialdamage = 6;
_parent.flyingheight = 85;
_parent.usingspecial = 1;
Symbol 2307 MovieClip Frame 2
_parent._x = _parent._x + adding;
Symbol 2307 MovieClip Frame 3
_parent._x = _parent._x + adding;
Symbol 2307 MovieClip Frame 4
_parent._x = _parent._x + adding;
Symbol 2307 MovieClip Frame 5
_parent._x = _parent._x + adding;
Symbol 2307 MovieClip Frame 6
_parent._x = _parent._x + adding;
Symbol 2307 MovieClip Frame 7
_parent._x = _parent._x + adding;
Symbol 2307 MovieClip Frame 9
_parent._x = _parent._x + adding;
Symbol 2307 MovieClip Frame 10
_parent._x = _parent._x + adding;
Symbol 2307 MovieClip Frame 11
_parent._x = _parent._x + adding;
Symbol 2307 MovieClip Frame 12
_parent._x = _parent._x + adding;
Symbol 2307 MovieClip Frame 13
_parent._x = _parent._x + adding;
Symbol 2307 MovieClip Frame 14
_parent._x = _parent._x + adding;
Symbol 2307 MovieClip Frame 15
_parent._x = _parent._x + adding;
Symbol 2307 MovieClip Frame 16
_parent._x = _parent._x + adding;
Symbol 2307 MovieClip Frame 17
_parent._x = _parent._x + adding;
Symbol 2307 MovieClip Frame 18
_parent._x = _parent._x + adding;
Symbol 2307 MovieClip Frame 19
_parent._x = _parent._x + adding;
Symbol 2307 MovieClip Frame 20
_parent._x = _parent._x + adding;
Symbol 2307 MovieClip Frame 21
_parent._x = _parent._x + adding;
Symbol 2307 MovieClip Frame 22
_parent._x = _parent._x + adding;
Symbol 2307 MovieClip Frame 35
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2314 MovieClip Frame 1
_parent.specialdamage = 12;
_parent.flyingheight = 100;
_parent.usingspecial = 1;
var colormatrix = new Array(0.5, 0, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
_root.bg.filters = new Array(color);
Symbol 2314 MovieClip Frame 19
var colormatrix = new Array(1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
_root.bg.filters = new Array(color);
Symbol 2314 MovieClip Frame 74
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2319 MovieClip Frame 1
_parent.specialdamage = 15;
_parent.flyingheight = 100;
_parent.usingspecial = 1;
var colormatrix = new Array(0.5, 0, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
_root.bg.filters = new Array(color);
Symbol 2319 MovieClip Frame 19
var colormatrix = new Array(1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
_root.bg.filters = new Array(color);
Symbol 2319 MovieClip Frame 74
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2346 MovieClip Frame 37
stop();
Symbol 2348 MovieClip Frame 1
_alpha = 50;
Symbol 2348 MovieClip Frame 13
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2349 MovieClip [aen] Frame 1
airborne = 1;
yspeed = 0;
gravity = 15;
autoblock = 1;
jumpposition = "front";
canattack = 1;
youlose = 0;
movelist = "";
movenumber = 1;
jumpheight = 130;
speed = 6;
strength = 5;
defense = 2;
hp = 60;
fullhp = 60;
mana = 0;
manacount = 25;
hp = hp * _root.gaugesize;
fullhp = fullhp * _root.gaugesize;
specialdamage = 0;
flyingheight = 0;
currentmove = "stand";
button_up = 0;
button_down = 0;
button_left = 0;
button_right = 0;
button_punch = 0;
button_kick = 0;
button_taunt = 0;
((whichplayer == "p01") ? ((opponentplayer = "p02")) : ((opponentplayer = "p01")));
if ((whichplayer == "p02") && (_root.p1sprite == _root.p2sprite)) {
var colormatrix = new Array(0.8, 0, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
this.filters = new Array(color);
}
_name = (whichplayer + "fighter");
((whichplayer == "p01") ? ((directioner = "r")) : ((directioner = "l")));
gotoAndStop(directioner + "normal");
aitimer = 0;
aimoving = 0;
airange2 = 100;
airange1 = 50;
this.onEnterFrame = function () {
mycontroller = _root[whichplayer + "controller"];
distancebetween = this._x - _root[opponentplayer + "fighter"]._x;
if (distancebetween < 0) {
distancebetween = distancebetween * -1;
}
if (hp <= 0) {
youlose = 1;
hp = 0;
_root.winnersname = _root[opponentplayer + "name"];
_root.winnersymbol.play();
} else if (hp > fullhp) {
hp = fullhp;
}
yspeed = yspeed + gravity;
_y = (_y + (yspeed / 4));
if (_root.thefloor.hitTest(this._x, this._y, true) && (yspeed >= 0)) {
yspeed = 0;
gravity = 0;
}
if (_root.thefloor.hitTest(this._x, this._y + 1, true)) {
airborne = 0;
} else {
airborne = 1;
}
while (_root.thefloor.hitTest(this._x, this._y, true)) {
_y = (_y-1);
}
((this._x <= _root[opponentplayer + "fighter"]._x) ? ((directioner = "r")) : ((directioner = "l")));
if (_root[opponentplayer + "fighter"].youlose && (currentmove == "stand")) {
this.gotoAndStop(directioner + "winningpose");
}
if (mycontroller == "p") {
(Key.isDown(_root[whichplayer + "keyleft"]) ? ((button_left = 1)) : ((button_left = 0)));
(Key.isDown(_root[whichplayer + "keyright"]) ? ((button_right = 1)) : ((button_right = 0)));
(Key.isDown(_root[whichplayer + "keyup"]) ? ((button_up = 1)) : ((button_up = 0)));
(Key.isDown(_root[whichplayer + "keydown"]) ? ((button_down = 1)) : ((button_down = 0)));
(Key.isDown(_root[whichplayer + "keypunch"]) ? ((button_punch = 1)) : ((button_punch = 0)));
(Key.isDown(_root[whichplayer + "keykick"]) ? ((button_kick = 1)) : ((button_kick = 0)));
(Key.isDown(_root[whichplayer + "keytaunt"]) ? ((button_taunt = 1)) : ((button_taunt = 0)));
}
if (button_down && ((currentmove == "stand") || (currentmove == "walk"))) {
this.gotoAndStop(directioner + "duck");
}
if (button_up) {
if (button_right && (currentmove == "walk")) {
((directioner == "r") ? ((jumpposition = "front")) : ((jumpposition = "back")));
this.gotoAndStop((directioner + "jump") + jumpposition);
} else if (button_left && (currentmove == "walk")) {
((directioner == "r") ? ((jumpposition = "back")) : ((jumpposition = "front")));
this.gotoAndStop((directioner + "jump") + jumpposition);
} else if (currentmove == "stand") {
this.gotoAndStop(directioner + "jump");
}
}
if (button_left && (currentmove == "stand")) {
this.gotoAndStop(directioner + "walk");
}
if (button_right && (currentmove == "stand")) {
this.gotoAndStop(directioner + "walk");
}
if (button_taunt) {
if (currentmove == "stand") {
this.gotoAndStop(directioner + "taunt");
} else if (currentmove == "walk") {
this.gotoAndStop(directioner + "roll");
}
}
if (button_punch && (canattack == 1)) {
switch (currentmove) {
case "stand" :
this.gotoAndStop(directioner + "punch");
break;
case "walk" :
if (button_left) {
((directioner == "l") ? ((movenumber = 1)) : ((movenumber = 2)));
} else if (button_right) {
((directioner == "l") ? ((movenumber = 2)) : ((movenumber = 1)));
}
if (movelist == "bdfdb") {
if (mana >= manacount) {
this.gotoAndStop(directioner + "finish");
}
} else if (movelist == "df") {
this.gotoAndStop(directioner + "special1");
} else if (movelist == "bbf") {
this.gotoAndStop(directioner + "special2");
} else {
this.gotoAndStop(directioner + "specialpunch");
}
break;
case "duck" :
this.gotoAndStop(directioner + "duckpunch");
break;
case "jumpup" :
case "jumpback" :
case "jumpfront" :
this.gotoAndStop(directioner + "jumperpunch");
}
}
if (button_kick && (canattack == 1)) {
switch (currentmove) {
case "stand" :
if (movelist == "bfddd") {
if (mana >= manacount) {
this.gotoAndStop(directioner + "finish2");
}
} else {
this.gotoAndStop(directioner + "kick");
}
break;
case "walk" :
if (button_left) {
((directioner == "l") ? ((movenumber = 1)) : ((movenumber = 2)));
} else if (button_right) {
((directioner == "l") ? ((movenumber = 2)) : ((movenumber = 1)));
}
if (movelist == "dbf") {
this.gotoAndStop(directioner + "special3");
} else {
this.gotoAndStop(directioner + "specialkick");
}
break;
case "duck" :
this.gotoAndStop(directioner + "slide");
break;
case "jumpfront" :
case "jumpback" :
case "jumpup" :
this.gotoAndStop(directioner + "jumperkick");
}
}
if ((mycontroller == "p") && (youlose == 0)) {
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.puncher)) {
if (autoblock == 0) {
if (airborne == 0) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "fall");
}
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.puncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.fallpuncher)) {
if (autoblock == 0) {
this.gotoAndStop(directioner + "fall");
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.fallpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.duckpuncher)) {
if (mycontroller == "c") {
if (((random(10) + 1) > _root.computerlevel) || (youlose == 1)) {
movenumber = 2;
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
} else if ((autoblock == 0) || (currentmove != "duck")) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
_root[opponentplayer + "fighter"].fighter.duckpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.slider)) {
if (mycontroller == "c") {
if (((random(10) + 1) > _root.computerlevel) || (youlose == 1)) {
movenumber = 2;
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
} else {
this.gotoAndStop(directioner + "slided");
}
_root[opponentplayer + "fighter"].fighter.slider.unloadMovie();
}
}
if ((mycontroller == "c") && (youlose == 0)) {
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.puncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
if (airborne == 0) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "fall");
}
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.puncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.fallpuncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "fall");
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.fallpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.duckpuncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
_root[opponentplayer + "fighter"].fighter.duckpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.slider)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "slided");
} else {
i = random(3);
switch (i) {
case 0 :
jumpposition = "";
break;
case 1 :
jumpposition = "front";
break;
case 2 :
jumpposition = "back";
}
this.gotoAndStop((directioner + "jump") + jumpposition);
}
_root[opponentplayer + "fighter"].fighter.slider.unloadMovie();
}
}
aitimer++;
if (aitimer > 100) {
aitimer = 0;
}
if (mycontroller == "c") {
if ((aitimer % (10 - _root.computerlevel)) == 0) {
if (((_root[opponentplayer + "fighter"].youlose == 0) && ((((currentmove == "walk") || (currentmove == "stand")) || (currentmove == "duck")) || (currentmove == "roll"))) && (youlose == 0)) {
if (distancebetween > airange2) {
randommove = random(10);
if (randommove < _root.computerlevel) {
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_left = 0;
button_right = 0;
}
randommove = random(8);
if (randommove == 0) {
button_up = 1;
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_up = 0;
}
randomtaunt = random(8);
(((hp < 10) || (randomtaunt == 0)) ? ((button_taunt = 1)) : ((button_taunt = 0)));
usespecial = random(10);
if (usespecial == 0) {
this.gotoAndStop(directioner + "special1");
} else if (usespecial == 1) {
this.gotoAndStop(directioner + "special2");
}
if (mana >= manacount) {
if (_root[opponentplayer + "fighter"].hp <= 10) {
usesfinisher = random(5);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish");
}
} else {
usesfinisher = random(20);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish");
}
}
}
if (mana >= manacount) {
if (_root[opponentplayer + "fighter"].hp <= 10) {
usesfinisher2 = random(5);
if (usesfinisher2 == 1) {
this.gotoAndStop(directioner + "finish2");
}
} else {
usesfinisher2 = random(20);
if (usesfinisher2 == 1) {
this.gotoAndStop(directioner + "finish2");
}
}
}
button_punch = 0;
button_kick = 0;
}
if ((distancebetween >= airange1) && (distancebetween <= airange2)) {
randomattack = random(18);
switch (randomattack) {
case 0 :
((directioner == "l") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_up = 0;
}
break;
case 1 :
((directioner == "r") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
} else {
button_up = 0;
}
break;
case 2 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialpunch");
break;
case 3 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialkick");
break;
case 4 :
this.gotoAndStop(directioner + "special2");
break;
case 5 :
this.gotoAndStop(directioner + "special3");
break;
case 7 :
this.gotoAndStop(directioner + "special1");
break;
case 6 :
default :
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
}
}
if (distancebetween < airange1) {
randomattack = random(18);
switch (randomattack) {
case 0 :
button_punch = 1;
break;
case 1 :
button_kick = 1;
break;
case 2 :
((directioner == "l") ? ((button_left = 1)) : ((button_right = 1)));
this.gotoAndStop(directioner + "roll");
break;
case 3 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialpunch");
break;
case 4 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialkick");
break;
case 5 :
((directioner == "r") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
} else {
button_up = 0;
}
break;
case 6 :
this.gotoAndStop(directioner + "slide");
break;
case 7 :
this.gotoAndStop(directioner + "duckpunch");
break;
case 8 :
default :
case 10 :
case 9 :
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
}
}
} else {
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
button_up = 0;
button_down = 0;
}
}
}
};
Instance of Symbol 42 MovieClip "detector" in Symbol 2349 MovieClip [aen] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
if (_parent._x < _root[_parent.opponentplayer + "fighter"]._x) {
while (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
_parent._x--;
}
} else {
while (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
_parent._x++;
}
}
}
}
Instance of Symbol 42 MovieClip in Symbol 2349 MovieClip [aen] Frame 1
onClipEvent (load) {
movelister = 0;
pressonce = 1;
presstwice = 1;
pressthrice = 1;
}
onClipEvent (enterFrame) {
if (((!Key.isDown(_root[_parent.whichplayer + "keypunch"])) && (!Key.isDown(_root[_parent.whichplayer + "keykick"]))) && (_parent.airborne == 0)) {
_parent.canattack = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keydown"])) {
if (pressonce == 1) {
_parent.movelist = _parent.movelist + "d";
movelister = 10;
pressonce = 0;
}
} else {
pressonce = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keyright"])) {
if (presstwice == 1) {
((_parent.directioner == "r") ? ((_parent.movelist = _parent.movelist + "f")) : ((_parent.movelist = _parent.movelist + "b")));
movelister = 10;
presstwice = 0;
}
} else {
presstwice = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keyleft"])) {
if (pressthrice == 1) {
((_parent.directioner == "l") ? ((_parent.movelist = _parent.movelist + "f")) : ((_parent.movelist = _parent.movelist + "b")));
movelister = 10;
pressthrice = 0;
}
} else {
pressthrice = 1;
}
if (movelister > 0) {
movelister--;
}
if (movelister == 0) {
_parent.movelist = "";
}
}
Symbol 2349 MovieClip [aen] Frame 2
currentmove = "stand";
autoblock = 1;
Symbol 2349 MovieClip [aen] Frame 3
currentmove = "stand";
autoblock = 1;
Symbol 2349 MovieClip [aen] Frame 4
currentmove = "walk";
Instance of Symbol 2165 MovieClip in Symbol 2349 MovieClip [aen] Frame 4
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 1;
_parent._x = _parent._x - (_parent.speed - 2);
} else if (_parent.button_right) {
_parent.autoblock = 0;
_parent._x = _parent._x - (-_parent.speed);
}
if ((!_parent.button_left) && (!_parent.button_right)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2349 MovieClip [aen] Frame 5
currentmove = "walk";
Instance of Symbol 2165 MovieClip in Symbol 2349 MovieClip [aen] Frame 5
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 0;
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.button_right) {
_parent.autoblock = 1;
_parent._x = _parent._x + (_parent.speed - 2);
}
if ((!_parent.button_left) && (!_parent.button_right)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2349 MovieClip [aen] Frame 6
currentmove = "taunt";
autoblock = 0;
Symbol 2349 MovieClip [aen] Frame 7
currentmove = "taunt";
autoblock = 0;
Symbol 2349 MovieClip [aen] Frame 8
currentmove = "duck";
autoblock = 1;
Instance of Symbol 2176 MovieClip in Symbol 2349 MovieClip [aen] Frame 8
onClipEvent (enterFrame) {
if (!Key.isDown(_root[_parent.whichplayer + "keydown"])) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2349 MovieClip [aen] Frame 9
currentmove = "duck";
autoblock = 1;
Symbol 2349 MovieClip [aen] Frame 11
currentmove = "jumpup";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 2177 MovieClip in Symbol 2349 MovieClip [aen] Frame 11
onClipEvent (enterFrame) {
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2349 MovieClip [aen] Frame 12
currentmove = "jumpup";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Symbol 2349 MovieClip [aen] Frame 13
currentmove = "jumpfront";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 2177 MovieClip in Symbol 2349 MovieClip [aen] Frame 13
onClipEvent (enterFrame) {
_parent._x = _parent._x + _parent.speed;
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2349 MovieClip [aen] Frame 14
currentmove = "jumpfront";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 2177 MovieClip in Symbol 2349 MovieClip [aen] Frame 14
onClipEvent (enterFrame) {
_parent._x = _parent._x + (-_parent.speed);
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2349 MovieClip [aen] Frame 15
currentmove = "jumpback";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Symbol 2349 MovieClip [aen] Frame 16
currentmove = "jumpback";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 2177 MovieClip in Symbol 2349 MovieClip [aen] Frame 16
onClipEvent (enterFrame) {
_parent._x = _parent._x + _parent.speed;
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2349 MovieClip [aen] Frame 18
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2349 MovieClip [aen] Frame 19
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2349 MovieClip [aen] Frame 20
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2349 MovieClip [aen] Frame 21
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2349 MovieClip [aen] Frame 22
currentmove = "fight";
canattack = 0;
autoblock = 0;
Instance of Symbol 2214 MovieClip "fighter" in Symbol 2349 MovieClip [aen] Frame 22
onClipEvent (load) {
this.gotoAndPlay("move" + _parent.movenumber);
}
Symbol 2349 MovieClip [aen] Frame 23
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2349 MovieClip [aen] Frame 24
canattack = 0;
autoblock = 0;
Instance of Symbol 2232 MovieClip "fighter" in Symbol 2349 MovieClip [aen] Frame 24
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + _parent.speed;
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + (-_parent.speed);
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2349 MovieClip [aen] Frame 25
canattack = 0;
autoblock = 0;
Instance of Symbol 2232 MovieClip "fighter" in Symbol 2349 MovieClip [aen] Frame 25
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + _parent.speed;
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2349 MovieClip [aen] Frame 27
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2349 MovieClip [aen] Frame 28
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2349 MovieClip [aen] Frame 29
currentmove = "fight";
canattack = 0;
autoblock = 0;
Instance of Symbol 2242 MovieClip "fighter" in Symbol 2349 MovieClip [aen] Frame 29
onClipEvent (load) {
this.gotoAndPlay("move" + _parent.movenumber);
}
Symbol 2349 MovieClip [aen] Frame 30
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2349 MovieClip [aen] Frame 31
canattack = 0;
autoblock = 0;
Instance of Symbol 2243 MovieClip "fighter" in Symbol 2349 MovieClip [aen] Frame 31
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + _parent.speed;
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + (-_parent.speed);
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2349 MovieClip [aen] Frame 32
canattack = 0;
autoblock = 0;
Instance of Symbol 2243 MovieClip "fighter" in Symbol 2349 MovieClip [aen] Frame 32
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + _parent.speed;
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2349 MovieClip [aen] Frame 33
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2349 MovieClip [aen] Frame 34
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2349 MovieClip [aen] Frame 36
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 2245 MovieClip in Symbol 2349 MovieClip [aen] Frame 36
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x - 3;
}
Symbol 2349 MovieClip [aen] Frame 37
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 2245 MovieClip in Symbol 2349 MovieClip [aen] Frame 37
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x + 3;
}
Symbol 2349 MovieClip [aen] Frame 38
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 2246 MovieClip in Symbol 2349 MovieClip [aen] Frame 38
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x - 3;
}
Symbol 2349 MovieClip [aen] Frame 39
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 2246 MovieClip in Symbol 2349 MovieClip [aen] Frame 39
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x + 3;
}
Symbol 2349 MovieClip [aen] Frame 40
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 2249 MovieClip in Symbol 2349 MovieClip [aen] Frame 40
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
if (!_parent.youlose) {
_parent._x = _parent._x - 8;
}
}
Symbol 2349 MovieClip [aen] Frame 41
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 2249 MovieClip in Symbol 2349 MovieClip [aen] Frame 41
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
if (!_parent.youlose) {
_parent._x = _parent._x + 8;
}
}
Symbol 2349 MovieClip [aen] Frame 42
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 2251 MovieClip in Symbol 2349 MovieClip [aen] Frame 42
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x - 8;
}
}
Symbol 2349 MovieClip [aen] Frame 43
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 2251 MovieClip in Symbol 2349 MovieClip [aen] Frame 43
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x + 8;
}
}
Symbol 2349 MovieClip [aen] Frame 44
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 2252 MovieClip in Symbol 2349 MovieClip [aen] Frame 44
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x - 2;
}
}
Symbol 2349 MovieClip [aen] Frame 45
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 2252 MovieClip in Symbol 2349 MovieClip [aen] Frame 45
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x + 2;
}
}
Symbol 2349 MovieClip [aen] Frame 46
Symbol 2349 MovieClip [aen] Frame 47
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2349 MovieClip [aen] Frame 48
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2349 MovieClip [aen] Frame 49
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2349 MovieClip [aen] Frame 50
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2349 MovieClip [aen] Frame 51
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2349 MovieClip [aen] Frame 52
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2349 MovieClip [aen] Frame 53
currentmove = "fight";
canattack = 0;
autoblock = 0;
mana = mana - manacount;
Symbol 2349 MovieClip [aen] Frame 54
currentmove = "fight";
canattack = 0;
autoblock = 0;
mana = mana - manacount;
Symbol 2349 MovieClip [aen] Frame 55
currentmove = "fight";
canattack = 0;
autoblock = 0;
mana = mana - manacount;
Symbol 2349 MovieClip [aen] Frame 56
currentmove = "fight";
canattack = 0;
autoblock = 0;
mana = mana - manacount;
Symbol 2349 MovieClip [aen] Frame 58
currentmove = "winningpose";
Symbol 2349 MovieClip [aen] Frame 59
currentmove = "winningpose";
Symbol 2349 MovieClip [aen] Frame 60
currentmove = "roll";
if (this.getDepth() < _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 2348 MovieClip in Symbol 2349 MovieClip [aen] Frame 60
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 1;
_parent._x = _parent._x - _parent.speed;
} else if (_parent.button_right) {
_parent.autoblock = 0;
_parent._x = _parent._x - (-_parent.speed);
}
}
Symbol 2349 MovieClip [aen] Frame 61
currentmove = "roll";
if (this.getDepth() < _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 2348 MovieClip in Symbol 2349 MovieClip [aen] Frame 61
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 0;
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.button_right) {
_parent.autoblock = 1;
_parent._x = _parent._x + _parent.speed;
}
}
Symbol 2368 MovieClip Frame 1
if (((_parent.hp / _parent.fullhp) * 100) < 40) {
gotoAndPlay (31);
}
Symbol 2368 MovieClip Frame 10
gotoAndPlay (2);
Symbol 2368 MovieClip Frame 50
gotoAndPlay (11);
Symbol 2372 MovieClip Frame 1
if (((_parent.hp / _parent.fullhp) * 100) < 40) {
gotoAndPlay (23);
}
Symbol 2372 MovieClip Frame 22
gotoAndPlay (2);
Symbol 2372 MovieClip Frame 38
gotoAndPlay (23);
Symbol 2380 MovieClip Frame 37
_parent.hp = _parent.hp + 5;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2386 MovieClip Frame 12
stop();
Symbol 2391 MovieClip Frame 17
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2395 MovieClip Frame 1
_parent.flyingheight = 110;
Symbol 2395 MovieClip Frame 20
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "duck");
Symbol 2404 MovieClip Frame 1
_parent.specialdamage = 2;
_parent.flyingheight = 85;
Symbol 2404 MovieClip Frame 20
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2404 MovieClip Frame 21
if (_parent.directioner == "l") {
adding = -7;
} else {
adding = 7;
}
_parent.specialdamage = 1;
Symbol 2404 MovieClip Frame 27
_parent._x = _parent._x + adding;
Symbol 2404 MovieClip Frame 40
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2407 MovieClip Frame 7
stop();
Symbol 2408 MovieClip Frame 1
if (_parent.directioner == "l") {
adding = -6;
} else {
adding = 6;
}
Symbol 2408 MovieClip Frame 2
_parent._x = _parent._x + adding;
Symbol 2408 MovieClip Frame 3
_parent._x = _parent._x + adding;
Symbol 2408 MovieClip Frame 4
_parent._x = _parent._x + adding;
Symbol 2408 MovieClip Frame 5
_parent._x = _parent._x + adding;
Symbol 2408 MovieClip Frame 17
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2411 MovieClip Frame 1
_parent.specialdamage = 2;
_parent.flyingheight = 40;
Symbol 2411 MovieClip Frame 15
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2411 MovieClip Frame 16
_parent.specialdamage = 2;
_parent.flyingheight = 123;
Symbol 2411 MovieClip Frame 30
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2417 MovieClip Frame 7
stop();
Symbol 2418 MovieClip Frame 1
_parent.flyingheight = 60;
Symbol 2418 MovieClip Frame 18
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "duck");
Symbol 2419 MovieClip Frame 7
if (_parent.hp <= 0) {
_parent.gotoAndStop(_parent.directioner + "gethit");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 2420 MovieClip Frame 8
if (_parent.hp <= 0) {
_parent.gotoAndStop(_parent.directioner + "gethit");
} else {
_parent.gotoAndStop(_parent.directioner + "duck");
}
Symbol 2421 MovieClip Frame 11
if (_parent.youlose == 1) {
gotoAndPlay ("die");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 2421 MovieClip Frame 25
if (_parent.youlose == 1) {
gotoAndPlay ("die");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 2421 MovieClip Frame 48
stop();
Symbol 2422 MovieClip Frame 18
stopping = 1;
if (_parent.youlose == 1) {
stop();
}
Symbol 2422 MovieClip Frame 44
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2423 MovieClip Frame 18
stopping = 1;
if (_parent.youlose == 1) {
stop();
}
Symbol 2423 MovieClip Frame 44
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2429 MovieClip Frame 1
_parent.specialdamage = 2;
_parent.usingspecial = 1;
Symbol 2429 MovieClip Frame 24
_parent.specialdamage = 0;
_parent.usingspecial = 0;
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2435 MovieClip Frame 1
_parent.specialdamage = 2;
_parent.usingspecial = 1;
Symbol 2435 MovieClip Frame 35
_parent.specialdamage = 0;
_parent.usingspecial = 0;
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2448 MovieClip Frame 1
_parent.specialdamage = 3;
_parent.flyingheight = 100;
_parent.usingspecial = 1;
Symbol 2448 MovieClip Frame 26
_parent.specialdamage = 0;
_parent.usingspecial = 0;
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2451 MovieClip Frame 1
_parent.specialdamage = 7;
_parent.flyingheight = 100;
_parent.usingspecial = 1;
Symbol 2451 MovieClip Frame 55
_parent.specialdamage = 0;
_parent.usingspecial = 0;
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2463 MovieClip Frame 1
_parent.specialdamage = 7;
_parent.flyingheight = 100;
_parent.usingspecial = 1;
var colormatrix = new Array(0.7, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 0, 0, 0.3, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
_root.bg.filters = new Array(color);
Symbol 2463 MovieClip Frame 20
var colormatrix = new Array(1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
_root.bg.filters = new Array(color);
Symbol 2463 MovieClip Frame 79
_parent.specialdamage = 0;
_parent.usingspecial = 0;
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2502 MovieClip Frame 1
_parent.specialdamage = 16;
_parent.flyingheight = 100;
_parent.usingspecial = 1;
var colormatrix = new Array(0.7, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 0, 0, 0.3, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
_root.bg.filters = new Array(color);
Symbol 2502 MovieClip Frame 30
var colormatrix = new Array(1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
_root.bg.filters = new Array(color);
Symbol 2502 MovieClip Frame 79
_parent.specialdamage = 0;
_parent.usingspecial = 0;
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2504 MovieClip Frame 60
stop();
Symbol 2505 MovieClip Frame 1
_alpha = 50;
Symbol 2505 MovieClip Frame 13
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2506 MovieClip [vanguard] Frame 1
airborne = 1;
yspeed = 0;
gravity = 15;
autoblock = 1;
jumpposition = "front";
canattack = 1;
youlose = 0;
movelist = "";
movenumber = 1;
jumpheight = 120;
speed = 8;
strength = 6;
defense = 1;
hp = 65;
fullhp = 65;
mana = 0;
manacount = 40;
hp = hp * _root.gaugesize;
fullhp = fullhp * _root.gaugesize;
specialdamage = 0;
flyingheight = 0;
currentmove = "stand";
button_up = 0;
button_down = 0;
button_left = 0;
button_right = 0;
button_punch = 0;
button_kick = 0;
button_taunt = 0;
((whichplayer == "p01") ? ((opponentplayer = "p02")) : ((opponentplayer = "p01")));
if ((whichplayer == "p02") && (_root.p1sprite == _root.p2sprite)) {
var colormatrix = new Array(0.8, 0, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
this.filters = new Array(color);
}
_name = (whichplayer + "fighter");
((whichplayer == "p01") ? ((directioner = "r")) : ((directioner = "l")));
gotoAndStop(directioner + "normal");
aitimer = 0;
aimoving = 0;
airange2 = 100;
airange1 = 50;
this.onEnterFrame = function () {
mycontroller = _root[whichplayer + "controller"];
distancebetween = this._x - _root[opponentplayer + "fighter"]._x;
if (distancebetween < 0) {
distancebetween = distancebetween * -1;
}
if (hp <= 0) {
youlose = 1;
hp = 0;
_root.winnersname = _root[opponentplayer + "name"];
_root.winnersymbol.play();
} else if (hp > fullhp) {
hp = fullhp;
}
yspeed = yspeed + gravity;
_y = (_y + (yspeed / 4));
if (_root.thefloor.hitTest(this._x, this._y, true) && (yspeed >= 0)) {
yspeed = 0;
gravity = 0;
}
if (_root.thefloor.hitTest(this._x, this._y + 1, true)) {
airborne = 0;
} else {
airborne = 1;
}
while (_root.thefloor.hitTest(this._x, this._y, true)) {
_y = (_y-1);
}
((this._x <= _root[opponentplayer + "fighter"]._x) ? ((directioner = "r")) : ((directioner = "l")));
if (_root[opponentplayer + "fighter"].youlose && (currentmove == "stand")) {
this.gotoAndStop(directioner + "winningpose");
}
if (mycontroller == "p") {
(Key.isDown(_root[whichplayer + "keyleft"]) ? ((button_left = 1)) : ((button_left = 0)));
(Key.isDown(_root[whichplayer + "keyright"]) ? ((button_right = 1)) : ((button_right = 0)));
(Key.isDown(_root[whichplayer + "keyup"]) ? ((button_up = 1)) : ((button_up = 0)));
(Key.isDown(_root[whichplayer + "keydown"]) ? ((button_down = 1)) : ((button_down = 0)));
(Key.isDown(_root[whichplayer + "keypunch"]) ? ((button_punch = 1)) : ((button_punch = 0)));
(Key.isDown(_root[whichplayer + "keykick"]) ? ((button_kick = 1)) : ((button_kick = 0)));
(Key.isDown(_root[whichplayer + "keytaunt"]) ? ((button_taunt = 1)) : ((button_taunt = 0)));
}
if (button_down && ((currentmove == "stand") || (currentmove == "walk"))) {
this.gotoAndStop(directioner + "duck");
}
if (button_up) {
if (button_right && (currentmove == "walk")) {
((directioner == "r") ? ((jumpposition = "front")) : ((jumpposition = "back")));
this.gotoAndStop((directioner + "jump") + jumpposition);
} else if (button_left && (currentmove == "walk")) {
((directioner == "r") ? ((jumpposition = "back")) : ((jumpposition = "front")));
this.gotoAndStop((directioner + "jump") + jumpposition);
} else if (currentmove == "stand") {
this.gotoAndStop(directioner + "jump");
}
}
if (button_left && (currentmove == "stand")) {
this.gotoAndStop(directioner + "walk");
}
if (button_right && (currentmove == "stand")) {
this.gotoAndStop(directioner + "walk");
}
if (button_taunt) {
if (currentmove == "stand") {
this.gotoAndStop(directioner + "taunt");
} else if (currentmove == "walk") {
this.gotoAndStop(directioner + "roll");
}
}
if (button_punch && (canattack == 1)) {
switch (currentmove) {
case "stand" :
if (movelist == "fd") {
this.gotoAndStop(directioner + "special2");
} else {
this.gotoAndStop(directioner + "punch");
}
break;
case "walk" :
if (button_left) {
((directioner == "l") ? ((movenumber = 1)) : ((movenumber = 2)));
} else if (button_right) {
((directioner == "l") ? ((movenumber = 2)) : ((movenumber = 1)));
}
if (movelist == "df") {
this.gotoAndStop(directioner + "special1");
} else if (movelist == "bdf") {
this.gotoAndStop(directioner + "special3");
} else {
this.gotoAndStop(directioner + "specialpunch");
}
break;
case "duck" :
this.gotoAndStop(directioner + "duckpunch");
break;
case "jumpup" :
case "jumpback" :
case "jumpfront" :
this.gotoAndStop(directioner + "jumperpunch");
}
}
if (button_kick && (canattack == 1)) {
switch (currentmove) {
case "stand" :
this.gotoAndStop(directioner + "kick");
break;
case "walk" :
if (button_left) {
((directioner == "l") ? ((movenumber = 1)) : ((movenumber = 2)));
} else if (button_right) {
((directioner == "l") ? ((movenumber = 2)) : ((movenumber = 1)));
}
if (movelist == "fdbdf") {
if (mana >= manacount) {
this.gotoAndStop(directioner + "finish2");
}
} else if (movelist == "bbff") {
if (mana >= manacount) {
this.gotoAndStop(directioner + "finish");
}
} else if (movelist == "bf") {
this.gotoAndStop(directioner + "special4");
} else {
this.gotoAndStop(directioner + "specialkick");
}
break;
case "duck" :
this.gotoAndStop(directioner + "slide");
break;
case "jumpfront" :
case "jumpback" :
case "jumpup" :
this.gotoAndStop(directioner + "jumperkick");
}
}
if ((mycontroller == "p") && (youlose == 0)) {
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.puncher)) {
if (autoblock == 0) {
if (airborne == 0) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "fall");
}
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.puncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.fallpuncher)) {
if (autoblock == 0) {
this.gotoAndStop(directioner + "fall");
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.fallpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.duckpuncher)) {
if (mycontroller == "c") {
if (((random(10) + 1) > _root.computerlevel) || (youlose == 1)) {
movenumber = 2;
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
} else if ((autoblock == 0) || (currentmove != "duck")) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
_root[opponentplayer + "fighter"].fighter.duckpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.slider)) {
if (mycontroller == "c") {
if (((random(10) + 1) > _root.computerlevel) || (youlose == 1)) {
movenumber = 2;
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
} else {
this.gotoAndStop(directioner + "slided");
}
_root[opponentplayer + "fighter"].fighter.slider.unloadMovie();
}
}
if ((mycontroller == "c") && (youlose == 0)) {
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.puncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
if (airborne == 0) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "fall");
}
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.puncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.fallpuncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "fall");
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.fallpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.duckpuncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
_root[opponentplayer + "fighter"].fighter.duckpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.slider)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "slided");
} else {
i = random(3);
switch (i) {
case 0 :
jumpposition = "";
break;
case 1 :
jumpposition = "front";
break;
case 2 :
jumpposition = "back";
}
this.gotoAndStop((directioner + "jump") + jumpposition);
}
_root[opponentplayer + "fighter"].fighter.slider.unloadMovie();
}
}
aitimer++;
if (aitimer > 100) {
aitimer = 0;
}
if (mycontroller == "c") {
if ((aitimer % (10 - _root.computerlevel)) == 0) {
if (((_root[opponentplayer + "fighter"].youlose == 0) && ((((currentmove == "walk") || (currentmove == "stand")) || (currentmove == "duck")) || (currentmove == "roll"))) && (youlose == 0)) {
if (distancebetween > airange2) {
randommove = random(10);
if (randommove < _root.computerlevel) {
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_left = 0;
button_right = 0;
}
randommove = random(8);
if (randommove == 0) {
button_up = 1;
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_up = 0;
}
randomtaunt = random(8);
(((hp < 10) || (randomtaunt == 0)) ? ((button_taunt = 1)) : ((button_taunt = 0)));
usespecial = random(24);
if (usespecial == 0) {
this.gotoAndStop(directioner + "special4");
} else if (usespecial == 1) {
this.gotoAndStop(directioner + "special1");
} else if (usespecial == 2) {
this.gotoAndStop(directioner + "special2");
} else if (usespecial == 3) {
this.gotoAndStop(directioner + "special3");
}
if (mana >= manacount) {
usesfinisher = random(12);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish2");
} else if (usesfinisher == 0) {
this.gotoAndStop(directioner + "finish");
}
}
button_punch = 0;
button_kick = 0;
}
if ((distancebetween >= airange1) && (distancebetween <= airange2)) {
randomattack = random(18);
switch (randomattack) {
case 0 :
((directioner == "l") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_up = 0;
}
break;
case 1 :
((directioner == "r") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
} else {
button_up = 0;
}
break;
case 2 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialpunch");
break;
case 3 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialkick");
break;
case 4 :
this.gotoAndStop(directioner + "special1");
break;
case 5 :
this.gotoAndStop(directioner + "special2");
break;
case 8 :
this.gotoAndStop(directioner + "special3");
break;
case 7 :
((directioner == "r") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
} else {
button_up = 0;
}
break;
case 6 :
if (mana >= manacount) {
usesfinisher = random(20);
if (usesfinisher == 1) {
this.gotoAndStop(directioner + "finish");
}
}
default :
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
}
}
if (distancebetween < airange1) {
randomattack = random(18);
switch (randomattack) {
case 0 :
button_punch = 1;
break;
case 1 :
button_kick = 1;
break;
case 2 :
((directioner == "l") ? ((button_left = 1)) : ((button_right = 1)));
this.gotoAndStop(directioner + "roll");
break;
case 11 :
case 3 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialpunch");
break;
case 4 :
case 12 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialkick");
break;
case 5 :
((directioner == "r") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
} else {
button_up = 0;
}
break;
case 6 :
this.gotoAndStop(directioner + "slide");
break;
case 7 :
this.gotoAndStop(directioner + "duckpunch");
break;
case 8 :
case 10 :
((directioner == "r") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
} else {
button_up = 0;
}
break;
case 9 :
default :
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
}
}
} else {
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
button_up = 0;
button_down = 0;
}
}
}
};
Instance of Symbol 42 MovieClip "detector" in Symbol 2506 MovieClip [vanguard] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
if (_parent._x < _root[_parent.opponentplayer + "fighter"]._x) {
while (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
_parent._x--;
}
} else {
while (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
_parent._x++;
}
}
}
}
Instance of Symbol 42 MovieClip in Symbol 2506 MovieClip [vanguard] Frame 1
onClipEvent (load) {
movelister = 0;
pressonce = 1;
presstwice = 1;
pressthrice = 1;
}
onClipEvent (enterFrame) {
if (((!Key.isDown(_root[_parent.whichplayer + "keypunch"])) && (!Key.isDown(_root[_parent.whichplayer + "keykick"]))) && (_parent.airborne == 0)) {
_parent.canattack = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keydown"])) {
if (pressonce == 1) {
_parent.movelist = _parent.movelist + "d";
movelister = 10;
pressonce = 0;
}
} else {
pressonce = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keyright"])) {
if (presstwice == 1) {
((_parent.directioner == "r") ? ((_parent.movelist = _parent.movelist + "f")) : ((_parent.movelist = _parent.movelist + "b")));
movelister = 10;
presstwice = 0;
}
} else {
presstwice = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keyleft"])) {
if (pressthrice == 1) {
((_parent.directioner == "l") ? ((_parent.movelist = _parent.movelist + "f")) : ((_parent.movelist = _parent.movelist + "b")));
movelister = 10;
pressthrice = 0;
}
} else {
pressthrice = 1;
}
if (movelister > 0) {
movelister--;
}
if (movelister == 0) {
_parent.movelist = "";
}
}
Symbol 2506 MovieClip [vanguard] Frame 2
currentmove = "stand";
autoblock = 1;
Symbol 2506 MovieClip [vanguard] Frame 3
currentmove = "stand";
autoblock = 1;
Symbol 2506 MovieClip [vanguard] Frame 4
currentmove = "walk";
Instance of Symbol 2372 MovieClip in Symbol 2506 MovieClip [vanguard] Frame 4
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 1;
_parent._x = _parent._x - (_parent.speed - 2);
} else if (_parent.button_right) {
_parent.autoblock = 0;
_parent._x = _parent._x - (-_parent.speed);
}
if ((!_parent.button_left) && (!_parent.button_right)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2506 MovieClip [vanguard] Frame 5
currentmove = "walk";
Instance of Symbol 2372 MovieClip in Symbol 2506 MovieClip [vanguard] Frame 5
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 0;
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.button_right) {
_parent.autoblock = 1;
_parent._x = _parent._x + (_parent.speed - 2);
}
if ((!_parent.button_left) && (!_parent.button_right)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2506 MovieClip [vanguard] Frame 6
currentmove = "taunt";
autoblock = 0;
Symbol 2506 MovieClip [vanguard] Frame 7
currentmove = "taunt";
autoblock = 0;
Symbol 2506 MovieClip [vanguard] Frame 8
currentmove = "duck";
autoblock = 1;
Instance of Symbol 2383 MovieClip in Symbol 2506 MovieClip [vanguard] Frame 8
onClipEvent (enterFrame) {
if (!Key.isDown(_root[_parent.whichplayer + "keydown"])) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2506 MovieClip [vanguard] Frame 9
currentmove = "duck";
autoblock = 1;
Symbol 2506 MovieClip [vanguard] Frame 11
currentmove = "jumpup";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 2386 MovieClip in Symbol 2506 MovieClip [vanguard] Frame 11
onClipEvent (enterFrame) {
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2506 MovieClip [vanguard] Frame 12
currentmove = "jumpup";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Symbol 2506 MovieClip [vanguard] Frame 13
currentmove = "jumpfront";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 2386 MovieClip in Symbol 2506 MovieClip [vanguard] Frame 13
onClipEvent (enterFrame) {
_parent._x = _parent._x + _parent.speed;
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2506 MovieClip [vanguard] Frame 14
currentmove = "jumpfront";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 2386 MovieClip in Symbol 2506 MovieClip [vanguard] Frame 14
onClipEvent (enterFrame) {
_parent._x = _parent._x + (-_parent.speed);
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2506 MovieClip [vanguard] Frame 15
currentmove = "jumpback";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Symbol 2506 MovieClip [vanguard] Frame 16
currentmove = "jumpback";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 2386 MovieClip in Symbol 2506 MovieClip [vanguard] Frame 16
onClipEvent (enterFrame) {
_parent._x = _parent._x + _parent.speed;
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2506 MovieClip [vanguard] Frame 18
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2506 MovieClip [vanguard] Frame 19
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2506 MovieClip [vanguard] Frame 20
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2506 MovieClip [vanguard] Frame 21
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2506 MovieClip [vanguard] Frame 22
currentmove = "fight";
canattack = 0;
autoblock = 0;
Instance of Symbol 2404 MovieClip "fighter" in Symbol 2506 MovieClip [vanguard] Frame 22
onClipEvent (load) {
this.gotoAndPlay("move" + _parent.movenumber);
}
Symbol 2506 MovieClip [vanguard] Frame 23
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2506 MovieClip [vanguard] Frame 24
canattack = 0;
autoblock = 0;
Instance of Symbol 2407 MovieClip "fighter" in Symbol 2506 MovieClip [vanguard] Frame 24
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + _parent.speed;
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + (-_parent.speed);
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2506 MovieClip [vanguard] Frame 25
canattack = 0;
autoblock = 0;
Instance of Symbol 2407 MovieClip "fighter" in Symbol 2506 MovieClip [vanguard] Frame 25
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + _parent.speed;
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2506 MovieClip [vanguard] Frame 27
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2506 MovieClip [vanguard] Frame 28
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2506 MovieClip [vanguard] Frame 29
currentmove = "fight";
canattack = 0;
autoblock = 0;
Instance of Symbol 2411 MovieClip "fighter" in Symbol 2506 MovieClip [vanguard] Frame 29
onClipEvent (load) {
this.gotoAndPlay("move" + _parent.movenumber);
}
Symbol 2506 MovieClip [vanguard] Frame 30
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2506 MovieClip [vanguard] Frame 31
canattack = 0;
autoblock = 0;
Instance of Symbol 2417 MovieClip "fighter" in Symbol 2506 MovieClip [vanguard] Frame 31
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + _parent.speed;
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + (-_parent.speed);
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2506 MovieClip [vanguard] Frame 32
canattack = 0;
autoblock = 0;
Instance of Symbol 2417 MovieClip "fighter" in Symbol 2506 MovieClip [vanguard] Frame 32
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + _parent.speed;
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2506 MovieClip [vanguard] Frame 33
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2506 MovieClip [vanguard] Frame 34
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2506 MovieClip [vanguard] Frame 36
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 2419 MovieClip in Symbol 2506 MovieClip [vanguard] Frame 36
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x - 3;
}
Symbol 2506 MovieClip [vanguard] Frame 37
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 2419 MovieClip in Symbol 2506 MovieClip [vanguard] Frame 37
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x + 3;
}
Symbol 2506 MovieClip [vanguard] Frame 38
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 2420 MovieClip in Symbol 2506 MovieClip [vanguard] Frame 38
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x - 3;
}
Symbol 2506 MovieClip [vanguard] Frame 39
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 2420 MovieClip in Symbol 2506 MovieClip [vanguard] Frame 39
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x + 3;
}
Symbol 2506 MovieClip [vanguard] Frame 40
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 2421 MovieClip in Symbol 2506 MovieClip [vanguard] Frame 40
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
if (!_parent.youlose) {
_parent._x = _parent._x - 8;
}
}
Symbol 2506 MovieClip [vanguard] Frame 41
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 2421 MovieClip in Symbol 2506 MovieClip [vanguard] Frame 41
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
if (!_parent.youlose) {
_parent._x = _parent._x + 8;
}
}
Symbol 2506 MovieClip [vanguard] Frame 42
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 2422 MovieClip in Symbol 2506 MovieClip [vanguard] Frame 42
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x - 8;
}
}
Symbol 2506 MovieClip [vanguard] Frame 43
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 2422 MovieClip in Symbol 2506 MovieClip [vanguard] Frame 43
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x + 8;
}
}
Symbol 2506 MovieClip [vanguard] Frame 44
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 2423 MovieClip in Symbol 2506 MovieClip [vanguard] Frame 44
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x - 2;
}
}
Symbol 2506 MovieClip [vanguard] Frame 45
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 2423 MovieClip in Symbol 2506 MovieClip [vanguard] Frame 45
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x + 2;
}
}
Symbol 2506 MovieClip [vanguard] Frame 46
Symbol 2506 MovieClip [vanguard] Frame 47
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2506 MovieClip [vanguard] Frame 48
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2506 MovieClip [vanguard] Frame 49
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2506 MovieClip [vanguard] Frame 50
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2506 MovieClip [vanguard] Frame 51
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2506 MovieClip [vanguard] Frame 52
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2506 MovieClip [vanguard] Frame 53
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2506 MovieClip [vanguard] Frame 54
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2506 MovieClip [vanguard] Frame 55
currentmove = "fight";
canattack = 0;
autoblock = 0;
mana = mana - manacount;
Symbol 2506 MovieClip [vanguard] Frame 56
currentmove = "fight";
canattack = 0;
autoblock = 0;
mana = mana - manacount;
Symbol 2506 MovieClip [vanguard] Frame 57
currentmove = "fight";
canattack = 0;
autoblock = 0;
mana = mana - manacount;
Symbol 2506 MovieClip [vanguard] Frame 58
currentmove = "fight";
canattack = 0;
autoblock = 0;
mana = mana - manacount;
Symbol 2506 MovieClip [vanguard] Frame 60
currentmove = "winningpose";
Symbol 2506 MovieClip [vanguard] Frame 61
currentmove = "winningpose";
Symbol 2506 MovieClip [vanguard] Frame 62
currentmove = "roll";
if (this.getDepth() < _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 2505 MovieClip in Symbol 2506 MovieClip [vanguard] Frame 62
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 1;
_parent._x = _parent._x - _parent.speed;
} else if (_parent.button_right) {
_parent.autoblock = 0;
_parent._x = _parent._x - (-_parent.speed);
}
}
Symbol 2506 MovieClip [vanguard] Frame 63
currentmove = "roll";
if (this.getDepth() < _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 2505 MovieClip in Symbol 2506 MovieClip [vanguard] Frame 63
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 0;
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.button_right) {
_parent.autoblock = 1;
_parent._x = _parent._x + _parent.speed;
}
}
Symbol 2517 MovieClip Frame 1
if (((_parent.hp / _parent.fullhp) * 100) < 40) {
gotoAndPlay (31);
}
Symbol 2517 MovieClip Frame 30
gotoAndPlay (2);
Symbol 2517 MovieClip Frame 58
gotoAndPlay (31);
Symbol 2518 MovieClip Frame 1
if (((_parent.hp / _parent.fullhp) * 100) < 40) {
gotoAndPlay (28);
}
Symbol 2518 MovieClip Frame 27
gotoAndPlay (2);
Symbol 2518 MovieClip Frame 49
gotoAndPlay (28);
Symbol 2519 MovieClip Frame 30
_parent.hp = _parent.hp + 2;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2521 MovieClip Frame 7
stop();
Symbol 2522 MovieClip Frame 19
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2526 MovieClip Frame 18
_parent.gotoAndStop(_parent.directioner + "duck");
Symbol 2527 MovieClip Frame 1
_parent.specialdamage = 1;
Symbol 2527 MovieClip Frame 23
_parent.specialdamage = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2527 MovieClip Frame 24
_parent.specialdamage = 1;
Symbol 2527 MovieClip Frame 44
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2528 MovieClip Frame 7
stop();
Symbol 2529 MovieClip Frame 22
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2530 MovieClip Frame 22
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2530 MovieClip Frame 23
_parent.specialdamage = 1;
Symbol 2530 MovieClip Frame 44
_parent.specialdamage = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2534 MovieClip Frame 1
_parent.flyingheight = 60;
Symbol 2534 MovieClip Frame 15
_parent.flyingheight = 0;
_parent.gotoAndStop(_parent.directioner + "duck");
Symbol 2535 MovieClip Frame 7
if (_parent.hp <= 0) {
_parent.gotoAndStop(_parent.directioner + "gethit");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 2536 MovieClip Frame 8
if (_parent.hp <= 0) {
_parent.gotoAndStop(_parent.directioner + "gethit");
} else {
_parent.gotoAndStop(_parent.directioner + "duck");
}
Symbol 2537 MovieClip Frame 11
if (_parent.youlose == 1) {
gotoAndPlay ("die");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 2537 MovieClip Frame 22
if (_parent.youlose == 1) {
gotoAndPlay ("die");
} else {
_parent.gotoAndStop(_parent.directioner + "normal");
}
Symbol 2537 MovieClip Frame 49
stop();
Symbol 2538 MovieClip Frame 27
stopping = 1;
if (_parent.youlose == 1) {
stop();
}
Symbol 2538 MovieClip Frame 50
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2539 MovieClip Frame 27
stopping = 1;
if (_parent.youlose == 1) {
stop();
}
Symbol 2539 MovieClip Frame 50
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2545 MovieClip Frame 1
_parent.specialdamage = 6;
_parent.usingspecial = 1;
Symbol 2545 MovieClip Frame 49
_parent.specialdamage = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2546 MovieClip Frame 1
if (_parent.directioner == "l") {
adding = -12;
} else {
adding = 12;
}
_parent.specialdamage = 6;
_parent.flyingheight = 20;
_parent.usingspecial = 1;
Symbol 2546 MovieClip Frame 2
_parent._x = _parent._x + adding;
Symbol 2546 MovieClip Frame 3
_parent._x = _parent._x + adding;
Symbol 2546 MovieClip Frame 4
_parent._x = _parent._x + adding;
Symbol 2546 MovieClip Frame 5
_parent._x = _parent._x + adding;
Symbol 2546 MovieClip Frame 6
_parent._x = _parent._x + adding;
Symbol 2546 MovieClip Frame 7
_parent._x = _parent._x + adding;
Symbol 2546 MovieClip Frame 8
_parent._x = _parent._x + adding;
Symbol 2546 MovieClip Frame 9
_parent._x = _parent._x + adding;
Symbol 2546 MovieClip Frame 10
_parent._x = _parent._x + adding;
Symbol 2546 MovieClip Frame 11
_parent._x = _parent._x + adding;
Symbol 2546 MovieClip Frame 12
_parent._x = _parent._x + adding;
Symbol 2546 MovieClip Frame 13
_parent._x = _parent._x + adding;
Symbol 2546 MovieClip Frame 14
_parent._x = _parent._x + adding;
Symbol 2546 MovieClip Frame 15
_parent._x = _parent._x + adding;
Symbol 2546 MovieClip Frame 16
_parent._x = _parent._x + adding;
_parent.yspeed = -_parent.jumpheight;
_parent.gravity = 15;
_parent._y = _parent._y - 2;
_parent.autoblock = 0;
Symbol 2546 MovieClip Frame 17
_parent._x = _parent._x + adding;
Symbol 2546 MovieClip Frame 18
_parent._x = _parent._x + adding;
Symbol 2546 MovieClip Frame 19
_parent._x = _parent._x + adding;
Symbol 2546 MovieClip Frame 20
_parent._x = _parent._x + adding;
Symbol 2546 MovieClip Frame 21
_parent._x = _parent._x + adding;
Symbol 2546 MovieClip Frame 22
_parent._x = _parent._x + adding;
Symbol 2546 MovieClip Frame 23
_parent._x = _parent._x + adding;
Symbol 2546 MovieClip Frame 24
_parent._x = _parent._x + adding;
Symbol 2546 MovieClip Frame 25
_parent._x = _parent._x + adding;
Symbol 2546 MovieClip Frame 26
_parent._x = _parent._x + adding;
Symbol 2546 MovieClip Frame 27
_parent._x = _parent._x + adding;
Symbol 2546 MovieClip Frame 28
_parent._x = _parent._x + adding;
Symbol 2546 MovieClip Frame 29
_parent._x = _parent._x + adding;
Symbol 2546 MovieClip Frame 30
_parent._x = _parent._x + adding;
Symbol 2546 MovieClip Frame 31
_parent._x = _parent._x + adding;
Symbol 2546 MovieClip Frame 32
_parent._x = _parent._x + adding;
Symbol 2546 MovieClip Frame 33
_parent._x = _parent._x + adding;
Symbol 2546 MovieClip Frame 34
_parent._x = _parent._x + adding;
Symbol 2546 MovieClip Frame 35
_parent._x = _parent._x + adding;
Symbol 2546 MovieClip Frame 36
_parent._x = _parent._x + adding;
Symbol 2546 MovieClip Frame 37
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2547 MovieClip Frame 1
_parent.specialdamage = 2;
_parent.flyingheight = 70;
_parent.usingspecial = 1;
Symbol 2547 MovieClip Frame 50
_parent.specialdamage = 0;
_parent.flyingheight = 0;
_parent.usingspecial = 0;
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2550 MovieClip Frame 43
stop();
Symbol 2551 MovieClip Frame 1
_alpha = 50;
Symbol 2551 MovieClip Frame 12
_parent.gotoAndStop(_parent.directioner + "normal");
Symbol 2552 MovieClip [td] Frame 1
airborne = 1;
yspeed = 0;
gravity = 15;
autoblock = 1;
jumpposition = "front";
canattack = 1;
youlose = 0;
movelist = "";
movenumber = 1;
jumpheight = 135;
speed = 5;
strength = 11;
defense = 3;
hp = 100;
fullhp = 100;
mana = 0;
manacount = 25;
hp = hp * _root.gaugesize;
fullhp = fullhp * _root.gaugesize;
specialdamage = 0;
flyingheight = 0;
currentmove = "stand";
button_up = 0;
button_down = 0;
button_left = 0;
button_right = 0;
button_punch = 0;
button_kick = 0;
button_taunt = 0;
((whichplayer == "p01") ? ((opponentplayer = "p02")) : ((opponentplayer = "p01")));
if ((whichplayer == "p02") && (_root.p1sprite == _root.p2sprite)) {
var colormatrix = new Array(0.8, 0, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 0, 1, 0);
var color = (new flash.filters.ColorMatrixFilter(colormatrix));
this.filters = new Array(color);
}
_name = (whichplayer + "fighter");
((whichplayer == "p01") ? ((directioner = "r")) : ((directioner = "l")));
gotoAndStop(directioner + "normal");
aitimer = 0;
aimoving = 0;
airange2 = 100;
airange1 = 50;
this.onEnterFrame = function () {
mycontroller = _root[whichplayer + "controller"];
distancebetween = this._x - _root[opponentplayer + "fighter"]._x;
if (distancebetween < 0) {
distancebetween = distancebetween * -1;
}
if (hp <= 0) {
youlose = 1;
hp = 0;
_root.winnersname = _root[opponentplayer + "name"];
_root.winnersymbol.play();
} else if (hp > fullhp) {
hp = fullhp;
}
yspeed = yspeed + gravity;
_y = (_y + (yspeed / 4));
if (_root.thefloor.hitTest(this._x, this._y, true) && (yspeed >= 0)) {
yspeed = 0;
gravity = 0;
}
if (_root.thefloor.hitTest(this._x, this._y + 1, true)) {
airborne = 0;
} else {
airborne = 1;
}
while (_root.thefloor.hitTest(this._x, this._y, true)) {
_y = (_y-1);
}
((this._x <= _root[opponentplayer + "fighter"]._x) ? ((directioner = "r")) : ((directioner = "l")));
if (_root[opponentplayer + "fighter"].youlose && (currentmove == "stand")) {
this.gotoAndStop(directioner + "winningpose");
}
if (mycontroller == "p") {
(Key.isDown(_root[whichplayer + "keyleft"]) ? ((button_left = 1)) : ((button_left = 0)));
(Key.isDown(_root[whichplayer + "keyright"]) ? ((button_right = 1)) : ((button_right = 0)));
(Key.isDown(_root[whichplayer + "keyup"]) ? ((button_up = 1)) : ((button_up = 0)));
(Key.isDown(_root[whichplayer + "keydown"]) ? ((button_down = 1)) : ((button_down = 0)));
(Key.isDown(_root[whichplayer + "keypunch"]) ? ((button_punch = 1)) : ((button_punch = 0)));
(Key.isDown(_root[whichplayer + "keykick"]) ? ((button_kick = 1)) : ((button_kick = 0)));
(Key.isDown(_root[whichplayer + "keytaunt"]) ? ((button_taunt = 1)) : ((button_taunt = 0)));
}
if (button_down && ((currentmove == "stand") || (currentmove == "walk"))) {
this.gotoAndStop(directioner + "duck");
}
if (button_up) {
if (button_right && (currentmove == "walk")) {
((directioner == "r") ? ((jumpposition = "front")) : ((jumpposition = "back")));
this.gotoAndStop((directioner + "jump") + jumpposition);
} else if (button_left && (currentmove == "walk")) {
((directioner == "r") ? ((jumpposition = "back")) : ((jumpposition = "front")));
this.gotoAndStop((directioner + "jump") + jumpposition);
} else if (currentmove == "stand") {
this.gotoAndStop(directioner + "jump");
}
}
if (button_left && (currentmove == "stand")) {
this.gotoAndStop(directioner + "walk");
}
if (button_right && (currentmove == "stand")) {
this.gotoAndStop(directioner + "walk");
}
if (button_taunt) {
if (currentmove == "stand") {
this.gotoAndStop(directioner + "taunt");
} else if (currentmove == "walk") {
this.gotoAndStop(directioner + "roll");
}
}
if (button_punch && (canattack == 1)) {
switch (currentmove) {
case "stand" :
this.gotoAndStop(directioner + "punch");
break;
case "walk" :
if (button_left) {
((directioner == "l") ? ((movenumber = 1)) : ((movenumber = 2)));
} else if (button_right) {
((directioner == "l") ? ((movenumber = 2)) : ((movenumber = 1)));
}
if (movelist == "df") {
this.gotoAndStop(directioner + "special1");
} else {
this.gotoAndStop(directioner + "specialpunch");
}
break;
case "duck" :
this.gotoAndStop(directioner + "duckpunch");
break;
case "jumpup" :
case "jumpback" :
case "jumpfront" :
this.gotoAndStop(directioner + "jumperpunch");
}
}
if (button_kick && (canattack == 1)) {
switch (currentmove) {
case "stand" :
this.gotoAndStop(directioner + "kick");
break;
case "walk" :
if (button_left) {
((directioner == "l") ? ((movenumber = 1)) : ((movenumber = 2)));
} else if (button_right) {
((directioner == "l") ? ((movenumber = 2)) : ((movenumber = 1)));
}
if (movelist == "df") {
this.gotoAndStop(directioner + "special2");
} else if (movelist == "bf") {
this.gotoAndStop(directioner + "special3");
} else {
this.gotoAndStop(directioner + "specialkick");
}
break;
case "duck" :
this.gotoAndStop(directioner + "slide");
break;
case "jumpfront" :
case "jumpback" :
case "jumpup" :
this.gotoAndStop(directioner + "jumperkick");
}
}
if ((mycontroller == "p") && (youlose == 0)) {
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.puncher)) {
if (autoblock == 0) {
if (airborne == 0) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "fall");
}
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.puncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.fallpuncher)) {
if (autoblock == 0) {
this.gotoAndStop(directioner + "fall");
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.fallpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.duckpuncher)) {
if (mycontroller == "c") {
if (((random(10) + 1) > _root.computerlevel) || (youlose == 1)) {
movenumber = 2;
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
} else if ((autoblock == 0) || (currentmove != "duck")) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
_root[opponentplayer + "fighter"].fighter.duckpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.slider)) {
if (mycontroller == "c") {
if (((random(10) + 1) > _root.computerlevel) || (youlose == 1)) {
movenumber = 2;
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
} else {
this.gotoAndStop(directioner + "slided");
}
_root[opponentplayer + "fighter"].fighter.slider.unloadMovie();
}
}
if ((mycontroller == "c") && (youlose == 0)) {
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.puncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
if (airborne == 0) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "fall");
}
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.puncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.fallpuncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "fall");
} else {
this.gotoAndStop(directioner + "block");
}
_root[opponentplayer + "fighter"].fighter.fallpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.duckpuncher)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "gethit");
} else {
this.gotoAndStop(directioner + "duckblock");
}
_root[opponentplayer + "fighter"].fighter.duckpuncher.unloadMovie();
}
if (detector.hitTest(_root[opponentplayer + "fighter"].fighter.slider)) {
compl = random(13);
if (compl > _root.computerlevel) {
this.gotoAndStop(directioner + "slided");
} else {
i = random(3);
switch (i) {
case 0 :
jumpposition = "";
break;
case 1 :
jumpposition = "front";
break;
case 2 :
jumpposition = "back";
}
this.gotoAndStop((directioner + "jump") + jumpposition);
}
_root[opponentplayer + "fighter"].fighter.slider.unloadMovie();
}
}
aitimer++;
if (aitimer > 100) {
aitimer = 0;
}
if (mycontroller == "c") {
if ((aitimer % (10 - _root.computerlevel)) == 0) {
if (((_root[opponentplayer + "fighter"].youlose == 0) && ((((currentmove == "walk") || (currentmove == "stand")) || (currentmove == "duck")) || (currentmove == "roll"))) && (youlose == 0)) {
if (distancebetween > airange2) {
randommove = random(10);
if (randommove < _root.computerlevel) {
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_left = 0;
button_right = 0;
}
randommove = random(8);
if (randommove == 0) {
button_up = 1;
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_up = 0;
}
randomtaunt = random(8);
(((hp < 10) || (randomtaunt == 0)) ? ((button_taunt = 1)) : ((button_taunt = 0)));
usespecial = random(10);
if (usespecial == 0) {
this.gotoAndStop(directioner + "special2");
} else if (usespecial == 1) {
this.gotoAndStop(directioner + "special1");
}
button_punch = 0;
button_kick = 0;
}
if ((distancebetween >= airange1) && (distancebetween <= airange2)) {
randomattack = random(18);
switch (randomattack) {
case 0 :
((directioner == "l") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
if (directioner == "l") {
button_left = 1;
} else if (directioner == "r") {
button_right = 1;
}
} else {
button_up = 0;
}
break;
case 1 :
((directioner == "r") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
} else {
button_up = 0;
}
break;
case 2 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialpunch");
break;
case 3 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialkick");
break;
case 4 :
this.gotoAndStop(directioner + "special2");
break;
case 5 :
this.gotoAndStop(directioner + "special3");
break;
case 6 :
case 7 :
this.gotoAndStop(directioner + "special1");
break;
default :
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
}
}
if (distancebetween < airange1) {
randomattack = random(18);
switch (randomattack) {
case 0 :
button_punch = 1;
break;
case 1 :
button_kick = 1;
break;
case 2 :
((directioner == "l") ? ((button_left = 1)) : ((button_right = 1)));
this.gotoAndStop(directioner + "roll");
break;
case 3 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialpunch");
break;
case 4 :
movenumber = random(2) + 1;
this.gotoAndStop(directioner + "specialkick");
break;
case 5 :
((directioner == "r") ? ((button_left = 1)) : ((button_right = 1)));
randommove = random(3);
if (randommove == 0) {
button_up = 1;
} else {
button_up = 0;
}
break;
case 6 :
this.gotoAndStop(directioner + "slide");
break;
case 7 :
this.gotoAndStop(directioner + "duckpunch");
break;
case 8 :
this.gotoAndStop(directioner + "special3");
break;
case 10 :
this.gotoAndStop(directioner + "special2");
break;
case 11 :
this.gotoAndStop(directioner + "special1");
break;
case 9 :
default :
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
}
}
} else {
button_punch = 0;
button_kick = 0;
button_taunt = 0;
button_left = 0;
button_right = 0;
button_up = 0;
button_down = 0;
}
}
}
};
Instance of Symbol 42 MovieClip "detector" in Symbol 2552 MovieClip [td] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
if (_parent._x < _root[_parent.opponentplayer + "fighter"]._x) {
while (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
_parent._x--;
}
} else {
while (this.hitTest(_root[_parent.opponentplayer + "fighter"].detector)) {
_parent._x++;
}
}
}
}
Instance of Symbol 42 MovieClip in Symbol 2552 MovieClip [td] Frame 1
onClipEvent (load) {
movelister = 0;
pressonce = 1;
presstwice = 1;
pressthrice = 1;
}
onClipEvent (enterFrame) {
if (((!Key.isDown(_root[_parent.whichplayer + "keypunch"])) && (!Key.isDown(_root[_parent.whichplayer + "keykick"]))) && (_parent.airborne == 0)) {
_parent.canattack = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keydown"])) {
if (pressonce == 1) {
_parent.movelist = _parent.movelist + "d";
movelister = 10;
pressonce = 0;
}
} else {
pressonce = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keyright"])) {
if (presstwice == 1) {
((_parent.directioner == "r") ? ((_parent.movelist = _parent.movelist + "f")) : ((_parent.movelist = _parent.movelist + "b")));
movelister = 10;
presstwice = 0;
}
} else {
presstwice = 1;
}
if (Key.isDown(_root[_parent.whichplayer + "keyleft"])) {
if (pressthrice == 1) {
((_parent.directioner == "l") ? ((_parent.movelist = _parent.movelist + "f")) : ((_parent.movelist = _parent.movelist + "b")));
movelister = 10;
pressthrice = 0;
}
} else {
pressthrice = 1;
}
if (movelister > 0) {
movelister--;
}
if (movelister == 0) {
_parent.movelist = "";
}
}
Symbol 2552 MovieClip [td] Frame 2
currentmove = "stand";
autoblock = 1;
Symbol 2552 MovieClip [td] Frame 3
currentmove = "stand";
autoblock = 1;
Symbol 2552 MovieClip [td] Frame 4
currentmove = "walk";
Instance of Symbol 2518 MovieClip in Symbol 2552 MovieClip [td] Frame 4
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 1;
_parent._x = _parent._x - (_parent.speed - 2);
} else if (_parent.button_right) {
_parent.autoblock = 0;
_parent._x = _parent._x - (-_parent.speed);
}
if ((!_parent.button_left) && (!_parent.button_right)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2552 MovieClip [td] Frame 5
currentmove = "walk";
Instance of Symbol 2518 MovieClip in Symbol 2552 MovieClip [td] Frame 5
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 0;
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.button_right) {
_parent.autoblock = 1;
_parent._x = _parent._x + (_parent.speed - 2);
}
if ((!_parent.button_left) && (!_parent.button_right)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2552 MovieClip [td] Frame 6
currentmove = "taunt";
autoblock = 0;
Symbol 2552 MovieClip [td] Frame 7
currentmove = "taunt";
autoblock = 0;
Symbol 2552 MovieClip [td] Frame 8
currentmove = "duck";
autoblock = 1;
Instance of Symbol 2520 MovieClip in Symbol 2552 MovieClip [td] Frame 8
onClipEvent (enterFrame) {
if (!Key.isDown(_root[_parent.whichplayer + "keydown"])) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2552 MovieClip [td] Frame 9
currentmove = "duck";
autoblock = 1;
Symbol 2552 MovieClip [td] Frame 11
currentmove = "jumpup";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 2521 MovieClip in Symbol 2552 MovieClip [td] Frame 11
onClipEvent (enterFrame) {
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2552 MovieClip [td] Frame 12
currentmove = "jumpup";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Symbol 2552 MovieClip [td] Frame 13
currentmove = "jumpfront";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 2521 MovieClip in Symbol 2552 MovieClip [td] Frame 13
onClipEvent (enterFrame) {
_parent._x = _parent._x + _parent.speed;
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2552 MovieClip [td] Frame 14
currentmove = "jumpfront";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 2521 MovieClip in Symbol 2552 MovieClip [td] Frame 14
onClipEvent (enterFrame) {
_parent._x = _parent._x + (-_parent.speed);
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2552 MovieClip [td] Frame 15
currentmove = "jumpback";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Symbol 2552 MovieClip [td] Frame 16
currentmove = "jumpback";
yspeed = -jumpheight;
gravity = 15;
_y = (_y - 2);
autoblock = 0;
Instance of Symbol 2521 MovieClip in Symbol 2552 MovieClip [td] Frame 16
onClipEvent (enterFrame) {
_parent._x = _parent._x + _parent.speed;
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2552 MovieClip [td] Frame 18
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2552 MovieClip [td] Frame 19
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2552 MovieClip [td] Frame 20
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2552 MovieClip [td] Frame 21
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2552 MovieClip [td] Frame 22
currentmove = "fight";
canattack = 0;
autoblock = 0;
Instance of Symbol 2527 MovieClip "fighter" in Symbol 2552 MovieClip [td] Frame 22
onClipEvent (load) {
this.gotoAndPlay("move" + _parent.movenumber);
}
Symbol 2552 MovieClip [td] Frame 23
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2552 MovieClip [td] Frame 24
canattack = 0;
autoblock = 0;
Instance of Symbol 2528 MovieClip "fighter" in Symbol 2552 MovieClip [td] Frame 24
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + _parent.speed;
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + (-_parent.speed);
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2552 MovieClip [td] Frame 25
canattack = 0;
autoblock = 0;
Instance of Symbol 2528 MovieClip "fighter" in Symbol 2552 MovieClip [td] Frame 25
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + _parent.speed;
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2552 MovieClip [td] Frame 27
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2552 MovieClip [td] Frame 28
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2552 MovieClip [td] Frame 29
currentmove = "fight";
canattack = 0;
autoblock = 0;
Instance of Symbol 2530 MovieClip "fighter" in Symbol 2552 MovieClip [td] Frame 29
onClipEvent (load) {
this.gotoAndPlay("move" + _parent.movenumber);
}
Symbol 2552 MovieClip [td] Frame 30
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2552 MovieClip [td] Frame 31
canattack = 0;
autoblock = 0;
Instance of Symbol 2531 MovieClip "fighter" in Symbol 2552 MovieClip [td] Frame 31
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + _parent.speed;
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + (-_parent.speed);
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2552 MovieClip [td] Frame 32
canattack = 0;
autoblock = 0;
Instance of Symbol 2531 MovieClip "fighter" in Symbol 2552 MovieClip [td] Frame 32
onClipEvent (enterFrame) {
if (_parent.currentmove == "jumpfront") {
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.currentmove == "jumpback") {
_parent._x = _parent._x + _parent.speed;
}
if (_root.thefloor.hitTest(_parent._x, _parent._y + 1, true)) {
_parent.gotoAndStop(_parent.directioner + "normal");
}
}
Symbol 2552 MovieClip [td] Frame 33
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2552 MovieClip [td] Frame 34
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2552 MovieClip [td] Frame 36
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 2535 MovieClip in Symbol 2552 MovieClip [td] Frame 36
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x - 3;
}
Symbol 2552 MovieClip [td] Frame 37
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 2535 MovieClip in Symbol 2552 MovieClip [td] Frame 37
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x + 3;
}
Symbol 2552 MovieClip [td] Frame 38
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 2536 MovieClip in Symbol 2552 MovieClip [td] Frame 38
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x - 3;
}
Symbol 2552 MovieClip [td] Frame 39
currentmove = "block";
canattack = 0;
if (_root[opponentplayer + "fighter"].usingspecial) {
hp = hp - ((_root[opponentplayer + "fighter"].specialdamage >= defense) ? (_root[opponentplayer + "fighter"].specialdamage - defense) : 0);
}
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 2;
Instance of Symbol 2536 MovieClip in Symbol 2552 MovieClip [td] Frame 39
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
_parent._x = _parent._x + 3;
}
Symbol 2552 MovieClip [td] Frame 40
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 2537 MovieClip in Symbol 2552 MovieClip [td] Frame 40
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
if (!_parent.youlose) {
_parent._x = _parent._x - 6;
}
}
Symbol 2552 MovieClip [td] Frame 41
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 2537 MovieClip in Symbol 2552 MovieClip [td] Frame 41
onClipEvent (load) {
q = random(2);
if (q) {
gotoAndPlay ("second");
}
}
onClipEvent (enterFrame) {
if (!_parent.youlose) {
_parent._x = _parent._x + 6;
}
}
Symbol 2552 MovieClip [td] Frame 42
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 2538 MovieClip in Symbol 2552 MovieClip [td] Frame 42
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x - 6;
}
}
Symbol 2552 MovieClip [td] Frame 43
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 2538 MovieClip in Symbol 2552 MovieClip [td] Frame 43
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x + 6;
}
}
Symbol 2552 MovieClip [td] Frame 44
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 2539 MovieClip in Symbol 2552 MovieClip [td] Frame 44
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x - 2;
}
}
Symbol 2552 MovieClip [td] Frame 45
currentmove = "gethit";
_root[opponentplayer + "fighter"].mana = _root[opponentplayer + "fighter"].mana + 5;
hp = hp - ((_root[opponentplayer + "fighter"].strength + _root[opponentplayer + "fighter"].specialdamage) - defense);
autoblock = 0;
canattack = 0;
yspeed = -_root[opponentplayer + "fighter"].flyingheight;
gravity = 15;
if (this.getDepth() > _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 2539 MovieClip in Symbol 2552 MovieClip [td] Frame 45
onClipEvent (enterFrame) {
if ((!_parent.youlose) && (!stopping)) {
_parent._x = _parent._x + 2;
}
}
Symbol 2552 MovieClip [td] Frame 46
Symbol 2552 MovieClip [td] Frame 47
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2552 MovieClip [td] Frame 48
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2552 MovieClip [td] Frame 49
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2552 MovieClip [td] Frame 50
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2552 MovieClip [td] Frame 51
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2552 MovieClip [td] Frame 52
currentmove = "fight";
canattack = 0;
autoblock = 0;
Symbol 2552 MovieClip [td] Frame 53
currentmove = "fight";
canattack = 0;
autoblock = 0;
mana = mana - manacount;
Symbol 2552 MovieClip [td] Frame 54
currentmove = "fight";
canattack = 0;
autoblock = 0;
mana = mana - manacount;
Symbol 2552 MovieClip [td] Frame 56
currentmove = "winningpose";
Symbol 2552 MovieClip [td] Frame 57
currentmove = "winningpose";
Symbol 2552 MovieClip [td] Frame 58
currentmove = "roll";
if (this.getDepth() < _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 2551 MovieClip in Symbol 2552 MovieClip [td] Frame 58
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 1;
_parent._x = _parent._x - _parent.speed;
} else if (_parent.button_right) {
_parent.autoblock = 0;
_parent._x = _parent._x - (-_parent.speed);
}
}
Symbol 2552 MovieClip [td] Frame 59
currentmove = "roll";
if (this.getDepth() < _root[opponentplayer + "fighter"].getDepth()) {
this.swapDepths(_root[opponentplayer + "fighter"]);
}
Instance of Symbol 2551 MovieClip in Symbol 2552 MovieClip [td] Frame 59
onClipEvent (enterFrame) {
if (_parent.button_left) {
_parent.autoblock = 0;
_parent._x = _parent._x + (-_parent.speed);
} else if (_parent.button_right) {
_parent.autoblock = 1;
_parent._x = _parent._x + _parent.speed;
}
}
Symbol 2584 Button
on (release) {
this.gotoAndStop("gameplay");
}
Symbol 2585 Button
on (release) {
this.gotoAndStop("controls");
}
Symbol 2586 Button
on (release) {
this.gotoAndStop("faq");
}
Symbol 2587 Button
on (release) {
this.gotoAndStop("credits");
}
Symbol 2588 Button
on (release) {
this.gotoAndStop("disclaimer");
}
Symbol 2589 Button
on (release) {
this.gotoAndStop("practice");
}
Symbol 2594 Button
on (release) {
nextFrame();
}
Symbol 2615 MovieClip Frame 1
stop();
Symbol 2623 Button
on (press) {
play();
}
Symbol 2635 MovieClip Frame 1
thekey = "N/A";
switch (key) {
case 65 :
thekey = "A";
break;
case 66 :
thekey = "B";
break;
case 67 :
thekey = "C";
break;
case 68 :
thekey = "D";
break;
case 69 :
thekey = "E";
break;
case 70 :
thekey = "F";
break;
case 71 :
thekey = "G";
break;
case 72 :
thekey = "H";
break;
case 73 :
thekey = "I";
break;
case 74 :
thekey = "J";
break;
case 75 :
thekey = "K";
break;
case 76 :
thekey = "L";
break;
case 77 :
thekey = "M";
break;
case 78 :
thekey = "N";
break;
case 79 :
thekey = "O";
break;
case 80 :
thekey = "P";
break;
case 81 :
thekey = "Q";
break;
case 82 :
thekey = "R";
break;
case 83 :
thekey = "S";
break;
case 84 :
thekey = "T";
break;
case 85 :
thekey = "U";
break;
case 86 :
thekey = "V";
break;
case 87 :
thekey = "W";
break;
case 88 :
thekey = "X";
break;
case 89 :
thekey = "Y";
break;
case 90 :
thekey = "Z";
break;
case 48 :
thekey = "0";
break;
case 49 :
thekey = "1";
break;
case 50 :
thekey = "2";
break;
case 51 :
thekey = "3";
break;
case 52 :
thekey = "4";
break;
case 53 :
thekey = "5";
break;
case 54 :
thekey = "6";
break;
case 55 :
thekey = "7";
break;
case 56 :
thekey = "8";
break;
case 57 :
thekey = "9";
break;
case 96 :
thekey = "Num 0";
break;
case 97 :
thekey = "Num 1";
break;
case 98 :
thekey = "Num 2";
break;
case 99 :
thekey = "Num 3";
break;
case 100 :
thekey = "Num 4";
break;
case 101 :
thekey = "Num 5";
break;
case 102 :
thekey = "Num 6";
break;
case 103 :
thekey = "Num 7";
break;
case 104 :
thekey = "Num 8";
break;
case 105 :
thekey = "Num 9";
break;
case 106 :
thekey = "Num *";
break;
case 107 :
thekey = "Num +";
break;
case 108 :
thekey = "Num E";
break;
case 109 :
thekey = "Num -";
break;
case 110 :
thekey = "Num .";
break;
case 111 :
thekey = "Num /";
break;
case 144 :
thekey = "Numlock";
break;
case 112 :
thekey = "F1";
break;
case 113 :
thekey = "F2";
break;
case 114 :
thekey = "F3";
break;
case 115 :
thekey = "F4";
break;
case 116 :
thekey = "F5";
break;
case 117 :
thekey = "F6";
break;
case 118 :
thekey = "F7";
break;
case 119 :
thekey = "F8";
break;
case 120 :
thekey = "F9";
break;
case 121 :
thekey = "F10";
break;
case 122 :
thekey = "F11";
break;
case 123 :
thekey = "F12";
break;
case 124 :
thekey = "F13";
break;
case 125 :
thekey = "F14";
break;
case 126 :
thekey = "F15";
break;
case 8 :
thekey = "Backspace";
break;
case 9 :
thekey = "Tab";
break;
case 12 :
thekey = "Clear";
break;
case 13 :
thekey = "Enter";
break;
case 16 :
thekey = "Shift";
break;
case 17 :
thekey = "Ctrl";
break;
case 18 :
thekey = "Alt";
break;
case 20 :
thekey = "Caps";
break;
case 27 :
thekey = "Escape";
break;
case 32 :
thekey = "Space";
break;
case 33 :
thekey = "PageUp";
break;
case 34 :
thekey = "PageDn";
break;
case 35 :
thekey = "End";
break;
case 36 :
thekey = "Home";
break;
case 37 :
thekey = "Left";
break;
case 38 :
thekey = "Up";
break;
case 39 :
thekey = "Right";
break;
case 40 :
thekey = "Down";
break;
case 45 :
thekey = "Insert";
break;
case 46 :
thekey = "Delete";
break;
case 47 :
thekey = "Help";
break;
case 186 :
thekey = ";";
break;
case 187 :
thekey = "=";
break;
case 188 :
thekey = ",";
break;
case 189 :
thekey = "-";
break;
case 190 :
thekey = ".";
break;
case 191 :
thekey = "/";
break;
case 192 :
thekey = "~";
break;
case 219 :
thekey = "[";
break;
case 220 :
thekey = "|";
break;
case 221 :
thekey = "]";
break;
case 222 :
thekey = "'";
}
Symbol 2635 MovieClip Frame 2
stop();
Symbol 2637 Button
on (press) {
_root.p01controller = "p";
_root.p02controller = "c";
_root.storyopocot = "p2";
_root.storyplayer = "p01";
_root.storypelir = "p1";
_root.storyopp = "p02";
_root.storyp02win = 0;
_root.storyp01win = 0;
_root.gotoAndPlay("storymode");
}
Symbol 2638 Button
on (press) {
_root.p01controller = "c";
_root.p02controller = "p";
_root.storyopocot = "p1";
_root.storyplayer = "p02";
_root.storypelir = "p2";
_root.storyopp = "p01";
_root.storyp02win = 0;
_root.storyp01win = 0;
_root.gotoAndPlay("storymode");
}
Symbol 2650 MovieClip Frame 1
stop();
Symbol 2650 MovieClip Frame 2
stop();
Symbol 2654 Button
on (press) {
_root.playmode = "versus";
_root.gamebg = random(_root.totalbgs) + 1;
_root.gotoAndPlay("fight");
}
Symbol 2702 MovieClip Frame 1
play();
Symbol 2702 MovieClip Frame 2
_root[maya + "sprite"] = "dohn";
_root[my + "name"] = "Dohn";
stop();
Symbol 2702 MovieClip Frame 3
_root[maya + "sprite"] = "rayne";
_root[my + "name"] = "Rayne";
stop();
Symbol 2702 MovieClip Frame 4
_root[maya + "sprite"] = "ericwing";
_root[my + "name"] = "Eric";
stop();
Symbol 2702 MovieClip Frame 5
_root[maya + "sprite"] = "ganzoric";
_root[my + "name"] = "Ganzoric";
stop();
Symbol 2702 MovieClip Frame 6
_root[maya + "sprite"] = "gorkhan";
_root[my + "name"] = "Gor-Khan";
stop();
Symbol 2702 MovieClip Frame 7
_root[maya + "sprite"] = "kerin";
_root[my + "name"] = "Kerin";
stop();
Symbol 2702 MovieClip Frame 8
_root[maya + "sprite"] = "isaar";
_root[my + "name"] = "Isaar";
stop();
Symbol 2702 MovieClip Frame 9
_root[maya + "sprite"] = "fitz";
_root[my + "name"] = "Sir Fitz";
stop();
Symbol 2702 MovieClip Frame 10
_root[maya + "sprite"] = "aa";
_root[my + "name"] = "Arrow Avenger";
stop();
Symbol 2702 MovieClip Frame 11
_root[maya + "sprite"] = "aen";
_root[my + "name"] = "Princess Aen";
stop();
Symbol 2702 MovieClip Frame 12
_root[maya + "sprite"] = "vanguard";
_root[my + "name"] = "Von Vanguard";
stop();
Symbol 2702 MovieClip Frame 13
if (_root.td_unlock == 0) {
prevFrame();
}
_root[maya + "sprite"] = "td";
_root[my + "name"] = "True Desmons";
stop();
Symbol 2707 Button
on (press) {
_root.p01controller = "p";
_root.p02controller = "c";
_root.myopp = "p2";
_root.myopocot = "p02";
_root.gauntletplayer = "p01";
_root.gauntletopp = "p02";
nextFrame();
}
Symbol 2709 Button
on (press) {
_root.p01controller = "c";
_root.p02controller = "p";
_root.myopp = "p1";
_root.myopocot = "p01";
_root.gauntletplayer = "p02";
_root.gauntletopp = "p01";
gotoAndStop(_currentframe + 2);
}
Symbol 2713 Button
on (press) {
this.gotoAndPlay("gauntletnext");
}
Symbol 2719 Button
on (press) {
_root.gauntletp02win = 0;
_root.gauntletp01win = 0;
_root.gamebg = random(_root.totalbgs) + 1;
_root.gotoAndPlay("fight");
}
on (keyPress "<Space>") {
_root.gauntletp02win = 0;
_root.gauntletp01win = 0;
_root.gamebg = random(_root.totalbgs) + 1;
_root.gotoAndPlay("fight");
}
Symbol 2721 Button
on (press) {
nextFrame();
}
Symbol 2725 Button
on (press) {
_root.gauntletwins = 0;
play();
}
Symbol 2734 Button
on (release) {
if (_root.defendername == "") {
} else {
getURL ((((("http://tamugaia.com/highscores/insert_ac2.php?defender=" + _root.defendername) + "&score=874543575856") + (random(6520) * 95656)) + "DgjuhsdfGFGShjsfkgSHGHSRjhfskghRSGSFGjhFGSG&randomiza=") + _root.gauntletwins, "_blank", "GET");
play();
}
}
Symbol 2736 MovieClip Frame 1
stop();
Symbol 2737 MovieClip Frame 1
if (_root.gauntletwins < 2) {
stop();
}
Symbol 2737 MovieClip Frame 7
stop();
Symbol 2737 MovieClip Frame 14
stop();
Symbol 2739 Button
on (press) {
_root.p01controller = "p";
_root.p02controller = "c";
_root.myopp = "p2";
_root.myopocot = "p02";
_root.seasonplayer = "p01";
_root.seasonpelir = "p1";
_root.seasonopp = "p02";
nextFrame();
}
Symbol 2740 Button
on (press) {
_root.p01controller = "c";
_root.p02controller = "p";
_root.myopp = "p1";
_root.myopocot = "p01";
_root.seasonplayer = "p02";
_root.seasonpelir = "p2";
_root.seasonopp = "p01";
gotoAndStop(_currentframe + 2);
}
Symbol 2742 Button
on (press) {
this.gotoAndPlay("seasonmode");
}
Symbol 2746 Button
on (press) {
if (_root.season_fname == "") {
_root.season_fname = "Unnamed";
}
if (_root.season_lname == "") {
_root.season_lname = "Fighter";
}
_root.gotoAndPlay("sea_son_start");
}
Symbol 2748 Button
on (release) {
seasonslot = SharedObject.getLocal("ac2season");
if (seasonslot.data.exists != undefined) {
_root.gotoAndPlay("sea_son_load");
}
}
Symbol 2760 MovieClip Frame 1
_root.season_nameseperator = " ";
stop();
Symbol 2760 MovieClip Frame 2
_root.season_nameseperator = "";
stop();
Symbol 2760 MovieClip Frame 3
_root.season_nameseperator = "_";
stop();
Symbol 2764 MovieClip Frame 1
_root.season_sex = 0;
stop();
Symbol 2764 MovieClip Frame 2
_root.season_sex = 1;
stop();
Symbol 2767 Button
on (press) {
_root._quality = "LOW";
}
Symbol 2768 Button
on (press) {
_root._quality = "MEDIUM";
}
Symbol 2769 Button
on (press) {
_root._quality = "HIGH";
}
Symbol 2770 Button
on (press) {
_root.music = 1;
}
Symbol 2771 Button
on (press) {
_root.music = 0;
stopAllSounds();
}
Symbol 2772 Button
on (press) {
_root.computerlevela = 1;
}
Symbol 2773 Button
on (press) {
_root.computerlevela = 2;
}
Symbol 2774 Button
on (press) {
_root.computerlevela = 3;
}
Symbol 2775 Button
on (press) {
_root.computerlevela = 4;
}
Symbol 2776 Button
on (press) {
_root.computerlevela = 5;
}
Symbol 2777 Button
on (press) {
_root.computerlevela = 6;
}
Symbol 2778 Button
on (press) {
_root.computerlevela = 7;
}
Symbol 2779 Button
on (press) {
_root.computerlevela = 8;
}
Symbol 2780 Button
on (press) {
_root.computerlevela = 9;
}
Symbol 2781 Button
on (press) {
_root.gaugesize = 1;
}
Symbol 2782 Button
on (press) {
_root.gaugesize = 2;
}
Symbol 2783 Button
on (press) {
this.gotoAndPlay("p1config");
}
Symbol 2784 Button
on (press) {
this.gotoAndPlay("p2config");
}
Symbol 2785 Button
on (press) {
_root.computerlevela = 3;
_root.gaugesize = 1;
_root.music = 1;
_root._quality = "MEDIUM";
}
Symbol 2787 Button
on (press) {
saver = SharedObject.getLocal("ac2config");
saver.data.exists = 1;
saver.data.computerlevela = _root.computerlevela;
saver.data.gaugesize = _root.gaugesize;
saver.data.music = _root.music;
saver.data.qua = _root._quality;
ticker.play();
}
Symbol 2790 MovieClip Frame 1
stop();
Symbol 2817 Button
on (press) {
this.gotoAndPlay("options");
}
Symbol 2818 Button
on (press) {
p1ks = SharedObject.getLocal("ac2p1");
p1ks.data.exists = 1;
p1ks.data.up_ = _root.p01keyup;
p1ks.data.down_ = _root.p01keydown;
p1ks.data.left_ = _root.p01keyleft;
p1ks.data.right_ = _root.p01keyright;
p1ks.data.punch_ = _root.p01keypunch;
p1ks.data.kick_ = _root.p01keykick;
p1ks.data.taunt_ = _root.p01keytaunt;
p1ks.flush(10000);
ticker.play();
}
Symbol 2822 Button
on (release) {
play();
}
Symbol 2832 MovieClip Frame 1
stop();
Symbol 2832 MovieClip Frame 2
stop();
Instance of Symbol 2829 MovieClip in Symbol 2832 MovieClip Frame 2
onClipEvent (keyUp) {
_root[_parent.key] = Key.getCode();
_parent.play();
}
Symbol 2832 MovieClip Frame 3
_parent[kkk].key = _root[key];
_parent[kkk].play();
Symbol 2835 Button
on (press) {
p2ks = SharedObject.getLocal("ac2p2");
p2ks.data.exists = 1;
p2ks.data.up_ = _root.p02keyup;
p2ks.data.down_ = _root.p02keydown;
p2ks.data.left_ = _root.p02keyleft;
p2ks.data.right_ = _root.p02keyright;
p2ks.data.punch_ = _root.p02keypunch;
p2ks.data.kick_ = _root.p02keykick;
p2ks.data.taunt_ = _root.p02keytaunt;
p2ks.flush(10000);
ticker.play();
}
Symbol 2838 MovieClip Frame 1
stop();
Symbol 2838 MovieClip Frame 2
_root.p01controllername = "";
_root.p02controllername = "";
play();
Symbol 2838 MovieClip Frame 5
_root.playmode = "howtoplay";
stop();
Symbol 2838 MovieClip Frame 9
stop();
Symbol 2838 MovieClip Frame 10
_root.p01controllername = "";
_root.p02controllername = "";
play();
Symbol 2838 MovieClip Frame 13
_root.storysap = 1;
_root.playmode = "storymode";
stop();
Instance of Symbol 2635 MovieClip "k1" in Symbol 2838 MovieClip Frame 13
onClipEvent (load) {
key = _root.p01keyup;
}
Instance of Symbol 2635 MovieClip "k2" in Symbol 2838 MovieClip Frame 13
onClipEvent (load) {
key = _root.p01keydown;
}
Instance of Symbol 2635 MovieClip "k5" in Symbol 2838 MovieClip Frame 13
onClipEvent (load) {
key = _root.p01keypunch;
}
Instance of Symbol 2635 MovieClip "k6" in Symbol 2838 MovieClip Frame 13
onClipEvent (load) {
key = _root.p01keykick;
}
Instance of Symbol 2635 MovieClip "k8" in Symbol 2838 MovieClip Frame 13
onClipEvent (load) {
key = _root.p01keytaunt;
}
Instance of Symbol 2635 MovieClip "k3" in Symbol 2838 MovieClip Frame 13
onClipEvent (load) {
key = _root.p01keyleft;
}
Instance of Symbol 2635 MovieClip "k4" in Symbol 2838 MovieClip Frame 13
onClipEvent (load) {
key = _root.p01keyright;
}
Instance of Symbol 2635 MovieClip "dk1" in Symbol 2838 MovieClip Frame 13
onClipEvent (load) {
key = _root.p02keyup;
}
Instance of Symbol 2635 MovieClip "dk2" in Symbol 2838 MovieClip Frame 13
onClipEvent (load) {
key = _root.p02keydown;
}
Instance of Symbol 2635 MovieClip "dk5" in Symbol 2838 MovieClip Frame 13
onClipEvent (load) {
key = _root.p02keypunch;
}
Instance of Symbol 2635 MovieClip "dk6" in Symbol 2838 MovieClip Frame 13
onClipEvent (load) {
key = _root.p02keykick;
}
Instance of Symbol 2635 MovieClip "dk8" in Symbol 2838 MovieClip Frame 13
onClipEvent (load) {
key = _root.p02keytaunt;
}
Instance of Symbol 2635 MovieClip "dk3" in Symbol 2838 MovieClip Frame 13
onClipEvent (load) {
key = _root.p02keyleft;
}
Instance of Symbol 2635 MovieClip "dk4" in Symbol 2838 MovieClip Frame 13
onClipEvent (load) {
key = _root.p02keyright;
}
Symbol 2838 MovieClip Frame 17
stop();
Symbol 2838 MovieClip Frame 18
_root.p01controllername = "";
_root.p02controllername = "";
play();
Symbol 2838 MovieClip Frame 21
_root.playmode = "versus";
stop();
Instance of Symbol 2650 MovieClip in Symbol 2838 MovieClip Frame 21
onClipEvent (load) {
my = "p01";
if (_root[my + "controller"] == "p") {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
on (release) {
if (_root[my + "controller"] == "p") {
_root[my + "controller"] = "c";
this.gotoAndStop(1);
} else {
_root[my + "controller"] = "p";
this.gotoAndStop(2);
}
}
Instance of Symbol 2650 MovieClip in Symbol 2838 MovieClip Frame 21
onClipEvent (load) {
my = "p02";
if (_root[my + "controller"] == "p") {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
on (release) {
if (_root[my + "controller"] == "p") {
_root[my + "controller"] = "c";
this.gotoAndStop(1);
} else {
_root[my + "controller"] = "p";
this.gotoAndStop(2);
}
}
Instance of Symbol 2702 MovieClip in Symbol 2838 MovieClip Frame 21
onClipEvent (load) {
maya = "p2";
my = "p02";
canpress = 1;
this.gotoAndStop(_root.p2sprite);
}
onClipEvent (keyDown) {
if (canpress) {
if (Key.isDown(_root[my + "keyup"])) {
this.prevFrame();
} else if (Key.isDown(_root[my + "keydown"])) {
this.nextFrame();
}
}
}
Instance of Symbol 2702 MovieClip in Symbol 2838 MovieClip Frame 21
onClipEvent (load) {
maya = "p1";
my = "p01";
canpress = 1;
this.gotoAndStop(_root.p1sprite);
}
onClipEvent (keyDown) {
if (canpress) {
if (Key.isDown(_root[my + "keyup"])) {
this.prevFrame();
}
if (Key.isDown(_root[my + "keydown"])) {
this.nextFrame();
}
}
}
Instance of Symbol 2635 MovieClip "k1" in Symbol 2838 MovieClip Frame 21
onClipEvent (load) {
key = _root.p01keyup;
}
Instance of Symbol 2635 MovieClip "k2" in Symbol 2838 MovieClip Frame 21
onClipEvent (load) {
key = _root.p01keydown;
}
Instance of Symbol 2635 MovieClip "k3" in Symbol 2838 MovieClip Frame 21
onClipEvent (load) {
key = _root.p02keyup;
}
Instance of Symbol 2635 MovieClip "k4" in Symbol 2838 MovieClip Frame 21
onClipEvent (load) {
key = _root.p02keydown;
}
Symbol 2838 MovieClip Frame 25
stop();
Symbol 2838 MovieClip Frame 26
_root.p01controllername = "";
_root.p02controllername = "";
_root.playmode = "gauntlet";
_root.gauntletwins = 0;
play();
Symbol 2838 MovieClip Frame 29
stop();
Symbol 2838 MovieClip Frame 30
stop();
Instance of Symbol 2702 MovieClip in Symbol 2838 MovieClip Frame 30
onClipEvent (load) {
maya = "p1";
my = "p01";
canpress = 1;
this.gotoAndStop(_root.p1sprite);
}
onClipEvent (keyDown) {
if (canpress) {
if (Key.isDown(_root[my + "keyup"])) {
this.prevFrame();
}
if (Key.isDown(_root[my + "keydown"])) {
this.nextFrame();
}
}
}
Instance of Symbol 2635 MovieClip "k1" in Symbol 2838 MovieClip Frame 30
onClipEvent (load) {
key = _root.p01keyup;
}
Instance of Symbol 2635 MovieClip "k2" in Symbol 2838 MovieClip Frame 30
onClipEvent (load) {
key = _root.p01keydown;
}
Instance of Symbol 2635 MovieClip "k5" in Symbol 2838 MovieClip Frame 30
onClipEvent (load) {
key = _root.p01keypunch;
}
Instance of Symbol 2635 MovieClip "k6" in Symbol 2838 MovieClip Frame 30
onClipEvent (load) {
key = _root.p01keykick;
}
Instance of Symbol 2635 MovieClip "k8" in Symbol 2838 MovieClip Frame 30
onClipEvent (load) {
key = _root.p01keytaunt;
}
Instance of Symbol 2635 MovieClip "k3" in Symbol 2838 MovieClip Frame 30
onClipEvent (load) {
key = _root.p01keyleft;
}
Instance of Symbol 2635 MovieClip "k4" in Symbol 2838 MovieClip Frame 30
onClipEvent (load) {
key = _root.p01keyright;
}
Symbol 2838 MovieClip Frame 31
stop();
Instance of Symbol 2635 MovieClip "k1" in Symbol 2838 MovieClip Frame 31
onClipEvent (load) {
key = _root.p02keyup;
}
Instance of Symbol 2635 MovieClip "k2" in Symbol 2838 MovieClip Frame 31
onClipEvent (load) {
key = _root.p02keydown;
}
Instance of Symbol 2635 MovieClip "k5" in Symbol 2838 MovieClip Frame 31
onClipEvent (load) {
key = _root.p02keypunch;
}
Instance of Symbol 2635 MovieClip "k6" in Symbol 2838 MovieClip Frame 31
onClipEvent (load) {
key = _root.p02keykick;
}
Instance of Symbol 2635 MovieClip "k8" in Symbol 2838 MovieClip Frame 31
onClipEvent (load) {
key = _root.p02keytaunt;
}
Instance of Symbol 2635 MovieClip "k3" in Symbol 2838 MovieClip Frame 31
onClipEvent (load) {
key = _root.p02keyleft;
}
Instance of Symbol 2635 MovieClip "k4" in Symbol 2838 MovieClip Frame 31
onClipEvent (load) {
key = _root.p02keyright;
}
Instance of Symbol 2702 MovieClip in Symbol 2838 MovieClip Frame 31
onClipEvent (load) {
maya = "p2";
my = "p02";
canpress = 1;
this.gotoAndStop(_root.p2sprite);
}
onClipEvent (keyDown) {
if (canpress) {
if (Key.isDown(_root[my + "keyup"])) {
this.prevFrame();
} else if (Key.isDown(_root[my + "keydown"])) {
this.nextFrame();
}
}
}
Symbol 2838 MovieClip Frame 32
_root.computerlevel = random(5) + 3;
rf = random(11);
switch (rf) {
case 0 :
_root[_root.myopp + "sprite"] = "dohn";
_root[_root.myopocot + "name"] = "Dohn McCarl";
break;
case 1 :
_root[_root.myopp + "sprite"] = "ericwing";
_root[_root.myopocot + "name"] = "Eric Wing";
break;
case 2 :
_root[_root.myopp + "sprite"] = "rayne";
_root[_root.myopocot + "name"] = "Rayne";
break;
case 3 :
_root[_root.myopp + "sprite"] = "fitz";
_root[_root.myopocot + "name"] = "Sir Fitz";
break;
case 4 :
_root[_root.myopp + "sprite"] = "ganzoric";
_root[_root.myopocot + "name"] = "Ganzoric";
break;
case 5 :
_root[_root.myopp + "sprite"] = "gorkhan";
_root[_root.myopocot + "name"] = "Gor Khan";
break;
case 6 :
_root[_root.myopp + "sprite"] = "aa";
_root[_root.myopocot + "name"] = "Arrow Avenger";
break;
case 7 :
_root[_root.myopp + "sprite"] = "vanguard";
_root[_root.myopocot + "name"] = "Von Vanguard";
break;
case 8 :
_root[_root.myopp + "sprite"] = "kerin";
_root[_root.myopocot + "name"] = "Kerin Smalle";
break;
case 9 :
_root[_root.myopp + "sprite"] = "aen";
_root[_root.myopocot + "name"] = "Princess Aen";
break;
case 10 :
_root[_root.myopp + "sprite"] = "isaar";
_root[_root.myopocot + "name"] = "Isaar";
}
stop();
Symbol 2838 MovieClip Frame 33
stop();
Symbol 2838 MovieClip Frame 37
stop();
Symbol 2838 MovieClip Frame 38
play();
Symbol 2838 MovieClip Frame 41
_root.p01controllername = "";
_root.p02controllername = "";
_root.playmode = "season";
_root.season_location = 0;
_root.season_day = 1;
_root.seasonpelir = "p1";
_root.seasonplayer = "p01";
_root.seasonopp = "p02";
_root.season_sex = 0;
_root.map = "armorgaia";
_root.season_fname = "Your";
_root.season_lname = "Name";
_root.season_nameseperator = " ";
_root.season_movesleft = 1;
_root.season_battlesleft = 1;
_root.seasonp01win = 0;
_root.seasonp02win = 0;
_root.season_unlock2 = 0;
_root.season_badge0 = 0;
_root.season_badge1 = 0;
_root.season_badge2 = 0;
_root.season_badge3 = 0;
_root.season_badge4 = 0;
_root.season_badge5 = 0;
_root.season_badge6 = 0;
_root.season_badge7 = 0;
_root.season_badge8 = 0;
_root.season_badge9 = 0;
_root.season_badge10 = 0;
_root.season_badge11 = 0;
_root.season_badge12 = 0;
_root.season_badge13 = 0;
_root.season_badge14 = 0;
_root.season_ztitlematch = 0;
_root.season_ititlematch = 0;
_root.season_wtitlematch = 0;
_root.season_pchampnum = 0;
stop();
Symbol 2838 MovieClip Frame 42
stop();
Instance of Symbol 2702 MovieClip in Symbol 2838 MovieClip Frame 42
onClipEvent (load) {
maya = "p1";
my = "p01";
canpress = 1;
this.gotoAndStop(_root.p1sprite);
}
onClipEvent (keyDown) {
if (canpress) {
if (Key.isDown(_root[my + "keyup"])) {
this.prevFrame();
}
if (Key.isDown(_root[my + "keydown"])) {
this.nextFrame();
}
}
}
Instance of Symbol 2635 MovieClip "k1" in Symbol 2838 MovieClip Frame 42
onClipEvent (load) {
key = _root.p01keyup;
}
Instance of Symbol 2635 MovieClip "k2" in Symbol 2838 MovieClip Frame 42
onClipEvent (load) {
key = _root.p01keydown;
}
Instance of Symbol 2635 MovieClip "k5" in Symbol 2838 MovieClip Frame 42
onClipEvent (load) {
key = _root.p01keypunch;
}
Instance of Symbol 2635 MovieClip "k6" in Symbol 2838 MovieClip Frame 42
onClipEvent (load) {
key = _root.p01keykick;
}
Instance of Symbol 2635 MovieClip "k8" in Symbol 2838 MovieClip Frame 42
onClipEvent (load) {
key = _root.p01keytaunt;
}
Instance of Symbol 2635 MovieClip "k3" in Symbol 2838 MovieClip Frame 42
onClipEvent (load) {
key = _root.p01keyleft;
}
Instance of Symbol 2635 MovieClip "k4" in Symbol 2838 MovieClip Frame 42
onClipEvent (load) {
key = _root.p01keyright;
}
Symbol 2838 MovieClip Frame 43
stop();
Instance of Symbol 2635 MovieClip "k1" in Symbol 2838 MovieClip Frame 43
onClipEvent (load) {
key = _root.p02keyup;
}
Instance of Symbol 2635 MovieClip "k2" in Symbol 2838 MovieClip Frame 43
onClipEvent (load) {
key = _root.p02keydown;
}
Instance of Symbol 2635 MovieClip "k5" in Symbol 2838 MovieClip Frame 43
onClipEvent (load) {
key = _root.p02keypunch;
}
Instance of Symbol 2635 MovieClip "k6" in Symbol 2838 MovieClip Frame 43
onClipEvent (load) {
key = _root.p02keykick;
}
Instance of Symbol 2635 MovieClip "k8" in Symbol 2838 MovieClip Frame 43
onClipEvent (load) {
key = _root.p02keytaunt;
}
Instance of Symbol 2635 MovieClip "k3" in Symbol 2838 MovieClip Frame 43
onClipEvent (load) {
key = _root.p02keyleft;
}
Instance of Symbol 2635 MovieClip "k4" in Symbol 2838 MovieClip Frame 43
onClipEvent (load) {
key = _root.p02keyright;
}
Instance of Symbol 2702 MovieClip in Symbol 2838 MovieClip Frame 43
onClipEvent (load) {
maya = "p2";
my = "p02";
canpress = 1;
this.gotoAndStop(_root.p2sprite);
}
onClipEvent (keyDown) {
if (canpress) {
if (Key.isDown(_root[my + "keyup"])) {
this.prevFrame();
} else if (Key.isDown(_root[my + "keydown"])) {
this.nextFrame();
}
}
}
Symbol 2838 MovieClip Frame 44
stop();
Instance of Symbol 2760 MovieClip in Symbol 2838 MovieClip Frame 44
on (release) {
this.play();
}
Instance of Symbol 2764 MovieClip in Symbol 2838 MovieClip Frame 44
on (release) {
this.play();
}
Symbol 2838 MovieClip Frame 48
stop();
Symbol 2838 MovieClip Frame 49
play();
Symbol 2838 MovieClip Frame 52
stop();
Instance of Symbol 2803 MovieClip in Symbol 2838 MovieClip Frame 52
onClipEvent (enterFrame) {
this.gotoAndStop(_root.music + 1);
}
Instance of Symbol 2808 MovieClip in Symbol 2838 MovieClip Frame 52
onClipEvent (enterFrame) {
this.gotoAndStop(_root._quality);
}
Instance of Symbol 2812 MovieClip in Symbol 2838 MovieClip Frame 52
onClipEvent (enterFrame) {
this.gotoAndStop(_root.computerlevela);
}
Instance of Symbol 2816 MovieClip in Symbol 2838 MovieClip Frame 52
onClipEvent (enterFrame) {
this.gotoAndStop("gauge" + _root.gaugesize);
}
Symbol 2838 MovieClip Frame 56
stop();
Symbol 2838 MovieClip Frame 57
play();
Symbol 2838 MovieClip Frame 60
stop();
Instance of Symbol 2635 MovieClip "k1" in Symbol 2838 MovieClip Frame 60
onClipEvent (load) {
key = _root.p01keyup;
}
Instance of Symbol 2635 MovieClip "k2" in Symbol 2838 MovieClip Frame 60
onClipEvent (load) {
key = _root.p01keydown;
}
Instance of Symbol 2832 MovieClip in Symbol 2838 MovieClip Frame 60
onClipEvent (load) {
key = "p01keyup";
kkk = "k1";
}
Instance of Symbol 2832 MovieClip in Symbol 2838 MovieClip Frame 60
onClipEvent (load) {
key = "p01keydown";
kkk = "k2";
}
Instance of Symbol 2832 MovieClip in Symbol 2838 MovieClip Frame 60
onClipEvent (load) {
key = "p01keyleft";
kkk = "k3";
}
Instance of Symbol 2832 MovieClip in Symbol 2838 MovieClip Frame 60
onClipEvent (load) {
key = "p01keyright";
kkk = "k4";
}
Instance of Symbol 2635 MovieClip "k5" in Symbol 2838 MovieClip Frame 60
onClipEvent (load) {
key = _root.p01keypunch;
}
Instance of Symbol 2635 MovieClip "k6" in Symbol 2838 MovieClip Frame 60
onClipEvent (load) {
key = _root.p01keykick;
}
Instance of Symbol 2635 MovieClip "k8" in Symbol 2838 MovieClip Frame 60
onClipEvent (load) {
key = _root.p01keytaunt;
}
Instance of Symbol 2832 MovieClip in Symbol 2838 MovieClip Frame 60
onClipEvent (load) {
key = "p01keypunch";
kkk = "k5";
}
Instance of Symbol 2832 MovieClip in Symbol 2838 MovieClip Frame 60
onClipEvent (load) {
key = "p01keykick";
kkk = "k6";
}
Instance of Symbol 2832 MovieClip in Symbol 2838 MovieClip Frame 60
onClipEvent (load) {
key = "p01keytaunt";
kkk = "k8";
}
Instance of Symbol 2635 MovieClip "k3" in Symbol 2838 MovieClip Frame 60
onClipEvent (load) {
key = _root.p01keyleft;
}
Instance of Symbol 2635 MovieClip "k4" in Symbol 2838 MovieClip Frame 60
onClipEvent (load) {
key = _root.p01keyright;
}
Symbol 2838 MovieClip Frame 64
stop();
Symbol 2838 MovieClip Frame 65
play();
Symbol 2838 MovieClip Frame 68
stop();
Instance of Symbol 2635 MovieClip "k1" in Symbol 2838 MovieClip Frame 68
onClipEvent (load) {
key = _root.p02keyup;
}
Instance of Symbol 2635 MovieClip "k2" in Symbol 2838 MovieClip Frame 68
onClipEvent (load) {
key = _root.p02keydown;
}
Instance of Symbol 2832 MovieClip in Symbol 2838 MovieClip Frame 68
onClipEvent (load) {
key = "p02keyup";
kkk = "k1";
}
Instance of Symbol 2832 MovieClip in Symbol 2838 MovieClip Frame 68
onClipEvent (load) {
key = "p02keydown";
kkk = "k2";
}
Instance of Symbol 2832 MovieClip in Symbol 2838 MovieClip Frame 68
onClipEvent (load) {
key = "p02keyleft";
kkk = "k3";
}
Instance of Symbol 2832 MovieClip in Symbol 2838 MovieClip Frame 68
onClipEvent (load) {
key = "p02keyright";
kkk = "k4";
}
Instance of Symbol 2635 MovieClip "k5" in Symbol 2838 MovieClip Frame 68
onClipEvent (load) {
key = _root.p02keypunch;
}
Instance of Symbol 2635 MovieClip "k6" in Symbol 2838 MovieClip Frame 68
onClipEvent (load) {
key = _root.p02keykick;
}
Instance of Symbol 2635 MovieClip "k8" in Symbol 2838 MovieClip Frame 68
onClipEvent (load) {
key = _root.p02keytaunt;
}
Instance of Symbol 2832 MovieClip in Symbol 2838 MovieClip Frame 68
onClipEvent (load) {
key = "p02keypunch";
kkk = "k5";
}
Instance of Symbol 2832 MovieClip in Symbol 2838 MovieClip Frame 68
onClipEvent (load) {
key = "p02keykick";
kkk = "k6";
}
Instance of Symbol 2832 MovieClip in Symbol 2838 MovieClip Frame 68
onClipEvent (load) {
key = "p02keytaunt";
kkk = "k8";
}
Instance of Symbol 2635 MovieClip "k3" in Symbol 2838 MovieClip Frame 68
onClipEvent (load) {
key = _root.p02keyleft;
}
Instance of Symbol 2635 MovieClip "k4" in Symbol 2838 MovieClip Frame 68
onClipEvent (load) {
key = _root.p02keyright;
}
Symbol 2840 Button
on (press) {
_root.menun.gotoAndPlay("howtoplay");
}
Symbol 2841 Button
on (press) {
_root.menun.gotoAndPlay("storymode");
}
Symbol 2842 Button
on (press) {
_root.p01controller = "p";
_root.p02controller = "p";
_root.menun.gotoAndPlay("versus");
}
Symbol 2843 Button
on (press) {
_root.menun.gotoAndPlay("gauntlet");
}
Symbol 2844 Button
on (press) {
_root.menun.gotoAndPlay("season");
}
Symbol 2845 Button
on (press) {
_root.menun.gotoAndPlay("options");
}
Symbol 2846 Button
on (press) {
getURL ("http://armorgames.com", "_blank");
}
Symbol 2861 MovieClip Frame 1
rootsound = new Sound();
is = 100;
_parent.stop();
this.onEnterFrame = function () {
if (is >= 0) {
rootsound.setVolume(is);
is--;
} else {
stopAllSounds();
rootsound.setVolume(100);
_parent.play();
}
};
stop();
Symbol 2872 MovieClip Frame 2
if (_root.music == 1) {
this.gotoAndStop("omom" + _root.currentmusic);
} else {
stop();
}
Symbol 2900 Button
on (release) {
gotoAndStop (1);
}
Symbol 2909 MovieClip Frame 1
stop();
Symbol 2909 MovieClip Frame 2
stop();
Symbol 2909 MovieClip Frame 3
stop();
Symbol 2909 MovieClip Frame 4
stop();
Symbol 2909 MovieClip Frame 5
stop();
Symbol 2909 MovieClip Frame 6
stop();
Symbol 2909 MovieClip Frame 7
stop();
Symbol 2928 MovieClip Frame 1
names = "";
wins = "";
losses = "";
points = "";
champo = "";
leveler = "";
i = 0;
while (i <= 199) {
if (_root.player[i].controller == "p") {
names = names + "<b>";
}
names = names + ((((_root.player[i].rank + ". ") + _root.player[i].fname) + _root.player[i].lname) + "<br>");
leveler = leveler + (_root.player[i].skill + "<br>");
if (_root.player[i].controller == "p") {
names = names + "</b>";
}
wins = wins + (_root.player[i].wins + "<br>");
losses = losses + (_root.player[i].losses + "<br>");
points = points + (_root.player[i].points + "<br>");
if (_root.player[i].ichampion == 1) {
champo = champo + "I ";
}
if (_root.player[i].zchampion == 1) {
champo = champo + "Z ";
}
if (_root.player[i].wchampion == 1) {
champo = champo + "W ";
}
champo = champo + "<br>";
i++;
}
Symbol 2928 MovieClip Frame 2
stop();
Symbol 2933 Button
on (release) {
tablana.names.scroll = tablana.names.scroll - 5;
tablana.wins.scroll = tablana.wins.scroll - 5;
tablana.losses.scroll = tablana.losses.scroll - 5;
tablana.points.scroll = tablana.points.scroll - 5;
tablana.champo.scroll = tablana.champo.scroll - 5;
tablana.leveler.scroll = tablana.leveler.scroll - 5;
}
on (press) {
tablana.names.scroll = tablana.names.scroll - 5;
tablana.wins.scroll = tablana.wins.scroll - 5;
tablana.losses.scroll = tablana.losses.scroll - 5;
tablana.points.scroll = tablana.points.scroll - 5;
tablana.champo.scroll = tablana.champo.scroll - 5;
tablana.leveler.scroll = tablana.leveler.scroll - 5;
}
Symbol 2934 Button
on (release) {
tablana.names.scroll = tablana.names.scroll + 5;
tablana.wins.scroll = tablana.wins.scroll + 5;
tablana.losses.scroll = tablana.losses.scroll + 5;
tablana.points.scroll = tablana.points.scroll + 5;
tablana.champo.scroll = tablana.champo.scroll + 5;
tablana.leveler.scroll = tablana.leveler.scroll + 5;
}
on (press) {
tablana.names.scroll = tablana.names.scroll + 5;
tablana.wins.scroll = tablana.wins.scroll + 5;
tablana.losses.scroll = tablana.losses.scroll + 5;
tablana.points.scroll = tablana.points.scroll + 5;
tablana.champo.scroll = tablana.champo.scroll + 5;
tablana.leveler.scroll = tablana.leveler.scroll + 5;
}
Symbol 2936 Button
on (release) {
this.gotoAndPlay("nothing");
}
Symbol 2947 MovieClip Frame 1
play();
Symbol 2947 MovieClip Frame 2
stop();
Symbol 2947 MovieClip Frame 3
stop();
Symbol 2947 MovieClip Frame 4
stop();
Symbol 2947 MovieClip Frame 5
stop();
Symbol 2947 MovieClip Frame 6
stop();
Symbol 2947 MovieClip Frame 7
stop();
Symbol 2947 MovieClip Frame 8
stop();
Symbol 2947 MovieClip Frame 9
stop();
Symbol 2947 MovieClip Frame 10
stop();
Symbol 2947 MovieClip Frame 11
stop();
Symbol 2947 MovieClip Frame 12
stop();
Symbol 2947 MovieClip Frame 13
stop();
Symbol 2953 MovieClip Frame 1
stop();
Symbol 2953 MovieClip Frame 2
stop();
Symbol 2966 MovieClip Frame 1
stop();
Symbol 2966 MovieClip Frame 2
stop();
Instance of Symbol 2964 MovieClip in Symbol 2966 MovieClip Frame 2
onClipEvent (enterFrame) {
_rotation = (_rotation + 10);
}
Symbol 2971 MovieClip Frame 1
stop();
Symbol 2971 MovieClip Frame 2
stop();
Instance of Symbol 2964 MovieClip in Symbol 2971 MovieClip Frame 2
onClipEvent (enterFrame) {
_rotation = (_rotation + 10);
}
Symbol 2974 MovieClip Frame 1
stop();
Symbol 2974 MovieClip Frame 2
stop();
Instance of Symbol 2964 MovieClip in Symbol 2974 MovieClip Frame 2
onClipEvent (enterFrame) {
_rotation = (_rotation + 10);
}
Symbol 2988 MovieClip Frame 1
if (_root.pd_browsing == 0) {
if ((_root.pd_condition != undefined) && (_root.pd_thevalue != undefined)) {
i = 0;
while (i <= 199) {
if (_root.player[i][_root.pd_condition] == _root.pd_thevalue) {
me = i;
}
i++;
}
}
}
p_name = _root.player[me].fname + _root.player[me].lname;
p_sex = _root.player[me].sex;
p_sprite = _root.player[me].sprite;
p_character = _root.getchar(_root.player[me].sprite);
p_rank = _root.player[me].rank;
p_skill = _root.player[me].skill;
p_badges = _root.player[me].badges;
p_wins = _root.player[me].wins;
p_losses = _root.player[me].losses;
p_points = _root.player[me].points;
p_loca = _root.locationer[_root.player[me].loc];
p_ichampion = _root.player[me].ichampion;
p_ichampiontimes = _root.player[me].ichampiontimes;
p_zchampion = _root.player[me].zchampion;
p_zchampiontimes = _root.player[me].zchampiontimes;
p_wchampion = _root.player[me].wchampion;
p_wchampiontimes = _root.player[me].wchampiontimes;
Instance of Symbol 2947 MovieClip in Symbol 2988 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(_parent.p_sprite);
}
Instance of Symbol 2953 MovieClip in Symbol 2988 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(_parent.p_sex + 1);
}
Instance of Symbol 2966 MovieClip in Symbol 2988 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(_parent.p_ichampion + 1);
}
Instance of Symbol 2971 MovieClip in Symbol 2988 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(_parent.p_zchampion + 1);
}
Instance of Symbol 2974 MovieClip in Symbol 2988 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(_parent.p_wchampion + 1);
}
Symbol 2988 MovieClip Frame 2
stop();
Symbol 2990 Button
on (release) {
_root.pd_browsing = 0;
_root.pd_condition = "ichampion";
_root.pd_thevalue = 1;
player_displayer.play();
}
Symbol 2991 Button
on (release) {
_root.pd_browsing = 0;
_root.pd_condition = "zchampion";
_root.pd_thevalue = 1;
player_displayer.play();
}
Symbol 2992 Button
on (release) {
_root.pd_browsing = 0;
_root.pd_condition = "wchampion";
_root.pd_thevalue = 1;
player_displayer.play();
}
Symbol 2993 Button
on (release) {
_root.pd_browsing = 0;
_root.pd_condition = "controller";
_root.pd_thevalue = "p";
player_displayer.play();
}
Symbol 2994 Button
on (release) {
_root.pd_browsing = 0;
_root.pd_condition = "rank";
_root.pd_thevalue = 1;
player_displayer.play();
}
Symbol 2998 Button
on (release) {
_root.pd_browsing = 1;
player_displayer.me = player_displayer.me + (player_displayer.me < 199);
player_displayer.play();
}
Symbol 2999 Button
on (release) {
_root.pd_browsing = 1;
player_displayer.me = player_displayer.me - (player_displayer.me > 0);
player_displayer.play();
}
Symbol 3000 Button
on (release) {
_root.pd_browsing = 1;
player_displayer.me = player_displayer.me + (10 * (player_displayer.me < 189));
player_displayer.play();
}
Symbol 3001 Button
on (release) {
_root.pd_browsing = 1;
player_displayer.me = player_displayer.me - (10 * (player_displayer.me > 10));
player_displayer.play();
}
Symbol 3002 Button
on (release) {
_root.pd_browsing = 1;
player_displayer.me = player_displayer.me + (20 * (player_displayer.me < 179));
player_displayer.play();
}
Symbol 3003 Button
on (release) {
_root.pd_browsing = 1;
player_displayer.me = player_displayer.me - (20 * (player_displayer.me > 20));
player_displayer.play();
}
Symbol 3010 Button
on (release) {
prevFrame();
}
Symbol 3017 Button
on (release) {
_parent.gotoAndPlay("nothing");
}
Symbol 3018 MovieClip Frame 1
stop();
Symbol 3021 MovieClip Frame 1
stop();
Symbol 3021 MovieClip Frame 4
this.gotoAndStop(what);
Symbol 3021 MovieClip Frame 5
stop();
Symbol 3021 MovieClip Frame 6
stop();
Instance of Symbol 2988 MovieClip "player_displayer" in Symbol 3021 MovieClip Frame 7
onClipEvent (load) {
me = _parent.bufferer;
if (me == undefined) {
me = 0;
}
}
Symbol 3021 MovieClip Frame 32
stop();
Symbol 3026 MovieClip Frame 1
stop();
Symbol 3031 MovieClip Frame 1
stop();
Symbol 3043 MovieClip Frame 1
stop();
Symbol 3043 MovieClip Frame 2
stop();
Symbol 3049 MovieClip Frame 1
stop();
Symbol 3049 MovieClip Frame 2
stop();
Symbol 3053 MovieClip Frame 11
stop();
Symbol 3054 MovieClip Frame 1
loca = _root.locationer[_root.season_location];
disp_name = (_root.season_fname + _root.season_nameseperator) + _root.season_lname;
Instance of Symbol 2947 MovieClip in Symbol 3054 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(_root[_root.seasonpelir + "sprite"]);
}
Instance of Symbol 3043 MovieClip "lang" in Symbol 3054 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.season_movesleft + 1);
}
Instance of Symbol 3049 MovieClip "xxxxx" in Symbol 3054 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(_root.season_battlesleft + 1);
}
Instance of Symbol 2953 MovieClip in Symbol 3054 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(_root.season_sex + 1);
}
Symbol 3057 Button
on (release) {
v.what = "info";
v.gotoAndPlay(2);
}
Symbol 3059 Button
on (release) {
v.what = "rankings";
v.gotoAndPlay(2);
}
Symbol 3064 Button
on (release) {
_root.mustopennews = 0;
v.what = "news";
nuisance.gotoAndStop(1);
v.gotoAndPlay(2);
}
Symbol 3065 Button
on (release) {
_root.season_day++;
_root.season_movesleft = 1;
_root.season_battlesleft = 1;
_root.gotoAndPlay("sea_son_next");
}
Symbol 3066 Button
on (release) {
vd.gotoAndPlay(2);
}
Symbol 3067 Button
on (release) {
_root.seasonslot = SharedObject.getLocal("ac2season");
_root.seasonslot.data.exists = 1;
_root.seasonslot.data.everybody = new Array();
_root.seasonslot.data.everybody[0] = new Object();
_root.seasonslot.data.everybody[0].sex = _root.player[0].sex;
_root.seasonslot.data.everybody[0].fname = _root.player[0].fname;
_root.seasonslot.data.everybody[0].lname = _root.player[0].lname;
_root.seasonslot.data.everybody[0].rank = _root.player[0].rank;
_root.seasonslot.data.everybody[0].loc = _root.player[0].loc;
_root.seasonslot.data.everybody[0].wins = _root.player[0].wins;
_root.seasonslot.data.everybody[0].losses = _root.player[0].losses;
_root.seasonslot.data.everybody[0].points = _root.player[0].points;
_root.seasonslot.data.everybody[0].sprite = _root.player[0].sprite;
_root.seasonslot.data.everybody[0].character = _root.player[0].character;
_root.seasonslot.data.everybody[0].ichampion = _root.player[0].ichampion;
_root.seasonslot.data.everybody[0].ichampiontimes = _root.player[0].ichampiontimes;
_root.seasonslot.data.everybody[0].zchampion = _root.player[0].zchampion;
_root.seasonslot.data.everybody[0].zchampiontimes = _root.player[0].zchampiontimes;
_root.seasonslot.data.everybody[0].wchampion = _root.player[0].wchampion;
_root.seasonslot.data.everybody[0].wchampiontimes = _root.player[0].wchampiontimes;
_root.seasonslot.data.everybody[0].badges = _root.player[0].badges;
_root.seasonslot.data.everybody[0].skill = _root.player[0].skill;
_root.seasonslot.data.everybody[0].controller = _root.player[0].controller;
_root.seasonslot.data.everybody[1] = new Object();
_root.seasonslot.data.everybody[1].sex = _root.player[1].sex;
_root.seasonslot.data.everybody[1].fname = _root.player[1].fname;
_root.seasonslot.data.everybody[1].lname = _root.player[1].lname;
_root.seasonslot.data.everybody[1].rank = _root.player[1].rank;
_root.seasonslot.data.everybody[1].loc = _root.player[1].loc;
_root.seasonslot.data.everybody[1].wins = _root.player[1].wins;
_root.seasonslot.data.everybody[1].losses = _root.player[1].losses;
_root.seasonslot.data.everybody[1].points = _root.player[1].points;
_root.seasonslot.data.everybody[1].sprite = _root.player[1].sprite;
_root.seasonslot.data.everybody[1].character = _root.player[1].character;
_root.seasonslot.data.everybody[1].ichampion = _root.player[1].ichampion;
_root.seasonslot.data.everybody[1].ichampiontimes = _root.player[1].ichampiontimes;
_root.seasonslot.data.everybody[1].zchampion = _root.player[1].zchampion;
_root.seasonslot.data.everybody[1].zchampiontimes = _root.player[1].zchampiontimes;
_root.seasonslot.data.everybody[1].wchampion = _root.player[1].wchampion;
_root.seasonslot.data.everybody[1].wchampiontimes = _root.player[1].wchampiontimes;
_root.seasonslot.data.everybody[1].badges = _root.player[1].badges;
_root.seasonslot.data.everybody[1].skill = _root.player[1].skill;
_root.seasonslot.data.everybody[1].controller = _root.player[1].controller;
_root.seasonslot.data.everybody[2] = new Object();
_root.seasonslot.data.everybody[2].sex = _root.player[2].sex;
_root.seasonslot.data.everybody[2].fname = _root.player[2].fname;
_root.seasonslot.data.everybody[2].lname = _root.player[2].lname;
_root.seasonslot.data.everybody[2].rank = _root.player[2].rank;
_root.seasonslot.data.everybody[2].loc = _root.player[2].loc;
_root.seasonslot.data.everybody[2].wins = _root.player[2].wins;
_root.seasonslot.data.everybody[2].losses = _root.player[2].losses;
_root.seasonslot.data.everybody[2].points = _root.player[2].points;
_root.seasonslot.data.everybody[2].sprite = _root.player[2].sprite;
_root.seasonslot.data.everybody[2].character = _root.player[2].character;
_root.seasonslot.data.everybody[2].ichampion = _root.player[2].ichampion;
_root.seasonslot.data.everybody[2].ichampiontimes = _root.player[2].ichampiontimes;
_root.seasonslot.data.everybody[2].zchampion = _root.player[2].zchampion;
_root.seasonslot.data.everybody[2].zchampiontimes = _root.player[2].zchampiontimes;
_root.seasonslot.data.everybody[2].wchampion = _root.player[2].wchampion;
_root.seasonslot.data.everybody[2].wchampiontimes = _root.player[2].wchampiontimes;
_root.seasonslot.data.everybody[2].badges = _root.player[2].badges;
_root.seasonslot.data.everybody[2].skill = _root.player[2].skill;
_root.seasonslot.data.everybody[2].controller = _root.player[2].controller;
_root.seasonslot.data.everybody[3] = new Object();
_root.seasonslot.data.everybody[3].sex = _root.player[3].sex;
_root.seasonslot.data.everybody[3].fname = _root.player[3].fname;
_root.seasonslot.data.everybody[3].lname = _root.player[3].lname;
_root.seasonslot.data.everybody[3].rank = _root.player[3].rank;
_root.seasonslot.data.everybody[3].loc = _root.player[3].loc;
_root.seasonslot.data.everybody[3].wins = _root.player[3].wins;
_root.seasonslot.data.everybody[3].losses = _root.player[3].losses;
_root.seasonslot.data.everybody[3].points = _root.player[3].points;
_root.seasonslot.data.everybody[3].sprite = _root.player[3].sprite;
_root.seasonslot.data.everybody[3].character = _root.player[3].character;
_root.seasonslot.data.everybody[3].ichampion = _root.player[3].ichampion;
_root.seasonslot.data.everybody[3].ichampiontimes = _root.player[3].ichampiontimes;
_root.seasonslot.data.everybody[3].zchampion = _root.player[3].zchampion;
_root.seasonslot.data.everybody[3].zchampiontimes = _root.player[3].zchampiontimes;
_root.seasonslot.data.everybody[3].wchampion = _root.player[3].wchampion;
_root.seasonslot.data.everybody[3].wchampiontimes = _root.player[3].wchampiontimes;
_root.seasonslot.data.everybody[3].badges = _root.player[3].badges;
_root.seasonslot.data.everybody[3].skill = _root.player[3].skill;
_root.seasonslot.data.everybody[3].controller = _root.player[3].controller;
_root.seasonslot.data.everybody[4] = new Object();
_root.seasonslot.data.everybody[4].sex = _root.player[4].sex;
_root.seasonslot.data.everybody[4].fname = _root.player[4].fname;
_root.seasonslot.data.everybody[4].lname = _root.player[4].lname;
_root.seasonslot.data.everybody[4].rank = _root.player[4].rank;
_root.seasonslot.data.everybody[4].loc = _root.player[4].loc;
_root.seasonslot.data.everybody[4].wins = _root.player[4].wins;
_root.seasonslot.data.everybody[4].losses = _root.player[4].losses;
_root.seasonslot.data.everybody[4].points = _root.player[4].points;
_root.seasonslot.data.everybody[4].sprite = _root.player[4].sprite;
_root.seasonslot.data.everybody[4].character = _root.player[4].character;
_root.seasonslot.data.everybody[4].ichampion = _root.player[4].ichampion;
_root.seasonslot.data.everybody[4].ichampiontimes = _root.player[4].ichampiontimes;
_root.seasonslot.data.everybody[4].zchampion = _root.player[4].zchampion;
_root.seasonslot.data.everybody[4].zchampiontimes = _root.player[4].zchampiontimes;
_root.seasonslot.data.everybody[4].wchampion = _root.player[4].wchampion;
_root.seasonslot.data.everybody[4].wchampiontimes = _root.player[4].wchampiontimes;
_root.seasonslot.data.everybody[4].badges = _root.player[4].badges;
_root.seasonslot.data.everybody[4].skill = _root.player[4].skill;
_root.seasonslot.data.everybody[4].controller = _root.player[4].controller;
_root.seasonslot.data.everybody[5] = new Object();
_root.seasonslot.data.everybody[5].sex = _root.player[5].sex;
_root.seasonslot.data.everybody[5].fname = _root.player[5].fname;
_root.seasonslot.data.everybody[5].lname = _root.player[5].lname;
_root.seasonslot.data.everybody[5].rank = _root.player[5].rank;
_root.seasonslot.data.everybody[5].loc = _root.player[5].loc;
_root.seasonslot.data.everybody[5].wins = _root.player[5].wins;
_root.seasonslot.data.everybody[5].losses = _root.player[5].losses;
_root.seasonslot.data.everybody[5].points = _root.player[5].points;
_root.seasonslot.data.everybody[5].sprite = _root.player[5].sprite;
_root.seasonslot.data.everybody[5].character = _root.player[5].character;
_root.seasonslot.data.everybody[5].ichampion = _root.player[5].ichampion;
_root.seasonslot.data.everybody[5].ichampiontimes = _root.player[5].ichampiontimes;
_root.seasonslot.data.everybody[5].zchampion = _root.player[5].zchampion;
_root.seasonslot.data.everybody[5].zchampiontimes = _root.player[5].zchampiontimes;
_root.seasonslot.data.everybody[5].wchampion = _root.player[5].wchampion;
_root.seasonslot.data.everybody[5].wchampiontimes = _root.player[5].wchampiontimes;
_root.seasonslot.data.everybody[5].badges = _root.player[5].badges;
_root.seasonslot.data.everybody[5].skill = _root.player[5].skill;
_root.seasonslot.data.everybody[5].controller = _root.player[5].controller;
_root.seasonslot.data.everybody[6] = new Object();
_root.seasonslot.data.everybody[6].sex = _root.player[6].sex;
_root.seasonslot.data.everybody[6].fname = _root.player[6].fname;
_root.seasonslot.data.everybody[6].lname = _root.player[6].lname;
_root.seasonslot.data.everybody[6].rank = _root.player[6].rank;
_root.seasonslot.data.everybody[6].loc = _root.player[6].loc;
_root.seasonslot.data.everybody[6].wins = _root.player[6].wins;
_root.seasonslot.data.everybody[6].losses = _root.player[6].losses;
_root.seasonslot.data.everybody[6].points = _root.player[6].points;
_root.seasonslot.data.everybody[6].sprite = _root.player[6].sprite;
_root.seasonslot.data.everybody[6].character = _root.player[6].character;
_root.seasonslot.data.everybody[6].ichampion = _root.player[6].ichampion;
_root.seasonslot.data.everybody[6].ichampiontimes = _root.player[6].ichampiontimes;
_root.seasonslot.data.everybody[6].zchampion = _root.player[6].zchampion;
_root.seasonslot.data.everybody[6].zchampiontimes = _root.player[6].zchampiontimes;
_root.seasonslot.data.everybody[6].wchampion = _root.player[6].wchampion;
_root.seasonslot.data.everybody[6].wchampiontimes = _root.player[6].wchampiontimes;
_root.seasonslot.data.everybody[6].badges = _root.player[6].badges;
_root.seasonslot.data.everybody[6].skill = _root.player[6].skill;
_root.seasonslot.data.everybody[6].controller = _root.player[6].controller;
_root.seasonslot.data.everybody[7] = new Object();
_root.seasonslot.data.everybody[7].sex = _root.player[7].sex;
_root.seasonslot.data.everybody[7].fname = _root.player[7].fname;
_root.seasonslot.data.everybody[7].lname = _root.player[7].lname;
_root.seasonslot.data.everybody[7].rank = _root.player[7].rank;
_root.seasonslot.data.everybody[7].loc = _root.player[7].loc;
_root.seasonslot.data.everybody[7].wins = _root.player[7].wins;
_root.seasonslot.data.everybody[7].losses = _root.player[7].losses;
_root.seasonslot.data.everybody[7].points = _root.player[7].points;
_root.seasonslot.data.everybody[7].sprite = _root.player[7].sprite;
_root.seasonslot.data.everybody[7].character = _root.player[7].character;
_root.seasonslot.data.everybody[7].ichampion = _root.player[7].ichampion;
_root.seasonslot.data.everybody[7].ichampiontimes = _root.player[7].ichampiontimes;
_root.seasonslot.data.everybody[7].zchampion = _root.player[7].zchampion;
_root.seasonslot.data.everybody[7].zchampiontimes = _root.player[7].zchampiontimes;
_root.seasonslot.data.everybody[7].wchampion = _root.player[7].wchampion;
_root.seasonslot.data.everybody[7].wchampiontimes = _root.player[7].wchampiontimes;
_root.seasonslot.data.everybody[7].badges = _root.player[7].badges;
_root.seasonslot.data.everybody[7].skill = _root.player[7].skill;
_root.seasonslot.data.everybody[7].controller = _root.player[7].controller;
_root.seasonslot.data.everybody[8] = new Object();
_root.seasonslot.data.everybody[8].sex = _root.player[8].sex;
_root.seasonslot.data.everybody[8].fname = _root.player[8].fname;
_root.seasonslot.data.everybody[8].lname = _root.player[8].lname;
_root.seasonslot.data.everybody[8].rank = _root.player[8].rank;
_root.seasonslot.data.everybody[8].loc = _root.player[8].loc;
_root.seasonslot.data.everybody[8].wins = _root.player[8].wins;
_root.seasonslot.data.everybody[8].losses = _root.player[8].losses;
_root.seasonslot.data.everybody[8].points = _root.player[8].points;
_root.seasonslot.data.everybody[8].sprite = _root.player[8].sprite;
_root.seasonslot.data.everybody[8].character = _root.player[8].character;
_root.seasonslot.data.everybody[8].ichampion = _root.player[8].ichampion;
_root.seasonslot.data.everybody[8].ichampiontimes = _root.player[8].ichampiontimes;
_root.seasonslot.data.everybody[8].zchampion = _root.player[8].zchampion;
_root.seasonslot.data.everybody[8].zchampiontimes = _root.player[8].zchampiontimes;
_root.seasonslot.data.everybody[8].wchampion = _root.player[8].wchampion;
_root.seasonslot.data.everybody[8].wchampiontimes = _root.player[8].wchampiontimes;
_root.seasonslot.data.everybody[8].badges = _root.player[8].badges;
_root.seasonslot.data.everybody[8].skill = _root.player[8].skill;
_root.seasonslot.data.everybody[8].controller = _root.player[8].controller;
_root.seasonslot.data.everybody[9] = new Object();
_root.seasonslot.data.everybody[9].sex = _root.player[9].sex;
_root.seasonslot.data.everybody[9].fname = _root.player[9].fname;
_root.seasonslot.data.everybody[9].lname = _root.player[9].lname;
_root.seasonslot.data.everybody[9].rank = _root.player[9].rank;
_root.seasonslot.data.everybody[9].loc = _root.player[9].loc;
_root.seasonslot.data.everybody[9].wins = _root.player[9].wins;
_root.seasonslot.data.everybody[9].losses = _root.player[9].losses;
_root.seasonslot.data.everybody[9].points = _root.player[9].points;
_root.seasonslot.data.everybody[9].sprite = _root.player[9].sprite;
_root.seasonslot.data.everybody[9].character = _root.player[9].character;
_root.seasonslot.data.everybody[9].ichampion = _root.player[9].ichampion;
_root.seasonslot.data.everybody[9].ichampiontimes = _root.player[9].ichampiontimes;
_root.seasonslot.data.everybody[9].zchampion = _root.player[9].zchampion;
_root.seasonslot.data.everybody[9].zchampiontimes = _root.player[9].zchampiontimes;
_root.seasonslot.data.everybody[9].wchampion = _root.player[9].wchampion;
_root.seasonslot.data.everybody[9].wchampiontimes = _root.player[9].wchampiontimes;
_root.seasonslot.data.everybody[9].badges = _root.player[9].badges;
_root.seasonslot.data.everybody[9].skill = _root.player[9].skill;
_root.seasonslot.data.everybody[9].controller = _root.player[9].controller;
_root.seasonslot.data.everybody[10] = new Object();
_root.seasonslot.data.everybody[10].sex = _root.player[10].sex;
_root.seasonslot.data.everybody[10].fname = _root.player[10].fname;
_root.seasonslot.data.everybody[10].lname = _root.player[10].lname;
_root.seasonslot.data.everybody[10].rank = _root.player[10].rank;
_root.seasonslot.data.everybody[10].loc = _root.player[10].loc;
_root.seasonslot.data.everybody[10].wins = _root.player[10].wins;
_root.seasonslot.data.everybody[10].losses = _root.player[10].losses;
_root.seasonslot.data.everybody[10].points = _root.player[10].points;
_root.seasonslot.data.everybody[10].sprite = _root.player[10].sprite;
_root.seasonslot.data.everybody[10].character = _root.player[10].character;
_root.seasonslot.data.everybody[10].ichampion = _root.player[10].ichampion;
_root.seasonslot.data.everybody[10].ichampiontimes = _root.player[10].ichampiontimes;
_root.seasonslot.data.everybody[10].zchampion = _root.player[10].zchampion;
_root.seasonslot.data.everybody[10].zchampiontimes = _root.player[10].zchampiontimes;
_root.seasonslot.data.everybody[10].wchampion = _root.player[10].wchampion;
_root.seasonslot.data.everybody[10].wchampiontimes = _root.player[10].wchampiontimes;
_root.seasonslot.data.everybody[10].badges = _root.player[10].badges;
_root.seasonslot.data.everybody[10].skill = _root.player[10].skill;
_root.seasonslot.data.everybody[10].controller = _root.player[10].controller;
_root.seasonslot.data.everybody[11] = new Object();
_root.seasonslot.data.everybody[11].sex = _root.player[11].sex;
_root.seasonslot.data.everybody[11].fname = _root.player[11].fname;
_root.seasonslot.data.everybody[11].lname = _root.player[11].lname;
_root.seasonslot.data.everybody[11].rank = _root.player[11].rank;
_root.seasonslot.data.everybody[11].loc = _root.player[11].loc;
_root.seasonslot.data.everybody[11].wins = _root.player[11].wins;
_root.seasonslot.data.everybody[11].losses = _root.player[11].losses;
_root.seasonslot.data.everybody[11].points = _root.player[11].points;
_root.seasonslot.data.everybody[11].sprite = _root.player[11].sprite;
_root.seasonslot.data.everybody[11].character = _root.player[11].character;
_root.seasonslot.data.everybody[11].ichampion = _root.player[11].ichampion;
_root.seasonslot.data.everybody[11].ichampiontimes = _root.player[11].ichampiontimes;
_root.seasonslot.data.everybody[11].zchampion = _root.player[11].zchampion;
_root.seasonslot.data.everybody[11].zchampiontimes = _root.player[11].zchampiontimes;
_root.seasonslot.data.everybody[11].wchampion = _root.player[11].wchampion;
_root.seasonslot.data.everybody[11].wchampiontimes = _root.player[11].wchampiontimes;
_root.seasonslot.data.everybody[11].badges = _root.player[11].badges;
_root.seasonslot.data.everybody[11].skill = _root.player[11].skill;
_root.seasonslot.data.everybody[11].controller = _root.player[11].controller;
_root.seasonslot.data.everybody[12] = new Object();
_root.seasonslot.data.everybody[12].sex = _root.player[12].sex;
_root.seasonslot.data.everybody[12].fname = _root.player[12].fname;
_root.seasonslot.data.everybody[12].lname = _root.player[12].lname;
_root.seasonslot.data.everybody[12].rank = _root.player[12].rank;
_root.seasonslot.data.everybody[12].loc = _root.player[12].loc;
_root.seasonslot.data.everybody[12].wins = _root.player[12].wins;
_root.seasonslot.data.everybody[12].losses = _root.player[12].losses;
_root.seasonslot.data.everybody[12].points = _root.player[12].points;
_root.seasonslot.data.everybody[12].sprite = _root.player[12].sprite;
_root.seasonslot.data.everybody[12].character = _root.player[12].character;
_root.seasonslot.data.everybody[12].ichampion = _root.player[12].ichampion;
_root.seasonslot.data.everybody[12].ichampiontimes = _root.player[12].ichampiontimes;
_root.seasonslot.data.everybody[12].zchampion = _root.player[12].zchampion;
_root.seasonslot.data.everybody[12].zchampiontimes = _root.player[12].zchampiontimes;
_root.seasonslot.data.everybody[12].wchampion = _root.player[12].wchampion;
_root.seasonslot.data.everybody[12].wchampiontimes = _root.player[12].wchampiontimes;
_root.seasonslot.data.everybody[12].badges = _root.player[12].badges;
_root.seasonslot.data.everybody[12].skill = _root.player[12].skill;
_root.seasonslot.data.everybody[12].controller = _root.player[12].controller;
_root.seasonslot.data.everybody[13] = new Object();
_root.seasonslot.data.everybody[13].sex = _root.player[13].sex;
_root.seasonslot.data.everybody[13].fname = _root.player[13].fname;
_root.seasonslot.data.everybody[13].lname = _root.player[13].lname;
_root.seasonslot.data.everybody[13].rank = _root.player[13].rank;
_root.seasonslot.data.everybody[13].loc = _root.player[13].loc;
_root.seasonslot.data.everybody[13].wins = _root.player[13].wins;
_root.seasonslot.data.everybody[13].losses = _root.player[13].losses;
_root.seasonslot.data.everybody[13].points = _root.player[13].points;
_root.seasonslot.data.everybody[13].sprite = _root.player[13].sprite;
_root.seasonslot.data.everybody[13].character = _root.player[13].character;
_root.seasonslot.data.everybody[13].ichampion = _root.player[13].ichampion;
_root.seasonslot.data.everybody[13].ichampiontimes = _root.player[13].ichampiontimes;
_root.seasonslot.data.everybody[13].zchampion = _root.player[13].zchampion;
_root.seasonslot.data.everybody[13].zchampiontimes = _root.player[13].zchampiontimes;
_root.seasonslot.data.everybody[13].wchampion = _root.player[13].wchampion;
_root.seasonslot.data.everybody[13].wchampiontimes = _root.player[13].wchampiontimes;
_root.seasonslot.data.everybody[13].badges = _root.player[13].badges;
_root.seasonslot.data.everybody[13].skill = _root.player[13].skill;
_root.seasonslot.data.everybody[13].controller = _root.player[13].controller;
_root.seasonslot.data.everybody[14] = new Object();
_root.seasonslot.data.everybody[14].sex = _root.player[14].sex;
_root.seasonslot.data.everybody[14].fname = _root.player[14].fname;
_root.seasonslot.data.everybody[14].lname = _root.player[14].lname;
_root.seasonslot.data.everybody[14].rank = _root.player[14].rank;
_root.seasonslot.data.everybody[14].loc = _root.player[14].loc;
_root.seasonslot.data.everybody[14].wins = _root.player[14].wins;
_root.seasonslot.data.everybody[14].losses = _root.player[14].losses;
_root.seasonslot.data.everybody[14].points = _root.player[14].points;
_root.seasonslot.data.everybody[14].sprite = _root.player[14].sprite;
_root.seasonslot.data.everybody[14].character = _root.player[14].character;
_root.seasonslot.data.everybody[14].ichampion = _root.player[14].ichampion;
_root.seasonslot.data.everybody[14].ichampiontimes = _root.player[14].ichampiontimes;
_root.seasonslot.data.everybody[14].zchampion = _root.player[14].zchampion;
_root.seasonslot.data.everybody[14].zchampiontimes = _root.player[14].zchampiontimes;
_root.seasonslot.data.everybody[14].wchampion = _root.player[14].wchampion;
_root.seasonslot.data.everybody[14].wchampiontimes = _root.player[14].wchampiontimes;
_root.seasonslot.data.everybody[14].badges = _root.player[14].badges;
_root.seasonslot.data.everybody[14].skill = _root.player[14].skill;
_root.seasonslot.data.everybody[14].controller = _root.player[14].controller;
_root.seasonslot.data.everybody[15] = new Object();
_root.seasonslot.data.everybody[15].sex = _root.player[15].sex;
_root.seasonslot.data.everybody[15].fname = _root.player[15].fname;
_root.seasonslot.data.everybody[15].lname = _root.player[15].lname;
_root.seasonslot.data.everybody[15].rank = _root.player[15].rank;
_root.seasonslot.data.everybody[15].loc = _root.player[15].loc;
_root.seasonslot.data.everybody[15].wins = _root.player[15].wins;
_root.seasonslot.data.everybody[15].losses = _root.player[15].losses;
_root.seasonslot.data.everybody[15].points = _root.player[15].points;
_root.seasonslot.data.everybody[15].sprite = _root.player[15].sprite;
_root.seasonslot.data.everybody[15].character = _root.player[15].character;
_root.seasonslot.data.everybody[15].ichampion = _root.player[15].ichampion;
_root.seasonslot.data.everybody[15].ichampiontimes = _root.player[15].ichampiontimes;
_root.seasonslot.data.everybody[15].zchampion = _root.player[15].zchampion;
_root.seasonslot.data.everybody[15].zchampiontimes = _root.player[15].zchampiontimes;
_root.seasonslot.data.everybody[15].wchampion = _root.player[15].wchampion;
_root.seasonslot.data.everybody[15].wchampiontimes = _root.player[15].wchampiontimes;
_root.seasonslot.data.everybody[15].badges = _root.player[15].badges;
_root.seasonslot.data.everybody[15].skill = _root.player[15].skill;
_root.seasonslot.data.everybody[15].controller = _root.player[15].controller;
_root.seasonslot.data.everybody[16] = new Object();
_root.seasonslot.data.everybody[16].sex = _root.player[16].sex;
_root.seasonslot.data.everybody[16].fname = _root.player[16].fname;
_root.seasonslot.data.everybody[16].lname = _root.player[16].lname;
_root.seasonslot.data.everybody[16].rank = _root.player[16].rank;
_root.seasonslot.data.everybody[16].loc = _root.player[16].loc;
_root.seasonslot.data.everybody[16].wins = _root.player[16].wins;
_root.seasonslot.data.everybody[16].losses = _root.player[16].losses;
_root.seasonslot.data.everybody[16].points = _root.player[16].points;
_root.seasonslot.data.everybody[16].sprite = _root.player[16].sprite;
_root.seasonslot.data.everybody[16].character = _root.player[16].character;
_root.seasonslot.data.everybody[16].ichampion = _root.player[16].ichampion;
_root.seasonslot.data.everybody[16].ichampiontimes = _root.player[16].ichampiontimes;
_root.seasonslot.data.everybody[16].zchampion = _root.player[16].zchampion;
_root.seasonslot.data.everybody[16].zchampiontimes = _root.player[16].zchampiontimes;
_root.seasonslot.data.everybody[16].wchampion = _root.player[16].wchampion;
_root.seasonslot.data.everybody[16].wchampiontimes = _root.player[16].wchampiontimes;
_root.seasonslot.data.everybody[16].badges = _root.player[16].badges;
_root.seasonslot.data.everybody[16].skill = _root.player[16].skill;
_root.seasonslot.data.everybody[16].controller = _root.player[16].controller;
_root.seasonslot.data.everybody[17] = new Object();
_root.seasonslot.data.everybody[17].sex = _root.player[17].sex;
_root.seasonslot.data.everybody[17].fname = _root.player[17].fname;
_root.seasonslot.data.everybody[17].lname = _root.player[17].lname;
_root.seasonslot.data.everybody[17].rank = _root.player[17].rank;
_root.seasonslot.data.everybody[17].loc = _root.player[17].loc;
_root.seasonslot.data.everybody[17].wins = _root.player[17].wins;
_root.seasonslot.data.everybody[17].losses = _root.player[17].losses;
_root.seasonslot.data.everybody[17].points = _root.player[17].points;
_root.seasonslot.data.everybody[17].sprite = _root.player[17].sprite;
_root.seasonslot.data.everybody[17].character = _root.player[17].character;
_root.seasonslot.data.everybody[17].ichampion = _root.player[17].ichampion;
_root.seasonslot.data.everybody[17].ichampiontimes = _root.player[17].ichampiontimes;
_root.seasonslot.data.everybody[17].zchampion = _root.player[17].zchampion;
_root.seasonslot.data.everybody[17].zchampiontimes = _root.player[17].zchampiontimes;
_root.seasonslot.data.everybody[17].wchampion = _root.player[17].wchampion;
_root.seasonslot.data.everybody[17].wchampiontimes = _root.player[17].wchampiontimes;
_root.seasonslot.data.everybody[17].badges = _root.player[17].badges;
_root.seasonslot.data.everybody[17].skill = _root.player[17].skill;
_root.seasonslot.data.everybody[17].controller = _root.player[17].controller;
_root.seasonslot.data.everybody[18] = new Object();
_root.seasonslot.data.everybody[18].sex = _root.player[18].sex;
_root.seasonslot.data.everybody[18].fname = _root.player[18].fname;
_root.seasonslot.data.everybody[18].lname = _root.player[18].lname;
_root.seasonslot.data.everybody[18].rank = _root.player[18].rank;
_root.seasonslot.data.everybody[18].loc = _root.player[18].loc;
_root.seasonslot.data.everybody[18].wins = _root.player[18].wins;
_root.seasonslot.data.everybody[18].losses = _root.player[18].losses;
_root.seasonslot.data.everybody[18].points = _root.player[18].points;
_root.seasonslot.data.everybody[18].sprite = _root.player[18].sprite;
_root.seasonslot.data.everybody[18].character = _root.player[18].character;
_root.seasonslot.data.everybody[18].ichampion = _root.player[18].ichampion;
_root.seasonslot.data.everybody[18].ichampiontimes = _root.player[18].ichampiontimes;
_root.seasonslot.data.everybody[18].zchampion = _root.player[18].zchampion;
_root.seasonslot.data.everybody[18].zchampiontimes = _root.player[18].zchampiontimes;
_root.seasonslot.data.everybody[18].wchampion = _root.player[18].wchampion;
_root.seasonslot.data.everybody[18].wchampiontimes = _root.player[18].wchampiontimes;
_root.seasonslot.data.everybody[18].badges = _root.player[18].badges;
_root.seasonslot.data.everybody[18].skill = _root.player[18].skill;
_root.seasonslot.data.everybody[18].controller = _root.player[18].controller;
_root.seasonslot.data.everybody[19] = new Object();
_root.seasonslot.data.everybody[19].sex = _root.player[19].sex;
_root.seasonslot.data.everybody[19].fname = _root.player[19].fname;
_root.seasonslot.data.everybody[19].lname = _root.player[19].lname;
_root.seasonslot.data.everybody[19].rank = _root.player[19].rank;
_root.seasonslot.data.everybody[19].loc = _root.player[19].loc;
_root.seasonslot.data.everybody[19].wins = _root.player[19].wins;
_root.seasonslot.data.everybody[19].losses = _root.player[19].losses;
_root.seasonslot.data.everybody[19].points = _root.player[19].points;
_root.seasonslot.data.everybody[19].sprite = _root.player[19].sprite;
_root.seasonslot.data.everybody[19].character = _root.player[19].character;
_root.seasonslot.data.everybody[19].ichampion = _root.player[19].ichampion;
_root.seasonslot.data.everybody[19].ichampiontimes = _root.player[19].ichampiontimes;
_root.seasonslot.data.everybody[19].zchampion = _root.player[19].zchampion;
_root.seasonslot.data.everybody[19].zchampiontimes = _root.player[19].zchampiontimes;
_root.seasonslot.data.everybody[19].wchampion = _root.player[19].wchampion;
_root.seasonslot.data.everybody[19].wchampiontimes = _root.player[19].wchampiontimes;
_root.seasonslot.data.everybody[19].badges = _root.player[19].badges;
_root.seasonslot.data.everybody[19].skill = _root.player[19].skill;
_root.seasonslot.data.everybody[19].controller = _root.player[19].controller;
_root.seasonslot.data.everybody[20] = new Object();
_root.seasonslot.data.everybody[20].sex = _root.player[20].sex;
_root.seasonslot.data.everybody[20].fname = _root.player[20].fname;
_root.seasonslot.data.everybody[20].lname = _root.player[20].lname;
_root.seasonslot.data.everybody[20].rank = _root.player[20].rank;
_root.seasonslot.data.everybody[20].loc = _root.player[20].loc;
_root.seasonslot.data.everybody[20].wins = _root.player[20].wins;
_root.seasonslot.data.everybody[20].losses = _root.player[20].losses;
_root.seasonslot.data.everybody[20].points = _root.player[20].points;
_root.seasonslot.data.everybody[20].sprite = _root.player[20].sprite;
_root.seasonslot.data.everybody[20].character = _root.player[20].character;
_root.seasonslot.data.everybody[20].ichampion = _root.player[20].ichampion;
_root.seasonslot.data.everybody[20].ichampiontimes = _root.player[20].ichampiontimes;
_root.seasonslot.data.everybody[20].zchampion = _root.player[20].zchampion;
_root.seasonslot.data.everybody[20].zchampiontimes = _root.player[20].zchampiontimes;
_root.seasonslot.data.everybody[20].wchampion = _root.player[20].wchampion;
_root.seasonslot.data.everybody[20].wchampiontimes = _root.player[20].wchampiontimes;
_root.seasonslot.data.everybody[20].badges = _root.player[20].badges;
_root.seasonslot.data.everybody[20].skill = _root.player[20].skill;
_root.seasonslot.data.everybody[20].controller = _root.player[20].controller;
_root.seasonslot.data.everybody[21] = new Object();
_root.seasonslot.data.everybody[21].sex = _root.player[21].sex;
_root.seasonslot.data.everybody[21].fname = _root.player[21].fname;
_root.seasonslot.data.everybody[21].lname = _root.player[21].lname;
_root.seasonslot.data.everybody[21].rank = _root.player[21].rank;
_root.seasonslot.data.everybody[21].loc = _root.player[21].loc;
_root.seasonslot.data.everybody[21].wins = _root.player[21].wins;
_root.seasonslot.data.everybody[21].losses = _root.player[21].losses;
_root.seasonslot.data.everybody[21].points = _root.player[21].points;
_root.seasonslot.data.everybody[21].sprite = _root.player[21].sprite;
_root.seasonslot.data.everybody[21].character = _root.player[21].character;
_root.seasonslot.data.everybody[21].ichampion = _root.player[21].ichampion;
_root.seasonslot.data.everybody[21].ichampiontimes = _root.player[21].ichampiontimes;
_root.seasonslot.data.everybody[21].zchampion = _root.player[21].zchampion;
_root.seasonslot.data.everybody[21].zchampiontimes = _root.player[21].zchampiontimes;
_root.seasonslot.data.everybody[21].wchampion = _root.player[21].wchampion;
_root.seasonslot.data.everybody[21].wchampiontimes = _root.player[21].wchampiontimes;
_root.seasonslot.data.everybody[21].badges = _root.player[21].badges;
_root.seasonslot.data.everybody[21].skill = _root.player[21].skill;
_root.seasonslot.data.everybody[21].controller = _root.player[21].controller;
_root.seasonslot.data.everybody[22] = new Object();
_root.seasonslot.data.everybody[22].sex = _root.player[22].sex;
_root.seasonslot.data.everybody[22].fname = _root.player[22].fname;
_root.seasonslot.data.everybody[22].lname = _root.player[22].lname;
_root.seasonslot.data.everybody[22].rank = _root.player[22].rank;
_root.seasonslot.data.everybody[22].loc = _root.player[22].loc;
_root.seasonslot.data.everybody[22].wins = _root.player[22].wins;
_root.seasonslot.data.everybody[22].losses = _root.player[22].losses;
_root.seasonslot.data.everybody[22].points = _root.player[22].points;
_root.seasonslot.data.everybody[22].sprite = _root.player[22].sprite;
_root.seasonslot.data.everybody[22].character = _root.player[22].character;
_root.seasonslot.data.everybody[22].ichampion = _root.player[22].ichampion;
_root.seasonslot.data.everybody[22].ichampiontimes = _root.player[22].ichampiontimes;
_root.seasonslot.data.everybody[22].zchampion = _root.player[22].zchampion;
_root.seasonslot.data.everybody[22].zchampiontimes = _root.player[22].zchampiontimes;
_root.seasonslot.data.everybody[22].wchampion = _root.player[22].wchampion;
_root.seasonslot.data.everybody[22].wchampiontimes = _root.player[22].wchampiontimes;
_root.seasonslot.data.everybody[22].badges = _root.player[22].badges;
_root.seasonslot.data.everybody[22].skill = _root.player[22].skill;
_root.seasonslot.data.everybody[22].controller = _root.player[22].controller;
_root.seasonslot.data.everybody[23] = new Object();
_root.seasonslot.data.everybody[23].sex = _root.player[23].sex;
_root.seasonslot.data.everybody[23].fname = _root.player[23].fname;
_root.seasonslot.data.everybody[23].lname = _root.player[23].lname;
_root.seasonslot.data.everybody[23].rank = _root.player[23].rank;
_root.seasonslot.data.everybody[23].loc = _root.player[23].loc;
_root.seasonslot.data.everybody[23].wins = _root.player[23].wins;
_root.seasonslot.data.everybody[23].losses = _root.player[23].losses;
_root.seasonslot.data.everybody[23].points = _root.player[23].points;
_root.seasonslot.data.everybody[23].sprite = _root.player[23].sprite;
_root.seasonslot.data.everybody[23].character = _root.player[23].character;
_root.seasonslot.data.everybody[23].ichampion = _root.player[23].ichampion;
_root.seasonslot.data.everybody[23].ichampiontimes = _root.player[23].ichampiontimes;
_root.seasonslot.data.everybody[23].zchampion = _root.player[23].zchampion;
_root.seasonslot.data.everybody[23].zchampiontimes = _root.player[23].zchampiontimes;
_root.seasonslot.data.everybody[23].wchampion = _root.player[23].wchampion;
_root.seasonslot.data.everybody[23].wchampiontimes = _root.player[23].wchampiontimes;
_root.seasonslot.data.everybody[23].badges = _root.player[23].badges;
_root.seasonslot.data.everybody[23].skill = _root.player[23].skill;
_root.seasonslot.data.everybody[23].controller = _root.player[23].controller;
_root.seasonslot.data.everybody[24] = new Object();
_root.seasonslot.data.everybody[24].sex = _root.player[24].sex;
_root.seasonslot.data.everybody[24].fname = _root.player[24].fname;
_root.seasonslot.data.everybody[24].lname = _root.player[24].lname;
_root.seasonslot.data.everybody[24].rank = _root.player[24].rank;
_root.seasonslot.data.everybody[24].loc = _root.player[24].loc;
_root.seasonslot.data.everybody[24].wins = _root.player[24].wins;
_root.seasonslot.data.everybody[24].losses = _root.player[24].losses;
_root.seasonslot.data.everybody[24].points = _root.player[24].points;
_root.seasonslot.data.everybody[24].sprite = _root.player[24].sprite;
_root.seasonslot.data.everybody[24].character = _root.player[24].character;
_root.seasonslot.data.everybody[24].ichampion = _root.player[24].ichampion;
_root.seasonslot.data.everybody[24].ichampiontimes = _root.player[24].ichampiontimes;
_root.seasonslot.data.everybody[24].zchampion = _root.player[24].zchampion;
_root.seasonslot.data.everybody[24].zchampiontimes = _root.player[24].zchampiontimes;
_root.seasonslot.data.everybody[24].wchampion = _root.player[24].wchampion;
_root.seasonslot.data.everybody[24].wchampiontimes = _root.player[24].wchampiontimes;
_root.seasonslot.data.everybody[24].badges = _root.player[24].badges;
_root.seasonslot.data.everybody[24].skill = _root.player[24].skill;
_root.seasonslot.data.everybody[24].controller = _root.player[24].controller;
_root.seasonslot.data.everybody[25] = new Object();
_root.seasonslot.data.everybody[25].sex = _root.player[25].sex;
_root.seasonslot.data.everybody[25].fname = _root.player[25].fname;
_root.seasonslot.data.everybody[25].lname = _root.player[25].lname;
_root.seasonslot.data.everybody[25].rank = _root.player[25].rank;
_root.seasonslot.data.everybody[25].loc = _root.player[25].loc;
_root.seasonslot.data.everybody[25].wins = _root.player[25].wins;
_root.seasonslot.data.everybody[25].losses = _root.player[25].losses;
_root.seasonslot.data.everybody[25].points = _root.player[25].points;
_root.seasonslot.data.everybody[25].sprite = _root.player[25].sprite;
_root.seasonslot.data.everybody[25].character = _root.player[25].character;
_root.seasonslot.data.everybody[25].ichampion = _root.player[25].ichampion;
_root.seasonslot.data.everybody[25].ichampiontimes = _root.player[25].ichampiontimes;
_root.seasonslot.data.everybody[25].zchampion = _root.player[25].zchampion;
_root.seasonslot.data.everybody[25].zchampiontimes = _root.player[25].zchampiontimes;
_root.seasonslot.data.everybody[25].wchampion = _root.player[25].wchampion;
_root.seasonslot.data.everybody[25].wchampiontimes = _root.player[25].wchampiontimes;
_root.seasonslot.data.everybody[25].badges = _root.player[25].badges;
_root.seasonslot.data.everybody[25].skill = _root.player[25].skill;
_root.seasonslot.data.everybody[25].controller = _root.player[25].controller;
_root.seasonslot.data.everybody[26] = new Object();
_root.seasonslot.data.everybody[26].sex = _root.player[26].sex;
_root.seasonslot.data.everybody[26].fname = _root.player[26].fname;
_root.seasonslot.data.everybody[26].lname = _root.player[26].lname;
_root.seasonslot.data.everybody[26].rank = _root.player[26].rank;
_root.seasonslot.data.everybody[26].loc = _root.player[26].loc;
_root.seasonslot.data.everybody[26].wins = _root.player[26].wins;
_root.seasonslot.data.everybody[26].losses = _root.player[26].losses;
_root.seasonslot.data.everybody[26].points = _root.player[26].points;
_root.seasonslot.data.everybody[26].sprite = _root.player[26].sprite;
_root.seasonslot.data.everybody[26].character = _root.player[26].character;
_root.seasonslot.data.everybody[26].ichampion = _root.player[26].ichampion;
_root.seasonslot.data.everybody[26].ichampiontimes = _root.player[26].ichampiontimes;
_root.seasonslot.data.everybody[26].zchampion = _root.player[26].zchampion;
_root.seasonslot.data.everybody[26].zchampiontimes = _root.player[26].zchampiontimes;
_root.seasonslot.data.everybody[26].wchampion = _root.player[26].wchampion;
_root.seasonslot.data.everybody[26].wchampiontimes = _root.player[26].wchampiontimes;
_root.seasonslot.data.everybody[26].badges = _root.player[26].badges;
_root.seasonslot.data.everybody[26].skill = _root.player[26].skill;
_root.seasonslot.data.everybody[26].controller = _root.player[26].controller;
_root.seasonslot.data.everybody[27] = new Object();
_root.seasonslot.data.everybody[27].sex = _root.player[27].sex;
_root.seasonslot.data.everybody[27].fname = _root.player[27].fname;
_root.seasonslot.data.everybody[27].lname = _root.player[27].lname;
_root.seasonslot.data.everybody[27].rank = _root.player[27].rank;
_root.seasonslot.data.everybody[27].loc = _root.player[27].loc;
_root.seasonslot.data.everybody[27].wins = _root.player[27].wins;
_root.seasonslot.data.everybody[27].losses = _root.player[27].losses;
_root.seasonslot.data.everybody[27].points = _root.player[27].points;
_root.seasonslot.data.everybody[27].sprite = _root.player[27].sprite;
_root.seasonslot.data.everybody[27].character = _root.player[27].character;
_root.seasonslot.data.everybody[27].ichampion = _root.player[27].ichampion;
_root.seasonslot.data.everybody[27].ichampiontimes = _root.player[27].ichampiontimes;
_root.seasonslot.data.everybody[27].zchampion = _root.player[27].zchampion;
_root.seasonslot.data.everybody[27].zchampiontimes = _root.player[27].zchampiontimes;
_root.seasonslot.data.everybody[27].wchampion = _root.player[27].wchampion;
_root.seasonslot.data.everybody[27].wchampiontimes = _root.player[27].wchampiontimes;
_root.seasonslot.data.everybody[27].badges = _root.player[27].badges;
_root.seasonslot.data.everybody[27].skill = _root.player[27].skill;
_root.seasonslot.data.everybody[27].controller = _root.player[27].controller;
_root.seasonslot.data.everybody[28] = new Object();
_root.seasonslot.data.everybody[28].sex = _root.player[28].sex;
_root.seasonslot.data.everybody[28].fname = _root.player[28].fname;
_root.seasonslot.data.everybody[28].lname = _root.player[28].lname;
_root.seasonslot.data.everybody[28].rank = _root.player[28].rank;
_root.seasonslot.data.everybody[28].loc = _root.player[28].loc;
_root.seasonslot.data.everybody[28].wins = _root.player[28].wins;
_root.seasonslot.data.everybody[28].losses = _root.player[28].losses;
_root.seasonslot.data.everybody[28].points = _root.player[28].points;
_root.seasonslot.data.everybody[28].sprite = _root.player[28].sprite;
_root.seasonslot.data.everybody[28].character = _root.player[28].character;
_root.seasonslot.data.everybody[28].ichampion = _root.player[28].ichampion;
_root.seasonslot.data.everybody[28].ichampiontimes = _root.player[28].ichampiontimes;
_root.seasonslot.data.everybody[28].zchampion = _root.player[28].zchampion;
_root.seasonslot.data.everybody[28].zchampiontimes = _root.player[28].zchampiontimes;
_root.seasonslot.data.everybody[28].wchampion = _root.player[28].wchampion;
_root.seasonslot.data.everybody[28].wchampiontimes = _root.player[28].wchampiontimes;
_root.seasonslot.data.everybody[28].badges = _root.player[28].badges;
_root.seasonslot.data.everybody[28].skill = _root.player[28].skill;
_root.seasonslot.data.everybody[28].controller = _root.player[28].controller;
_root.seasonslot.data.everybody[29] = new Object();
_root.seasonslot.data.everybody[29].sex = _root.player[29].sex;
_root.seasonslot.data.everybody[29].fname = _root.player[29].fname;
_root.seasonslot.data.everybody[29].lname = _root.player[29].lname;
_root.seasonslot.data.everybody[29].rank = _root.player[29].rank;
_root.seasonslot.data.everybody[29].loc = _root.player[29].loc;
_root.seasonslot.data.everybody[29].wins = _root.player[29].wins;
_root.seasonslot.data.everybody[29].losses = _root.player[29].losses;
_root.seasonslot.data.everybody[29].points = _root.player[29].points;
_root.seasonslot.data.everybody[29].sprite = _root.player[29].sprite;
_root.seasonslot.data.everybody[29].character = _root.player[29].character;
_root.seasonslot.data.everybody[29].ichampion = _root.player[29].ichampion;
_root.seasonslot.data.everybody[29].ichampiontimes = _root.player[29].ichampiontimes;
_root.seasonslot.data.everybody[29].zchampion = _root.player[29].zchampion;
_root.seasonslot.data.everybody[29].zchampiontimes = _root.player[29].zchampiontimes;
_root.seasonslot.data.everybody[29].wchampion = _root.player[29].wchampion;
_root.seasonslot.data.everybody[29].wchampiontimes = _root.player[29].wchampiontimes;
_root.seasonslot.data.everybody[29].badges = _root.player[29].badges;
_root.seasonslot.data.everybody[29].skill = _root.player[29].skill;
_root.seasonslot.data.everybody[29].controller = _root.player[29].controller;
_root.seasonslot.data.everybody[30] = new Object();
_root.seasonslot.data.everybody[30].sex = _root.player[30].sex;
_root.seasonslot.data.everybody[30].fname = _root.player[30].fname;
_root.seasonslot.data.everybody[30].lname = _root.player[30].lname;
_root.seasonslot.data.everybody[30].rank = _root.player[30].rank;
_root.seasonslot.data.everybody[30].loc = _root.player[30].loc;
_root.seasonslot.data.everybody[30].wins = _root.player[30].wins;
_root.seasonslot.data.everybody[30].losses = _root.player[30].losses;
_root.seasonslot.data.everybody[30].points = _root.player[30].points;
_root.seasonslot.data.everybody[30].sprite = _root.player[30].sprite;
_root.seasonslot.data.everybody[30].character = _root.player[30].character;
_root.seasonslot.data.everybody[30].ichampion = _root.player[30].ichampion;
_root.seasonslot.data.everybody[30].ichampiontimes = _root.player[30].ichampiontimes;
_root.seasonslot.data.everybody[30].zchampion = _root.player[30].zchampion;
_root.seasonslot.data.everybody[30].zchampiontimes = _root.player[30].zchampiontimes;
_root.seasonslot.data.everybody[30].wchampion = _root.player[30].wchampion;
_root.seasonslot.data.everybody[30].wchampiontimes = _root.player[30].wchampiontimes;
_root.seasonslot.data.everybody[30].badges = _root.player[30].badges;
_root.seasonslot.data.everybody[30].skill = _root.player[30].skill;
_root.seasonslot.data.everybody[30].controller = _root.player[30].controller;
_root.seasonslot.data.everybody[31] = new Object();
_root.seasonslot.data.everybody[31].sex = _root.player[31].sex;
_root.seasonslot.data.everybody[31].fname = _root.player[31].fname;
_root.seasonslot.data.everybody[31].lname = _root.player[31].lname;
_root.seasonslot.data.everybody[31].rank = _root.player[31].rank;
_root.seasonslot.data.everybody[31].loc = _root.player[31].loc;
_root.seasonslot.data.everybody[31].wins = _root.player[31].wins;
_root.seasonslot.data.everybody[31].losses = _root.player[31].losses;
_root.seasonslot.data.everybody[31].points = _root.player[31].points;
_root.seasonslot.data.everybody[31].sprite = _root.player[31].sprite;
_root.seasonslot.data.everybody[31].character = _root.player[31].character;
_root.seasonslot.data.everybody[31].ichampion = _root.player[31].ichampion;
_root.seasonslot.data.everybody[31].ichampiontimes = _root.player[31].ichampiontimes;
_root.seasonslot.data.everybody[31].zchampion = _root.player[31].zchampion;
_root.seasonslot.data.everybody[31].zchampiontimes = _root.player[31].zchampiontimes;
_root.seasonslot.data.everybody[31].wchampion = _root.player[31].wchampion;
_root.seasonslot.data.everybody[31].wchampiontimes = _root.player[31].wchampiontimes;
_root.seasonslot.data.everybody[31].badges = _root.player[31].badges;
_root.seasonslot.data.everybody[31].skill = _root.player[31].skill;
_root.seasonslot.data.everybody[31].controller = _root.player[31].controller;
_root.seasonslot.data.everybody[32] = new Object();
_root.seasonslot.data.everybody[32].sex = _root.player[32].sex;
_root.seasonslot.data.everybody[32].fname = _root.player[32].fname;
_root.seasonslot.data.everybody[32].lname = _root.player[32].lname;
_root.seasonslot.data.everybody[32].rank = _root.player[32].rank;
_root.seasonslot.data.everybody[32].loc = _root.player[32].loc;
_root.seasonslot.data.everybody[32].wins = _root.player[32].wins;
_root.seasonslot.data.everybody[32].losses = _root.player[32].losses;
_root.seasonslot.data.everybody[32].points = _root.player[32].points;
_root.seasonslot.data.everybody[32].sprite = _root.player[32].sprite;
_root.seasonslot.data.everybody[32].character = _root.player[32].character;
_root.seasonslot.data.everybody[32].ichampion = _root.player[32].ichampion;
_root.seasonslot.data.everybody[32].ichampiontimes = _root.player[32].ichampiontimes;
_root.seasonslot.data.everybody[32].zchampion = _root.player[32].zchampion;
_root.seasonslot.data.everybody[32].zchampiontimes = _root.player[32].zchampiontimes;
_root.seasonslot.data.everybody[32].wchampion = _root.player[32].wchampion;
_root.seasonslot.data.everybody[32].wchampiontimes = _root.player[32].wchampiontimes;
_root.seasonslot.data.everybody[32].badges = _root.player[32].badges;
_root.seasonslot.data.everybody[32].skill = _root.player[32].skill;
_root.seasonslot.data.everybody[32].controller = _root.player[32].controller;
_root.seasonslot.data.everybody[33] = new Object();
_root.seasonslot.data.everybody[33].sex = _root.player[33].sex;
_root.seasonslot.data.everybody[33].fname = _root.player[33].fname;
_root.seasonslot.data.everybody[33].lname = _root.player[33].lname;
_root.seasonslot.data.everybody[33].rank = _root.player[33].rank;
_root.seasonslot.data.everybody[33].loc = _root.player[33].loc;
_root.seasonslot.data.everybody[33].wins = _root.player[33].wins;
_root.seasonslot.data.everybody[33].losses = _root.player[33].losses;
_root.seasonslot.data.everybody[33].points = _root.player[33].points;
_root.seasonslot.data.everybody[33].sprite = _root.player[33].sprite;
_root.seasonslot.data.everybody[33].character = _root.player[33].character;
_root.seasonslot.data.everybody[33].ichampion = _root.player[33].ichampion;
_root.seasonslot.data.everybody[33].ichampiontimes = _root.player[33].ichampiontimes;
_root.seasonslot.data.everybody[33].zchampion = _root.player[33].zchampion;
_root.seasonslot.data.everybody[33].zchampiontimes = _root.player[33].zchampiontimes;
_root.seasonslot.data.everybody[33].wchampion = _root.player[33].wchampion;
_root.seasonslot.data.everybody[33].wchampiontimes = _root.player[33].wchampiontimes;
_root.seasonslot.data.everybody[33].badges = _root.player[33].badges;
_root.seasonslot.data.everybody[33].skill = _root.player[33].skill;
_root.seasonslot.data.everybody[33].controller = _root.player[33].controller;
_root.seasonslot.data.everybody[34] = new Object();
_root.seasonslot.data.everybody[34].sex = _root.player[34].sex;
_root.seasonslot.data.everybody[34].fname = _root.player[34].fname;
_root.seasonslot.data.everybody[34].lname = _root.player[34].lname;
_root.seasonslot.data.everybody[34].rank = _root.player[34].rank;
_root.seasonslot.data.everybody[34].loc = _root.player[34].loc;
_root.seasonslot.data.everybody[34].wins = _root.player[34].wins;
_root.seasonslot.data.everybody[34].losses = _root.player[34].losses;
_root.seasonslot.data.everybody[34].points = _root.player[34].points;
_root.seasonslot.data.everybody[34].sprite = _root.player[34].sprite;
_root.seasonslot.data.everybody[34].character = _root.player[34].character;
_root.seasonslot.data.everybody[34].ichampion = _root.player[34].ichampion;
_root.seasonslot.data.everybody[34].ichampiontimes = _root.player[34].ichampiontimes;
_root.seasonslot.data.everybody[34].zchampion = _root.player[34].zchampion;
_root.seasonslot.data.everybody[34].zchampiontimes = _root.player[34].zchampiontimes;
_root.seasonslot.data.everybody[34].wchampion = _root.player[34].wchampion;
_root.seasonslot.data.everybody[34].wchampiontimes = _root.player[34].wchampiontimes;
_root.seasonslot.data.everybody[34].badges = _root.player[34].badges;
_root.seasonslot.data.everybody[34].skill = _root.player[34].skill;
_root.seasonslot.data.everybody[34].controller = _root.player[34].controller;
_root.seasonslot.data.everybody[35] = new Object();
_root.seasonslot.data.everybody[35].sex = _root.player[35].sex;
_root.seasonslot.data.everybody[35].fname = _root.player[35].fname;
_root.seasonslot.data.everybody[35].lname = _root.player[35].lname;
_root.seasonslot.data.everybody[35].rank = _root.player[35].rank;
_root.seasonslot.data.everybody[35].loc = _root.player[35].loc;
_root.seasonslot.data.everybody[35].wins = _root.player[35].wins;
_root.seasonslot.data.everybody[35].losses = _root.player[35].losses;
_root.seasonslot.data.everybody[35].points = _root.player[35].points;
_root.seasonslot.data.everybody[35].sprite = _root.player[35].sprite;
_root.seasonslot.data.everybody[35].character = _root.player[35].character;
_root.seasonslot.data.everybody[35].ichampion = _root.player[35].ichampion;
_root.seasonslot.data.everybody[35].ichampiontimes = _root.player[35].ichampiontimes;
_root.seasonslot.data.everybody[35].zchampion = _root.player[35].zchampion;
_root.seasonslot.data.everybody[35].zchampiontimes = _root.player[35].zchampiontimes;
_root.seasonslot.data.everybody[35].wchampion = _root.player[35].wchampion;
_root.seasonslot.data.everybody[35].wchampiontimes = _root.player[35].wchampiontimes;
_root.seasonslot.data.everybody[35].badges = _root.player[35].badges;
_root.seasonslot.data.everybody[35].skill = _root.player[35].skill;
_root.seasonslot.data.everybody[35].controller = _root.player[35].controller;
_root.seasonslot.data.everybody[36] = new Object();
_root.seasonslot.data.everybody[36].sex = _root.player[36].sex;
_root.seasonslot.data.everybody[36].fname = _root.player[36].fname;
_root.seasonslot.data.everybody[36].lname = _root.player[36].lname;
_root.seasonslot.data.everybody[36].rank = _root.player[36].rank;
_root.seasonslot.data.everybody[36].loc = _root.player[36].loc;
_root.seasonslot.data.everybody[36].wins = _root.player[36].wins;
_root.seasonslot.data.everybody[36].losses = _root.player[36].losses;
_root.seasonslot.data.everybody[36].points = _root.player[36].points;
_root.seasonslot.data.everybody[36].sprite = _root.player[36].sprite;
_root.seasonslot.data.everybody[36].character = _root.player[36].character;
_root.seasonslot.data.everybody[36].ichampion = _root.player[36].ichampion;
_root.seasonslot.data.everybody[36].ichampiontimes = _root.player[36].ichampiontimes;
_root.seasonslot.data.everybody[36].zchampion = _root.player[36].zchampion;
_root.seasonslot.data.everybody[36].zchampiontimes = _root.player[36].zchampiontimes;
_root.seasonslot.data.everybody[36].wchampion = _root.player[36].wchampion;
_root.seasonslot.data.everybody[36].wchampiontimes = _root.player[36].wchampiontimes;
_root.seasonslot.data.everybody[36].badges = _root.player[36].badges;
_root.seasonslot.data.everybody[36].skill = _root.player[36].skill;
_root.seasonslot.data.everybody[36].controller = _root.player[36].controller;
_root.seasonslot.data.everybody[37] = new Object();
_root.seasonslot.data.everybody[37].sex = _root.player[37].sex;
_root.seasonslot.data.everybody[37].fname = _root.player[37].fname;
_root.seasonslot.data.everybody[37].lname = _root.player[37].lname;
_root.seasonslot.data.everybody[37].rank = _root.player[37].rank;
_root.seasonslot.data.everybody[37].loc = _root.player[37].loc;
_root.seasonslot.data.everybody[37].wins = _root.player[37].wins;
_root.seasonslot.data.everybody[37].losses = _root.player[37].losses;
_root.seasonslot.data.everybody[37].points = _root.player[37].points;
_root.seasonslot.data.everybody[37].sprite = _root.player[37].sprite;
_root.seasonslot.data.everybody[37].character = _root.player[37].character;
_root.seasonslot.data.everybody[37].ichampion = _root.player[37].ichampion;
_root.seasonslot.data.everybody[37].ichampiontimes = _root.player[37].ichampiontimes;
_root.seasonslot.data.everybody[37].zchampion = _root.player[37].zchampion;
_root.seasonslot.data.everybody[37].zchampiontimes = _root.player[37].zchampiontimes;
_root.seasonslot.data.everybody[37].wchampion = _root.player[37].wchampion;
_root.seasonslot.data.everybody[37].wchampiontimes = _root.player[37].wchampiontimes;
_root.seasonslot.data.everybody[37].badges = _root.player[37].badges;
_root.seasonslot.data.everybody[37].skill = _root.player[37].skill;
_root.seasonslot.data.everybody[37].controller = _root.player[37].controller;
_root.seasonslot.data.everybody[38] = new Object();
_root.seasonslot.data.everybody[38].sex = _root.player[38].sex;
_root.seasonslot.data.everybody[38].fname = _root.player[38].fname;
_root.seasonslot.data.everybody[38].lname = _root.player[38].lname;
_root.seasonslot.data.everybody[38].rank = _root.player[38].rank;
_root.seasonslot.data.everybody[38].loc = _root.player[38].loc;
_root.seasonslot.data.everybody[38].wins = _root.player[38].wins;
_root.seasonslot.data.everybody[38].losses = _root.player[38].losses;
_root.seasonslot.data.everybody[38].points = _root.player[38].points;
_root.seasonslot.data.everybody[38].sprite = _root.player[38].sprite;
_root.seasonslot.data.everybody[38].character = _root.player[38].character;
_root.seasonslot.data.everybody[38].ichampion = _root.player[38].ichampion;
_root.seasonslot.data.everybody[38].ichampiontimes = _root.player[38].ichampiontimes;
_root.seasonslot.data.everybody[38].zchampion = _root.player[38].zchampion;
_root.seasonslot.data.everybody[38].zchampiontimes = _root.player[38].zchampiontimes;
_root.seasonslot.data.everybody[38].wchampion = _root.player[38].wchampion;
_root.seasonslot.data.everybody[38].wchampiontimes = _root.player[38].wchampiontimes;
_root.seasonslot.data.everybody[38].badges = _root.player[38].badges;
_root.seasonslot.data.everybody[38].skill = _root.player[38].skill;
_root.seasonslot.data.everybody[38].controller = _root.player[38].controller;
_root.seasonslot.data.everybody[39] = new Object();
_root.seasonslot.data.everybody[39].sex = _root.player[39].sex;
_root.seasonslot.data.everybody[39].fname = _root.player[39].fname;
_root.seasonslot.data.everybody[39].lname = _root.player[39].lname;
_root.seasonslot.data.everybody[39].rank = _root.player[39].rank;
_root.seasonslot.data.everybody[39].loc = _root.player[39].loc;
_root.seasonslot.data.everybody[39].wins = _root.player[39].wins;
_root.seasonslot.data.everybody[39].losses = _root.player[39].losses;
_root.seasonslot.data.everybody[39].points = _root.player[39].points;
_root.seasonslot.data.everybody[39].sprite = _root.player[39].sprite;
_root.seasonslot.data.everybody[39].character = _root.player[39].character;
_root.seasonslot.data.everybody[39].ichampion = _root.player[39].ichampion;
_root.seasonslot.data.everybody[39].ichampiontimes = _root.player[39].ichampiontimes;
_root.seasonslot.data.everybody[39].zchampion = _root.player[39].zchampion;
_root.seasonslot.data.everybody[39].zchampiontimes = _root.player[39].zchampiontimes;
_root.seasonslot.data.everybody[39].wchampion = _root.player[39].wchampion;
_root.seasonslot.data.everybody[39].wchampiontimes = _root.player[39].wchampiontimes;
_root.seasonslot.data.everybody[39].badges = _root.player[39].badges;
_root.seasonslot.data.everybody[39].skill = _root.player[39].skill;
_root.seasonslot.data.everybody[39].controller = _root.player[39].controller;
_root.seasonslot.data.everybody[40] = new Object();
_root.seasonslot.data.everybody[40].sex = _root.player[40].sex;
_root.seasonslot.data.everybody[40].fname = _root.player[40].fname;
_root.seasonslot.data.everybody[40].lname = _root.player[40].lname;
_root.seasonslot.data.everybody[40].rank = _root.player[40].rank;
_root.seasonslot.data.everybody[40].loc = _root.player[40].loc;
_root.seasonslot.data.everybody[40].wins = _root.player[40].wins;
_root.seasonslot.data.everybody[40].losses = _root.player[40].losses;
_root.seasonslot.data.everybody[40].points = _root.player[40].points;
_root.seasonslot.data.everybody[40].sprite = _root.player[40].sprite;
_root.seasonslot.data.everybody[40].character = _root.player[40].character;
_root.seasonslot.data.everybody[40].ichampion = _root.player[40].ichampion;
_root.seasonslot.data.everybody[40].ichampiontimes = _root.player[40].ichampiontimes;
_root.seasonslot.data.everybody[40].zchampion = _root.player[40].zchampion;
_root.seasonslot.data.everybody[40].zchampiontimes = _root.player[40].zchampiontimes;
_root.seasonslot.data.everybody[40].wchampion = _root.player[40].wchampion;
_root.seasonslot.data.everybody[40].wchampiontimes = _root.player[40].wchampiontimes;
_root.seasonslot.data.everybody[40].badges = _root.player[40].badges;
_root.seasonslot.data.everybody[40].skill = _root.player[40].skill;
_root.seasonslot.data.everybody[40].controller = _root.player[40].controller;
_root.seasonslot.data.everybody[41] = new Object();
_root.seasonslot.data.everybody[41].sex = _root.player[41].sex;
_root.seasonslot.data.everybody[41].fname = _root.player[41].fname;
_root.seasonslot.data.everybody[41].lname = _root.player[41].lname;
_root.seasonslot.data.everybody[41].rank = _root.player[41].rank;
_root.seasonslot.data.everybody[41].loc = _root.player[41].loc;
_root.seasonslot.data.everybody[41].wins = _root.player[41].wins;
_root.seasonslot.data.everybody[41].losses = _root.player[41].losses;
_root.seasonslot.data.everybody[41].points = _root.player[41].points;
_root.seasonslot.data.everybody[41].sprite = _root.player[41].sprite;
_root.seasonslot.data.everybody[41].character = _root.player[41].character;
_root.seasonslot.data.everybody[41].ichampion = _root.player[41].ichampion;
_root.seasonslot.data.everybody[41].ichampiontimes = _root.player[41].ichampiontimes;
_root.seasonslot.data.everybody[41].zchampion = _root.player[41].zchampion;
_root.seasonslot.data.everybody[41].zchampiontimes = _root.player[41].zchampiontimes;
_root.seasonslot.data.everybody[41].wchampion = _root.player[41].wchampion;
_root.seasonslot.data.everybody[41].wchampiontimes = _root.player[41].wchampiontimes;
_root.seasonslot.data.everybody[41].badges = _root.player[41].badges;
_root.seasonslot.data.everybody[41].skill = _root.player[41].skill;
_root.seasonslot.data.everybody[41].controller = _root.player[41].controller;
_root.seasonslot.data.everybody[42] = new Object();
_root.seasonslot.data.everybody[42].sex = _root.player[42].sex;
_root.seasonslot.data.everybody[42].fname = _root.player[42].fname;
_root.seasonslot.data.everybody[42].lname = _root.player[42].lname;
_root.seasonslot.data.everybody[42].rank = _root.player[42].rank;
_root.seasonslot.data.everybody[42].loc = _root.player[42].loc;
_root.seasonslot.data.everybody[42].wins = _root.player[42].wins;
_root.seasonslot.data.everybody[42].losses = _root.player[42].losses;
_root.seasonslot.data.everybody[42].points = _root.player[42].points;
_root.seasonslot.data.everybody[42].sprite = _root.player[42].sprite;
_root.seasonslot.data.everybody[42].character = _root.player[42].character;
_root.seasonslot.data.everybody[42].ichampion = _root.player[42].ichampion;
_root.seasonslot.data.everybody[42].ichampiontimes = _root.player[42].ichampiontimes;
_root.seasonslot.data.everybody[42].zchampion = _root.player[42].zchampion;
_root.seasonslot.data.everybody[42].zchampiontimes = _root.player[42].zchampiontimes;
_root.seasonslot.data.everybody[42].wchampion = _root.player[42].wchampion;
_root.seasonslot.data.everybody[42].wchampiontimes = _root.player[42].wchampiontimes;
_root.seasonslot.data.everybody[42].badges = _root.player[42].badges;
_root.seasonslot.data.everybody[42].skill = _root.player[42].skill;
_root.seasonslot.data.everybody[42].controller = _root.player[42].controller;
_root.seasonslot.data.everybody[43] = new Object();
_root.seasonslot.data.everybody[43].sex = _root.player[43].sex;
_root.seasonslot.data.everybody[43].fname = _root.player[43].fname;
_root.seasonslot.data.everybody[43].lname = _root.player[43].lname;
_root.seasonslot.data.everybody[43].rank = _root.player[43].rank;
_root.seasonslot.data.everybody[43].loc = _root.player[43].loc;
_root.seasonslot.data.everybody[43].wins = _root.player[43].wins;
_root.seasonslot.data.everybody[43].losses = _root.player[43].losses;
_root.seasonslot.data.everybody[43].points = _root.player[43].points;
_root.seasonslot.data.everybody[43].sprite = _root.player[43].sprite;
_root.seasonslot.data.everybody[43].character = _root.player[43].character;
_root.seasonslot.data.everybody[43].ichampion = _root.player[43].ichampion;
_root.seasonslot.data.everybody[43].ichampiontimes = _root.player[43].ichampiontimes;
_root.seasonslot.data.everybody[43].zchampion = _root.player[43].zchampion;
_root.seasonslot.data.everybody[43].zchampiontimes = _root.player[43].zchampiontimes;
_root.seasonslot.data.everybody[43].wchampion = _root.player[43].wchampion;
_root.seasonslot.data.everybody[43].wchampiontimes = _root.player[43].wchampiontimes;
_root.seasonslot.data.everybody[43].badges = _root.player[43].badges;
_root.seasonslot.data.everybody[43].skill = _root.player[43].skill;
_root.seasonslot.data.everybody[43].controller = _root.player[43].controller;
_root.seasonslot.data.everybody[44] = new Object();
_root.seasonslot.data.everybody[44].sex = _root.player[44].sex;
_root.seasonslot.data.everybody[44].fname = _root.player[44].fname;
_root.seasonslot.data.everybody[44].lname = _root.player[44].lname;
_root.seasonslot.data.everybody[44].rank = _root.player[44].rank;
_root.seasonslot.data.everybody[44].loc = _root.player[44].loc;
_root.seasonslot.data.everybody[44].wins = _root.player[44].wins;
_root.seasonslot.data.everybody[44].losses = _root.player[44].losses;
_root.seasonslot.data.everybody[44].points = _root.player[44].points;
_root.seasonslot.data.everybody[44].sprite = _root.player[44].sprite;
_root.seasonslot.data.everybody[44].character = _root.player[44].character;
_root.seasonslot.data.everybody[44].ichampion = _root.player[44].ichampion;
_root.seasonslot.data.everybody[44].ichampiontimes = _root.player[44].ichampiontimes;
_root.seasonslot.data.everybody[44].zchampion = _root.player[44].zchampion;
_root.seasonslot.data.everybody[44].zchampiontimes = _root.player[44].zchampiontimes;
_root.seasonslot.data.everybody[44].wchampion = _root.player[44].wchampion;
_root.seasonslot.data.everybody[44].wchampiontimes = _root.player[44].wchampiontimes;
_root.seasonslot.data.everybody[44].badges = _root.player[44].badges;
_root.seasonslot.data.everybody[44].skill = _root.player[44].skill;
_root.seasonslot.data.everybody[44].controller = _root.player[44].controller;
_root.seasonslot.data.everybody[45] = new Object();
_root.seasonslot.data.everybody[45].sex = _root.player[45].sex;
_root.seasonslot.data.everybody[45].fname = _root.player[45].fname;
_root.seasonslot.data.everybody[45].lname = _root.player[45].lname;
_root.seasonslot.data.everybody[45].rank = _root.player[45].rank;
_root.seasonslot.data.everybody[45].loc = _root.player[45].loc;
_root.seasonslot.data.everybody[45].wins = _root.player[45].wins;
_root.seasonslot.data.everybody[45].losses = _root.player[45].losses;
_root.seasonslot.data.everybody[45].points = _root.player[45].points;
_root.seasonslot.data.everybody[45].sprite = _root.player[45].sprite;
_root.seasonslot.data.everybody[45].character = _root.player[45].character;
_root.seasonslot.data.everybody[45].ichampion = _root.player[45].ichampion;
_root.seasonslot.data.everybody[45].ichampiontimes = _root.player[45].ichampiontimes;
_root.seasonslot.data.everybody[45].zchampion = _root.player[45].zchampion;
_root.seasonslot.data.everybody[45].zchampiontimes = _root.player[45].zchampiontimes;
_root.seasonslot.data.everybody[45].wchampion = _root.player[45].wchampion;
_root.seasonslot.data.everybody[45].wchampiontimes = _root.player[45].wchampiontimes;
_root.seasonslot.data.everybody[45].badges = _root.player[45].badges;
_root.seasonslot.data.everybody[45].skill = _root.player[45].skill;
_root.seasonslot.data.everybody[45].controller = _root.player[45].controller;
_root.seasonslot.data.everybody[46] = new Object();
_root.seasonslot.data.everybody[46].sex = _root.player[46].sex;
_root.seasonslot.data.everybody[46].fname = _root.player[46].fname;
_root.seasonslot.data.everybody[46].lname = _root.player[46].lname;
_root.seasonslot.data.everybody[46].rank = _root.player[46].rank;
_root.seasonslot.data.everybody[46].loc = _root.player[46].loc;
_root.seasonslot.data.everybody[46].wins = _root.player[46].wins;
_root.seasonslot.data.everybody[46].losses = _root.player[46].losses;
_root.seasonslot.data.everybody[46].points = _root.player[46].points;
_root.seasonslot.data.everybody[46].sprite = _root.player[46].sprite;
_root.seasonslot.data.everybody[46].character = _root.player[46].character;
_root.seasonslot.data.everybody[46].ichampion = _root.player[46].ichampion;
_root.seasonslot.data.everybody[46].ichampiontimes = _root.player[46].ichampiontimes;
_root.seasonslot.data.everybody[46].zchampion = _root.player[46].zchampion;
_root.seasonslot.data.everybody[46].zchampiontimes = _root.player[46].zchampiontimes;
_root.seasonslot.data.everybody[46].wchampion = _root.player[46].wchampion;
_root.seasonslot.data.everybody[46].wchampiontimes = _root.player[46].wchampiontimes;
_root.seasonslot.data.everybody[46].badges = _root.player[46].badges;
_root.seasonslot.data.everybody[46].skill = _root.player[46].skill;
_root.seasonslot.data.everybody[46].controller = _root.player[46].controller;
_root.seasonslot.data.everybody[47] = new Object();
_root.seasonslot.data.everybody[47].sex = _root.player[47].sex;
_root.seasonslot.data.everybody[47].fname = _root.player[47].fname;
_root.seasonslot.data.everybody[47].lname = _root.player[47].lname;
_root.seasonslot.data.everybody[47].rank = _root.player[47].rank;
_root.seasonslot.data.everybody[47].loc = _root.player[47].loc;
_root.seasonslot.data.everybody[47].wins = _root.player[47].wins;
_root.seasonslot.data.everybody[47].losses = _root.player[47].losses;
_root.seasonslot.data.everybody[47].points = _root.player[47].points;
_root.seasonslot.data.everybody[47].sprite = _root.player[47].sprite;
_root.seasonslot.data.everybody[47].character = _root.player[47].character;
_root.seasonslot.data.everybody[47].ichampion = _root.player[47].ichampion;
_root.seasonslot.data.everybody[47].ichampiontimes = _root.player[47].ichampiontimes;
_root.seasonslot.data.everybody[47].zchampion = _root.player[47].zchampion;
_root.seasonslot.data.everybody[47].zchampiontimes = _root.player[47].zchampiontimes;
_root.seasonslot.data.everybody[47].wchampion = _root.player[47].wchampion;
_root.seasonslot.data.everybody[47].wchampiontimes = _root.player[47].wchampiontimes;
_root.seasonslot.data.everybody[47].badges = _root.player[47].badges;
_root.seasonslot.data.everybody[47].skill = _root.player[47].skill;
_root.seasonslot.data.everybody[47].controller = _root.player[47].controller;
_root.seasonslot.data.everybody[48] = new Object();
_root.seasonslot.data.everybody[48].sex = _root.player[48].sex;
_root.seasonslot.data.everybody[48].fname = _root.player[48].fname;
_root.seasonslot.data.everybody[48].lname = _root.player[48].lname;
_root.seasonslot.data.everybody[48].rank = _root.player[48].rank;
_root.seasonslot.data.everybody[48].loc = _root.player[48].loc;
_root.seasonslot.data.everybody[48].wins = _root.player[48].wins;
_root.seasonslot.data.everybody[48].losses = _root.player[48].losses;
_root.seasonslot.data.everybody[48].points = _root.player[48].points;
_root.seasonslot.data.everybody[48].sprite = _root.player[48].sprite;
_root.seasonslot.data.everybody[48].character = _root.player[48].character;
_root.seasonslot.data.everybody[48].ichampion = _root.player[48].ichampion;
_root.seasonslot.data.everybody[48].ichampiontimes = _root.player[48].ichampiontimes;
_root.seasonslot.data.everybody[48].zchampion = _root.player[48].zchampion;
_root.seasonslot.data.everybody[48].zchampiontimes = _root.player[48].zchampiontimes;
_root.seasonslot.data.everybody[48].wchampion = _root.player[48].wchampion;
_root.seasonslot.data.everybody[48].wchampiontimes = _root.player[48].wchampiontimes;
_root.seasonslot.data.everybody[48].badges = _root.player[48].badges;
_root.seasonslot.data.everybody[48].skill = _root.player[48].skill;
_root.seasonslot.data.everybody[48].controller = _root.player[48].controller;
_root.seasonslot.data.everybody[49] = new Object();
_root.seasonslot.data.everybody[49].sex = _root.player[49].sex;
_root.seasonslot.data.everybody[49].fname = _root.player[49].fname;
_root.seasonslot.data.everybody[49].lname = _root.player[49].lname;
_root.seasonslot.data.everybody[49].rank = _root.player[49].rank;
_root.seasonslot.data.everybody[49].loc = _root.player[49].loc;
_root.seasonslot.data.everybody[49].wins = _root.player[49].wins;
_root.seasonslot.data.everybody[49].losses = _root.player[49].losses;
_root.seasonslot.data.everybody[49].points = _root.player[49].points;
_root.seasonslot.data.everybody[49].sprite = _root.player[49].sprite;
_root.seasonslot.data.everybody[49].character = _root.player[49].character;
_root.seasonslot.data.everybody[49].ichampion = _root.player[49].ichampion;
_root.seasonslot.data.everybody[49].ichampiontimes = _root.player[49].ichampiontimes;
_root.seasonslot.data.everybody[49].zchampion = _root.player[49].zchampion;
_root.seasonslot.data.everybody[49].zchampiontimes = _root.player[49].zchampiontimes;
_root.seasonslot.data.everybody[49].wchampion = _root.player[49].wchampion;
_root.seasonslot.data.everybody[49].wchampiontimes = _root.player[49].wchampiontimes;
_root.seasonslot.data.everybody[49].badges = _root.player[49].badges;
_root.seasonslot.data.everybody[49].skill = _root.player[49].skill;
_root.seasonslot.data.everybody[49].controller = _root.player[49].controller;
_root.seasonslot.data.everybody[50] = new Object();
_root.seasonslot.data.everybody[50].sex = _root.player[50].sex;
_root.seasonslot.data.everybody[50].fname = _root.player[50].fname;
_root.seasonslot.data.everybody[50].lname = _root.player[50].lname;
_root.seasonslot.data.everybody[50].rank = _root.player[50].rank;
_root.seasonslot.data.everybody[50].loc = _root.player[50].loc;
_root.seasonslot.data.everybody[50].wins = _root.player[50].wins;
_root.seasonslot.data.everybody[50].losses = _root.player[50].losses;
_root.seasonslot.data.everybody[50].points = _root.player[50].points;
_root.seasonslot.data.everybody[50].sprite = _root.player[50].sprite;
_root.seasonslot.data.everybody[50].character = _root.player[50].character;
_root.seasonslot.data.everybody[50].ichampion = _root.player[50].ichampion;
_root.seasonslot.data.everybody[50].ichampiontimes = _root.player[50].ichampiontimes;
_root.seasonslot.data.everybody[50].zchampion = _root.player[50].zchampion;
_root.seasonslot.data.everybody[50].zchampiontimes = _root.player[50].zchampiontimes;
_root.seasonslot.data.everybody[50].wchampion = _root.player[50].wchampion;
_root.seasonslot.data.everybody[50].wchampiontimes = _root.player[50].wchampiontimes;
_root.seasonslot.data.everybody[50].badges = _root.player[50].badges;
_root.seasonslot.data.everybody[50].skill = _root.player[50].skill;
_root.seasonslot.data.everybody[50].controller = _root.player[50].controller;
_root.seasonslot.data.everybody[51] = new Object();
_root.seasonslot.data.everybody[51].sex = _root.player[51].sex;
_root.seasonslot.data.everybody[51].fname = _root.player[51].fname;
_root.seasonslot.data.everybody[51].lname = _root.player[51].lname;
_root.seasonslot.data.everybody[51].rank = _root.player[51].rank;
_root.seasonslot.data.everybody[51].loc = _root.player[51].loc;
_root.seasonslot.data.everybody[51].wins = _root.player[51].wins;
_root.seasonslot.data.everybody[51].losses = _root.player[51].losses;
_root.seasonslot.data.everybody[51].points = _root.player[51].points;
_root.seasonslot.data.everybody[51].sprite = _root.player[51].sprite;
_root.seasonslot.data.everybody[51].character = _root.player[51].character;
_root.seasonslot.data.everybody[51].ichampion = _root.player[51].ichampion;
_root.seasonslot.data.everybody[51].ichampiontimes = _root.player[51].ichampiontimes;
_root.seasonslot.data.everybody[51].zchampion = _root.player[51].zchampion;
_root.seasonslot.data.everybody[51].zchampiontimes = _root.player[51].zchampiontimes;
_root.seasonslot.data.everybody[51].wchampion = _root.player[51].wchampion;
_root.seasonslot.data.everybody[51].wchampiontimes = _root.player[51].wchampiontimes;
_root.seasonslot.data.everybody[51].badges = _root.player[51].badges;
_root.seasonslot.data.everybody[51].skill = _root.player[51].skill;
_root.seasonslot.data.everybody[51].controller = _root.player[51].controller;
_root.seasonslot.data.everybody[52] = new Object();
_root.seasonslot.data.everybody[52].sex = _root.player[52].sex;
_root.seasonslot.data.everybody[52].fname = _root.player[52].fname;
_root.seasonslot.data.everybody[52].lname = _root.player[52].lname;
_root.seasonslot.data.everybody[52].rank = _root.player[52].rank;
_root.seasonslot.data.everybody[52].loc = _root.player[52].loc;
_root.seasonslot.data.everybody[52].wins = _root.player[52].wins;
_root.seasonslot.data.everybody[52].losses = _root.player[52].losses;
_root.seasonslot.data.everybody[52].points = _root.player[52].points;
_root.seasonslot.data.everybody[52].sprite = _root.player[52].sprite;
_root.seasonslot.data.everybody[52].character = _root.player[52].character;
_root.seasonslot.data.everybody[52].ichampion = _root.player[52].ichampion;
_root.seasonslot.data.everybody[52].ichampiontimes = _root.player[52].ichampiontimes;
_root.seasonslot.data.everybody[52].zchampion = _root.player[52].zchampion;
_root.seasonslot.data.everybody[52].zchampiontimes = _root.player[52].zchampiontimes;
_root.seasonslot.data.everybody[52].wchampion = _root.player[52].wchampion;
_root.seasonslot.data.everybody[52].wchampiontimes = _root.player[52].wchampiontimes;
_root.seasonslot.data.everybody[52].badges = _root.player[52].badges;
_root.seasonslot.data.everybody[52].skill = _root.player[52].skill;
_root.seasonslot.data.everybody[52].controller = _root.player[52].controller;
_root.seasonslot.data.everybody[53] = new Object();
_root.seasonslot.data.everybody[53].sex = _root.player[53].sex;
_root.seasonslot.data.everybody[53].fname = _root.player[53].fname;
_root.seasonslot.data.everybody[53].lname = _root.player[53].lname;
_root.seasonslot.data.everybody[53].rank = _root.player[53].rank;
_root.seasonslot.data.everybody[53].loc = _root.player[53].loc;
_root.seasonslot.data.everybody[53].wins = _root.player[53].wins;
_root.seasonslot.data.everybody[53].losses = _root.player[53].losses;
_root.seasonslot.data.everybody[53].points = _root.player[53].points;
_root.seasonslot.data.everybody[53].sprite = _root.player[53].sprite;
_root.seasonslot.data.everybody[53].character = _root.player[53].character;
_root.seasonslot.data.everybody[53].ichampion = _root.player[53].ichampion;
_root.seasonslot.data.everybody[53].ichampiontimes = _root.player[53].ichampiontimes;
_root.seasonslot.data.everybody[53].zchampion = _root.player[53].zchampion;
_root.seasonslot.data.everybody[53].zchampiontimes = _root.player[53].zchampiontimes;
_root.seasonslot.data.everybody[53].wchampion = _root.player[53].wchampion;
_root.seasonslot.data.everybody[53].wchampiontimes = _root.player[53].wchampiontimes;
_root.seasonslot.data.everybody[53].badges = _root.player[53].badges;
_root.seasonslot.data.everybody[53].skill = _root.player[53].skill;
_root.seasonslot.data.everybody[53].controller = _root.player[53].controller;
_root.seasonslot.data.everybody[54] = new Object();
_root.seasonslot.data.everybody[54].sex = _root.player[54].sex;
_root.seasonslot.data.everybody[54].fname = _root.player[54].fname;
_root.seasonslot.data.everybody[54].lname = _root.player[54].lname;
_root.seasonslot.data.everybody[54].rank = _root.player[54].rank;
_root.seasonslot.data.everybody[54].loc = _root.player[54].loc;
_root.seasonslot.data.everybody[54].wins = _root.player[54].wins;
_root.seasonslot.data.everybody[54].losses = _root.player[54].losses;
_root.seasonslot.data.everybody[54].points = _root.player[54].points;
_root.seasonslot.data.everybody[54].sprite = _root.player[54].sprite;
_root.seasonslot.data.everybody[54].character = _root.player[54].character;
_root.seasonslot.data.everybody[54].ichampion = _root.player[54].ichampion;
_root.seasonslot.data.everybody[54].ichampiontimes = _root.player[54].ichampiontimes;
_root.seasonslot.data.everybody[54].zchampion = _root.player[54].zchampion;
_root.seasonslot.data.everybody[54].zchampiontimes = _root.player[54].zchampiontimes;
_root.seasonslot.data.everybody[54].wchampion = _root.player[54].wchampion;
_root.seasonslot.data.everybody[54].wchampiontimes = _root.player[54].wchampiontimes;
_root.seasonslot.data.everybody[54].badges = _root.player[54].badges;
_root.seasonslot.data.everybody[54].skill = _root.player[54].skill;
_root.seasonslot.data.everybody[54].controller = _root.player[54].controller;
_root.seasonslot.data.everybody[55] = new Object();
_root.seasonslot.data.everybody[55].sex = _root.player[55].sex;
_root.seasonslot.data.everybody[55].fname = _root.player[55].fname;
_root.seasonslot.data.everybody[55].lname = _root.player[55].lname;
_root.seasonslot.data.everybody[55].rank = _root.player[55].rank;
_root.seasonslot.data.everybody[55].loc = _root.player[55].loc;
_root.seasonslot.data.everybody[55].wins = _root.player[55].wins;
_root.seasonslot.data.everybody[55].losses = _root.player[55].losses;
_root.seasonslot.data.everybody[55].points = _root.player[55].points;
_root.seasonslot.data.everybody[55].sprite = _root.player[55].sprite;
_root.seasonslot.data.everybody[55].character = _root.player[55].character;
_root.seasonslot.data.everybody[55].ichampion = _root.player[55].ichampion;
_root.seasonslot.data.everybody[55].ichampiontimes = _root.player[55].ichampiontimes;
_root.seasonslot.data.everybody[55].zchampion = _root.player[55].zchampion;
_root.seasonslot.data.everybody[55].zchampiontimes = _root.player[55].zchampiontimes;
_root.seasonslot.data.everybody[55].wchampion = _root.player[55].wchampion;
_root.seasonslot.data.everybody[55].wchampiontimes = _root.player[55].wchampiontimes;
_root.seasonslot.data.everybody[55].badges = _root.player[55].badges;
_root.seasonslot.data.everybody[55].skill = _root.player[55].skill;
_root.seasonslot.data.everybody[55].controller = _root.player[55].controller;
_root.seasonslot.data.everybody[56] = new Object();
_root.seasonslot.data.everybody[56].sex = _root.player[56].sex;
_root.seasonslot.data.everybody[56].fname = _root.player[56].fname;
_root.seasonslot.data.everybody[56].lname = _root.player[56].lname;
_root.seasonslot.data.everybody[56].rank = _root.player[56].rank;
_root.seasonslot.data.everybody[56].loc = _root.player[56].loc;
_root.seasonslot.data.everybody[56].wins = _root.player[56].wins;
_root.seasonslot.data.everybody[56].losses = _root.player[56].losses;
_root.seasonslot.data.everybody[56].points = _root.player[56].points;
_root.seasonslot.data.everybody[56].sprite = _root.player[56].sprite;
_root.seasonslot.data.everybody[56].character = _root.player[56].character;
_root.seasonslot.data.everybody[56].ichampion = _root.player[56].ichampion;
_root.seasonslot.data.everybody[56].ichampiontimes = _root.player[56].ichampiontimes;
_root.seasonslot.data.everybody[56].zchampion = _root.player[56].zchampion;
_root.seasonslot.data.everybody[56].zchampiontimes = _root.player[56].zchampiontimes;
_root.seasonslot.data.everybody[56].wchampion = _root.player[56].wchampion;
_root.seasonslot.data.everybody[56].wchampiontimes = _root.player[56].wchampiontimes;
_root.seasonslot.data.everybody[56].badges = _root.player[56].badges;
_root.seasonslot.data.everybody[56].skill = _root.player[56].skill;
_root.seasonslot.data.everybody[56].controller = _root.player[56].controller;
_root.seasonslot.data.everybody[57] = new Object();
_root.seasonslot.data.everybody[57].sex = _root.player[57].sex;
_root.seasonslot.data.everybody[57].fname = _root.player[57].fname;
_root.seasonslot.data.everybody[57].lname = _root.player[57].lname;
_root.seasonslot.data.everybody[57].rank = _root.player[57].rank;
_root.seasonslot.data.everybody[57].loc = _root.player[57].loc;
_root.seasonslot.data.everybody[57].wins = _root.player[57].wins;
_root.seasonslot.data.everybody[57].losses = _root.player[57].losses;
_root.seasonslot.data.everybody[57].points = _root.player[57].points;
_root.seasonslot.data.everybody[57].sprite = _root.player[57].sprite;
_root.seasonslot.data.everybody[57].character = _root.player[57].character;
_root.seasonslot.data.everybody[57].ichampion = _root.player[57].ichampion;
_root.seasonslot.data.everybody[57].ichampiontimes = _root.player[57].ichampiontimes;
_root.seasonslot.data.everybody[57].zchampion = _root.player[57].zchampion;
_root.seasonslot.data.everybody[57].zchampiontimes = _root.player[57].zchampiontimes;
_root.seasonslot.data.everybody[57].wchampion = _root.player[57].wchampion;
_root.seasonslot.data.everybody[57].wchampiontimes = _root.player[57].wchampiontimes;
_root.seasonslot.data.everybody[57].badges = _root.player[57].badges;
_root.seasonslot.data.everybody[57].skill = _root.player[57].skill;
_root.seasonslot.data.everybody[57].controller = _root.player[57].controller;
_root.seasonslot.data.everybody[58] = new Object();
_root.seasonslot.data.everybody[58].sex = _root.player[58].sex;
_root.seasonslot.data.everybody[58].fname = _root.player[58].fname;
_root.seasonslot.data.everybody[58].lname = _root.player[58].lname;
_root.seasonslot.data.everybody[58].rank = _root.player[58].rank;
_root.seasonslot.data.everybody[58].loc = _root.player[58].loc;
_root.seasonslot.data.everybody[58].wins = _root.player[58].wins;
_root.seasonslot.data.everybody[58].losses = _root.player[58].losses;
_root.seasonslot.data.everybody[58].points = _root.player[58].points;
_root.seasonslot.data.everybody[58].sprite = _root.player[58].sprite;
_root.seasonslot.data.everybody[58].character = _root.player[58].character;
_root.seasonslot.data.everybody[58].ichampion = _root.player[58].ichampion;
_root.seasonslot.data.everybody[58].ichampiontimes = _root.player[58].ichampiontimes;
_root.seasonslot.data.everybody[58].zchampion = _root.player[58].zchampion;
_root.seasonslot.data.everybody[58].zchampiontimes = _root.player[58].zchampiontimes;
_root.seasonslot.data.everybody[58].wchampion = _root.player[58].wchampion;
_root.seasonslot.data.everybody[58].wchampiontimes = _root.player[58].wchampiontimes;
_root.seasonslot.data.everybody[58].badges = _root.player[58].badges;
_root.seasonslot.data.everybody[58].skill = _root.player[58].skill;
_root.seasonslot.data.everybody[58].controller = _root.player[58].controller;
_root.seasonslot.data.everybody[59] = new Object();
_root.seasonslot.data.everybody[59].sex = _root.player[59].sex;
_root.seasonslot.data.everybody[59].fname = _root.player[59].fname;
_root.seasonslot.data.everybody[59].lname = _root.player[59].lname;
_root.seasonslot.data.everybody[59].rank = _root.player[59].rank;
_root.seasonslot.data.everybody[59].loc = _root.player[59].loc;
_root.seasonslot.data.everybody[59].wins = _root.player[59].wins;
_root.seasonslot.data.everybody[59].losses = _root.player[59].losses;
_root.seasonslot.data.everybody[59].points = _root.player[59].points;
_root.seasonslot.data.everybody[59].sprite = _root.player[59].sprite;
_root.seasonslot.data.everybody[59].character = _root.player[59].character;
_root.seasonslot.data.everybody[59].ichampion = _root.player[59].ichampion;
_root.seasonslot.data.everybody[59].ichampiontimes = _root.player[59].ichampiontimes;
_root.seasonslot.data.everybody[59].zchampion = _root.player[59].zchampion;
_root.seasonslot.data.everybody[59].zchampiontimes = _root.player[59].zchampiontimes;
_root.seasonslot.data.everybody[59].wchampion = _root.player[59].wchampion;
_root.seasonslot.data.everybody[59].wchampiontimes = _root.player[59].wchampiontimes;
_root.seasonslot.data.everybody[59].badges = _root.player[59].badges;
_root.seasonslot.data.everybody[59].skill = _root.player[59].skill;
_root.seasonslot.data.everybody[59].controller = _root.player[59].controller;
_root.seasonslot.data.everybody[60] = new Object();
_root.seasonslot.data.everybody[60].sex = _root.player[60].sex;
_root.seasonslot.data.everybody[60].fname = _root.player[60].fname;
_root.seasonslot.data.everybody[60].lname = _root.player[60].lname;
_root.seasonslot.data.everybody[60].rank = _root.player[60].rank;
_root.seasonslot.data.everybody[60].loc = _root.player[60].loc;
_root.seasonslot.data.everybody[60].wins = _root.player[60].wins;
_root.seasonslot.data.everybody[60].losses = _root.player[60].losses;
_root.seasonslot.data.everybody[60].points = _root.player[60].points;
_root.seasonslot.data.everybody[60].sprite = _root.player[60].sprite;
_root.seasonslot.data.everybody[60].character = _root.player[60].character;
_root.seasonslot.data.everybody[60].ichampion = _root.player[60].ichampion;
_root.seasonslot.data.everybody[60].ichampiontimes = _root.player[60].ichampiontimes;
_root.seasonslot.data.everybody[60].zchampion = _root.player[60].zchampion;
_root.seasonslot.data.everybody[60].zchampiontimes = _root.player[60].zchampiontimes;
_root.seasonslot.data.everybody[60].wchampion = _root.player[60].wchampion;
_root.seasonslot.data.everybody[60].wchampiontimes = _root.player[60].wchampiontimes;
_root.seasonslot.data.everybody[60].badges = _root.player[60].badges;
_root.seasonslot.data.everybody[60].skill = _root.player[60].skill;
_root.seasonslot.data.everybody[60].controller = _root.player[60].controller;
_root.seasonslot.data.everybody[61] = new Object();
_root.seasonslot.data.everybody[61].sex = _root.player[61].sex;
_root.seasonslot.data.everybody[61].fname = _root.player[61].fname;
_root.seasonslot.data.everybody[61].lname = _root.player[61].lname;
_root.seasonslot.data.everybody[61].rank = _root.player[61].rank;
_root.seasonslot.data.everybody[61].loc = _root.player[61].loc;
_root.seasonslot.data.everybody[61].wins = _root.player[61].wins;
_root.seasonslot.data.everybody[61].losses = _root.player[61].losses;
_root.seasonslot.data.everybody[61].points = _root.player[61].points;
_root.seasonslot.data.everybody[61].sprite = _root.player[61].sprite;
_root.seasonslot.data.everybody[61].character = _root.player[61].character;
_root.seasonslot.data.everybody[61].ichampion = _root.player[61].ichampion;
_root.seasonslot.data.everybody[61].ichampiontimes = _root.player[61].ichampiontimes;
_root.seasonslot.data.everybody[61].zchampion = _root.player[61].zchampion;
_root.seasonslot.data.everybody[61].zchampiontimes = _root.player[61].zchampiontimes;
_root.seasonslot.data.everybody[61].wchampion = _root.player[61].wchampion;
_root.seasonslot.data.everybody[61].wchampiontimes = _root.player[61].wchampiontimes;
_root.seasonslot.data.everybody[61].badges = _root.player[61].badges;
_root.seasonslot.data.everybody[61].skill = _root.player[61].skill;
_root.seasonslot.data.everybody[61].controller = _root.player[61].controller;
_root.seasonslot.data.everybody[62] = new Object();
_root.seasonslot.data.everybody[62].sex = _root.player[62].sex;
_root.seasonslot.data.everybody[62].fname = _root.player[62].fname;
_root.seasonslot.data.everybody[62].lname = _root.player[62].lname;
_root.seasonslot.data.everybody[62].rank = _root.player[62].rank;
_root.seasonslot.data.everybody[62].loc = _root.player[62].loc;
_root.seasonslot.data.everybody[62].wins = _root.player[62].wins;
_root.seasonslot.data.everybody[62].losses = _root.player[62].losses;
_root.seasonslot.data.everybody[62].points = _root.player[62].points;
_root.seasonslot.data.everybody[62].sprite = _root.player[62].sprite;
_root.seasonslot.data.everybody[62].character = _root.player[62].character;
_root.seasonslot.data.everybody[62].ichampion = _root.player[62].ichampion;
_root.seasonslot.data.everybody[62].ichampiontimes = _root.player[62].ichampiontimes;
_root.seasonslot.data.everybody[62].zchampion = _root.player[62].zchampion;
_root.seasonslot.data.everybody[62].zchampiontimes = _root.player[62].zchampiontimes;
_root.seasonslot.data.everybody[62].wchampion = _root.player[62].wchampion;
_root.seasonslot.data.everybody[62].wchampiontimes = _root.player[62].wchampiontimes;
_root.seasonslot.data.everybody[62].badges = _root.player[62].badges;
_root.seasonslot.data.everybody[62].skill = _root.player[62].skill;
_root.seasonslot.data.everybody[62].controller = _root.player[62].controller;
_root.seasonslot.data.everybody[63] = new Object();
_root.seasonslot.data.everybody[63].sex = _root.player[63].sex;
_root.seasonslot.data.everybody[63].fname = _root.player[63].fname;
_root.seasonslot.data.everybody[63].lname = _root.player[63].lname;
_root.seasonslot.data.everybody[63].rank = _root.player[63].rank;
_root.seasonslot.data.everybody[63].loc = _root.player[63].loc;
_root.seasonslot.data.everybody[63].wins = _root.player[63].wins;
_root.seasonslot.data.everybody[63].losses = _root.player[63].losses;
_root.seasonslot.data.everybody[63].points = _root.player[63].points;
_root.seasonslot.data.everybody[63].sprite = _root.player[63].sprite;
_root.seasonslot.data.everybody[63].character = _root.player[63].character;
_root.seasonslot.data.everybody[63].ichampion = _root.player[63].ichampion;
_root.seasonslot.data.everybody[63].ichampiontimes = _root.player[63].ichampiontimes;
_root.seasonslot.data.everybody[63].zchampion = _root.player[63].zchampion;
_root.seasonslot.data.everybody[63].zchampiontimes = _root.player[63].zchampiontimes;
_root.seasonslot.data.everybody[63].wchampion = _root.player[63].wchampion;
_root.seasonslot.data.everybody[63].wchampiontimes = _root.player[63].wchampiontimes;
_root.seasonslot.data.everybody[63].badges = _root.player[63].badges;
_root.seasonslot.data.everybody[63].skill = _root.player[63].skill;
_root.seasonslot.data.everybody[63].controller = _root.player[63].controller;
_root.seasonslot.data.everybody[64] = new Object();
_root.seasonslot.data.everybody[64].sex = _root.player[64].sex;
_root.seasonslot.data.everybody[64].fname = _root.player[64].fname;
_root.seasonslot.data.everybody[64].lname = _root.player[64].lname;
_root.seasonslot.data.everybody[64].rank = _root.player[64].rank;
_root.seasonslot.data.everybody[64].loc = _root.player[64].loc;
_root.seasonslot.data.everybody[64].wins = _root.player[64].wins;
_root.seasonslot.data.everybody[64].losses = _root.player[64].losses;
_root.seasonslot.data.everybody[64].points = _root.player[64].points;
_root.seasonslot.data.everybody[64].sprite = _root.player[64].sprite;
_root.seasonslot.data.everybody[64].character = _root.player[64].character;
_root.seasonslot.data.everybody[64].ichampion = _root.player[64].ichampion;
_root.seasonslot.data.everybody[64].ichampiontimes = _root.player[64].ichampiontimes;
_root.seasonslot.data.everybody[64].zchampion = _root.player[64].zchampion;
_root.seasonslot.data.everybody[64].zchampiontimes = _root.player[64].zchampiontimes;
_root.seasonslot.data.everybody[64].wchampion = _root.player[64].wchampion;
_root.seasonslot.data.everybody[64].wchampiontimes = _root.player[64].wchampiontimes;
_root.seasonslot.data.everybody[64].badges = _root.player[64].badges;
_root.seasonslot.data.everybody[64].skill = _root.player[64].skill;
_root.seasonslot.data.everybody[64].controller = _root.player[64].controller;
_root.seasonslot.data.everybody[65] = new Object();
_root.seasonslot.data.everybody[65].sex = _root.player[65].sex;
_root.seasonslot.data.everybody[65].fname = _root.player[65].fname;
_root.seasonslot.data.everybody[65].lname = _root.player[65].lname;
_root.seasonslot.data.everybody[65].rank = _root.player[65].rank;
_root.seasonslot.data.everybody[65].loc = _root.player[65].loc;
_root.seasonslot.data.everybody[65].wins = _root.player[65].wins;
_root.seasonslot.data.everybody[65].losses = _root.player[65].losses;
_root.seasonslot.data.everybody[65].points = _root.player[65].points;
_root.seasonslot.data.everybody[65].sprite = _root.player[65].sprite;
_root.seasonslot.data.everybody[65].character = _root.player[65].character;
_root.seasonslot.data.everybody[65].ichampion = _root.player[65].ichampion;
_root.seasonslot.data.everybody[65].ichampiontimes = _root.player[65].ichampiontimes;
_root.seasonslot.data.everybody[65].zchampion = _root.player[65].zchampion;
_root.seasonslot.data.everybody[65].zchampiontimes = _root.player[65].zchampiontimes;
_root.seasonslot.data.everybody[65].wchampion = _root.player[65].wchampion;
_root.seasonslot.data.everybody[65].wchampiontimes = _root.player[65].wchampiontimes;
_root.seasonslot.data.everybody[65].badges = _root.player[65].badges;
_root.seasonslot.data.everybody[65].skill = _root.player[65].skill;
_root.seasonslot.data.everybody[65].controller = _root.player[65].controller;
_root.seasonslot.data.everybody[66] = new Object();
_root.seasonslot.data.everybody[66].sex = _root.player[66].sex;
_root.seasonslot.data.everybody[66].fname = _root.player[66].fname;
_root.seasonslot.data.everybody[66].lname = _root.player[66].lname;
_root.seasonslot.data.everybody[66].rank = _root.player[66].rank;
_root.seasonslot.data.everybody[66].loc = _root.player[66].loc;
_root.seasonslot.data.everybody[66].wins = _root.player[66].wins;
_root.seasonslot.data.everybody[66].losses = _root.player[66].losses;
_root.seasonslot.data.everybody[66].points = _root.player[66].points;
_root.seasonslot.data.everybody[66].sprite = _root.player[66].sprite;
_root.seasonslot.data.everybody[66].character = _root.player[66].character;
_root.seasonslot.data.everybody[66].ichampion = _root.player[66].ichampion;
_root.seasonslot.data.everybody[66].ichampiontimes = _root.player[66].ichampiontimes;
_root.seasonslot.data.everybody[66].zchampion = _root.player[66].zchampion;
_root.seasonslot.data.everybody[66].zchampiontimes = _root.player[66].zchampiontimes;
_root.seasonslot.data.everybody[66].wchampion = _root.player[66].wchampion;
_root.seasonslot.data.everybody[66].wchampiontimes = _root.player[66].wchampiontimes;
_root.seasonslot.data.everybody[66].badges = _root.player[66].badges;
_root.seasonslot.data.everybody[66].skill = _root.player[66].skill;
_root.seasonslot.data.everybody[66].controller = _root.player[66].controller;
_root.seasonslot.data.everybody[67] = new Object();
_root.seasonslot.data.everybody[67].sex = _root.player[67].sex;
_root.seasonslot.data.everybody[67].fname = _root.player[67].fname;
_root.seasonslot.data.everybody[67].lname = _root.player[67].lname;
_root.seasonslot.data.everybody[67].rank = _root.player[67].rank;
_root.seasonslot.data.everybody[67].loc = _root.player[67].loc;
_root.seasonslot.data.everybody[67].wins = _root.player[67].wins;
_root.seasonslot.data.everybody[67].losses = _root.player[67].losses;
_root.seasonslot.data.everybody[67].points = _root.player[67].points;
_root.seasonslot.data.everybody[67].sprite = _root.player[67].sprite;
_root.seasonslot.data.everybody[67].character = _root.player[67].character;
_root.seasonslot.data.everybody[67].ichampion = _root.player[67].ichampion;
_root.seasonslot.data.everybody[67].ichampiontimes = _root.player[67].ichampiontimes;
_root.seasonslot.data.everybody[67].zchampion = _root.player[67].zchampion;
_root.seasonslot.data.everybody[67].zchampiontimes = _root.player[67].zchampiontimes;
_root.seasonslot.data.everybody[67].wchampion = _root.player[67].wchampion;
_root.seasonslot.data.everybody[67].wchampiontimes = _root.player[67].wchampiontimes;
_root.seasonslot.data.everybody[67].badges = _root.player[67].badges;
_root.seasonslot.data.everybody[67].skill = _root.player[67].skill;
_root.seasonslot.data.everybody[67].controller = _root.player[67].controller;
_root.seasonslot.data.everybody[68] = new Object();
_root.seasonslot.data.everybody[68].sex = _root.player[68].sex;
_root.seasonslot.data.everybody[68].fname = _root.player[68].fname;
_root.seasonslot.data.everybody[68].lname = _root.player[68].lname;
_root.seasonslot.data.everybody[68].rank = _root.player[68].rank;
_root.seasonslot.data.everybody[68].loc = _root.player[68].loc;
_root.seasonslot.data.everybody[68].wins = _root.player[68].wins;
_root.seasonslot.data.everybody[68].losses = _root.player[68].losses;
_root.seasonslot.data.everybody[68].points = _root.player[68].points;
_root.seasonslot.data.everybody[68].sprite = _root.player[68].sprite;
_root.seasonslot.data.everybody[68].character = _root.player[68].character;
_root.seasonslot.data.everybody[68].ichampion = _root.player[68].ichampion;
_root.seasonslot.data.everybody[68].ichampiontimes = _root.player[68].ichampiontimes;
_root.seasonslot.data.everybody[68].zchampion = _root.player[68].zchampion;
_root.seasonslot.data.everybody[68].zchampiontimes = _root.player[68].zchampiontimes;
_root.seasonslot.data.everybody[68].wchampion = _root.player[68].wchampion;
_root.seasonslot.data.everybody[68].wchampiontimes = _root.player[68].wchampiontimes;
_root.seasonslot.data.everybody[68].badges = _root.player[68].badges;
_root.seasonslot.data.everybody[68].skill = _root.player[68].skill;
_root.seasonslot.data.everybody[68].controller = _root.player[68].controller;
_root.seasonslot.data.everybody[69] = new Object();
_root.seasonslot.data.everybody[69].sex = _root.player[69].sex;
_root.seasonslot.data.everybody[69].fname = _root.player[69].fname;
_root.seasonslot.data.everybody[69].lname = _root.player[69].lname;
_root.seasonslot.data.everybody[69].rank = _root.player[69].rank;
_root.seasonslot.data.everybody[69].loc = _root.player[69].loc;
_root.seasonslot.data.everybody[69].wins = _root.player[69].wins;
_root.seasonslot.data.everybody[69].losses = _root.player[69].losses;
_root.seasonslot.data.everybody[69].points = _root.player[69].points;
_root.seasonslot.data.everybody[69].sprite = _root.player[69].sprite;
_root.seasonslot.data.everybody[69].character = _root.player[69].character;
_root.seasonslot.data.everybody[69].ichampion = _root.player[69].ichampion;
_root.seasonslot.data.everybody[69].ichampiontimes = _root.player[69].ichampiontimes;
_root.seasonslot.data.everybody[69].zchampion = _root.player[69].zchampion;
_root.seasonslot.data.everybody[69].zchampiontimes = _root.player[69].zchampiontimes;
_root.seasonslot.data.everybody[69].wchampion = _root.player[69].wchampion;
_root.seasonslot.data.everybody[69].wchampiontimes = _root.player[69].wchampiontimes;
_root.seasonslot.data.everybody[69].badges = _root.player[69].badges;
_root.seasonslot.data.everybody[69].skill = _root.player[69].skill;
_root.seasonslot.data.everybody[69].controller = _root.player[69].controller;
_root.seasonslot.data.everybody[70] = new Object();
_root.seasonslot.data.everybody[70].sex = _root.player[70].sex;
_root.seasonslot.data.everybody[70].fname = _root.player[70].fname;
_root.seasonslot.data.everybody[70].lname = _root.player[70].lname;
_root.seasonslot.data.everybody[70].rank = _root.player[70].rank;
_root.seasonslot.data.everybody[70].loc = _root.player[70].loc;
_root.seasonslot.data.everybody[70].wins = _root.player[70].wins;
_root.seasonslot.data.everybody[70].losses = _root.player[70].losses;
_root.seasonslot.data.everybody[70].points = _root.player[70].points;
_root.seasonslot.data.everybody[70].sprite = _root.player[70].sprite;
_root.seasonslot.data.everybody[70].character = _root.player[70].character;
_root.seasonslot.data.everybody[70].ichampion = _root.player[70].ichampion;
_root.seasonslot.data.everybody[70].ichampiontimes = _root.player[70].ichampiontimes;
_root.seasonslot.data.everybody[70].zchampion = _root.player[70].zchampion;
_root.seasonslot.data.everybody[70].zchampiontimes = _root.player[70].zchampiontimes;
_root.seasonslot.data.everybody[70].wchampion = _root.player[70].wchampion;
_root.seasonslot.data.everybody[70].wchampiontimes = _root.player[70].wchampiontimes;
_root.seasonslot.data.everybody[70].badges = _root.player[70].badges;
_root.seasonslot.data.everybody[70].skill = _root.player[70].skill;
_root.seasonslot.data.everybody[70].controller = _root.player[70].controller;
_root.seasonslot.data.everybody[71] = new Object();
_root.seasonslot.data.everybody[71].sex = _root.player[71].sex;
_root.seasonslot.data.everybody[71].fname = _root.player[71].fname;
_root.seasonslot.data.everybody[71].lname = _root.player[71].lname;
_root.seasonslot.data.everybody[71].rank = _root.player[71].rank;
_root.seasonslot.data.everybody[71].loc = _root.player[71].loc;
_root.seasonslot.data.everybody[71].wins = _root.player[71].wins;
_root.seasonslot.data.everybody[71].losses = _root.player[71].losses;
_root.seasonslot.data.everybody[71].points = _root.player[71].points;
_root.seasonslot.data.everybody[71].sprite = _root.player[71].sprite;
_root.seasonslot.data.everybody[71].character = _root.player[71].character;
_root.seasonslot.data.everybody[71].ichampion = _root.player[71].ichampion;
_root.seasonslot.data.everybody[71].ichampiontimes = _root.player[71].ichampiontimes;
_root.seasonslot.data.everybody[71].zchampion = _root.player[71].zchampion;
_root.seasonslot.data.everybody[71].zchampiontimes = _root.player[71].zchampiontimes;
_root.seasonslot.data.everybody[71].wchampion = _root.player[71].wchampion;
_root.seasonslot.data.everybody[71].wchampiontimes = _root.player[71].wchampiontimes;
_root.seasonslot.data.everybody[71].badges = _root.player[71].badges;
_root.seasonslot.data.everybody[71].skill = _root.player[71].skill;
_root.seasonslot.data.everybody[71].controller = _root.player[71].controller;
_root.seasonslot.data.everybody[72] = new Object();
_root.seasonslot.data.everybody[72].sex = _root.player[72].sex;
_root.seasonslot.data.everybody[72].fname = _root.player[72].fname;
_root.seasonslot.data.everybody[72].lname = _root.player[72].lname;
_root.seasonslot.data.everybody[72].rank = _root.player[72].rank;
_root.seasonslot.data.everybody[72].loc = _root.player[72].loc;
_root.seasonslot.data.everybody[72].wins = _root.player[72].wins;
_root.seasonslot.data.everybody[72].losses = _root.player[72].losses;
_root.seasonslot.data.everybody[72].points = _root.player[72].points;
_root.seasonslot.data.everybody[72].sprite = _root.player[72].sprite;
_root.seasonslot.data.everybody[72].character = _root.player[72].character;
_root.seasonslot.data.everybody[72].ichampion = _root.player[72].ichampion;
_root.seasonslot.data.everybody[72].ichampiontimes = _root.player[72].ichampiontimes;
_root.seasonslot.data.everybody[72].zchampion = _root.player[72].zchampion;
_root.seasonslot.data.everybody[72].zchampiontimes = _root.player[72].zchampiontimes;
_root.seasonslot.data.everybody[72].wchampion = _root.player[72].wchampion;
_root.seasonslot.data.everybody[72].wchampiontimes = _root.player[72].wchampiontimes;
_root.seasonslot.data.everybody[72].badges = _root.player[72].badges;
_root.seasonslot.data.everybody[72].skill = _root.player[72].skill;
_root.seasonslot.data.everybody[72].controller = _root.player[72].controller;
_root.seasonslot.data.everybody[73] = new Object();
_root.seasonslot.data.everybody[73].sex = _root.player[73].sex;
_root.seasonslot.data.everybody[73].fname = _root.player[73].fname;
_root.seasonslot.data.everybody[73].lname = _root.player[73].lname;
_root.seasonslot.data.everybody[73].rank = _root.player[73].rank;
_root.seasonslot.data.everybody[73].loc = _root.player[73].loc;
_root.seasonslot.data.everybody[73].wins = _root.player[73].wins;
_root.seasonslot.data.everybody[73].losses = _root.player[73].losses;
_root.seasonslot.data.everybody[73].points = _root.player[73].points;
_root.seasonslot.data.everybody[73].sprite = _root.player[73].sprite;
_root.seasonslot.data.everybody[73].character = _root.player[73].character;
_root.seasonslot.data.everybody[73].ichampion = _root.player[73].ichampion;
_root.seasonslot.data.everybody[73].ichampiontimes = _root.player[73].ichampiontimes;
_root.seasonslot.data.everybody[73].zchampion = _root.player[73].zchampion;
_root.seasonslot.data.everybody[73].zchampiontimes = _root.player[73].zchampiontimes;
_root.seasonslot.data.everybody[73].wchampion = _root.player[73].wchampion;
_root.seasonslot.data.everybody[73].wchampiontimes = _root.player[73].wchampiontimes;
_root.seasonslot.data.everybody[73].badges = _root.player[73].badges;
_root.seasonslot.data.everybody[73].skill = _root.player[73].skill;
_root.seasonslot.data.everybody[73].controller = _root.player[73].controller;
_root.seasonslot.data.everybody[74] = new Object();
_root.seasonslot.data.everybody[74].sex = _root.player[74].sex;
_root.seasonslot.data.everybody[74].fname = _root.player[74].fname;
_root.seasonslot.data.everybody[74].lname = _root.player[74].lname;
_root.seasonslot.data.everybody[74].rank = _root.player[74].rank;
_root.seasonslot.data.everybody[74].loc = _root.player[74].loc;
_root.seasonslot.data.everybody[74].wins = _root.player[74].wins;
_root.seasonslot.data.everybody[74].losses = _root.player[74].losses;
_root.seasonslot.data.everybody[74].points = _root.player[74].points;
_root.seasonslot.data.everybody[74].sprite = _root.player[74].sprite;
_root.seasonslot.data.everybody[74].character = _root.player[74].character;
_root.seasonslot.data.everybody[74].ichampion = _root.player[74].ichampion;
_root.seasonslot.data.everybody[74].ichampiontimes = _root.player[74].ichampiontimes;
_root.seasonslot.data.everybody[74].zchampion = _root.player[74].zchampion;
_root.seasonslot.data.everybody[74].zchampiontimes = _root.player[74].zchampiontimes;
_root.seasonslot.data.everybody[74].wchampion = _root.player[74].wchampion;
_root.seasonslot.data.everybody[74].wchampiontimes = _root.player[74].wchampiontimes;
_root.seasonslot.data.everybody[74].badges = _root.player[74].badges;
_root.seasonslot.data.everybody[74].skill = _root.player[74].skill;
_root.seasonslot.data.everybody[74].controller = _root.player[74].controller;
_root.seasonslot.data.everybody[75] = new Object();
_root.seasonslot.data.everybody[75].sex = _root.player[75].sex;
_root.seasonslot.data.everybody[75].fname = _root.player[75].fname;
_root.seasonslot.data.everybody[75].lname = _root.player[75].lname;
_root.seasonslot.data.everybody[75].rank = _root.player[75].rank;
_root.seasonslot.data.everybody[75].loc = _root.player[75].loc;
_root.seasonslot.data.everybody[75].wins = _root.player[75].wins;
_root.seasonslot.data.everybody[75].losses = _root.player[75].losses;
_root.seasonslot.data.everybody[75].points = _root.player[75].points;
_root.seasonslot.data.everybody[75].sprite = _root.player[75].sprite;
_root.seasonslot.data.everybody[75].character = _root.player[75].character;
_root.seasonslot.data.everybody[75].ichampion = _root.player[75].ichampion;
_root.seasonslot.data.everybody[75].ichampiontimes = _root.player[75].ichampiontimes;
_root.seasonslot.data.everybody[75].zchampion = _root.player[75].zchampion;
_root.seasonslot.data.everybody[75].zchampiontimes = _root.player[75].zchampiontimes;
_root.seasonslot.data.everybody[75].wchampion = _root.player[75].wchampion;
_root.seasonslot.data.everybody[75].wchampiontimes = _root.player[75].wchampiontimes;
_root.seasonslot.data.everybody[75].badges = _root.player[75].badges;
_root.seasonslot.data.everybody[75].skill = _root.player[75].skill;
_root.seasonslot.data.everybody[75].controller = _root.player[75].controller;
_root.seasonslot.data.everybody[76] = new Object();
_root.seasonslot.data.everybody[76].sex = _root.player[76].sex;
_root.seasonslot.data.everybody[76].fname = _root.player[76].fname;
_root.seasonslot.data.everybody[76].lname = _root.player[76].lname;
_root.seasonslot.data.everybody[76].rank = _root.player[76].rank;
_root.seasonslot.data.everybody[76].loc = _root.player[76].loc;
_root.seasonslot.data.everybody[76].wins = _root.player[76].wins;
_root.seasonslot.data.everybody[76].losses = _root.player[76].losses;
_root.seasonslot.data.everybody[76].points = _root.player[76].points;
_root.seasonslot.data.everybody[76].sprite = _root.player[76].sprite;
_root.seasonslot.data.everybody[76].character = _root.player[76].character;
_root.seasonslot.data.everybody[76].ichampion = _root.player[76].ichampion;
_root.seasonslot.data.everybody[76].ichampiontimes = _root.player[76].ichampiontimes;
_root.seasonslot.data.everybody[76].zchampion = _root.player[76].zchampion;
_root.seasonslot.data.everybody[76].zchampiontimes = _root.player[76].zchampiontimes;
_root.seasonslot.data.everybody[76].wchampion = _root.player[76].wchampion;
_root.seasonslot.data.everybody[76].wchampiontimes = _root.player[76].wchampiontimes;
_root.seasonslot.data.everybody[76].badges = _root.player[76].badges;
_root.seasonslot.data.everybody[76].skill = _root.player[76].skill;
_root.seasonslot.data.everybody[76].controller = _root.player[76].controller;
_root.seasonslot.data.everybody[77] = new Object();
_root.seasonslot.data.everybody[77].sex = _root.player[77].sex;
_root.seasonslot.data.everybody[77].fname = _root.player[77].fname;
_root.seasonslot.data.everybody[77].lname = _root.player[77].lname;
_root.seasonslot.data.everybody[77].rank = _root.player[77].rank;
_root.seasonslot.data.everybody[77].loc = _root.player[77].loc;
_root.seasonslot.data.everybody[77].wins = _root.player[77].wins;
_root.seasonslot.data.everybody[77].losses = _root.player[77].losses;
_root.seasonslot.data.everybody[77].points = _root.player[77].points;
_root.seasonslot.data.everybody[77].sprite = _root.player[77].sprite;
_root.seasonslot.data.everybody[77].character = _root.player[77].character;
_root.seasonslot.data.everybody[77].ichampion = _root.player[77].ichampion;
_root.seasonslot.data.everybody[77].ichampiontimes = _root.player[77].ichampiontimes;
_root.seasonslot.data.everybody[77].zchampion = _root.player[77].zchampion;
_root.seasonslot.data.everybody[77].zchampiontimes = _root.player[77].zchampiontimes;
_root.seasonslot.data.everybody[77].wchampion = _root.player[77].wchampion;
_root.seasonslot.data.everybody[77].wchampiontimes = _root.player[77].wchampiontimes;
_root.seasonslot.data.everybody[77].badges = _root.player[77].badges;
_root.seasonslot.data.everybody[77].skill = _root.player[77].skill;
_root.seasonslot.data.everybody[77].controller = _root.player[77].controller;
_root.seasonslot.data.everybody[78] = new Object();
_root.seasonslot.data.everybody[78].sex = _root.player[78].sex;
_root.seasonslot.data.everybody[78].fname = _root.player[78].fname;
_root.seasonslot.data.everybody[78].lname = _root.player[78].lname;
_root.seasonslot.data.everybody[78].rank = _root.player[78].rank;
_root.seasonslot.data.everybody[78].loc = _root.player[78].loc;
_root.seasonslot.data.everybody[78].wins = _root.player[78].wins;
_root.seasonslot.data.everybody[78].losses = _root.player[78].losses;
_root.seasonslot.data.everybody[78].points = _root.player[78].points;
_root.seasonslot.data.everybody[78].sprite = _root.player[78].sprite;
_root.seasonslot.data.everybody[78].character = _root.player[78].character;
_root.seasonslot.data.everybody[78].ichampion = _root.player[78].ichampion;
_root.seasonslot.data.everybody[78].ichampiontimes = _root.player[78].ichampiontimes;
_root.seasonslot.data.everybody[78].zchampion = _root.player[78].zchampion;
_root.seasonslot.data.everybody[78].zchampiontimes = _root.player[78].zchampiontimes;
_root.seasonslot.data.everybody[78].wchampion = _root.player[78].wchampion;
_root.seasonslot.data.everybody[78].wchampiontimes = _root.player[78].wchampiontimes;
_root.seasonslot.data.everybody[78].badges = _root.player[78].badges;
_root.seasonslot.data.everybody[78].skill = _root.player[78].skill;
_root.seasonslot.data.everybody[78].controller = _root.player[78].controller;
_root.seasonslot.data.everybody[79] = new Object();
_root.seasonslot.data.everybody[79].sex = _root.player[79].sex;
_root.seasonslot.data.everybody[79].fname = _root.player[79].fname;
_root.seasonslot.data.everybody[79].lname = _root.player[79].lname;
_root.seasonslot.data.everybody[79].rank = _root.player[79].rank;
_root.seasonslot.data.everybody[79].loc = _root.player[79].loc;
_root.seasonslot.data.everybody[79].wins = _root.player[79].wins;
_root.seasonslot.data.everybody[79].losses = _root.player[79].losses;
_root.seasonslot.data.everybody[79].points = _root.player[79].points;
_root.seasonslot.data.everybody[79].sprite = _root.player[79].sprite;
_root.seasonslot.data.everybody[79].character = _root.player[79].character;
_root.seasonslot.data.everybody[79].ichampion = _root.player[79].ichampion;
_root.seasonslot.data.everybody[79].ichampiontimes = _root.player[79].ichampiontimes;
_root.seasonslot.data.everybody[79].zchampion = _root.player[79].zchampion;
_root.seasonslot.data.everybody[79].zchampiontimes = _root.player[79].zchampiontimes;
_root.seasonslot.data.everybody[79].wchampion = _root.player[79].wchampion;
_root.seasonslot.data.everybody[79].wchampiontimes = _root.player[79].wchampiontimes;
_root.seasonslot.data.everybody[79].badges = _root.player[79].badges;
_root.seasonslot.data.everybody[79].skill = _root.player[79].skill;
_root.seasonslot.data.everybody[79].controller = _root.player[79].controller;
_root.seasonslot.data.everybody[80] = new Object();
_root.seasonslot.data.everybody[80].sex = _root.player[80].sex;
_root.seasonslot.data.everybody[80].fname = _root.player[80].fname;
_root.seasonslot.data.everybody[80].lname = _root.player[80].lname;
_root.seasonslot.data.everybody[80].rank = _root.player[80].rank;
_root.seasonslot.data.everybody[80].loc = _root.player[80].loc;
_root.seasonslot.data.everybody[80].wins = _root.player[80].wins;
_root.seasonslot.data.everybody[80].losses = _root.player[80].losses;
_root.seasonslot.data.everybody[80].points = _root.player[80].points;
_root.seasonslot.data.everybody[80].sprite = _root.player[80].sprite;
_root.seasonslot.data.everybody[80].character = _root.player[80].character;
_root.seasonslot.data.everybody[80].ichampion = _root.player[80].ichampion;
_root.seasonslot.data.everybody[80].ichampiontimes = _root.player[80].ichampiontimes;
_root.seasonslot.data.everybody[80].zchampion = _root.player[80].zchampion;
_root.seasonslot.data.everybody[80].zchampiontimes = _root.player[80].zchampiontimes;
_root.seasonslot.data.everybody[80].wchampion = _root.player[80].wchampion;
_root.seasonslot.data.everybody[80].wchampiontimes = _root.player[80].wchampiontimes;
_root.seasonslot.data.everybody[80].badges = _root.player[80].badges;
_root.seasonslot.data.everybody[80].skill = _root.player[80].skill;
_root.seasonslot.data.everybody[80].controller = _root.player[80].controller;
_root.seasonslot.data.everybody[81] = new Object();
_root.seasonslot.data.everybody[81].sex = _root.player[81].sex;
_root.seasonslot.data.everybody[81].fname = _root.player[81].fname;
_root.seasonslot.data.everybody[81].lname = _root.player[81].lname;
_root.seasonslot.data.everybody[81].rank = _root.player[81].rank;
_root.seasonslot.data.everybody[81].loc = _root.player[81].loc;
_root.seasonslot.data.everybody[81].wins = _root.player[81].wins;
_root.seasonslot.data.everybody[81].losses = _root.player[81].losses;
_root.seasonslot.data.everybody[81].points = _root.player[81].points;
_root.seasonslot.data.everybody[81].sprite = _root.player[81].sprite;
_root.seasonslot.data.everybody[81].character = _root.player[81].character;
_root.seasonslot.data.everybody[81].ichampion = _root.player[81].ichampion;
_root.seasonslot.data.everybody[81].ichampiontimes = _root.player[81].ichampiontimes;
_root.seasonslot.data.everybody[81].zchampion = _root.player[81].zchampion;
_root.seasonslot.data.everybody[81].zchampiontimes = _root.player[81].zchampiontimes;
_root.seasonslot.data.everybody[81].wchampion = _root.player[81].wchampion;
_root.seasonslot.data.everybody[81].wchampiontimes = _root.player[81].wchampiontimes;
_root.seasonslot.data.everybody[81].badges = _root.player[81].badges;
_root.seasonslot.data.everybody[81].skill = _root.player[81].skill;
_root.seasonslot.data.everybody[81].controller = _root.player[81].controller;
_root.seasonslot.data.everybody[82] = new Object();
_root.seasonslot.data.everybody[82].sex = _root.player[82].sex;
_root.seasonslot.data.everybody[82].fname = _root.player[82].fname;
_root.seasonslot.data.everybody[82].lname = _root.player[82].lname;
_root.seasonslot.data.everybody[82].rank = _root.player[82].rank;
_root.seasonslot.data.everybody[82].loc = _root.player[82].loc;
_root.seasonslot.data.everybody[82].wins = _root.player[82].wins;
_root.seasonslot.data.everybody[82].losses = _root.player[82].losses;
_root.seasonslot.data.everybody[82].points = _root.player[82].points;
_root.seasonslot.data.everybody[82].sprite = _root.player[82].sprite;
_root.seasonslot.data.everybody[82].character = _root.player[82].character;
_root.seasonslot.data.everybody[82].ichampion = _root.player[82].ichampion;
_root.seasonslot.data.everybody[82].ichampiontimes = _root.player[82].ichampiontimes;
_root.seasonslot.data.everybody[82].zchampion = _root.player[82].zchampion;
_root.seasonslot.data.everybody[82].zchampiontimes = _root.player[82].zchampiontimes;
_root.seasonslot.data.everybody[82].wchampion = _root.player[82].wchampion;
_root.seasonslot.data.everybody[82].wchampiontimes = _root.player[82].wchampiontimes;
_root.seasonslot.data.everybody[82].badges = _root.player[82].badges;
_root.seasonslot.data.everybody[82].skill = _root.player[82].skill;
_root.seasonslot.data.everybody[82].controller = _root.player[82].controller;
_root.seasonslot.data.everybody[83] = new Object();
_root.seasonslot.data.everybody[83].sex = _root.player[83].sex;
_root.seasonslot.data.everybody[83].fname = _root.player[83].fname;
_root.seasonslot.data.everybody[83].lname = _root.player[83].lname;
_root.seasonslot.data.everybody[83].rank = _root.player[83].rank;
_root.seasonslot.data.everybody[83].loc = _root.player[83].loc;
_root.seasonslot.data.everybody[83].wins = _root.player[83].wins;
_root.seasonslot.data.everybody[83].losses = _root.player[83].losses;
_root.seasonslot.data.everybody[83].points = _root.player[83].points;
_root.seasonslot.data.everybody[83].sprite = _root.player[83].sprite;
_root.seasonslot.data.everybody[83].character = _root.player[83].character;
_root.seasonslot.data.everybody[83].ichampion = _root.player[83].ichampion;
_root.seasonslot.data.everybody[83].ichampiontimes = _root.player[83].ichampiontimes;
_root.seasonslot.data.everybody[83].zchampion = _root.player[83].zchampion;
_root.seasonslot.data.everybody[83].zchampiontimes = _root.player[83].zchampiontimes;
_root.seasonslot.data.everybody[83].wchampion = _root.player[83].wchampion;
_root.seasonslot.data.everybody[83].wchampiontimes = _root.player[83].wchampiontimes;
_root.seasonslot.data.everybody[83].badges = _root.player[83].badges;
_root.seasonslot.data.everybody[83].skill = _root.player[83].skill;
_root.seasonslot.data.everybody[83].controller = _root.player[83].controller;
_root.seasonslot.data.everybody[84] = new Object();
_root.seasonslot.data.everybody[84].sex = _root.player[84].sex;
_root.seasonslot.data.everybody[84].fname = _root.player[84].fname;
_root.seasonslot.data.everybody[84].lname = _root.player[84].lname;
_root.seasonslot.data.everybody[84].rank = _root.player[84].rank;
_root.seasonslot.data.everybody[84].loc = _root.player[84].loc;
_root.seasonslot.data.everybody[84].wins = _root.player[84].wins;
_root.seasonslot.data.everybody[84].losses = _root.player[84].losses;
_root.seasonslot.data.everybody[84].points = _root.player[84].points;
_root.seasonslot.data.everybody[84].sprite = _root.player[84].sprite;
_root.seasonslot.data.everybody[84].character = _root.player[84].character;
_root.seasonslot.data.everybody[84].ichampion = _root.player[84].ichampion;
_root.seasonslot.data.everybody[84].ichampiontimes = _root.player[84].ichampiontimes;
_root.seasonslot.data.everybody[84].zchampion = _root.player[84].zchampion;
_root.seasonslot.data.everybody[84].zchampiontimes = _root.player[84].zchampiontimes;
_root.seasonslot.data.everybody[84].wchampion = _root.player[84].wchampion;
_root.seasonslot.data.everybody[84].wchampiontimes = _root.player[84].wchampiontimes;
_root.seasonslot.data.everybody[84].badges = _root.player[84].badges;
_root.seasonslot.data.everybody[84].skill = _root.player[84].skill;
_root.seasonslot.data.everybody[84].controller = _root.player[84].controller;
_root.seasonslot.data.everybody[85] = new Object();
_root.seasonslot.data.everybody[85].sex = _root.player[85].sex;
_root.seasonslot.data.everybody[85].fname = _root.player[85].fname;
_root.seasonslot.data.everybody[85].lname = _root.player[85].lname;
_root.seasonslot.data.everybody[85].rank = _root.player[85].rank;
_root.seasonslot.data.everybody[85].loc = _root.player[85].loc;
_root.seasonslot.data.everybody[85].wins = _root.player[85].wins;
_root.seasonslot.data.everybody[85].losses = _root.player[85].losses;
_root.seasonslot.data.everybody[85].points = _root.player[85].points;
_root.seasonslot.data.everybody[85].sprite = _root.player[85].sprite;
_root.seasonslot.data.everybody[85].character = _root.player[85].character;
_root.seasonslot.data.everybody[85].ichampion = _root.player[85].ichampion;
_root.seasonslot.data.everybody[85].ichampiontimes = _root.player[85].ichampiontimes;
_root.seasonslot.data.everybody[85].zchampion = _root.player[85].zchampion;
_root.seasonslot.data.everybody[85].zchampiontimes = _root.player[85].zchampiontimes;
_root.seasonslot.data.everybody[85].wchampion = _root.player[85].wchampion;
_root.seasonslot.data.everybody[85].wchampiontimes = _root.player[85].wchampiontimes;
_root.seasonslot.data.everybody[85].badges = _root.player[85].badges;
_root.seasonslot.data.everybody[85].skill = _root.player[85].skill;
_root.seasonslot.data.everybody[85].controller = _root.player[85].controller;
_root.seasonslot.data.everybody[86] = new Object();
_root.seasonslot.data.everybody[86].sex = _root.player[86].sex;
_root.seasonslot.data.everybody[86].fname = _root.player[86].fname;
_root.seasonslot.data.everybody[86].lname = _root.player[86].lname;
_root.seasonslot.data.everybody[86].rank = _root.player[86].rank;
_root.seasonslot.data.everybody[86].loc = _root.player[86].loc;
_root.seasonslot.data.everybody[86].wins = _root.player[86].wins;
_root.seasonslot.data.everybody[86].losses = _root.player[86].losses;
_root.seasonslot.data.everybody[86].points = _root.player[86].points;
_root.seasonslot.data.everybody[86].sprite = _root.player[86].sprite;
_root.seasonslot.data.everybody[86].character = _root.player[86].character;
_root.seasonslot.data.everybody[86].ichampion = _root.player[86].ichampion;
_root.seasonslot.data.everybody[86].ichampiontimes = _root.player[86].ichampiontimes;
_root.seasonslot.data.everybody[86].zchampion = _root.player[86].zchampion;
_root.seasonslot.data.everybody[86].zchampiontimes = _root.player[86].zchampiontimes;
_root.seasonslot.data.everybody[86].wchampion = _root.player[86].wchampion;
_root.seasonslot.data.everybody[86].wchampiontimes = _root.player[86].wchampiontimes;
_root.seasonslot.data.everybody[86].badges = _root.player[86].badges;
_root.seasonslot.data.everybody[86].skill = _root.player[86].skill;
_root.seasonslot.data.everybody[86].controller = _root.player[86].controller;
_root.seasonslot.data.everybody[87] = new Object();
_root.seasonslot.data.everybody[87].sex = _root.player[87].sex;
_root.seasonslot.data.everybody[87].fname = _root.player[87].fname;
_root.seasonslot.data.everybody[87].lname = _root.player[87].lname;
_root.seasonslot.data.everybody[87].rank = _root.player[87].rank;
_root.seasonslot.data.everybody[87].loc = _root.player[87].loc;
_root.seasonslot.data.everybody[87].wins = _root.player[87].wins;
_root.seasonslot.data.everybody[87].losses = _root.player[87].losses;
_root.seasonslot.data.everybody[87].points = _root.player[87].points;
_root.seasonslot.data.everybody[87].sprite = _root.player[87].sprite;
_root.seasonslot.data.everybody[87].character = _root.player[87].character;
_root.seasonslot.data.everybody[87].ichampion = _root.player[87].ichampion;
_root.seasonslot.data.everybody[87].ichampiontimes = _root.player[87].ichampiontimes;
_root.seasonslot.data.everybody[87].zchampion = _root.player[87].zchampion;
_root.seasonslot.data.everybody[87].zchampiontimes = _root.player[87].zchampiontimes;
_root.seasonslot.data.everybody[87].wchampion = _root.player[87].wchampion;
_root.seasonslot.data.everybody[87].wchampiontimes = _root.player[87].wchampiontimes;
_root.seasonslot.data.everybody[87].badges = _root.player[87].badges;
_root.seasonslot.data.everybody[87].skill = _root.player[87].skill;
_root.seasonslot.data.everybody[87].controller = _root.player[87].controller;
_root.seasonslot.data.everybody[88] = new Object();
_root.seasonslot.data.everybody[88].sex = _root.player[88].sex;
_root.seasonslot.data.everybody[88].fname = _root.player[88].fname;
_root.seasonslot.data.everybody[88].lname = _root.player[88].lname;
_root.seasonslot.data.everybody[88].rank = _root.player[88].rank;
_root.seasonslot.data.everybody[88].loc = _root.player[88].loc;
_root.seasonslot.data.everybody[88].wins = _root.player[88].wins;
_root.seasonslot.data.everybody[88].losses = _root.player[88].losses;
_root.seasonslot.data.everybody[88].points = _root.player[88].points;
_root.seasonslot.data.everybody[88].sprite = _root.player[88].sprite;
_root.seasonslot.data.everybody[88].character = _root.player[88].character;
_root.seasonslot.data.everybody[88].ichampion = _root.player[88].ichampion;
_root.seasonslot.data.everybody[88].ichampiontimes = _root.player[88].ichampiontimes;
_root.seasonslot.data.everybody[88].zchampion = _root.player[88].zchampion;
_root.seasonslot.data.everybody[88].zchampiontimes = _root.player[88].zchampiontimes;
_root.seasonslot.data.everybody[88].wchampion = _root.player[88].wchampion;
_root.seasonslot.data.everybody[88].wchampiontimes = _root.player[88].wchampiontimes;
_root.seasonslot.data.everybody[88].badges = _root.player[88].badges;
_root.seasonslot.data.everybody[88].skill = _root.player[88].skill;
_root.seasonslot.data.everybody[88].controller = _root.player[88].controller;
_root.seasonslot.data.everybody[89] = new Object();
_root.seasonslot.data.everybody[89].sex = _root.player[89].sex;
_root.seasonslot.data.everybody[89].fname = _root.player[89].fname;
_root.seasonslot.data.everybody[89].lname = _root.player[89].lname;
_root.seasonslot.data.everybody[89].rank = _root.player[89].rank;
_root.seasonslot.data.everybody[89].loc = _root.player[89].loc;
_root.seasonslot.data.everybody[89].wins = _root.player[89].wins;
_root.seasonslot.data.everybody[89].losses = _root.player[89].losses;
_root.seasonslot.data.everybody[89].points = _root.player[89].points;
_root.seasonslot.data.everybody[89].sprite = _root.player[89].sprite;
_root.seasonslot.data.everybody[89].character = _root.player[89].character;
_root.seasonslot.data.everybody[89].ichampion = _root.player[89].ichampion;
_root.seasonslot.data.everybody[89].ichampiontimes = _root.player[89].ichampiontimes;
_root.seasonslot.data.everybody[89].zchampion = _root.player[89].zchampion;
_root.seasonslot.data.everybody[89].zchampiontimes = _root.player[89].zchampiontimes;
_root.seasonslot.data.everybody[89].wchampion = _root.player[89].wchampion;
_root.seasonslot.data.everybody[89].wchampiontimes = _root.player[89].wchampiontimes;
_root.seasonslot.data.everybody[89].badges = _root.player[89].badges;
_root.seasonslot.data.everybody[89].skill = _root.player[89].skill;
_root.seasonslot.data.everybody[89].controller = _root.player[89].controller;
_root.seasonslot.data.everybody[90] = new Object();
_root.seasonslot.data.everybody[90].sex = _root.player[90].sex;
_root.seasonslot.data.everybody[90].fname = _root.player[90].fname;
_root.seasonslot.data.everybody[90].lname = _root.player[90].lname;
_root.seasonslot.data.everybody[90].rank = _root.player[90].rank;
_root.seasonslot.data.everybody[90].loc = _root.player[90].loc;
_root.seasonslot.data.everybody[90].wins = _root.player[90].wins;
_root.seasonslot.data.everybody[90].losses = _root.player[90].losses;
_root.seasonslot.data.everybody[90].points = _root.player[90].points;
_root.seasonslot.data.everybody[90].sprite = _root.player[90].sprite;
_root.seasonslot.data.everybody[90].character = _root.player[90].character;
_root.seasonslot.data.everybody[90].ichampion = _root.player[90].ichampion;
_root.seasonslot.data.everybody[90].ichampiontimes = _root.player[90].ichampiontimes;
_root.seasonslot.data.everybody[90].zchampion = _root.player[90].zchampion;
_root.seasonslot.data.everybody[90].zchampiontimes = _root.player[90].zchampiontimes;
_root.seasonslot.data.everybody[90].wchampion = _root.player[90].wchampion;
_root.seasonslot.data.everybody[90].wchampiontimes = _root.player[90].wchampiontimes;
_root.seasonslot.data.everybody[90].badges = _root.player[90].badges;
_root.seasonslot.data.everybody[90].skill = _root.player[90].skill;
_root.seasonslot.data.everybody[90].controller = _root.player[90].controller;
_root.seasonslot.data.everybody[91] = new Object();
_root.seasonslot.data.everybody[91].sex = _root.player[91].sex;
_root.seasonslot.data.everybody[91].fname = _root.player[91].fname;
_root.seasonslot.data.everybody[91].lname = _root.player[91].lname;
_root.seasonslot.data.everybody[91].rank = _root.player[91].rank;
_root.seasonslot.data.everybody[91].loc = _root.player[91].loc;
_root.seasonslot.data.everybody[91].wins = _root.player[91].wins;
_root.seasonslot.data.everybody[91].losses = _root.player[91].losses;
_root.seasonslot.data.everybody[91].points = _root.player[91].points;
_root.seasonslot.data.everybody[91].sprite = _root.player[91].sprite;
_root.seasonslot.data.everybody[91].character = _root.player[91].character;
_root.seasonslot.data.everybody[91].ichampion = _root.player[91].ichampion;
_root.seasonslot.data.everybody[91].ichampiontimes = _root.player[91].ichampiontimes;
_root.seasonslot.data.everybody[91].zchampion = _root.player[91].zchampion;
_root.seasonslot.data.everybody[91].zchampiontimes = _root.player[91].zchampiontimes;
_root.seasonslot.data.everybody[91].wchampion = _root.player[91].wchampion;
_root.seasonslot.data.everybody[91].wchampiontimes = _root.player[91].wchampiontimes;
_root.seasonslot.data.everybody[91].badges = _root.player[91].badges;
_root.seasonslot.data.everybody[91].skill = _root.player[91].skill;
_root.seasonslot.data.everybody[91].controller = _root.player[91].controller;
_root.seasonslot.data.everybody[92] = new Object();
_root.seasonslot.data.everybody[92].sex = _root.player[92].sex;
_root.seasonslot.data.everybody[92].fname = _root.player[92].fname;
_root.seasonslot.data.everybody[92].lname = _root.player[92].lname;
_root.seasonslot.data.everybody[92].rank = _root.player[92].rank;
_root.seasonslot.data.everybody[92].loc = _root.player[92].loc;
_root.seasonslot.data.everybody[92].wins = _root.player[92].wins;
_root.seasonslot.data.everybody[92].losses = _root.player[92].losses;
_root.seasonslot.data.everybody[92].points = _root.player[92].points;
_root.seasonslot.data.everybody[92].sprite = _root.player[92].sprite;
_root.seasonslot.data.everybody[92].character = _root.player[92].character;
_root.seasonslot.data.everybody[92].ichampion = _root.player[92].ichampion;
_root.seasonslot.data.everybody[92].ichampiontimes = _root.player[92].ichampiontimes;
_root.seasonslot.data.everybody[92].zchampion = _root.player[92].zchampion;
_root.seasonslot.data.everybody[92].zchampiontimes = _root.player[92].zchampiontimes;
_root.seasonslot.data.everybody[92].wchampion = _root.player[92].wchampion;
_root.seasonslot.data.everybody[92].wchampiontimes = _root.player[92].wchampiontimes;
_root.seasonslot.data.everybody[92].badges = _root.player[92].badges;
_root.seasonslot.data.everybody[92].skill = _root.player[92].skill;
_root.seasonslot.data.everybody[92].controller = _root.player[92].controller;
_root.seasonslot.data.everybody[93] = new Object();
_root.seasonslot.data.everybody[93].sex = _root.player[93].sex;
_root.seasonslot.data.everybody[93].fname = _root.player[93].fname;
_root.seasonslot.data.everybody[93].lname = _root.player[93].lname;
_root.seasonslot.data.everybody[93].rank = _root.player[93].rank;
_root.seasonslot.data.everybody[93].loc = _root.player[93].loc;
_root.seasonslot.data.everybody[93].wins = _root.player[93].wins;
_root.seasonslot.data.everybody[93].losses = _root.player[93].losses;
_root.seasonslot.data.everybody[93].points = _root.player[93].points;
_root.seasonslot.data.everybody[93].sprite = _root.player[93].sprite;
_root.seasonslot.data.everybody[93].character = _root.player[93].character;
_root.seasonslot.data.everybody[93].ichampion = _root.player[93].ichampion;
_root.seasonslot.data.everybody[93].ichampiontimes = _root.player[93].ichampiontimes;
_root.seasonslot.data.everybody[93].zchampion = _root.player[93].zchampion;
_root.seasonslot.data.everybody[93].zchampiontimes = _root.player[93].zchampiontimes;
_root.seasonslot.data.everybody[93].wchampion = _root.player[93].wchampion;
_root.seasonslot.data.everybody[93].wchampiontimes = _root.player[93].wchampiontimes;
_root.seasonslot.data.everybody[93].badges = _root.player[93].badges;
_root.seasonslot.data.everybody[93].skill = _root.player[93].skill;
_root.seasonslot.data.everybody[93].controller = _root.player[93].controller;
_root.seasonslot.data.everybody[94] = new Object();
_root.seasonslot.data.everybody[94].sex = _root.player[94].sex;
_root.seasonslot.data.everybody[94].fname = _root.player[94].fname;
_root.seasonslot.data.everybody[94].lname = _root.player[94].lname;
_root.seasonslot.data.everybody[94].rank = _root.player[94].rank;
_root.seasonslot.data.everybody[94].loc = _root.player[94].loc;
_root.seasonslot.data.everybody[94].wins = _root.player[94].wins;
_root.seasonslot.data.everybody[94].losses = _root.player[94].losses;
_root.seasonslot.data.everybody[94].points = _root.player[94].points;
_root.seasonslot.data.everybody[94].sprite = _root.player[94].sprite;
_root.seasonslot.data.everybody[94].character = _root.player[94].character;
_root.seasonslot.data.everybody[94].ichampion = _root.player[94].ichampion;
_root.seasonslot.data.everybody[94].ichampiontimes = _root.player[94].ichampiontimes;
_root.seasonslot.data.everybody[94].zchampion = _root.player[94].zchampion;
_root.seasonslot.data.everybody[94].zchampiontimes = _root.player[94].zchampiontimes;
_root.seasonslot.data.everybody[94].wchampion = _root.player[94].wchampion;
_root.seasonslot.data.everybody[94].wchampiontimes = _root.player[94].wchampiontimes;
_root.seasonslot.data.everybody[94].badges = _root.player[94].badges;
_root.seasonslot.data.everybody[94].skill = _root.player[94].skill;
_root.seasonslot.data.everybody[94].controller = _root.player[94].controller;
_root.seasonslot.data.everybody[95] = new Object();
_root.seasonslot.data.everybody[95].sex = _root.player[95].sex;
_root.seasonslot.data.everybody[95].fname = _root.player[95].fname;
_root.seasonslot.data.everybody[95].lname = _root.player[95].lname;
_root.seasonslot.data.everybody[95].rank = _root.player[95].rank;
_root.seasonslot.data.everybody[95].loc = _root.player[95].loc;
_root.seasonslot.data.everybody[95].wins = _root.player[95].wins;
_root.seasonslot.data.everybody[95].losses = _root.player[95].losses;
_root.seasonslot.data.everybody[95].points = _root.player[95].points;
_root.seasonslot.data.everybody[95].sprite = _root.player[95].sprite;
_root.seasonslot.data.everybody[95].character = _root.player[95].character;
_root.seasonslot.data.everybody[95].ichampion = _root.player[95].ichampion;
_root.seasonslot.data.everybody[95].ichampiontimes = _root.player[95].ichampiontimes;
_root.seasonslot.data.everybody[95].zchampion = _root.player[95].zchampion;
_root.seasonslot.data.everybody[95].zchampiontimes = _root.player[95].zchampiontimes;
_root.seasonslot.data.everybody[95].wchampion = _root.player[95].wchampion;
_root.seasonslot.data.everybody[95].wchampiontimes = _root.player[95].wchampiontimes;
_root.seasonslot.data.everybody[95].badges = _root.player[95].badges;
_root.seasonslot.data.everybody[95].skill = _root.player[95].skill;
_root.seasonslot.data.everybody[95].controller = _root.player[95].controller;
_root.seasonslot.data.everybody[96] = new Object();
_root.seasonslot.data.everybody[96].sex = _root.player[96].sex;
_root.seasonslot.data.everybody[96].fname = _root.player[96].fname;
_root.seasonslot.data.everybody[96].lname = _root.player[96].lname;
_root.seasonslot.data.everybody[96].rank = _root.player[96].rank;
_root.seasonslot.data.everybody[96].loc = _root.player[96].loc;
_root.seasonslot.data.everybody[96].wins = _root.player[96].wins;
_root.seasonslot.data.everybody[96].losses = _root.player[96].losses;
_root.seasonslot.data.everybody[96].points = _root.player[96].points;
_root.seasonslot.data.everybody[96].sprite = _root.player[96].sprite;
_root.seasonslot.data.everybody[96].character = _root.player[96].character;
_root.seasonslot.data.everybody[96].ichampion = _root.player[96].ichampion;
_root.seasonslot.data.everybody[96].ichampiontimes = _root.player[96].ichampiontimes;
_root.seasonslot.data.everybody[96].zchampion = _root.player[96].zchampion;
_root.seasonslot.data.everybody[96].zchampiontimes = _root.player[96].zchampiontimes;
_root.seasonslot.data.everybody[96].wchampion = _root.player[96].wchampion;
_root.seasonslot.data.everybody[96].wchampiontimes = _root.player[96].wchampiontimes;
_root.seasonslot.data.everybody[96].badges = _root.player[96].badges;
_root.seasonslot.data.everybody[96].skill = _root.player[96].skill;
_root.seasonslot.data.everybody[96].controller = _root.player[96].controller;
_root.seasonslot.data.everybody[97] = new Object();
_root.seasonslot.data.everybody[97].sex = _root.player[97].sex;
_root.seasonslot.data.everybody[97].fname = _root.player[97].fname;
_root.seasonslot.data.everybody[97].lname = _root.player[97].lname;
_root.seasonslot.data.everybody[97].rank = _root.player[97].rank;
_root.seasonslot.data.everybody[97].loc = _root.player[97].loc;
_root.seasonslot.data.everybody[97].wins = _root.player[97].wins;
_root.seasonslot.data.everybody[97].losses = _root.player[97].losses;
_root.seasonslot.data.everybody[97].points = _root.player[97].points;
_root.seasonslot.data.everybody[97].sprite = _root.player[97].sprite;
_root.seasonslot.data.everybody[97].character = _root.player[97].character;
_root.seasonslot.data.everybody[97].ichampion = _root.player[97].ichampion;
_root.seasonslot.data.everybody[97].ichampiontimes = _root.player[97].ichampiontimes;
_root.seasonslot.data.everybody[97].zchampion = _root.player[97].zchampion;
_root.seasonslot.data.everybody[97].zchampiontimes = _root.player[97].zchampiontimes;
_root.seasonslot.data.everybody[97].wchampion = _root.player[97].wchampion;
_root.seasonslot.data.everybody[97].wchampiontimes = _root.player[97].wchampiontimes;
_root.seasonslot.data.everybody[97].badges = _root.player[97].badges;
_root.seasonslot.data.everybody[97].skill = _root.player[97].skill;
_root.seasonslot.data.everybody[97].controller = _root.player[97].controller;
_root.seasonslot.data.everybody[98] = new Object();
_root.seasonslot.data.everybody[98].sex = _root.player[98].sex;
_root.seasonslot.data.everybody[98].fname = _root.player[98].fname;
_root.seasonslot.data.everybody[98].lname = _root.player[98].lname;
_root.seasonslot.data.everybody[98].rank = _root.player[98].rank;
_root.seasonslot.data.everybody[98].loc = _root.player[98].loc;
_root.seasonslot.data.everybody[98].wins = _root.player[98].wins;
_root.seasonslot.data.everybody[98].losses = _root.player[98].losses;
_root.seasonslot.data.everybody[98].points = _root.player[98].points;
_root.seasonslot.data.everybody[98].sprite = _root.player[98].sprite;
_root.seasonslot.data.everybody[98].character = _root.player[98].character;
_root.seasonslot.data.everybody[98].ichampion = _root.player[98].ichampion;
_root.seasonslot.data.everybody[98].ichampiontimes = _root.player[98].ichampiontimes;
_root.seasonslot.data.everybody[98].zchampion = _root.player[98].zchampion;
_root.seasonslot.data.everybody[98].zchampiontimes = _root.player[98].zchampiontimes;
_root.seasonslot.data.everybody[98].wchampion = _root.player[98].wchampion;
_root.seasonslot.data.everybody[98].wchampiontimes = _root.player[98].wchampiontimes;
_root.seasonslot.data.everybody[98].badges = _root.player[98].badges;
_root.seasonslot.data.everybody[98].skill = _root.player[98].skill;
_root.seasonslot.data.everybody[98].controller = _root.player[98].controller;
_root.seasonslot.data.everybody[99] = new Object();
_root.seasonslot.data.everybody[99].sex = _root.player[99].sex;
_root.seasonslot.data.everybody[99].fname = _root.player[99].fname;
_root.seasonslot.data.everybody[99].lname = _root.player[99].lname;
_root.seasonslot.data.everybody[99].rank = _root.player[99].rank;
_root.seasonslot.data.everybody[99].loc = _root.player[99].loc;
_root.seasonslot.data.everybody[99].wins = _root.player[99].wins;
_root.seasonslot.data.everybody[99].losses = _root.player[99].losses;
_root.seasonslot.data.everybody[99].points = _root.player[99].points;
_root.seasonslot.data.everybody[99].sprite = _root.player[99].sprite;
_root.seasonslot.data.everybody[99].character = _root.player[99].character;
_root.seasonslot.data.everybody[99].ichampion = _root.player[99].ichampion;
_root.seasonslot.data.everybody[99].ichampiontimes = _root.player[99].ichampiontimes;
_root.seasonslot.data.everybody[99].zchampion = _root.player[99].zchampion;
_root.seasonslot.data.everybody[99].zchampiontimes = _root.player[99].zchampiontimes;
_root.seasonslot.data.everybody[99].wchampion = _root.player[99].wchampion;
_root.seasonslot.data.everybody[99].wchampiontimes = _root.player[99].wchampiontimes;
_root.seasonslot.data.everybody[99].badges = _root.player[99].badges;
_root.seasonslot.data.everybody[99].skill = _root.player[99].skill;
_root.seasonslot.data.everybody[99].controller = _root.player[99].controller;
_root.seasonslot.data.everybody[100] = new Object();
_root.seasonslot.data.everybody[100].sex = _root.player[100].sex;
_root.seasonslot.data.everybody[100].fname = _root.player[100].fname;
_root.seasonslot.data.everybody[100].lname = _root.player[100].lname;
_root.seasonslot.data.everybody[100].rank = _root.player[100].rank;
_root.seasonslot.data.everybody[100].loc = _root.player[100].loc;
_root.seasonslot.data.everybody[100].wins = _root.player[100].wins;
_root.seasonslot.data.everybody[100].losses = _root.player[100].losses;
_root.seasonslot.data.everybody[100].points = _root.player[100].points;
_root.seasonslot.data.everybody[100].sprite = _root.player[100].sprite;
_root.seasonslot.data.everybody[100].character = _root.player[100].character;
_root.seasonslot.data.everybody[100].ichampion = _root.player[100].ichampion;
_root.seasonslot.data.everybody[100].ichampiontimes = _root.player[100].ichampiontimes;
_root.seasonslot.data.everybody[100].zchampion = _root.player[100].zchampion;
_root.seasonslot.data.everybody[100].zchampiontimes = _root.player[100].zchampiontimes;
_root.seasonslot.data.everybody[100].wchampion = _root.player[100].wchampion;
_root.seasonslot.data.everybody[100].wchampiontimes = _root.player[100].wchampiontimes;
_root.seasonslot.data.everybody[100].badges = _root.player[100].badges;
_root.seasonslot.data.everybody[100].skill = _root.player[100].skill;
_root.seasonslot.data.everybody[100].controller = _root.player[100].controller;
_root.seasonslot.data.everybody[101] = new Object();
_root.seasonslot.data.everybody[101].sex = _root.player[101].sex;
_root.seasonslot.data.everybody[101].fname = _root.player[101].fname;
_root.seasonslot.data.everybody[101].lname = _root.player[101].lname;
_root.seasonslot.data.everybody[101].rank = _root.player[101].rank;
_root.seasonslot.data.everybody[101].loc = _root.player[101].loc;
_root.seasonslot.data.everybody[101].wins = _root.player[101].wins;
_root.seasonslot.data.everybody[101].losses = _root.player[101].losses;
_root.seasonslot.data.everybody[101].points = _root.player[101].points;
_root.seasonslot.data.everybody[101].sprite = _root.player[101].sprite;
_root.seasonslot.data.everybody[101].character = _root.player[101].character;
_root.seasonslot.data.everybody[101].ichampion = _root.player[101].ichampion;
_root.seasonslot.data.everybody[101].ichampiontimes = _root.player[101].ichampiontimes;
_root.seasonslot.data.everybody[101].zchampion = _root.player[101].zchampion;
_root.seasonslot.data.everybody[101].zchampiontimes = _root.player[101].zchampiontimes;
_root.seasonslot.data.everybody[101].wchampion = _root.player[101].wchampion;
_root.seasonslot.data.everybody[101].wchampiontimes = _root.player[101].wchampiontimes;
_root.seasonslot.data.everybody[101].badges = _root.player[101].badges;
_root.seasonslot.data.everybody[101].skill = _root.player[101].skill;
_root.seasonslot.data.everybody[101].controller = _root.player[101].controller;
_root.seasonslot.data.everybody[102] = new Object();
_root.seasonslot.data.everybody[102].sex = _root.player[102].sex;
_root.seasonslot.data.everybody[102].fname = _root.player[102].fname;
_root.seasonslot.data.everybody[102].lname = _root.player[102].lname;
_root.seasonslot.data.everybody[102].rank = _root.player[102].rank;
_root.seasonslot.data.everybody[102].loc = _root.player[102].loc;
_root.seasonslot.data.everybody[102].wins = _root.player[102].wins;
_root.seasonslot.data.everybody[102].losses = _root.player[102].losses;
_root.seasonslot.data.everybody[102].points = _root.player[102].points;
_root.seasonslot.data.everybody[102].sprite = _root.player[102].sprite;
_root.seasonslot.data.everybody[102].character = _root.player[102].character;
_root.seasonslot.data.everybody[102].ichampion = _root.player[102].ichampion;
_root.seasonslot.data.everybody[102].ichampiontimes = _root.player[102].ichampiontimes;
_root.seasonslot.data.everybody[102].zchampion = _root.player[102].zchampion;
_root.seasonslot.data.everybody[102].zchampiontimes = _root.player[102].zchampiontimes;
_root.seasonslot.data.everybody[102].wchampion = _root.player[102].wchampion;
_root.seasonslot.data.everybody[102].wchampiontimes = _root.player[102].wchampiontimes;
_root.seasonslot.data.everybody[102].badges = _root.player[102].badges;
_root.seasonslot.data.everybody[102].skill = _root.player[102].skill;
_root.seasonslot.data.everybody[102].controller = _root.player[102].controller;
_root.seasonslot.data.everybody[103] = new Object();
_root.seasonslot.data.everybody[103].sex = _root.player[103].sex;
_root.seasonslot.data.everybody[103].fname = _root.player[103].fname;
_root.seasonslot.data.everybody[103].lname = _root.player[103].lname;
_root.seasonslot.data.everybody[103].rank = _root.player[103].rank;
_root.seasonslot.data.everybody[103].loc = _root.player[103].loc;
_root.seasonslot.data.everybody[103].wins = _root.player[103].wins;
_root.seasonslot.data.everybody[103].losses = _root.player[103].losses;
_root.seasonslot.data.everybody[103].points = _root.player[103].points;
_root.seasonslot.data.everybody[103].sprite = _root.player[103].sprite;
_root.seasonslot.data.everybody[103].character = _root.player[103].character;
_root.seasonslot.data.everybody[103].ichampion = _root.player[103].ichampion;
_root.seasonslot.data.everybody[103].ichampiontimes = _root.player[103].ichampiontimes;
_root.seasonslot.data.everybody[103].zchampion = _root.player[103].zchampion;
_root.seasonslot.data.everybody[103].zchampiontimes = _root.player[103].zchampiontimes;
_root.seasonslot.data.everybody[103].wchampion = _root.player[103].wchampion;
_root.seasonslot.data.everybody[103].wchampiontimes = _root.player[103].wchampiontimes;
_root.seasonslot.data.everybody[103].badges = _root.player[103].badges;
_root.seasonslot.data.everybody[103].skill = _root.player[103].skill;
_root.seasonslot.data.everybody[103].controller = _root.player[103].controller;
_root.seasonslot.data.everybody[104] = new Object();
_root.seasonslot.data.everybody[104].sex = _root.player[104].sex;
_root.seasonslot.data.everybody[104].fname = _root.player[104].fname;
_root.seasonslot.data.everybody[104].lname = _root.player[104].lname;
_root.seasonslot.data.everybody[104].rank = _root.player[104].rank;
_root.seasonslot.data.everybody[104].loc = _root.player[104].loc;
_root.seasonslot.data.everybody[104].wins = _root.player[104].wins;
_root.seasonslot.data.everybody[104].losses = _root.player[104].losses;
_root.seasonslot.data.everybody[104].points = _root.player[104].points;
_root.seasonslot.data.everybody[104].sprite = _root.player[104].sprite;
_root.seasonslot.data.everybody[104].character = _root.player[104].character;
_root.seasonslot.data.everybody[104].ichampion = _root.player[104].ichampion;
_root.seasonslot.data.everybody[104].ichampiontimes = _root.player[104].ichampiontimes;
_root.seasonslot.data.everybody[104].zchampion = _root.player[104].zchampion;
_root.seasonslot.data.everybody[104].zchampiontimes = _root.player[104].zchampiontimes;
_root.seasonslot.data.everybody[104].wchampion = _root.player[104].wchampion;
_root.seasonslot.data.everybody[104].wchampiontimes = _root.player[104].wchampiontimes;
_root.seasonslot.data.everybody[104].badges = _root.player[104].badges;
_root.seasonslot.data.everybody[104].skill = _root.player[104].skill;
_root.seasonslot.data.everybody[104].controller = _root.player[104].controller;
_root.seasonslot.data.everybody[105] = new Object();
_root.seasonslot.data.everybody[105].sex = _root.player[105].sex;
_root.seasonslot.data.everybody[105].fname = _root.player[105].fname;
_root.seasonslot.data.everybody[105].lname = _root.player[105].lname;
_root.seasonslot.data.everybody[105].rank = _root.player[105].rank;
_root.seasonslot.data.everybody[105].loc = _root.player[105].loc;
_root.seasonslot.data.everybody[105].wins = _root.player[105].wins;
_root.seasonslot.data.everybody[105].losses = _root.player[105].losses;
_root.seasonslot.data.everybody[105].points = _root.player[105].points;
_root.seasonslot.data.everybody[105].sprite = _root.player[105].sprite;
_root.seasonslot.data.everybody[105].character = _root.player[105].character;
_root.seasonslot.data.everybody[105].ichampion = _root.player[105].ichampion;
_root.seasonslot.data.everybody[105].ichampiontimes = _root.player[105].ichampiontimes;
_root.seasonslot.data.everybody[105].zchampion = _root.player[105].zchampion;
_root.seasonslot.data.everybody[105].zchampiontimes = _root.player[105].zchampiontimes;
_root.seasonslot.data.everybody[105].wchampion = _root.player[105].wchampion;
_root.seasonslot.data.everybody[105].wchampiontimes = _root.player[105].wchampiontimes;
_root.seasonslot.data.everybody[105].badges = _root.player[105].badges;
_root.seasonslot.data.everybody[105].skill = _root.player[105].skill;
_root.seasonslot.data.everybody[105].controller = _root.player[105].controller;
_root.seasonslot.data.everybody[106] = new Object();
_root.seasonslot.data.everybody[106].sex = _root.player[106].sex;
_root.seasonslot.data.everybody[106].fname = _root.player[106].fname;
_root.seasonslot.data.everybody[106].lname = _root.player[106].lname;
_root.seasonslot.data.everybody[106].rank = _root.player[106].rank;
_root.seasonslot.data.everybody[106].loc = _root.player[106].loc;
_root.seasonslot.data.everybody[106].wins = _root.player[106].wins;
_root.seasonslot.data.everybody[106].losses = _root.player[106].losses;
_root.seasonslot.data.everybody[106].points = _root.player[106].points;
_root.seasonslot.data.everybody[106].sprite = _root.player[106].sprite;
_root.seasonslot.data.everybody[106].character = _root.player[106].character;
_root.seasonslot.data.everybody[106].ichampion = _root.player[106].ichampion;
_root.seasonslot.data.everybody[106].ichampiontimes = _root.player[106].ichampiontimes;
_root.seasonslot.data.everybody[106].zchampion = _root.player[106].zchampion;
_root.seasonslot.data.everybody[106].zchampiontimes = _root.player[106].zchampiontimes;
_root.seasonslot.data.everybody[106].wchampion = _root.player[106].wchampion;
_root.seasonslot.data.everybody[106].wchampiontimes = _root.player[106].wchampiontimes;
_root.seasonslot.data.everybody[106].badges = _root.player[106].badges;
_root.seasonslot.data.everybody[106].skill = _root.player[106].skill;
_root.seasonslot.data.everybody[106].controller = _root.player[106].controller;
_root.seasonslot.data.everybody[107] = new Object();
_root.seasonslot.data.everybody[107].sex = _root.player[107].sex;
_root.seasonslot.data.everybody[107].fname = _root.player[107].fname;
_root.seasonslot.data.everybody[107].lname = _root.player[107].lname;
_root.seasonslot.data.everybody[107].rank = _root.player[107].rank;
_root.seasonslot.data.everybody[107].loc = _root.player[107].loc;
_root.seasonslot.data.everybody[107].wins = _root.player[107].wins;
_root.seasonslot.data.everybody[107].losses = _root.player[107].losses;
_root.seasonslot.data.everybody[107].points = _root.player[107].points;
_root.seasonslot.data.everybody[107].sprite = _root.player[107].sprite;
_root.seasonslot.data.everybody[107].character = _root.player[107].character;
_root.seasonslot.data.everybody[107].ichampion = _root.player[107].ichampion;
_root.seasonslot.data.everybody[107].ichampiontimes = _root.player[107].ichampiontimes;
_root.seasonslot.data.everybody[107].zchampion = _root.player[107].zchampion;
_root.seasonslot.data.everybody[107].zchampiontimes = _root.player[107].zchampiontimes;
_root.seasonslot.data.everybody[107].wchampion = _root.player[107].wchampion;
_root.seasonslot.data.everybody[107].wchampiontimes = _root.player[107].wchampiontimes;
_root.seasonslot.data.everybody[107].badges = _root.player[107].badges;
_root.seasonslot.data.everybody[107].skill = _root.player[107].skill;
_root.seasonslot.data.everybody[107].controller = _root.player[107].controller;
_root.seasonslot.data.everybody[108] = new Object();
_root.seasonslot.data.everybody[108].sex = _root.player[108].sex;
_root.seasonslot.data.everybody[108].fname = _root.player[108].fname;
_root.seasonslot.data.everybody[108].lname = _root.player[108].lname;
_root.seasonslot.data.everybody[108].rank = _root.player[108].rank;
_root.seasonslot.data.everybody[108].loc = _root.player[108].loc;
_root.seasonslot.data.everybody[108].wins = _root.player[108].wins;
_root.seasonslot.data.everybody[108].losses = _root.player[108].losses;
_root.seasonslot.data.everybody[108].points = _root.player[108].points;
_root.seasonslot.data.everybody[108].sprite = _root.player[108].sprite;
_root.seasonslot.data.everybody[108].character = _root.player[108].character;
_root.seasonslot.data.everybody[108].ichampion = _root.player[108].ichampion;
_root.seasonslot.data.everybody[108].ichampiontimes = _root.player[108].ichampiontimes;
_root.seasonslot.data.everybody[108].zchampion = _root.player[108].zchampion;
_root.seasonslot.data.everybody[108].zchampiontimes = _root.player[108].zchampiontimes;
_root.seasonslot.data.everybody[108].wchampion = _root.player[108].wchampion;
_root.seasonslot.data.everybody[108].wchampiontimes = _root.player[108].wchampiontimes;
_root.seasonslot.data.everybody[108].badges = _root.player[108].badges;
_root.seasonslot.data.everybody[108].skill = _root.player[108].skill;
_root.seasonslot.data.everybody[108].controller = _root.player[108].controller;
_root.seasonslot.data.everybody[109] = new Object();
_root.seasonslot.data.everybody[109].sex = _root.player[109].sex;
_root.seasonslot.data.everybody[109].fname = _root.player[109].fname;
_root.seasonslot.data.everybody[109].lname = _root.player[109].lname;
_root.seasonslot.data.everybody[109].rank = _root.player[109].rank;
_root.seasonslot.data.everybody[109].loc = _root.player[109].loc;
_root.seasonslot.data.everybody[109].wins = _root.player[109].wins;
_root.seasonslot.data.everybody[109].losses = _root.player[109].losses;
_root.seasonslot.data.everybody[109].points = _root.player[109].points;
_root.seasonslot.data.everybody[109].sprite = _root.player[109].sprite;
_root.seasonslot.data.everybody[109].character = _root.player[109].character;
_root.seasonslot.data.everybody[109].ichampion = _root.player[109].ichampion;
_root.seasonslot.data.everybody[109].ichampiontimes = _root.player[109].ichampiontimes;
_root.seasonslot.data.everybody[109].zchampion = _root.player[109].zchampion;
_root.seasonslot.data.everybody[109].zchampiontimes = _root.player[109].zchampiontimes;
_root.seasonslot.data.everybody[109].wchampion = _root.player[109].wchampion;
_root.seasonslot.data.everybody[109].wchampiontimes = _root.player[109].wchampiontimes;
_root.seasonslot.data.everybody[109].badges = _root.player[109].badges;
_root.seasonslot.data.everybody[109].skill = _root.player[109].skill;
_root.seasonslot.data.everybody[109].controller = _root.player[109].controller;
_root.seasonslot.data.everybody[110] = new Object();
_root.seasonslot.data.everybody[110].sex = _root.player[110].sex;
_root.seasonslot.data.everybody[110].fname = _root.player[110].fname;
_root.seasonslot.data.everybody[110].lname = _root.player[110].lname;
_root.seasonslot.data.everybody[110].rank = _root.player[110].rank;
_root.seasonslot.data.everybody[110].loc = _root.player[110].loc;
_root.seasonslot.data.everybody[110].wins = _root.player[110].wins;
_root.seasonslot.data.everybody[110].losses = _root.player[110].losses;
_root.seasonslot.data.everybody[110].points = _root.player[110].points;
_root.seasonslot.data.everybody[110].sprite = _root.player[110].sprite;
_root.seasonslot.data.everybody[110].character = _root.player[110].character;
_root.seasonslot.data.everybody[110].ichampion = _root.player[110].ichampion;
_root.seasonslot.data.everybody[110].ichampiontimes = _root.player[110].ichampiontimes;
_root.seasonslot.data.everybody[110].zchampion = _root.player[110].zchampion;
_root.seasonslot.data.everybody[110].zchampiontimes = _root.player[110].zchampiontimes;
_root.seasonslot.data.everybody[110].wchampion = _root.player[110].wchampion;
_root.seasonslot.data.everybody[110].wchampiontimes = _root.player[110].wchampiontimes;
_root.seasonslot.data.everybody[110].badges = _root.player[110].badges;
_root.seasonslot.data.everybody[110].skill = _root.player[110].skill;
_root.seasonslot.data.everybody[110].controller = _root.player[110].controller;
_root.seasonslot.data.everybody[111] = new Object();
_root.seasonslot.data.everybody[111].sex = _root.player[111].sex;
_root.seasonslot.data.everybody[111].fname = _root.player[111].fname;
_root.seasonslot.data.everybody[111].lname = _root.player[111].lname;
_root.seasonslot.data.everybody[111].rank = _root.player[111].rank;
_root.seasonslot.data.everybody[111].loc = _root.player[111].loc;
_root.seasonslot.data.everybody[111].wins = _root.player[111].wins;
_root.seasonslot.data.everybody[111].losses = _root.player[111].losses;
_root.seasonslot.data.everybody[111].points = _root.player[111].points;
_root.seasonslot.data.everybody[111].sprite = _root.player[111].sprite;
_root.seasonslot.data.everybody[111].character = _root.player[111].character;
_root.seasonslot.data.everybody[111].ichampion = _root.player[111].ichampion;
_root.seasonslot.data.everybody[111].ichampiontimes = _root.player[111].ichampiontimes;
_root.seasonslot.data.everybody[111].zchampion = _root.player[111].zchampion;
_root.seasonslot.data.everybody[111].zchampiontimes = _root.player[111].zchampiontimes;
_root.seasonslot.data.everybody[111].wchampion = _root.player[111].wchampion;
_root.seasonslot.data.everybody[111].wchampiontimes = _root.player[111].wchampiontimes;
_root.seasonslot.data.everybody[111].badges = _root.player[111].badges;
_root.seasonslot.data.everybody[111].skill = _root.player[111].skill;
_root.seasonslot.data.everybody[111].controller = _root.player[111].controller;
_root.seasonslot.data.everybody[112] = new Object();
_root.seasonslot.data.everybody[112].sex = _root.player[112].sex;
_root.seasonslot.data.everybody[112].fname = _root.player[112].fname;
_root.seasonslot.data.everybody[112].lname = _root.player[112].lname;
_root.seasonslot.data.everybody[112].rank = _root.player[112].rank;
_root.seasonslot.data.everybody[112].loc = _root.player[112].loc;
_root.seasonslot.data.everybody[112].wins = _root.player[112].wins;
_root.seasonslot.data.everybody[112].losses = _root.player[112].losses;
_root.seasonslot.data.everybody[112].points = _root.player[112].points;
_root.seasonslot.data.everybody[112].sprite = _root.player[112].sprite;
_root.seasonslot.data.everybody[112].character = _root.player[112].character;
_root.seasonslot.data.everybody[112].ichampion = _root.player[112].ichampion;
_root.seasonslot.data.everybody[112].ichampiontimes = _root.player[112].ichampiontimes;
_root.seasonslot.data.everybody[112].zchampion = _root.player[112].zchampion;
_root.seasonslot.data.everybody[112].zchampiontimes = _root.player[112].zchampiontimes;
_root.seasonslot.data.everybody[112].wchampion = _root.player[112].wchampion;
_root.seasonslot.data.everybody[112].wchampiontimes = _root.player[112].wchampiontimes;
_root.seasonslot.data.everybody[112].badges = _root.player[112].badges;
_root.seasonslot.data.everybody[112].skill = _root.player[112].skill;
_root.seasonslot.data.everybody[112].controller = _root.player[112].controller;
_root.seasonslot.data.everybody[113] = new Object();
_root.seasonslot.data.everybody[113].sex = _root.player[113].sex;
_root.seasonslot.data.everybody[113].fname = _root.player[113].fname;
_root.seasonslot.data.everybody[113].lname = _root.player[113].lname;
_root.seasonslot.data.everybody[113].rank = _root.player[113].rank;
_root.seasonslot.data.everybody[113].loc = _root.player[113].loc;
_root.seasonslot.data.everybody[113].wins = _root.player[113].wins;
_root.seasonslot.data.everybody[113].losses = _root.player[113].losses;
_root.seasonslot.data.everybody[113].points = _root.player[113].points;
_root.seasonslot.data.everybody[113].sprite = _root.player[113].sprite;
_root.seasonslot.data.everybody[113].character = _root.player[113].character;
_root.seasonslot.data.everybody[113].ichampion = _root.player[113].ichampion;
_root.seasonslot.data.everybody[113].ichampiontimes = _root.player[113].ichampiontimes;
_root.seasonslot.data.everybody[113].zchampion = _root.player[113].zchampion;
_root.seasonslot.data.everybody[113].zchampiontimes = _root.player[113].zchampiontimes;
_root.seasonslot.data.everybody[113].wchampion = _root.player[113].wchampion;
_root.seasonslot.data.everybody[113].wchampiontimes = _root.player[113].wchampiontimes;
_root.seasonslot.data.everybody[113].badges = _root.player[113].badges;
_root.seasonslot.data.everybody[113].skill = _root.player[113].skill;
_root.seasonslot.data.everybody[113].controller = _root.player[113].controller;
_root.seasonslot.data.everybody[114] = new Object();
_root.seasonslot.data.everybody[114].sex = _root.player[114].sex;
_root.seasonslot.data.everybody[114].fname = _root.player[114].fname;
_root.seasonslot.data.everybody[114].lname = _root.player[114].lname;
_root.seasonslot.data.everybody[114].rank = _root.player[114].rank;
_root.seasonslot.data.everybody[114].loc = _root.player[114].loc;
_root.seasonslot.data.everybody[114].wins = _root.player[114].wins;
_root.seasonslot.data.everybody[114].losses = _root.player[114].losses;
_root.seasonslot.data.everybody[114].points = _root.player[114].points;
_root.seasonslot.data.everybody[114].sprite = _root.player[114].sprite;
_root.seasonslot.data.everybody[114].character = _root.player[114].character;
_root.seasonslot.data.everybody[114].ichampion = _root.player[114].ichampion;
_root.seasonslot.data.everybody[114].ichampiontimes = _root.player[114].ichampiontimes;
_root.seasonslot.data.everybody[114].zchampion = _root.player[114].zchampion;
_root.seasonslot.data.everybody[114].zchampiontimes = _root.player[114].zchampiontimes;
_root.seasonslot.data.everybody[114].wchampion = _root.player[114].wchampion;
_root.seasonslot.data.everybody[114].wchampiontimes = _root.player[114].wchampiontimes;
_root.seasonslot.data.everybody[114].badges = _root.player[114].badges;
_root.seasonslot.data.everybody[114].skill = _root.player[114].skill;
_root.seasonslot.data.everybody[114].controller = _root.player[114].controller;
_root.seasonslot.data.everybody[115] = new Object();
_root.seasonslot.data.everybody[115].sex = _root.player[115].sex;
_root.seasonslot.data.everybody[115].fname = _root.player[115].fname;
_root.seasonslot.data.everybody[115].lname = _root.player[115].lname;
_root.seasonslot.data.everybody[115].rank = _root.player[115].rank;
_root.seasonslot.data.everybody[115].loc = _root.player[115].loc;
_root.seasonslot.data.everybody[115].wins = _root.player[115].wins;
_root.seasonslot.data.everybody[115].losses = _root.player[115].losses;
_root.seasonslot.data.everybody[115].points = _root.player[115].points;
_root.seasonslot.data.everybody[115].sprite = _root.player[115].sprite;
_root.seasonslot.data.everybody[115].character = _root.player[115].character;
_root.seasonslot.data.everybody[115].ichampion = _root.player[115].ichampion;
_root.seasonslot.data.everybody[115].ichampiontimes = _root.player[115].ichampiontimes;
_root.seasonslot.data.everybody[115].zchampion = _root.player[115].zchampion;
_root.seasonslot.data.everybody[115].zchampiontimes = _root.player[115].zchampiontimes;
_root.seasonslot.data.everybody[115].wchampion = _root.player[115].wchampion;
_root.seasonslot.data.everybody[115].wchampiontimes = _root.player[115].wchampiontimes;
_root.seasonslot.data.everybody[115].badges = _root.player[115].badges;
_root.seasonslot.data.everybody[115].skill = _root.player[115].skill;
_root.seasonslot.data.everybody[115].controller = _root.player[115].controller;
_root.seasonslot.data.everybody[116] = new Object();
_root.seasonslot.data.everybody[116].sex = _root.player[116].sex;
_root.seasonslot.data.everybody[116].fname = _root.player[116].fname;
_root.seasonslot.data.everybody[116].lname = _root.player[116].lname;
_root.seasonslot.data.everybody[116].rank = _root.player[116].rank;
_root.seasonslot.data.everybody[116].loc = _root.player[116].loc;
_root.seasonslot.data.everybody[116].wins = _root.player[116].wins;
_root.seasonslot.data.everybody[116].losses = _root.player[116].losses;
_root.seasonslot.data.everybody[116].points = _root.player[116].points;
_root.seasonslot.data.everybody[116].sprite = _root.player[116].sprite;
_root.seasonslot.data.everybody[116].character = _root.player[116].character;
_root.seasonslot.data.everybody[116].ichampion = _root.player[116].ichampion;
_root.seasonslot.data.everybody[116].ichampiontimes = _root.player[116].ichampiontimes;
_root.seasonslot.data.everybody[116].zchampion = _root.player[116].zchampion;
_root.seasonslot.data.everybody[116].zchampiontimes = _root.player[116].zchampiontimes;
_root.seasonslot.data.everybody[116].wchampion = _root.player[116].wchampion;
_root.seasonslot.data.everybody[116].wchampiontimes = _root.player[116].wchampiontimes;
_root.seasonslot.data.everybody[116].badges = _root.player[116].badges;
_root.seasonslot.data.everybody[116].skill = _root.player[116].skill;
_root.seasonslot.data.everybody[116].controller = _root.player[116].controller;
_root.seasonslot.data.everybody[117] = new Object();
_root.seasonslot.data.everybody[117].sex = _root.player[117].sex;
_root.seasonslot.data.everybody[117].fname = _root.player[117].fname;
_root.seasonslot.data.everybody[117].lname = _root.player[117].lname;
_root.seasonslot.data.everybody[117].rank = _root.player[117].rank;
_root.seasonslot.data.everybody[117].loc = _root.player[117].loc;
_root.seasonslot.data.everybody[117].wins = _root.player[117].wins;
_root.seasonslot.data.everybody[117].losses = _root.player[117].losses;
_root.seasonslot.data.everybody[117].points = _root.player[117].points;
_root.seasonslot.data.everybody[117].sprite = _root.player[117].sprite;
_root.seasonslot.data.everybody[117].character = _root.player[117].character;
_root.seasonslot.data.everybody[117].ichampion = _root.player[117].ichampion;
_root.seasonslot.data.everybody[117].ichampiontimes = _root.player[117].ichampiontimes;
_root.seasonslot.data.everybody[117].zchampion = _root.player[117].zchampion;
_root.seasonslot.data.everybody[117].zchampiontimes = _root.player[117].zchampiontimes;
_root.seasonslot.data.everybody[117].wchampion = _root.player[117].wchampion;
_root.seasonslot.data.everybody[117].wchampiontimes = _root.player[117].wchampiontimes;
_root.seasonslot.data.everybody[117].badges = _root.player[117].badges;
_root.seasonslot.data.everybody[117].skill = _root.player[117].skill;
_root.seasonslot.data.everybody[117].controller = _root.player[117].controller;
_root.seasonslot.data.everybody[118] = new Object();
_root.seasonslot.data.everybody[118].sex = _root.player[118].sex;
_root.seasonslot.data.everybody[118].fname = _root.player[118].fname;
_root.seasonslot.data.everybody[118].lname = _root.player[118].lname;
_root.seasonslot.data.everybody[118].rank = _root.player[118].rank;
_root.seasonslot.data.everybody[118].loc = _root.player[118].loc;
_root.seasonslot.data.everybody[118].wins = _root.player[118].wins;
_root.seasonslot.data.everybody[118].losses = _root.player[118].losses;
_root.seasonslot.data.everybody[118].points = _root.player[118].points;
_root.seasonslot.data.everybody[118].sprite = _root.player[118].sprite;
_root.seasonslot.data.everybody[118].character = _root.player[118].character;
_root.seasonslot.data.everybody[118].ichampion = _root.player[118].ichampion;
_root.seasonslot.data.everybody[118].ichampiontimes = _root.player[118].ichampiontimes;
_root.seasonslot.data.everybody[118].zchampion = _root.player[118].zchampion;
_root.seasonslot.data.everybody[118].zchampiontimes = _root.player[118].zchampiontimes;
_root.seasonslot.data.everybody[118].wchampion = _root.player[118].wchampion;
_root.seasonslot.data.everybody[118].wchampiontimes = _root.player[118].wchampiontimes;
_root.seasonslot.data.everybody[118].badges = _root.player[118].badges;
_root.seasonslot.data.everybody[118].skill = _root.player[118].skill;
_root.seasonslot.data.everybody[118].controller = _root.player[118].controller;
_root.seasonslot.data.everybody[119] = new Object();
_root.seasonslot.data.everybody[119].sex = _root.player[119].sex;
_root.seasonslot.data.everybody[119].fname = _root.player[119].fname;
_root.seasonslot.data.everybody[119].lname = _root.player[119].lname;
_root.seasonslot.data.everybody[119].rank = _root.player[119].rank;
_root.seasonslot.data.everybody[119].loc = _root.player[119].loc;
_root.seasonslot.data.everybody[119].wins = _root.player[119].wins;
_root.seasonslot.data.everybody[119].losses = _root.player[119].losses;
_root.seasonslot.data.everybody[119].points = _root.player[119].points;
_root.seasonslot.data.everybody[119].sprite = _root.player[119].sprite;
_root.seasonslot.data.everybody[119].character = _root.player[119].character;
_root.seasonslot.data.everybody[119].ichampion = _root.player[119].ichampion;
_root.seasonslot.data.everybody[119].ichampiontimes = _root.player[119].ichampiontimes;
_root.seasonslot.data.everybody[119].zchampion = _root.player[119].zchampion;
_root.seasonslot.data.everybody[119].zchampiontimes = _root.player[119].zchampiontimes;
_root.seasonslot.data.everybody[119].wchampion = _root.player[119].wchampion;
_root.seasonslot.data.everybody[119].wchampiontimes = _root.player[119].wchampiontimes;
_root.seasonslot.data.everybody[119].badges = _root.player[119].badges;
_root.seasonslot.data.everybody[119].skill = _root.player[119].skill;
_root.seasonslot.data.everybody[119].controller = _root.player[119].controller;
_root.seasonslot.data.everybody[120] = new Object();
_root.seasonslot.data.everybody[120].sex = _root.player[120].sex;
_root.seasonslot.data.everybody[120].fname = _root.player[120].fname;
_root.seasonslot.data.everybody[120].lname = _root.player[120].lname;
_root.seasonslot.data.everybody[120].rank = _root.player[120].rank;
_root.seasonslot.data.everybody[120].loc = _root.player[120].loc;
_root.seasonslot.data.everybody[120].wins = _root.player[120].wins;
_root.seasonslot.data.everybody[120].losses = _root.player[120].losses;
_root.seasonslot.data.everybody[120].points = _root.player[120].points;
_root.seasonslot.data.everybody[120].sprite = _root.player[120].sprite;
_root.seasonslot.data.everybody[120].character = _root.player[120].character;
_root.seasonslot.data.everybody[120].ichampion = _root.player[120].ichampion;
_root.seasonslot.data.everybody[120].ichampiontimes = _root.player[120].ichampiontimes;
_root.seasonslot.data.everybody[120].zchampion = _root.player[120].zchampion;
_root.seasonslot.data.everybody[120].zchampiontimes = _root.player[120].zchampiontimes;
_root.seasonslot.data.everybody[120].wchampion = _root.player[120].wchampion;
_root.seasonslot.data.everybody[120].wchampiontimes = _root.player[120].wchampiontimes;
_root.seasonslot.data.everybody[120].badges = _root.player[120].badges;
_root.seasonslot.data.everybody[120].skill = _root.player[120].skill;
_root.seasonslot.data.everybody[120].controller = _root.player[120].controller;
_root.seasonslot.data.everybody[121] = new Object();
_root.seasonslot.data.everybody[121].sex = _root.player[121].sex;
_root.seasonslot.data.everybody[121].fname = _root.player[121].fname;
_root.seasonslot.data.everybody[121].lname = _root.player[121].lname;
_root.seasonslot.data.everybody[121].rank = _root.player[121].rank;
_root.seasonslot.data.everybody[121].loc = _root.player[121].loc;
_root.seasonslot.data.everybody[121].wins = _root.player[121].wins;
_root.seasonslot.data.everybody[121].losses = _root.player[121].losses;
_root.seasonslot.data.everybody[121].points = _root.player[121].points;
_root.seasonslot.data.everybody[121].sprite = _root.player[121].sprite;
_root.seasonslot.data.everybody[121].character = _root.player[121].character;
_root.seasonslot.data.everybody[121].ichampion = _root.player[121].ichampion;
_root.seasonslot.data.everybody[121].ichampiontimes = _root.player[121].ichampiontimes;
_root.seasonslot.data.everybody[121].zchampion = _root.player[121].zchampion;
_root.seasonslot.data.everybody[121].zchampiontimes = _root.player[121].zchampiontimes;
_root.seasonslot.data.everybody[121].wchampion = _root.player[121].wchampion;
_root.seasonslot.data.everybody[121].wchampiontimes = _root.player[121].wchampiontimes;
_root.seasonslot.data.everybody[121].badges = _root.player[121].badges;
_root.seasonslot.data.everybody[121].skill = _root.player[121].skill;
_root.seasonslot.data.everybody[121].controller = _root.player[121].controller;
_root.seasonslot.data.everybody[122] = new Object();
_root.seasonslot.data.everybody[122].sex = _root.player[122].sex;
_root.seasonslot.data.everybody[122].fname = _root.player[122].fname;
_root.seasonslot.data.everybody[122].lname = _root.player[122].lname;
_root.seasonslot.data.everybody[122].rank = _root.player[122].rank;
_root.seasonslot.data.everybody[122].loc = _root.player[122].loc;
_root.seasonslot.data.everybody[122].wins = _root.player[122].wins;
_root.seasonslot.data.everybody[122].losses = _root.player[122].losses;
_root.seasonslot.data.everybody[122].points = _root.player[122].points;
_root.seasonslot.data.everybody[122].sprite = _root.player[122].sprite;
_root.seasonslot.data.everybody[122].character = _root.player[122].character;
_root.seasonslot.data.everybody[122].ichampion = _root.player[122].ichampion;
_root.seasonslot.data.everybody[122].ichampiontimes = _root.player[122].ichampiontimes;
_root.seasonslot.data.everybody[122].zchampion = _root.player[122].zchampion;
_root.seasonslot.data.everybody[122].zchampiontimes = _root.player[122].zchampiontimes;
_root.seasonslot.data.everybody[122].wchampion = _root.player[122].wchampion;
_root.seasonslot.data.everybody[122].wchampiontimes = _root.player[122].wchampiontimes;
_root.seasonslot.data.everybody[122].badges = _root.player[122].badges;
_root.seasonslot.data.everybody[122].skill = _root.player[122].skill;
_root.seasonslot.data.everybody[122].controller = _root.player[122].controller;
_root.seasonslot.data.everybody[123] = new Object();
_root.seasonslot.data.everybody[123].sex = _root.player[123].sex;
_root.seasonslot.data.everybody[123].fname = _root.player[123].fname;
_root.seasonslot.data.everybody[123].lname = _root.player[123].lname;
_root.seasonslot.data.everybody[123].rank = _root.player[123].rank;
_root.seasonslot.data.everybody[123].loc = _root.player[123].loc;
_root.seasonslot.data.everybody[123].wins = _root.player[123].wins;
_root.seasonslot.data.everybody[123].losses = _root.player[123].losses;
_root.seasonslot.data.everybody[123].points = _root.player[123].points;
_root.seasonslot.data.everybody[123].sprite = _root.player[123].sprite;
_root.seasonslot.data.everybody[123].character = _root.player[123].character;
_root.seasonslot.data.everybody[123].ichampion = _root.player[123].ichampion;
_root.seasonslot.data.everybody[123].ichampiontimes = _root.player[123].ichampiontimes;
_root.seasonslot.data.everybody[123].zchampion = _root.player[123].zchampion;
_root.seasonslot.data.everybody[123].zchampiontimes = _root.player[123].zchampiontimes;
_root.seasonslot.data.everybody[123].wchampion = _root.player[123].wchampion;
_root.seasonslot.data.everybody[123].wchampiontimes = _root.player[123].wchampiontimes;
_root.seasonslot.data.everybody[123].badges = _root.player[123].badges;
_root.seasonslot.data.everybody[123].skill = _root.player[123].skill;
_root.seasonslot.data.everybody[123].controller = _root.player[123].controller;
_root.seasonslot.data.everybody[124] = new Object();
_root.seasonslot.data.everybody[124].sex = _root.player[124].sex;
_root.seasonslot.data.everybody[124].fname = _root.player[124].fname;
_root.seasonslot.data.everybody[124].lname = _root.player[124].lname;
_root.seasonslot.data.everybody[124].rank = _root.player[124].rank;
_root.seasonslot.data.everybody[124].loc = _root.player[124].loc;
_root.seasonslot.data.everybody[124].wins = _root.player[124].wins;
_root.seasonslot.data.everybody[124].losses = _root.player[124].losses;
_root.seasonslot.data.everybody[124].points = _root.player[124].points;
_root.seasonslot.data.everybody[124].sprite = _root.player[124].sprite;
_root.seasonslot.data.everybody[124].character = _root.player[124].character;
_root.seasonslot.data.everybody[124].ichampion = _root.player[124].ichampion;
_root.seasonslot.data.everybody[124].ichampiontimes = _root.player[124].ichampiontimes;
_root.seasonslot.data.everybody[124].zchampion = _root.player[124].zchampion;
_root.seasonslot.data.everybody[124].zchampiontimes = _root.player[124].zchampiontimes;
_root.seasonslot.data.everybody[124].wchampion = _root.player[124].wchampion;
_root.seasonslot.data.everybody[124].wchampiontimes = _root.player[124].wchampiontimes;
_root.seasonslot.data.everybody[124].badges = _root.player[124].badges;
_root.seasonslot.data.everybody[124].skill = _root.player[124].skill;
_root.seasonslot.data.everybody[124].controller = _root.player[124].controller;
_root.seasonslot.data.everybody[125] = new Object();
_root.seasonslot.data.everybody[125].sex = _root.player[125].sex;
_root.seasonslot.data.everybody[125].fname = _root.player[125].fname;
_root.seasonslot.data.everybody[125].lname = _root.player[125].lname;
_root.seasonslot.data.everybody[125].rank = _root.player[125].rank;
_root.seasonslot.data.everybody[125].loc = _root.player[125].loc;
_root.seasonslot.data.everybody[125].wins = _root.player[125].wins;
_root.seasonslot.data.everybody[125].losses = _root.player[125].losses;
_root.seasonslot.data.everybody[125].points = _root.player[125].points;
_root.seasonslot.data.everybody[125].sprite = _root.player[125].sprite;
_root.seasonslot.data.everybody[125].character = _root.player[125].character;
_root.seasonslot.data.everybody[125].ichampion = _root.player[125].ichampion;
_root.seasonslot.data.everybody[125].ichampiontimes = _root.player[125].ichampiontimes;
_root.seasonslot.data.everybody[125].zchampion = _root.player[125].zchampion;
_root.seasonslot.data.everybody[125].zchampiontimes = _root.player[125].zchampiontimes;
_root.seasonslot.data.everybody[125].wchampion = _root.player[125].wchampion;
_root.seasonslot.data.everybody[125].wchampiontimes = _root.player[125].wchampiontimes;
_root.seasonslot.data.everybody[125].badges = _root.player[125].badges;
_root.seasonslot.data.everybody[125].skill = _root.player[125].skill;
_root.seasonslot.data.everybody[125].controller = _root.player[125].controller;
_root.seasonslot.data.everybody[126] = new Object();
_root.seasonslot.data.everybody[126].sex = _root.player[126].sex;
_root.seasonslot.data.everybody[126].fname = _root.player[126].fname;
_root.seasonslot.data.everybody[126].lname = _root.player[126].lname;
_root.seasonslot.data.everybody[126].rank = _root.player[126].rank;
_root.seasonslot.data.everybody[126].loc = _root.player[126].loc;
_root.seasonslot.data.everybody[126].wins = _root.player[126].wins;
_root.seasonslot.data.everybody[126].losses = _root.player[126].losses;
_root.seasonslot.data.everybody[126].points = _root.player[126].points;
_root.seasonslot.data.everybody[126].sprite = _root.player[126].sprite;
_root.seasonslot.data.everybody[126].character = _root.player[126].character;
_root.seasonslot.data.everybody[126].ichampion = _root.player[126].ichampion;
_root.seasonslot.data.everybody[126].ichampiontimes = _root.player[126].ichampiontimes;
_root.seasonslot.data.everybody[126].zchampion = _root.player[126].zchampion;
_root.seasonslot.data.everybody[126].zchampiontimes = _root.player[126].zchampiontimes;
_root.seasonslot.data.everybody[126].wchampion = _root.player[126].wchampion;
_root.seasonslot.data.everybody[126].wchampiontimes = _root.player[126].wchampiontimes;
_root.seasonslot.data.everybody[126].badges = _root.player[126].badges;
_root.seasonslot.data.everybody[126].skill = _root.player[126].skill;
_root.seasonslot.data.everybody[126].controller = _root.player[126].controller;
_root.seasonslot.data.everybody[127] = new Object();
_root.seasonslot.data.everybody[127].sex = _root.player[127].sex;
_root.seasonslot.data.everybody[127].fname = _root.player[127].fname;
_root.seasonslot.data.everybody[127].lname = _root.player[127].lname;
_root.seasonslot.data.everybody[127].rank = _root.player[127].rank;
_root.seasonslot.data.everybody[127].loc = _root.player[127].loc;
_root.seasonslot.data.everybody[127].wins = _root.player[127].wins;
_root.seasonslot.data.everybody[127].losses = _root.player[127].losses;
_root.seasonslot.data.everybody[127].points = _root.player[127].points;
_root.seasonslot.data.everybody[127].sprite = _root.player[127].sprite;
_root.seasonslot.data.everybody[127].character = _root.player[127].character;
_root.seasonslot.data.everybody[127].ichampion = _root.player[127].ichampion;
_root.seasonslot.data.everybody[127].ichampiontimes = _root.player[127].ichampiontimes;
_root.seasonslot.data.everybody[127].zchampion = _root.player[127].zchampion;
_root.seasonslot.data.everybody[127].zchampiontimes = _root.player[127].zchampiontimes;
_root.seasonslot.data.everybody[127].wchampion = _root.player[127].wchampion;
_root.seasonslot.data.everybody[127].wchampiontimes = _root.player[127].wchampiontimes;
_root.seasonslot.data.everybody[127].badges = _root.player[127].badges;
_root.seasonslot.data.everybody[127].skill = _root.player[127].skill;
_root.seasonslot.data.everybody[127].controller = _root.player[127].controller;
_root.seasonslot.data.everybody[128] = new Object();
_root.seasonslot.data.everybody[128].sex = _root.player[128].sex;
_root.seasonslot.data.everybody[128].fname = _root.player[128].fname;
_root.seasonslot.data.everybody[128].lname = _root.player[128].lname;
_root.seasonslot.data.everybody[128].rank = _root.player[128].rank;
_root.seasonslot.data.everybody[128].loc = _root.player[128].loc;
_root.seasonslot.data.everybody[128].wins = _root.player[128].wins;
_root.seasonslot.data.everybody[128].losses = _root.player[128].losses;
_root.seasonslot.data.everybody[128].points = _root.player[128].points;
_root.seasonslot.data.everybody[128].sprite = _root.player[128].sprite;
_root.seasonslot.data.everybody[128].character = _root.player[128].character;
_root.seasonslot.data.everybody[128].ichampion = _root.player[128].ichampion;
_root.seasonslot.data.everybody[128].ichampiontimes = _root.player[128].ichampiontimes;
_root.seasonslot.data.everybody[128].zchampion = _root.player[128].zchampion;
_root.seasonslot.data.everybody[128].zchampiontimes = _root.player[128].zchampiontimes;
_root.seasonslot.data.everybody[128].wchampion = _root.player[128].wchampion;
_root.seasonslot.data.everybody[128].wchampiontimes = _root.player[128].wchampiontimes;
_root.seasonslot.data.everybody[128].badges = _root.player[128].badges;
_root.seasonslot.data.everybody[128].skill = _root.player[128].skill;
_root.seasonslot.data.everybody[128].controller = _root.player[128].controller;
_root.seasonslot.data.everybody[129] = new Object();
_root.seasonslot.data.everybody[129].sex = _root.player[129].sex;
_root.seasonslot.data.everybody[129].fname = _root.player[129].fname;
_root.seasonslot.data.everybody[129].lname = _root.player[129].lname;
_root.seasonslot.data.everybody[129].rank = _root.player[129].rank;
_root.seasonslot.data.everybody[129].loc = _root.player[129].loc;
_root.seasonslot.data.everybody[129].wins = _root.player[129].wins;
_root.seasonslot.data.everybody[129].losses = _root.player[129].losses;
_root.seasonslot.data.everybody[129].points = _root.player[129].points;
_root.seasonslot.data.everybody[129].sprite = _root.player[129].sprite;
_root.seasonslot.data.everybody[129].character = _root.player[129].character;
_root.seasonslot.data.everybody[129].ichampion = _root.player[129].ichampion;
_root.seasonslot.data.everybody[129].ichampiontimes = _root.player[129].ichampiontimes;
_root.seasonslot.data.everybody[129].zchampion = _root.player[129].zchampion;
_root.seasonslot.data.everybody[129].zchampiontimes = _root.player[129].zchampiontimes;
_root.seasonslot.data.everybody[129].wchampion = _root.player[129].wchampion;
_root.seasonslot.data.everybody[129].wchampiontimes = _root.player[129].wchampiontimes;
_root.seasonslot.data.everybody[129].badges = _root.player[129].badges;
_root.seasonslot.data.everybody[129].skill = _root.player[129].skill;
_root.seasonslot.data.everybody[129].controller = _root.player[129].controller;
_root.seasonslot.data.everybody[130] = new Object();
_root.seasonslot.data.everybody[130].sex = _root.player[130].sex;
_root.seasonslot.data.everybody[130].fname = _root.player[130].fname;
_root.seasonslot.data.everybody[130].lname = _root.player[130].lname;
_root.seasonslot.data.everybody[130].rank = _root.player[130].rank;
_root.seasonslot.data.everybody[130].loc = _root.player[130].loc;
_root.seasonslot.data.everybody[130].wins = _root.player[130].wins;
_root.seasonslot.data.everybody[130].losses = _root.player[130].losses;
_root.seasonslot.data.everybody[130].points = _root.player[130].points;
_root.seasonslot.data.everybody[130].sprite = _root.player[130].sprite;
_root.seasonslot.data.everybody[130].character = _root.player[130].character;
_root.seasonslot.data.everybody[130].ichampion = _root.player[130].ichampion;
_root.seasonslot.data.everybody[130].ichampiontimes = _root.player[130].ichampiontimes;
_root.seasonslot.data.everybody[130].zchampion = _root.player[130].zchampion;
_root.seasonslot.data.everybody[130].zchampiontimes = _root.player[130].zchampiontimes;
_root.seasonslot.data.everybody[130].wchampion = _root.player[130].wchampion;
_root.seasonslot.data.everybody[130].wchampiontimes = _root.player[130].wchampiontimes;
_root.seasonslot.data.everybody[130].badges = _root.player[130].badges;
_root.seasonslot.data.everybody[130].skill = _root.player[130].skill;
_root.seasonslot.data.everybody[130].controller = _root.player[130].controller;
_root.seasonslot.data.everybody[131] = new Object();
_root.seasonslot.data.everybody[131].sex = _root.player[131].sex;
_root.seasonslot.data.everybody[131].fname = _root.player[131].fname;
_root.seasonslot.data.everybody[131].lname = _root.player[131].lname;
_root.seasonslot.data.everybody[131].rank = _root.player[131].rank;
_root.seasonslot.data.everybody[131].loc = _root.player[131].loc;
_root.seasonslot.data.everybody[131].wins = _root.player[131].wins;
_root.seasonslot.data.everybody[131].losses = _root.player[131].losses;
_root.seasonslot.data.everybody[131].points = _root.player[131].points;
_root.seasonslot.data.everybody[131].sprite = _root.player[131].sprite;
_root.seasonslot.data.everybody[131].character = _root.player[131].character;
_root.seasonslot.data.everybody[131].ichampion = _root.player[131].ichampion;
_root.seasonslot.data.everybody[131].ichampiontimes = _root.player[131].ichampiontimes;
_root.seasonslot.data.everybody[131].zchampion = _root.player[131].zchampion;
_root.seasonslot.data.everybody[131].zchampiontimes = _root.player[131].zchampiontimes;
_root.seasonslot.data.everybody[131].wchampion = _root.player[131].wchampion;
_root.seasonslot.data.everybody[131].wchampiontimes = _root.player[131].wchampiontimes;
_root.seasonslot.data.everybody[131].badges = _root.player[131].badges;
_root.seasonslot.data.everybody[131].skill = _root.player[131].skill;
_root.seasonslot.data.everybody[131].controller = _root.player[131].controller;
_root.seasonslot.data.everybody[132] = new Object();
_root.seasonslot.data.everybody[132].sex = _root.player[132].sex;
_root.seasonslot.data.everybody[132].fname = _root.player[132].fname;
_root.seasonslot.data.everybody[132].lname = _root.player[132].lname;
_root.seasonslot.data.everybody[132].rank = _root.player[132].rank;
_root.seasonslot.data.everybody[132].loc = _root.player[132].loc;
_root.seasonslot.data.everybody[132].wins = _root.player[132].wins;
_root.seasonslot.data.everybody[132].losses = _root.player[132].losses;
_root.seasonslot.data.everybody[132].points = _root.player[132].points;
_root.seasonslot.data.everybody[132].sprite = _root.player[132].sprite;
_root.seasonslot.data.everybody[132].character = _root.player[132].character;
_root.seasonslot.data.everybody[132].ichampion = _root.player[132].ichampion;
_root.seasonslot.data.everybody[132].ichampiontimes = _root.player[132].ichampiontimes;
_root.seasonslot.data.everybody[132].zchampion = _root.player[132].zchampion;
_root.seasonslot.data.everybody[132].zchampiontimes = _root.player[132].zchampiontimes;
_root.seasonslot.data.everybody[132].wchampion = _root.player[132].wchampion;
_root.seasonslot.data.everybody[132].wchampiontimes = _root.player[132].wchampiontimes;
_root.seasonslot.data.everybody[132].badges = _root.player[132].badges;
_root.seasonslot.data.everybody[132].skill = _root.player[132].skill;
_root.seasonslot.data.everybody[132].controller = _root.player[132].controller;
_root.seasonslot.data.everybody[133] = new Object();
_root.seasonslot.data.everybody[133].sex = _root.player[133].sex;
_root.seasonslot.data.everybody[133].fname = _root.player[133].fname;
_root.seasonslot.data.everybody[133].lname = _root.player[133].lname;
_root.seasonslot.data.everybody[133].rank = _root.player[133].rank;
_root.seasonslot.data.everybody[133].loc = _root.player[133].loc;
_root.seasonslot.data.everybody[133].wins = _root.player[133].wins;
_root.seasonslot.data.everybody[133].losses = _root.player[133].losses;
_root.seasonslot.data.everybody[133].points = _root.player[133].points;
_root.seasonslot.data.everybody[133].sprite = _root.player[133].sprite;
_root.seasonslot.data.everybody[133].character = _root.player[133].character;
_root.seasonslot.data.everybody[133].ichampion = _root.player[133].ichampion;
_root.seasonslot.data.everybody[133].ichampiontimes = _root.player[133].ichampiontimes;
_root.seasonslot.data.everybody[133].zchampion = _root.player[133].zchampion;
_root.seasonslot.data.everybody[133].zchampiontimes = _root.player[133].zchampiontimes;
_root.seasonslot.data.everybody[133].wchampion = _root.player[133].wchampion;
_root.seasonslot.data.everybody[133].wchampiontimes = _root.player[133].wchampiontimes;
_root.seasonslot.data.everybody[133].badges = _root.player[133].badges;
_root.seasonslot.data.everybody[133].skill = _root.player[133].skill;
_root.seasonslot.data.everybody[133].controller = _root.player[133].controller;
_root.seasonslot.data.everybody[134] = new Object();
_root.seasonslot.data.everybody[134].sex = _root.player[134].sex;
_root.seasonslot.data.everybody[134].fname = _root.player[134].fname;
_root.seasonslot.data.everybody[134].lname = _root.player[134].lname;
_root.seasonslot.data.everybody[134].rank = _root.player[134].rank;
_root.seasonslot.data.everybody[134].loc = _root.player[134].loc;
_root.seasonslot.data.everybody[134].wins = _root.player[134].wins;
_root.seasonslot.data.everybody[134].losses = _root.player[134].losses;
_root.seasonslot.data.everybody[134].points = _root.player[134].points;
_root.seasonslot.data.everybody[134].sprite = _root.player[134].sprite;
_root.seasonslot.data.everybody[134].character = _root.player[134].character;
_root.seasonslot.data.everybody[134].ichampion = _root.player[134].ichampion;
_root.seasonslot.data.everybody[134].ichampiontimes = _root.player[134].ichampiontimes;
_root.seasonslot.data.everybody[134].zchampion = _root.player[134].zchampion;
_root.seasonslot.data.everybody[134].zchampiontimes = _root.player[134].zchampiontimes;
_root.seasonslot.data.everybody[134].wchampion = _root.player[134].wchampion;
_root.seasonslot.data.everybody[134].wchampiontimes = _root.player[134].wchampiontimes;
_root.seasonslot.data.everybody[134].badges = _root.player[134].badges;
_root.seasonslot.data.everybody[134].skill = _root.player[134].skill;
_root.seasonslot.data.everybody[134].controller = _root.player[134].controller;
_root.seasonslot.data.everybody[135] = new Object();
_root.seasonslot.data.everybody[135].sex = _root.player[135].sex;
_root.seasonslot.data.everybody[135].fname = _root.player[135].fname;
_root.seasonslot.data.everybody[135].lname = _root.player[135].lname;
_root.seasonslot.data.everybody[135].rank = _root.player[135].rank;
_root.seasonslot.data.everybody[135].loc = _root.player[135].loc;
_root.seasonslot.data.everybody[135].wins = _root.player[135].wins;
_root.seasonslot.data.everybody[135].losses = _root.player[135].losses;
_root.seasonslot.data.everybody[135].points = _root.player[135].points;
_root.seasonslot.data.everybody[135].sprite = _root.player[135].sprite;
_root.seasonslot.data.everybody[135].character = _root.player[135].character;
_root.seasonslot.data.everybody[135].ichampion = _root.player[135].ichampion;
_root.seasonslot.data.everybody[135].ichampiontimes = _root.player[135].ichampiontimes;
_root.seasonslot.data.everybody[135].zchampion = _root.player[135].zchampion;
_root.seasonslot.data.everybody[135].zchampiontimes = _root.player[135].zchampiontimes;
_root.seasonslot.data.everybody[135].wchampion = _root.player[135].wchampion;
_root.seasonslot.data.everybody[135].wchampiontimes = _root.player[135].wchampiontimes;
_root.seasonslot.data.everybody[135].badges = _root.player[135].badges;
_root.seasonslot.data.everybody[135].skill = _root.player[135].skill;
_root.seasonslot.data.everybody[135].controller = _root.player[135].controller;
_root.seasonslot.data.everybody[136] = new Object();
_root.seasonslot.data.everybody[136].sex = _root.player[136].sex;
_root.seasonslot.data.everybody[136].fname = _root.player[136].fname;
_root.seasonslot.data.everybody[136].lname = _root.player[136].lname;
_root.seasonslot.data.everybody[136].rank = _root.player[136].rank;
_root.seasonslot.data.everybody[136].loc = _root.player[136].loc;
_root.seasonslot.data.everybody[136].wins = _root.player[136].wins;
_root.seasonslot.data.everybody[136].losses = _root.player[136].losses;
_root.seasonslot.data.everybody[136].points = _root.player[136].points;
_root.seasonslot.data.everybody[136].sprite = _root.player[136].sprite;
_root.seasonslot.data.everybody[136].character = _root.player[136].character;
_root.seasonslot.data.everybody[136].ichampion = _root.player[136].ichampion;
_root.seasonslot.data.everybody[136].ichampiontimes = _root.player[136].ichampiontimes;
_root.seasonslot.data.everybody[136].zchampion = _root.player[136].zchampion;
_root.seasonslot.data.everybody[136].zchampiontimes = _root.player[136].zchampiontimes;
_root.seasonslot.data.everybody[136].wchampion = _root.player[136].wchampion;
_root.seasonslot.data.everybody[136].wchampiontimes = _root.player[136].wchampiontimes;
_root.seasonslot.data.everybody[136].badges = _root.player[136].badges;
_root.seasonslot.data.everybody[136].skill = _root.player[136].skill;
_root.seasonslot.data.everybody[136].controller = _root.player[136].controller;
_root.seasonslot.data.everybody[137] = new Object();
_root.seasonslot.data.everybody[137].sex = _root.player[137].sex;
_root.seasonslot.data.everybody[137].fname = _root.player[137].fname;
_root.seasonslot.data.everybody[137].lname = _root.player[137].lname;
_root.seasonslot.data.everybody[137].rank = _root.player[137].rank;
_root.seasonslot.data.everybody[137].loc = _root.player[137].loc;
_root.seasonslot.data.everybody[137].wins = _root.player[137].wins;
_root.seasonslot.data.everybody[137].losses = _root.player[137].losses;
_root.seasonslot.data.everybody[137].points = _root.player[137].points;
_root.seasonslot.data.everybody[137].sprite = _root.player[137].sprite;
_root.seasonslot.data.everybody[137].character = _root.player[137].character;
_root.seasonslot.data.everybody[137].ichampion = _root.player[137].ichampion;
_root.seasonslot.data.everybody[137].ichampiontimes = _root.player[137].ichampiontimes;
_root.seasonslot.data.everybody[137].zchampion = _root.player[137].zchampion;
_root.seasonslot.data.everybody[137].zchampiontimes = _root.player[137].zchampiontimes;
_root.seasonslot.data.everybody[137].wchampion = _root.player[137].wchampion;
_root.seasonslot.data.everybody[137].wchampiontimes = _root.player[137].wchampiontimes;
_root.seasonslot.data.everybody[137].badges = _root.player[137].badges;
_root.seasonslot.data.everybody[137].skill = _root.player[137].skill;
_root.seasonslot.data.everybody[137].controller = _root.player[137].controller;
_root.seasonslot.data.everybody[138] = new Object();
_root.seasonslot.data.everybody[138].sex = _root.player[138].sex;
_root.seasonslot.data.everybody[138].fname = _root.player[138].fname;
_root.seasonslot.data.everybody[138].lname = _root.player[138].lname;
_root.seasonslot.data.everybody[138].rank = _root.player[138].rank;
_root.seasonslot.data.everybody[138].loc = _root.player[138].loc;
_root.seasonslot.data.everybody[138].wins = _root.player[138].wins;
_root.seasonslot.data.everybody[138].losses = _root.player[138].losses;
_root.seasonslot.data.everybody[138].points = _root.player[138].points;
_root.seasonslot.data.everybody[138].sprite = _root.player[138].sprite;
_root.seasonslot.data.everybody[138].character = _root.player[138].character;
_root.seasonslot.data.everybody[138].ichampion = _root.player[138].ichampion;
_root.seasonslot.data.everybody[138].ichampiontimes = _root.player[138].ichampiontimes;
_root.seasonslot.data.everybody[138].zchampion = _root.player[138].zchampion;
_root.seasonslot.data.everybody[138].zchampiontimes = _root.player[138].zchampiontimes;
_root.seasonslot.data.everybody[138].wchampion = _root.player[138].wchampion;
_root.seasonslot.data.everybody[138].wchampiontimes = _root.player[138].wchampiontimes;
_root.seasonslot.data.everybody[138].badges = _root.player[138].badges;
_root.seasonslot.data.everybody[138].skill = _root.player[138].skill;
_root.seasonslot.data.everybody[138].controller = _root.player[138].controller;
_root.seasonslot.data.everybody[139] = new Object();
_root.seasonslot.data.everybody[139].sex = _root.player[139].sex;
_root.seasonslot.data.everybody[139].fname = _root.player[139].fname;
_root.seasonslot.data.everybody[139].lname = _root.player[139].lname;
_root.seasonslot.data.everybody[139].rank = _root.player[139].rank;
_root.seasonslot.data.everybody[139].loc = _root.player[139].loc;
_root.seasonslot.data.everybody[139].wins = _root.player[139].wins;
_root.seasonslot.data.everybody[139].losses = _root.player[139].losses;
_root.seasonslot.data.everybody[139].points = _root.player[139].points;
_root.seasonslot.data.everybody[139].sprite = _root.player[139].sprite;
_root.seasonslot.data.everybody[139].character = _root.player[139].character;
_root.seasonslot.data.everybody[139].ichampion = _root.player[139].ichampion;
_root.seasonslot.data.everybody[139].ichampiontimes = _root.player[139].ichampiontimes;
_root.seasonslot.data.everybody[139].zchampion = _root.player[139].zchampion;
_root.seasonslot.data.everybody[139].zchampiontimes = _root.player[139].zchampiontimes;
_root.seasonslot.data.everybody[139].wchampion = _root.player[139].wchampion;
_root.seasonslot.data.everybody[139].wchampiontimes = _root.player[139].wchampiontimes;
_root.seasonslot.data.everybody[139].badges = _root.player[139].badges;
_root.seasonslot.data.everybody[139].skill = _root.player[139].skill;
_root.seasonslot.data.everybody[139].controller = _root.player[139].controller;
_root.seasonslot.data.everybody[140] = new Object();
_root.seasonslot.data.everybody[140].sex = _root.player[140].sex;
_root.seasonslot.data.everybody[140].fname = _root.player[140].fname;
_root.seasonslot.data.everybody[140].lname = _root.player[140].lname;
_root.seasonslot.data.everybody[140].rank = _root.player[140].rank;
_root.seasonslot.data.everybody[140].loc = _root.player[140].loc;
_root.seasonslot.data.everybody[140].wins = _root.player[140].wins;
_root.seasonslot.data.everybody[140].losses = _root.player[140].losses;
_root.seasonslot.data.everybody[140].points = _root.player[140].points;
_root.seasonslot.data.everybody[140].sprite = _root.player[140].sprite;
_root.seasonslot.data.everybody[140].character = _root.player[140].character;
_root.seasonslot.data.everybody[140].ichampion = _root.player[140].ichampion;
_root.seasonslot.data.everybody[140].ichampiontimes = _root.player[140].ichampiontimes;
_root.seasonslot.data.everybody[140].zchampion = _root.player[140].zchampion;
_root.seasonslot.data.everybody[140].zchampiontimes = _root.player[140].zchampiontimes;
_root.seasonslot.data.everybody[140].wchampion = _root.player[140].wchampion;
_root.seasonslot.data.everybody[140].wchampiontimes = _root.player[140].wchampiontimes;
_root.seasonslot.data.everybody[140].badges = _root.player[140].badges;
_root.seasonslot.data.everybody[140].skill = _root.player[140].skill;
_root.seasonslot.data.everybody[140].controller = _root.player[140].controller;
_root.seasonslot.data.everybody[141] = new Object();
_root.seasonslot.data.everybody[141].sex = _root.player[141].sex;
_root.seasonslot.data.everybody[141].fname = _root.player[141].fname;
_root.seasonslot.data.everybody[141].lname = _root.player[141].lname;
_root.seasonslot.data.everybody[141].rank = _root.player[141].rank;
_root.seasonslot.data.everybody[141].loc = _root.player[141].loc;
_root.seasonslot.data.everybody[141].wins = _root.player[141].wins;
_root.seasonslot.data.everybody[141].losses = _root.player[141].losses;
_root.seasonslot.data.everybody[141].points = _root.player[141].points;
_root.seasonslot.data.everybody[141].sprite = _root.player[141].sprite;
_root.seasonslot.data.everybody[141].character = _root.player[141].character;
_root.seasonslot.data.everybody[141].ichampion = _root.player[141].ichampion;
_root.seasonslot.data.everybody[141].ichampiontimes = _root.player[141].ichampiontimes;
_root.seasonslot.data.everybody[141].zchampion = _root.player[141].zchampion;
_root.seasonslot.data.everybody[141].zchampiontimes = _root.player[141].zchampiontimes;
_root.seasonslot.data.everybody[141].wchampion = _root.player[141].wchampion;
_root.seasonslot.data.everybody[141].wchampiontimes = _root.player[141].wchampiontimes;
_root.seasonslot.data.everybody[141].badges = _root.player[141].badges;
_root.seasonslot.data.everybody[141].skill = _root.player[141].skill;
_root.seasonslot.data.everybody[141].controller = _root.player[141].controller;
_root.seasonslot.data.everybody[142] = new Object();
_root.seasonslot.data.everybody[142].sex = _root.player[142].sex;
_root.seasonslot.data.everybody[142].fname = _root.player[142].fname;
_root.seasonslot.data.everybody[142].lname = _root.player[142].lname;
_root.seasonslot.data.everybody[142].rank = _root.player[142].rank;
_root.seasonslot.data.everybody[142].loc = _root.player[142].loc;
_root.seasonslot.data.everybody[142].wins = _root.player[142].wins;
_root.seasonslot.data.everybody[142].losses = _root.player[142].losses;
_root.seasonslot.data.everybody[142].points = _root.player[142].points;
_root.seasonslot.data.everybody[142].sprite = _root.player[142].sprite;
_root.seasonslot.data.everybody[142].character = _root.player[142].character;
_root.seasonslot.data.everybody[142].ichampion = _root.player[142].ichampion;
_root.seasonslot.data.everybody[142].ichampiontimes = _root.player[142].ichampiontimes;
_root.seasonslot.data.everybody[142].zchampion = _root.player[142].zchampion;
_root.seasonslot.data.everybody[142].zchampiontimes = _root.player[142].zchampiontimes;
_root.seasonslot.data.everybody[142].wchampion = _root.player[142].wchampion;
_root.seasonslot.data.everybody[142].wchampiontimes = _root.player[142].wchampiontimes;
_root.seasonslot.data.everybody[142].badges = _root.player[142].badges;
_root.seasonslot.data.everybody[142].skill = _root.player[142].skill;
_root.seasonslot.data.everybody[142].controller = _root.player[142].controller;
_root.seasonslot.data.everybody[143] = new Object();
_root.seasonslot.data.everybody[143].sex = _root.player[143].sex;
_root.seasonslot.data.everybody[143].fname = _root.player[143].fname;
_root.seasonslot.data.everybody[143].lname = _root.player[143].lname;
_root.seasonslot.data.everybody[143].rank = _root.player[143].rank;
_root.seasonslot.data.everybody[143].loc = _root.player[143].loc;
_root.seasonslot.data.everybody[143].wins = _root.player[143].wins;
_root.seasonslot.data.everybody[143].losses = _root.player[143].losses;
_root.seasonslot.data.everybody[143].points = _root.player[143].points;
_root.seasonslot.data.everybody[143].sprite = _root.player[143].sprite;
_root.seasonslot.data.everybody[143].character = _root.player[143].character;
_root.seasonslot.data.everybody[143].ichampion = _root.player[143].ichampion;
_root.seasonslot.data.everybody[143].ichampiontimes = _root.player[143].ichampiontimes;
_root.seasonslot.data.everybody[143].zchampion = _root.player[143].zchampion;
_root.seasonslot.data.everybody[143].zchampiontimes = _root.player[143].zchampiontimes;
_root.seasonslot.data.everybody[143].wchampion = _root.player[143].wchampion;
_root.seasonslot.data.everybody[143].wchampiontimes = _root.player[143].wchampiontimes;
_root.seasonslot.data.everybody[143].badges = _root.player[143].badges;
_root.seasonslot.data.everybody[143].skill = _root.player[143].skill;
_root.seasonslot.data.everybody[143].controller = _root.player[143].controller;
_root.seasonslot.data.everybody[144] = new Object();
_root.seasonslot.data.everybody[144].sex = _root.player[144].sex;
_root.seasonslot.data.everybody[144].fname = _root.player[144].fname;
_root.seasonslot.data.everybody[144].lname = _root.player[144].lname;
_root.seasonslot.data.everybody[144].rank = _root.player[144].rank;
_root.seasonslot.data.everybody[144].loc = _root.player[144].loc;
_root.seasonslot.data.everybody[144].wins = _root.player[144].wins;
_root.seasonslot.data.everybody[144].losses = _root.player[144].losses;
_root.seasonslot.data.everybody[144].points = _root.player[144].points;
_root.seasonslot.data.everybody[144].sprite = _root.player[144].sprite;
_root.seasonslot.data.everybody[144].character = _root.player[144].character;
_root.seasonslot.data.everybody[144].ichampion = _root.player[144].ichampion;
_root.seasonslot.data.everybody[144].ichampiontimes = _root.player[144].ichampiontimes;
_root.seasonslot.data.everybody[144].zchampion = _root.player[144].zchampion;
_root.seasonslot.data.everybody[144].zchampiontimes = _root.player[144].zchampiontimes;
_root.seasonslot.data.everybody[144].wchampion = _root.player[144].wchampion;
_root.seasonslot.data.everybody[144].wchampiontimes = _root.player[144].wchampiontimes;
_root.seasonslot.data.everybody[144].badges = _root.player[144].badges;
_root.seasonslot.data.everybody[144].skill = _root.player[144].skill;
_root.seasonslot.data.everybody[144].controller = _root.player[144].controller;
_root.seasonslot.data.everybody[145] = new Object();
_root.seasonslot.data.everybody[145].sex = _root.player[145].sex;
_root.seasonslot.data.everybody[145].fname = _root.player[145].fname;
_root.seasonslot.data.everybody[145].lname = _root.player[145].lname;
_root.seasonslot.data.everybody[145].rank = _root.player[145].rank;
_root.seasonslot.data.everybody[145].loc = _root.player[145].loc;
_root.seasonslot.data.everybody[145].wins = _root.player[145].wins;
_root.seasonslot.data.everybody[145].losses = _root.player[145].losses;
_root.seasonslot.data.everybody[145].points = _root.player[145].points;
_root.seasonslot.data.everybody[145].sprite = _root.player[145].sprite;
_root.seasonslot.data.everybody[145].character = _root.player[145].character;
_root.seasonslot.data.everybody[145].ichampion = _root.player[145].ichampion;
_root.seasonslot.data.everybody[145].ichampiontimes = _root.player[145].ichampiontimes;
_root.seasonslot.data.everybody[145].zchampion = _root.player[145].zchampion;
_root.seasonslot.data.everybody[145].zchampiontimes = _root.player[145].zchampiontimes;
_root.seasonslot.data.everybody[145].wchampion = _root.player[145].wchampion;
_root.seasonslot.data.everybody[145].wchampiontimes = _root.player[145].wchampiontimes;
_root.seasonslot.data.everybody[145].badges = _root.player[145].badges;
_root.seasonslot.data.everybody[145].skill = _root.player[145].skill;
_root.seasonslot.data.everybody[145].controller = _root.player[145].controller;
_root.seasonslot.data.everybody[146] = new Object();
_root.seasonslot.data.everybody[146].sex = _root.player[146].sex;
_root.seasonslot.data.everybody[146].fname = _root.player[146].fname;
_root.seasonslot.data.everybody[146].lname = _root.player[146].lname;
_root.seasonslot.data.everybody[146].rank = _root.player[146].rank;
_root.seasonslot.data.everybody[146].loc = _root.player[146].loc;
_root.seasonslot.data.everybody[146].wins = _root.player[146].wins;
_root.seasonslot.data.everybody[146].losses = _root.player[146].losses;
_root.seasonslot.data.everybody[146].points = _root.player[146].points;
_root.seasonslot.data.everybody[146].sprite = _root.player[146].sprite;
_root.seasonslot.data.everybody[146].character = _root.player[146].character;
_root.seasonslot.data.everybody[146].ichampion = _root.player[146].ichampion;
_root.seasonslot.data.everybody[146].ichampiontimes = _root.player[146].ichampiontimes;
_root.seasonslot.data.everybody[146].zchampion = _root.player[146].zchampion;
_root.seasonslot.data.everybody[146].zchampiontimes = _root.player[146].zchampiontimes;
_root.seasonslot.data.everybody[146].wchampion = _root.player[146].wchampion;
_root.seasonslot.data.everybody[146].wchampiontimes = _root.player[146].wchampiontimes;
_root.seasonslot.data.everybody[146].badges = _root.player[146].badges;
_root.seasonslot.data.everybody[146].skill = _root.player[146].skill;
_root.seasonslot.data.everybody[146].controller = _root.player[146].controller;
_root.seasonslot.data.everybody[147] = new Object();
_root.seasonslot.data.everybody[147].sex = _root.player[147].sex;
_root.seasonslot.data.everybody[147].fname = _root.player[147].fname;
_root.seasonslot.data.everybody[147].lname = _root.player[147].lname;
_root.seasonslot.data.everybody[147].rank = _root.player[147].rank;
_root.seasonslot.data.everybody[147].loc = _root.player[147].loc;
_root.seasonslot.data.everybody[147].wins = _root.player[147].wins;
_root.seasonslot.data.everybody[147].losses = _root.player[147].losses;
_root.seasonslot.data.everybody[147].points = _root.player[147].points;
_root.seasonslot.data.everybody[147].sprite = _root.player[147].sprite;
_root.seasonslot.data.everybody[147].character = _root.player[147].character;
_root.seasonslot.data.everybody[147].ichampion = _root.player[147].ichampion;
_root.seasonslot.data.everybody[147].ichampiontimes = _root.player[147].ichampiontimes;
_root.seasonslot.data.everybody[147].zchampion = _root.player[147].zchampion;
_root.seasonslot.data.everybody[147].zchampiontimes = _root.player[147].zchampiontimes;
_root.seasonslot.data.everybody[147].wchampion = _root.player[147].wchampion;
_root.seasonslot.data.everybody[147].wchampiontimes = _root.player[147].wchampiontimes;
_root.seasonslot.data.everybody[147].badges = _root.player[147].badges;
_root.seasonslot.data.everybody[147].skill = _root.player[147].skill;
_root.seasonslot.data.everybody[147].controller = _root.player[147].controller;
_root.seasonslot.data.everybody[148] = new Object();
_root.seasonslot.data.everybody[148].sex = _root.player[148].sex;
_root.seasonslot.data.everybody[148].fname = _root.player[148].fname;
_root.seasonslot.data.everybody[148].lname = _root.player[148].lname;
_root.seasonslot.data.everybody[148].rank = _root.player[148].rank;
_root.seasonslot.data.everybody[148].loc = _root.player[148].loc;
_root.seasonslot.data.everybody[148].wins = _root.player[148].wins;
_root.seasonslot.data.everybody[148].losses = _root.player[148].losses;
_root.seasonslot.data.everybody[148].points = _root.player[148].points;
_root.seasonslot.data.everybody[148].sprite = _root.player[148].sprite;
_root.seasonslot.data.everybody[148].character = _root.player[148].character;
_root.seasonslot.data.everybody[148].ichampion = _root.player[148].ichampion;
_root.seasonslot.data.everybody[148].ichampiontimes = _root.player[148].ichampiontimes;
_root.seasonslot.data.everybody[148].zchampion = _root.player[148].zchampion;
_root.seasonslot.data.everybody[148].zchampiontimes = _root.player[148].zchampiontimes;
_root.seasonslot.data.everybody[148].wchampion = _root.player[148].wchampion;
_root.seasonslot.data.everybody[148].wchampiontimes = _root.player[148].wchampiontimes;
_root.seasonslot.data.everybody[148].badges = _root.player[148].badges;
_root.seasonslot.data.everybody[148].skill = _root.player[148].skill;
_root.seasonslot.data.everybody[148].controller = _root.player[148].controller;
_root.seasonslot.data.everybody[149] = new Object();
_root.seasonslot.data.everybody[149].sex = _root.player[149].sex;
_root.seasonslot.data.everybody[149].fname = _root.player[149].fname;
_root.seasonslot.data.everybody[149].lname = _root.player[149].lname;
_root.seasonslot.data.everybody[149].rank = _root.player[149].rank;
_root.seasonslot.data.everybody[149].loc = _root.player[149].loc;
_root.seasonslot.data.everybody[149].wins = _root.player[149].wins;
_root.seasonslot.data.everybody[149].losses = _root.player[149].losses;
_root.seasonslot.data.everybody[149].points = _root.player[149].points;
_root.seasonslot.data.everybody[149].sprite = _root.player[149].sprite;
_root.seasonslot.data.everybody[149].character = _root.player[149].character;
_root.seasonslot.data.everybody[149].ichampion = _root.player[149].ichampion;
_root.seasonslot.data.everybody[149].ichampiontimes = _root.player[149].ichampiontimes;
_root.seasonslot.data.everybody[149].zchampion = _root.player[149].zchampion;
_root.seasonslot.data.everybody[149].zchampiontimes = _root.player[149].zchampiontimes;
_root.seasonslot.data.everybody[149].wchampion = _root.player[149].wchampion;
_root.seasonslot.data.everybody[149].wchampiontimes = _root.player[149].wchampiontimes;
_root.seasonslot.data.everybody[149].badges = _root.player[149].badges;
_root.seasonslot.data.everybody[149].skill = _root.player[149].skill;
_root.seasonslot.data.everybody[149].controller = _root.player[149].controller;
_root.seasonslot.data.everybody[150] = new Object();
_root.seasonslot.data.everybody[150].sex = _root.player[150].sex;
_root.seasonslot.data.everybody[150].fname = _root.player[150].fname;
_root.seasonslot.data.everybody[150].lname = _root.player[150].lname;
_root.seasonslot.data.everybody[150].rank = _root.player[150].rank;
_root.seasonslot.data.everybody[150].loc = _root.player[150].loc;
_root.seasonslot.data.everybody[150].wins = _root.player[150].wins;
_root.seasonslot.data.everybody[150].losses = _root.player[150].losses;
_root.seasonslot.data.everybody[150].points = _root.player[150].points;
_root.seasonslot.data.everybody[150].sprite = _root.player[150].sprite;
_root.seasonslot.data.everybody[150].character = _root.player[150].character;
_root.seasonslot.data.everybody[150].ichampion = _root.player[150].ichampion;
_root.seasonslot.data.everybody[150].ichampiontimes = _root.player[150].ichampiontimes;
_root.seasonslot.data.everybody[150].zchampion = _root.player[150].zchampion;
_root.seasonslot.data.everybody[150].zchampiontimes = _root.player[150].zchampiontimes;
_root.seasonslot.data.everybody[150].wchampion = _root.player[150].wchampion;
_root.seasonslot.data.everybody[150].wchampiontimes = _root.player[150].wchampiontimes;
_root.seasonslot.data.everybody[150].badges = _root.player[150].badges;
_root.seasonslot.data.everybody[150].skill = _root.player[150].skill;
_root.seasonslot.data.everybody[150].controller = _root.player[150].controller;
_root.seasonslot.data.everybody[151] = new Object();
_root.seasonslot.data.everybody[151].sex = _root.player[151].sex;
_root.seasonslot.data.everybody[151].fname = _root.player[151].fname;
_root.seasonslot.data.everybody[151].lname = _root.player[151].lname;
_root.seasonslot.data.everybody[151].rank = _root.player[151].rank;
_root.seasonslot.data.everybody[151].loc = _root.player[151].loc;
_root.seasonslot.data.everybody[151].wins = _root.player[151].wins;
_root.seasonslot.data.everybody[151].losses = _root.player[151].losses;
_root.seasonslot.data.everybody[151].points = _root.player[151].points;
_root.seasonslot.data.everybody[151].sprite = _root.player[151].sprite;
_root.seasonslot.data.everybody[151].character = _root.player[151].character;
_root.seasonslot.data.everybody[151].ichampion = _root.player[151].ichampion;
_root.seasonslot.data.everybody[151].ichampiontimes = _root.player[151].ichampiontimes;
_root.seasonslot.data.everybody[151].zchampion = _root.player[151].zchampion;
_root.seasonslot.data.everybody[151].zchampiontimes = _root.player[151].zchampiontimes;
_root.seasonslot.data.everybody[151].wchampion = _root.player[151].wchampion;
_root.seasonslot.data.everybody[151].wchampiontimes = _root.player[151].wchampiontimes;
_root.seasonslot.data.everybody[151].badges = _root.player[151].badges;
_root.seasonslot.data.everybody[151].skill = _root.player[151].skill;
_root.seasonslot.data.everybody[151].controller = _root.player[151].controller;
_root.seasonslot.data.everybody[152] = new Object();
_root.seasonslot.data.everybody[152].sex = _root.player[152].sex;
_root.seasonslot.data.everybody[152].fname = _root.player[152].fname;
_root.seasonslot.data.everybody[152].lname = _root.player[152].lname;
_root.seasonslot.data.everybody[152].rank = _root.player[152].rank;
_root.seasonslot.data.everybody[152].loc = _root.player[152].loc;
_root.seasonslot.data.everybody[152].wins = _root.player[152].wins;
_root.seasonslot.data.everybody[152].losses = _root.player[152].losses;
_root.seasonslot.data.everybody[152].points = _root.player[152].points;
_root.seasonslot.data.everybody[152].sprite = _root.player[152].sprite;
_root.seasonslot.data.everybody[152].character = _root.player[152].character;
_root.seasonslot.data.everybody[152].ichampion = _root.player[152].ichampion;
_root.seasonslot.data.everybody[152].ichampiontimes = _root.player[152].ichampiontimes;
_root.seasonslot.data.everybody[152].zchampion = _root.player[152].zchampion;
_root.seasonslot.data.everybody[152].zchampiontimes = _root.player[152].zchampiontimes;
_root.seasonslot.data.everybody[152].wchampion = _root.player[152].wchampion;
_root.seasonslot.data.everybody[152].wchampiontimes = _root.player[152].wchampiontimes;
_root.seasonslot.data.everybody[152].badges = _root.player[152].badges;
_root.seasonslot.data.everybody[152].skill = _root.player[152].skill;
_root.seasonslot.data.everybody[152].controller = _root.player[152].controller;
_root.seasonslot.data.everybody[153] = new Object();
_root.seasonslot.data.everybody[153].sex = _root.player[153].sex;
_root.seasonslot.data.everybody[153].fname = _root.player[153].fname;
_root.seasonslot.data.everybody[153].lname = _root.player[153].lname;
_root.seasonslot.data.everybody[153].rank = _root.player[153].rank;
_root.seasonslot.data.everybody[153].loc = _root.player[153].loc;
_root.seasonslot.data.everybody[153].wins = _root.player[153].wins;
_root.seasonslot.data.everybody[153].losses = _root.player[153].losses;
_root.seasonslot.data.everybody[153].points = _root.player[153].points;
_root.seasonslot.data.everybody[153].sprite = _root.player[153].sprite;
_root.seasonslot.data.everybody[153].character = _root.player[153].character;
_root.seasonslot.data.everybody[153].ichampion = _root.player[153].ichampion;
_root.seasonslot.data.everybody[153].ichampiontimes = _root.player[153].ichampiontimes;
_root.seasonslot.data.everybody[153].zchampion = _root.player[153].zchampion;
_root.seasonslot.data.everybody[153].zchampiontimes = _root.player[153].zchampiontimes;
_root.seasonslot.data.everybody[153].wchampion = _root.player[153].wchampion;
_root.seasonslot.data.everybody[153].wchampiontimes = _root.player[153].wchampiontimes;
_root.seasonslot.data.everybody[153].badges = _root.player[153].badges;
_root.seasonslot.data.everybody[153].skill = _root.player[153].skill;
_root.seasonslot.data.everybody[153].controller = _root.player[153].controller;
_root.seasonslot.data.everybody[154] = new Object();
_root.seasonslot.data.everybody[154].sex = _root.player[154].sex;
_root.seasonslot.data.everybody[154].fname = _root.player[154].fname;
_root.seasonslot.data.everybody[154].lname = _root.player[154].lname;
_root.seasonslot.data.everybody[154].rank = _root.player[154].rank;
_root.seasonslot.data.everybody[154].loc = _root.player[154].loc;
_root.seasonslot.data.everybody[154].wins = _root.player[154].wins;
_root.seasonslot.data.everybody[154].losses = _root.player[154].losses;
_root.seasonslot.data.everybody[154].points = _root.player[154].points;
_root.seasonslot.data.everybody[154].sprite = _root.player[154].sprite;
_root.seasonslot.data.everybody[154].character = _root.player[154].character;
_root.seasonslot.data.everybody[154].ichampion = _root.player[154].ichampion;
_root.seasonslot.data.everybody[154].ichampiontimes = _root.player[154].ichampiontimes;
_root.seasonslot.data.everybody[154].zchampion = _root.player[154].zchampion;
_root.seasonslot.data.everybody[154].zchampiontimes = _root.player[154].zchampiontimes;
_root.seasonslot.data.everybody[154].wchampion = _root.player[154].wchampion;
_root.seasonslot.data.everybody[154].wchampiontimes = _root.player[154].wchampiontimes;
_root.seasonslot.data.everybody[154].badges = _root.player[154].badges;
_root.seasonslot.data.everybody[154].skill = _root.player[154].skill;
_root.seasonslot.data.everybody[154].controller = _root.player[154].controller;
_root.seasonslot.data.everybody[155] = new Object();
_root.seasonslot.data.everybody[155].sex = _root.player[155].sex;
_root.seasonslot.data.everybody[155].fname = _root.player[155].fname;
_root.seasonslot.data.everybody[155].lname = _root.player[155].lname;
_root.seasonslot.data.everybody[155].rank = _root.player[155].rank;
_root.seasonslot.data.everybody[155].loc = _root.player[155].loc;
_root.seasonslot.data.everybody[155].wins = _root.player[155].wins;
_root.seasonslot.data.everybody[155].losses = _root.player[155].losses;
_root.seasonslot.data.everybody[155].points = _root.player[155].points;
_root.seasonslot.data.everybody[155].sprite = _root.player[155].sprite;
_root.seasonslot.data.everybody[155].character = _root.player[155].character;
_root.seasonslot.data.everybody[155].ichampion = _root.player[155].ichampion;
_root.seasonslot.data.everybody[155].ichampiontimes = _root.player[155].ichampiontimes;
_root.seasonslot.data.everybody[155].zchampion = _root.player[155].zchampion;
_root.seasonslot.data.everybody[155].zchampiontimes = _root.player[155].zchampiontimes;
_root.seasonslot.data.everybody[155].wchampion = _root.player[155].wchampion;
_root.seasonslot.data.everybody[155].wchampiontimes = _root.player[155].wchampiontimes;
_root.seasonslot.data.everybody[155].badges = _root.player[155].badges;
_root.seasonslot.data.everybody[155].skill = _root.player[155].skill;
_root.seasonslot.data.everybody[155].controller = _root.player[155].controller;
_root.seasonslot.data.everybody[156] = new Object();
_root.seasonslot.data.everybody[156].sex = _root.player[156].sex;
_root.seasonslot.data.everybody[156].fname = _root.player[156].fname;
_root.seasonslot.data.everybody[156].lname = _root.player[156].lname;
_root.seasonslot.data.everybody[156].rank = _root.player[156].rank;
_root.seasonslot.data.everybody[156].loc = _root.player[156].loc;
_root.seasonslot.data.everybody[156].wins = _root.player[156].wins;
_root.seasonslot.data.everybody[156].losses = _root.player[156].losses;
_root.seasonslot.data.everybody[156].points = _root.player[156].points;
_root.seasonslot.data.everybody[156].sprite = _root.player[156].sprite;
_root.seasonslot.data.everybody[156].character = _root.player[156].character;
_root.seasonslot.data.everybody[156].ichampion = _root.player[156].ichampion;
_root.seasonslot.data.everybody[156].ichampiontimes = _root.player[156].ichampiontimes;
_root.seasonslot.data.everybody[156].zchampion = _root.player[156].zchampion;
_root.seasonslot.data.everybody[156].zchampiontimes = _root.player[156].zchampiontimes;
_root.seasonslot.data.everybody[156].wchampion = _root.player[156].wchampion;
_root.seasonslot.data.everybody[156].wchampiontimes = _root.player[156].wchampiontimes;
_root.seasonslot.data.everybody[156].badges = _root.player[156].badges;
_root.seasonslot.data.everybody[156].skill = _root.player[156].skill;
_root.seasonslot.data.everybody[156].controller = _root.player[156].controller;
_root.seasonslot.data.everybody[157] = new Object();
_root.seasonslot.data.everybody[157].sex = _root.player[157].sex;
_root.seasonslot.data.everybody[157].fname = _root.player[157].fname;
_root.seasonslot.data.everybody[157].lname = _root.player[157].lname;
_root.seasonslot.data.everybody[157].rank = _root.player[157].rank;
_root.seasonslot.data.everybody[157].loc = _root.player[157].loc;
_root.seasonslot.data.everybody[157].wins = _root.player[157].wins;
_root.seasonslot.data.everybody[157].losses = _root.player[157].losses;
_root.seasonslot.data.everybody[157].points = _root.player[157].points;
_root.seasonslot.data.everybody[157].sprite = _root.player[157].sprite;
_root.seasonslot.data.everybody[157].character = _root.player[157].character;
_root.seasonslot.data.everybody[157].ichampion = _root.player[157].ichampion;
_root.seasonslot.data.everybody[157].ichampiontimes = _root.player[157].ichampiontimes;
_root.seasonslot.data.everybody[157].zchampion = _root.player[157].zchampion;
_root.seasonslot.data.everybody[157].zchampiontimes = _root.player[157].zchampiontimes;
_root.seasonslot.data.everybody[157].wchampion = _root.player[157].wchampion;
_root.seasonslot.data.everybody[157].wchampiontimes = _root.player[157].wchampiontimes;
_root.seasonslot.data.everybody[157].badges = _root.player[157].badges;
_root.seasonslot.data.everybody[157].skill = _root.player[157].skill;
_root.seasonslot.data.everybody[157].controller = _root.player[157].controller;
_root.seasonslot.data.everybody[158] = new Object();
_root.seasonslot.data.everybody[158].sex = _root.player[158].sex;
_root.seasonslot.data.everybody[158].fname = _root.player[158].fname;
_root.seasonslot.data.everybody[158].lname = _root.player[158].lname;
_root.seasonslot.data.everybody[158].rank = _root.player[158].rank;
_root.seasonslot.data.everybody[158].loc = _root.player[158].loc;
_root.seasonslot.data.everybody[158].wins = _root.player[158].wins;
_root.seasonslot.data.everybody[158].losses = _root.player[158].losses;
_root.seasonslot.data.everybody[158].points = _root.player[158].points;
_root.seasonslot.data.everybody[158].sprite = _root.player[158].sprite;
_root.seasonslot.data.everybody[158].character = _root.player[158].character;
_root.seasonslot.data.everybody[158].ichampion = _root.player[158].ichampion;
_root.seasonslot.data.everybody[158].ichampiontimes = _root.player[158].ichampiontimes;
_root.seasonslot.data.everybody[158].zchampion = _root.player[158].zchampion;
_root.seasonslot.data.everybody[158].zchampiontimes = _root.player[158].zchampiontimes;
_root.seasonslot.data.everybody[158].wchampion = _root.player[158].wchampion;
_root.seasonslot.data.everybody[158].wchampiontimes = _root.player[158].wchampiontimes;
_root.seasonslot.data.everybody[158].badges = _root.player[158].badges;
_root.seasonslot.data.everybody[158].skill = _root.player[158].skill;
_root.seasonslot.data.everybody[158].controller = _root.player[158].controller;
_root.seasonslot.data.everybody[159] = new Object();
_root.seasonslot.data.everybody[159].sex = _root.player[159].sex;
_root.seasonslot.data.everybody[159].fname = _root.player[159].fname;
_root.seasonslot.data.everybody[159].lname = _root.player[159].lname;
_root.seasonslot.data.everybody[159].rank = _root.player[159].rank;
_root.seasonslot.data.everybody[159].loc = _root.player[159].loc;
_root.seasonslot.data.everybody[159].wins = _root.player[159].wins;
_root.seasonslot.data.everybody[159].losses = _root.player[159].losses;
_root.seasonslot.data.everybody[159].points = _root.player[159].points;
_root.seasonslot.data.everybody[159].sprite = _root.player[159].sprite;
_root.seasonslot.data.everybody[159].character = _root.player[159].character;
_root.seasonslot.data.everybody[159].ichampion = _root.player[159].ichampion;
_root.seasonslot.data.everybody[159].ichampiontimes = _root.player[159].ichampiontimes;
_root.seasonslot.data.everybody[159].zchampion = _root.player[159].zchampion;
_root.seasonslot.data.everybody[159].zchampiontimes = _root.player[159].zchampiontimes;
_root.seasonslot.data.everybody[159].wchampion = _root.player[159].wchampion;
_root.seasonslot.data.everybody[159].wchampiontimes = _root.player[159].wchampiontimes;
_root.seasonslot.data.everybody[159].badges = _root.player[159].badges;
_root.seasonslot.data.everybody[159].skill = _root.player[159].skill;
_root.seasonslot.data.everybody[159].controller = _root.player[159].controller;
_root.seasonslot.data.everybody[160] = new Object();
_root.seasonslot.data.everybody[160].sex = _root.player[160].sex;
_root.seasonslot.data.everybody[160].fname = _root.player[160].fname;
_root.seasonslot.data.everybody[160].lname = _root.player[160].lname;
_root.seasonslot.data.everybody[160].rank = _root.player[160].rank;
_root.seasonslot.data.everybody[160].loc = _root.player[160].loc;
_root.seasonslot.data.everybody[160].wins = _root.player[160].wins;
_root.seasonslot.data.everybody[160].losses = _root.player[160].losses;
_root.seasonslot.data.everybody[160].points = _root.player[160].points;
_root.seasonslot.data.everybody[160].sprite = _root.player[160].sprite;
_root.seasonslot.data.everybody[160].character = _root.player[160].character;
_root.seasonslot.data.everybody[160].ichampion = _root.player[160].ichampion;
_root.seasonslot.data.everybody[160].ichampiontimes = _root.player[160].ichampiontimes;
_root.seasonslot.data.everybody[160].zchampion = _root.player[160].zchampion;
_root.seasonslot.data.everybody[160].zchampiontimes = _root.player[160].zchampiontimes;
_root.seasonslot.data.everybody[160].wchampion = _root.player[160].wchampion;
_root.seasonslot.data.everybody[160].wchampiontimes = _root.player[160].wchampiontimes;
_root.seasonslot.data.everybody[160].badges = _root.player[160].badges;
_root.seasonslot.data.everybody[160].skill = _root.player[160].skill;
_root.seasonslot.data.everybody[160].controller = _root.player[160].controller;
_root.seasonslot.data.everybody[161] = new Object();
_root.seasonslot.data.everybody[161].sex = _root.player[161].sex;
_root.seasonslot.data.everybody[161].fname = _root.player[161].fname;
_root.seasonslot.data.everybody[161].lname = _root.player[161].lname;
_root.seasonslot.data.everybody[161].rank = _root.player[161].rank;
_root.seasonslot.data.everybody[161].loc = _root.player[161].loc;
_root.seasonslot.data.everybody[161].wins = _root.player[161].wins;
_root.seasonslot.data.everybody[161].losses = _root.player[161].losses;
_root.seasonslot.data.everybody[161].points = _root.player[161].points;
_root.seasonslot.data.everybody[161].sprite = _root.player[161].sprite;
_root.seasonslot.data.everybody[161].character = _root.player[161].character;
_root.seasonslot.data.everybody[161].ichampion = _root.player[161].ichampion;
_root.seasonslot.data.everybody[161].ichampiontimes = _root.player[161].ichampiontimes;
_root.seasonslot.data.everybody[161].zchampion = _root.player[161].zchampion;
_root.seasonslot.data.everybody[161].zchampiontimes = _root.player[161].zchampiontimes;
_root.seasonslot.data.everybody[161].wchampion = _root.player[161].wchampion;
_root.seasonslot.data.everybody[161].wchampiontimes = _root.player[161].wchampiontimes;
_root.seasonslot.data.everybody[161].badges = _root.player[161].badges;
_root.seasonslot.data.everybody[161].skill = _root.player[161].skill;
_root.seasonslot.data.everybody[161].controller = _root.player[161].controller;
_root.seasonslot.data.everybody[162] = new Object();
_root.seasonslot.data.everybody[162].sex = _root.player[162].sex;
_root.seasonslot.data.everybody[162].fname = _root.player[162].fname;
_root.seasonslot.data.everybody[162].lname = _root.player[162].lname;
_root.seasonslot.data.everybody[162].rank = _root.player[162].rank;
_root.seasonslot.data.everybody[162].loc = _root.player[162].loc;
_root.seasonslot.data.everybody[162].wins = _root.player[162].wins;
_root.seasonslot.data.everybody[162].losses = _root.player[162].losses;
_root.seasonslot.data.everybody[162].points = _root.player[162].points;
_root.seasonslot.data.everybody[162].sprite = _root.player[162].sprite;
_root.seasonslot.data.everybody[162].character = _root.player[162].character;
_root.seasonslot.data.everybody[162].ichampion = _root.player[162].ichampion;
_root.seasonslot.data.everybody[162].ichampiontimes = _root.player[162].ichampiontimes;
_root.seasonslot.data.everybody[162].zchampion = _root.player[162].zchampion;
_root.seasonslot.data.everybody[162].zchampiontimes = _root.player[162].zchampiontimes;
_root.seasonslot.data.everybody[162].wchampion = _root.player[162].wchampion;
_root.seasonslot.data.everybody[162].wchampiontimes = _root.player[162].wchampiontimes;
_root.seasonslot.data.everybody[162].badges = _root.player[162].badges;
_root.seasonslot.data.everybody[162].skill = _root.player[162].skill;
_root.seasonslot.data.everybody[162].controller = _root.player[162].controller;
_root.seasonslot.data.everybody[163] = new Object();
_root.seasonslot.data.everybody[163].sex = _root.player[163].sex;
_root.seasonslot.data.everybody[163].fname = _root.player[163].fname;
_root.seasonslot.data.everybody[163].lname = _root.player[163].lname;
_root.seasonslot.data.everybody[163].rank = _root.player[163].rank;
_root.seasonslot.data.everybody[163].loc = _root.player[163].loc;
_root.seasonslot.data.everybody[163].wins = _root.player[163].wins;
_root.seasonslot.data.everybody[163].losses = _root.player[163].losses;
_root.seasonslot.data.everybody[163].points = _root.player[163].points;
_root.seasonslot.data.everybody[163].sprite = _root.player[163].sprite;
_root.seasonslot.data.everybody[163].character = _root.player[163].character;
_root.seasonslot.data.everybody[163].ichampion = _root.player[163].ichampion;
_root.seasonslot.data.everybody[163].ichampiontimes = _root.player[163].ichampiontimes;
_root.seasonslot.data.everybody[163].zchampion = _root.player[163].zchampion;
_root.seasonslot.data.everybody[163].zchampiontimes = _root.player[163].zchampiontimes;
_root.seasonslot.data.everybody[163].wchampion = _root.player[163].wchampion;
_root.seasonslot.data.everybody[163].wchampiontimes = _root.player[163].wchampiontimes;
_root.seasonslot.data.everybody[163].badges = _root.player[163].badges;
_root.seasonslot.data.everybody[163].skill = _root.player[163].skill;
_root.seasonslot.data.everybody[163].controller = _root.player[163].controller;
_root.seasonslot.data.everybody[164] = new Object();
_root.seasonslot.data.everybody[164].sex = _root.player[164].sex;
_root.seasonslot.data.everybody[164].fname = _root.player[164].fname;
_root.seasonslot.data.everybody[164].lname = _root.player[164].lname;
_root.seasonslot.data.everybody[164].rank = _root.player[164].rank;
_root.seasonslot.data.everybody[164].loc = _root.player[164].loc;
_root.seasonslot.data.everybody[164].wins = _root.player[164].wins;
_root.seasonslot.data.everybody[164].losses = _root.player[164].losses;
_root.seasonslot.data.everybody[164].points = _root.player[164].points;
_root.seasonslot.data.everybody[164].sprite = _root.player[164].sprite;
_root.seasonslot.data.everybody[164].character = _root.player[164].character;
_root.seasonslot.data.everybody[164].ichampion = _root.player[164].ichampion;
_root.seasonslot.data.everybody[164].ichampiontimes = _root.player[164].ichampiontimes;
_root.seasonslot.data.everybody[164].zchampion = _root.player[164].zchampion;
_root.seasonslot.data.everybody[164].zchampiontimes = _root.player[164].zchampiontimes;
_root.seasonslot.data.everybody[164].wchampion = _root.player[164].wchampion;
_root.seasonslot.data.everybody[164].wchampiontimes = _root.player[164].wchampiontimes;
_root.seasonslot.data.everybody[164].badges = _root.player[164].badges;
_root.seasonslot.data.everybody[164].skill = _root.player[164].skill;
_root.seasonslot.data.everybody[164].controller = _root.player[164].controller;
_root.seasonslot.data.everybody[165] = new Object();
_root.seasonslot.data.everybody[165].sex = _root.player[165].sex;
_root.seasonslot.data.everybody[165].fname = _root.player[165].fname;
_root.seasonslot.data.everybody[165].lname = _root.player[165].lname;
_root.seasonslot.data.everybody[165].rank = _root.player[165].rank;
_root.seasonslot.data.everybody[165].loc = _root.player[165].loc;
_root.seasonslot.data.everybody[165].wins = _root.player[165].wins;
_root.seasonslot.data.everybody[165].losses = _root.player[165].losses;
_root.seasonslot.data.everybody[165].points = _root.player[165].points;
_root.seasonslot.data.everybody[165].sprite = _root.player[165].sprite;
_root.seasonslot.data.everybody[165].character = _root.player[165].character;
_root.seasonslot.data.everybody[165].ichampion = _root.player[165].ichampion;
_root.seasonslot.data.everybody[165].ichampiontimes = _root.player[165].ichampiontimes;
_root.seasonslot.data.everybody[165].zchampion = _root.player[165].zchampion;
_root.seasonslot.data.everybody[165].zchampiontimes = _root.player[165].zchampiontimes;
_root.seasonslot.data.everybody[165].wchampion = _root.player[165].wchampion;
_root.seasonslot.data.everybody[165].wchampiontimes = _root.player[165].wchampiontimes;
_root.seasonslot.data.everybody[165].badges = _root.player[165].badges;
_root.seasonslot.data.everybody[165].skill = _root.player[165].skill;
_root.seasonslot.data.everybody[165].controller = _root.player[165].controller;
_root.seasonslot.data.everybody[166] = new Object();
_root.seasonslot.data.everybody[166].sex = _root.player[166].sex;
_root.seasonslot.data.everybody[166].fname = _root.player[166].fname;
_root.seasonslot.data.everybody[166].lname = _root.player[166].lname;
_root.seasonslot.data.everybody[166].rank = _root.player[166].rank;
_root.seasonslot.data.everybody[166].loc = _root.player[166].loc;
_root.seasonslot.data.everybody[166].wins = _root.player[166].wins;
_root.seasonslot.data.everybody[166].losses = _root.player[166].losses;
_root.seasonslot.data.everybody[166].points = _root.player[166].points;
_root.seasonslot.data.everybody[166].sprite = _root.player[166].sprite;
_root.seasonslot.data.everybody[166].character = _root.player[166].character;
_root.seasonslot.data.everybody[166].ichampion = _root.player[166].ichampion;
_root.seasonslot.data.everybody[166].ichampiontimes = _root.player[166].ichampiontimes;
_root.seasonslot.data.everybody[166].zchampion = _root.player[166].zchampion;
_root.seasonslot.data.everybody[166].zchampiontimes = _root.player[166].zchampiontimes;
_root.seasonslot.data.everybody[166].wchampion = _root.player[166].wchampion;
_root.seasonslot.data.everybody[166].wchampiontimes = _root.player[166].wchampiontimes;
_root.seasonslot.data.everybody[166].badges = _root.player[166].badges;
_root.seasonslot.data.everybody[166].skill = _root.player[166].skill;
_root.seasonslot.data.everybody[166].controller = _root.player[166].controller;
_root.seasonslot.data.everybody[167] = new Object();
_root.seasonslot.data.everybody[167].sex = _root.player[167].sex;
_root.seasonslot.data.everybody[167].fname = _root.player[167].fname;
_root.seasonslot.data.everybody[167].lname = _root.player[167].lname;
_root.seasonslot.data.everybody[167].rank = _root.player[167].rank;
_root.seasonslot.data.everybody[167].loc = _root.player[167].loc;
_root.seasonslot.data.everybody[167].wins = _root.player[167].wins;
_root.seasonslot.data.everybody[167].losses = _root.player[167].losses;
_root.seasonslot.data.everybody[167].points = _root.player[167].points;
_root.seasonslot.data.everybody[167].sprite = _root.player[167].sprite;
_root.seasonslot.data.everybody[167].character = _root.player[167].character;
_root.seasonslot.data.everybody[167].ichampion = _root.player[167].ichampion;
_root.seasonslot.data.everybody[167].ichampiontimes = _root.player[167].ichampiontimes;
_root.seasonslot.data.everybody[167].zchampion = _root.player[167].zchampion;
_root.seasonslot.data.everybody[167].zchampiontimes = _root.player[167].zchampiontimes;
_root.seasonslot.data.everybody[167].wchampion = _root.player[167].wchampion;
_root.seasonslot.data.everybody[167].wchampiontimes = _root.player[167].wchampiontimes;
_root.seasonslot.data.everybody[167].badges = _root.player[167].badges;
_root.seasonslot.data.everybody[167].skill = _root.player[167].skill;
_root.seasonslot.data.everybody[167].controller = _root.player[167].controller;
_root.seasonslot.data.everybody[168] = new Object();
_root.seasonslot.data.everybody[168].sex = _root.player[168].sex;
_root.seasonslot.data.everybody[168].fname = _root.player[168].fname;
_root.seasonslot.data.everybody[168].lname = _root.player[168].lname;
_root.seasonslot.data.everybody[168].rank = _root.player[168].rank;
_root.seasonslot.data.everybody[168].loc = _root.player[168].loc;
_root.seasonslot.data.everybody[168].wins = _root.player[168].wins;
_root.seasonslot.data.everybody[168].losses = _root.player[168].losses;
_root.seasonslot.data.everybody[168].points = _root.player[168].points;
_root.seasonslot.data.everybody[168].sprite = _root.player[168].sprite;
_root.seasonslot.data.everybody[168].character = _root.player[168].character;
_root.seasonslot.data.everybody[168].ichampion = _root.player[168].ichampion;
_root.seasonslot.data.everybody[168].ichampiontimes = _root.player[168].ichampiontimes;
_root.seasonslot.data.everybody[168].zchampion = _root.player[168].zchampion;
_root.seasonslot.data.everybody[168].zchampiontimes = _root.player[168].zchampiontimes;
_root.seasonslot.data.everybody[168].wchampion = _root.player[168].wchampion;
_root.seasonslot.data.everybody[168].wchampiontimes = _root.player[168].wchampiontimes;
_root.seasonslot.data.everybody[168].badges = _root.player[168].badges;
_root.seasonslot.data.everybody[168].skill = _root.player[168].skill;
_root.seasonslot.data.everybody[168].controller = _root.player[168].controller;
_root.seasonslot.data.everybody[169] = new Object();
_root.seasonslot.data.everybody[169].sex = _root.player[169].sex;
_root.seasonslot.data.everybody[169].fname = _root.player[169].fname;
_root.seasonslot.data.everybody[169].lname = _root.player[169].lname;
_root.seasonslot.data.everybody[169].rank = _root.player[169].rank;
_root.seasonslot.data.everybody[169].loc = _root.player[169].loc;
_root.seasonslot.data.everybody[169].wins = _root.player[169].wins;
_root.seasonslot.data.everybody[169].losses = _root.player[169].losses;
_root.seasonslot.data.everybody[169].points = _root.player[169].points;
_root.seasonslot.data.everybody[169].sprite = _root.player[169].sprite;
_root.seasonslot.data.everybody[169].character = _root.player[169].character;
_root.seasonslot.data.everybody[169].ichampion = _root.player[169].ichampion;
_root.seasonslot.data.everybody[169].ichampiontimes = _root.player[169].ichampiontimes;
_root.seasonslot.data.everybody[169].zchampion = _root.player[169].zchampion;
_root.seasonslot.data.everybody[169].zchampiontimes = _root.player[169].zchampiontimes;
_root.seasonslot.data.everybody[169].wchampion = _root.player[169].wchampion;
_root.seasonslot.data.everybody[169].wchampiontimes = _root.player[169].wchampiontimes;
_root.seasonslot.data.everybody[169].badges = _root.player[169].badges;
_root.seasonslot.data.everybody[169].skill = _root.player[169].skill;
_root.seasonslot.data.everybody[169].controller = _root.player[169].controller;
_root.seasonslot.data.everybody[170] = new Object();
_root.seasonslot.data.everybody[170].sex = _root.player[170].sex;
_root.seasonslot.data.everybody[170].fname = _root.player[170].fname;
_root.seasonslot.data.everybody[170].lname = _root.player[170].lname;
_root.seasonslot.data.everybody[170].rank = _root.player[170].rank;
_root.seasonslot.data.everybody[170].loc = _root.player[170].loc;
_root.seasonslot.data.everybody[170].wins = _root.player[170].wins;
_root.seasonslot.data.everybody[170].losses = _root.player[170].losses;
_root.seasonslot.data.everybody[170].points = _root.player[170].points;
_root.seasonslot.data.everybody[170].sprite = _root.player[170].sprite;
_root.seasonslot.data.everybody[170].character = _root.player[170].character;
_root.seasonslot.data.everybody[170].ichampion = _root.player[170].ichampion;
_root.seasonslot.data.everybody[170].ichampiontimes = _root.player[170].ichampiontimes;
_root.seasonslot.data.everybody[170].zchampion = _root.player[170].zchampion;
_root.seasonslot.data.everybody[170].zchampiontimes = _root.player[170].zchampiontimes;
_root.seasonslot.data.everybody[170].wchampion = _root.player[170].wchampion;
_root.seasonslot.data.everybody[170].wchampiontimes = _root.player[170].wchampiontimes;
_root.seasonslot.data.everybody[170].badges = _root.player[170].badges;
_root.seasonslot.data.everybody[170].skill = _root.player[170].skill;
_root.seasonslot.data.everybody[170].controller = _root.player[170].controller;
_root.seasonslot.data.everybody[171] = new Object();
_root.seasonslot.data.everybody[171].sex = _root.player[171].sex;
_root.seasonslot.data.everybody[171].fname = _root.player[171].fname;
_root.seasonslot.data.everybody[171].lname = _root.player[171].lname;
_root.seasonslot.data.everybody[171].rank = _root.player[171].rank;
_root.seasonslot.data.everybody[171].loc = _root.player[171].loc;
_root.seasonslot.data.everybody[171].wins = _root.player[171].wins;
_root.seasonslot.data.everybody[171].losses = _root.player[171].losses;
_root.seasonslot.data.everybody[171].points = _root.player[171].points;
_root.seasonslot.data.everybody[171].sprite = _root.player[171].sprite;
_root.seasonslot.data.everybody[171].character = _root.player[171].character;
_root.seasonslot.data.everybody[171].ichampion = _root.player[171].ichampion;
_root.seasonslot.data.everybody[171].ichampiontimes = _root.player[171].ichampiontimes;
_root.seasonslot.data.everybody[171].zchampion = _root.player[171].zchampion;
_root.seasonslot.data.everybody[171].zchampiontimes = _root.player[171].zchampiontimes;
_root.seasonslot.data.everybody[171].wchampion = _root.player[171].wchampion;
_root.seasonslot.data.everybody[171].wchampiontimes = _root.player[171].wchampiontimes;
_root.seasonslot.data.everybody[171].badges = _root.player[171].badges;
_root.seasonslot.data.everybody[171].skill = _root.player[171].skill;
_root.seasonslot.data.everybody[171].controller = _root.player[171].controller;
_root.seasonslot.data.everybody[172] = new Object();
_root.seasonslot.data.everybody[172].sex = _root.player[172].sex;
_root.seasonslot.data.everybody[172].fname = _root.player[172].fname;
_root.seasonslot.data.everybody[172].lname = _root.player[172].lname;
_root.seasonslot.data.everybody[172].rank = _root.player[172].rank;
_root.seasonslot.data.everybody[172].loc = _root.player[172].loc;
_root.seasonslot.data.everybody[172].wins = _root.player[172].wins;
_root.seasonslot.data.everybody[172].losses = _root.player[172].losses;
_root.seasonslot.data.everybody[172].points = _root.player[172].points;
_root.seasonslot.data.everybody[172].sprite = _root.player[172].sprite;
_root.seasonslot.data.everybody[172].character = _root.player[172].character;
_root.seasonslot.data.everybody[172].ichampion = _root.player[172].ichampion;
_root.seasonslot.data.everybody[172].ichampiontimes = _root.player[172].ichampiontimes;
_root.seasonslot.data.everybody[172].zchampion = _root.player[172].zchampion;
_root.seasonslot.data.everybody[172].zchampiontimes = _root.player[172].zchampiontimes;
_root.seasonslot.data.everybody[172].wchampion = _root.player[172].wchampion;
_root.seasonslot.data.everybody[172].wchampiontimes = _root.player[172].wchampiontimes;
_root.seasonslot.data.everybody[172].badges = _root.player[172].badges;
_root.seasonslot.data.everybody[172].skill = _root.player[172].skill;
_root.seasonslot.data.everybody[172].controller = _root.player[172].controller;
_root.seasonslot.data.everybody[173] = new Object();
_root.seasonslot.data.everybody[173].sex = _root.player[173].sex;
_root.seasonslot.data.everybody[173].fname = _root.player[173].fname;
_root.seasonslot.data.everybody[173].lname = _root.player[173].lname;
_root.seasonslot.data.everybody[173].rank = _root.player[173].rank;
_root.seasonslot.data.everybody[173].loc = _root.player[173].loc;
_root.seasonslot.data.everybody[173].wins = _root.player[173].wins;
_root.seasonslot.data.everybody[173].losses = _root.player[173].losses;
_root.seasonslot.data.everybody[173].points = _root.player[173].points;
_root.seasonslot.data.everybody[173].sprite = _root.player[173].sprite;
_root.seasonslot.data.everybody[173].character = _root.player[173].character;
_root.seasonslot.data.everybody[173].ichampion = _root.player[173].ichampion;
_root.seasonslot.data.everybody[173].ichampiontimes = _root.player[173].ichampiontimes;
_root.seasonslot.data.everybody[173].zchampion = _root.player[173].zchampion;
_root.seasonslot.data.everybody[173].zchampiontimes = _root.player[173].zchampiontimes;
_root.seasonslot.data.everybody[173].wchampion = _root.player[173].wchampion;
_root.seasonslot.data.everybody[173].wchampiontimes = _root.player[173].wchampiontimes;
_root.seasonslot.data.everybody[173].badges = _root.player[173].badges;
_root.seasonslot.data.everybody[173].skill = _root.player[173].skill;
_root.seasonslot.data.everybody[173].controller = _root.player[173].controller;
_root.seasonslot.data.everybody[174] = new Object();
_root.seasonslot.data.everybody[174].sex = _root.player[174].sex;
_root.seasonslot.data.everybody[174].fname = _root.player[174].fname;
_root.seasonslot.data.everybody[174].lname = _root.player[174].lname;
_root.seasonslot.data.everybody[174].rank = _root.player[174].rank;
_root.seasonslot.data.everybody[174].loc = _root.player[174].loc;
_root.seasonslot.data.everybody[174].wins = _root.player[174].wins;
_root.seasonslot.data.everybody[174].losses = _root.player[174].losses;
_root.seasonslot.data.everybody[174].points = _root.player[174].points;
_root.seasonslot.data.everybody[174].sprite = _root.player[174].sprite;
_root.seasonslot.data.everybody[174].character = _root.player[174].character;
_root.seasonslot.data.everybody[174].ichampion = _root.player[174].ichampion;
_root.seasonslot.data.everybody[174].ichampiontimes = _root.player[174].ichampiontimes;
_root.seasonslot.data.everybody[174].zchampion = _root.player[174].zchampion;
_root.seasonslot.data.everybody[174].zchampiontimes = _root.player[174].zchampiontimes;
_root.seasonslot.data.everybody[174].wchampion = _root.player[174].wchampion;
_root.seasonslot.data.everybody[174].wchampiontimes = _root.player[174].wchampiontimes;
_root.seasonslot.data.everybody[174].badges = _root.player[174].badges;
_root.seasonslot.data.everybody[174].skill = _root.player[174].skill;
_root.seasonslot.data.everybody[174].controller = _root.player[174].controller;
_root.seasonslot.data.everybody[175] = new Object();
_root.seasonslot.data.everybody[175].sex = _root.player[175].sex;
_root.seasonslot.data.everybody[175].fname = _root.player[175].fname;
_root.seasonslot.data.everybody[175].lname = _root.player[175].lname;
_root.seasonslot.data.everybody[175].rank = _root.player[175].rank;
_root.seasonslot.data.everybody[175].loc = _root.player[175].loc;
_root.seasonslot.data.everybody[175].wins = _root.player[175].wins;
_root.seasonslot.data.everybody[175].losses = _root.player[175].losses;
_root.seasonslot.data.everybody[175].points = _root.player[175].points;
_root.seasonslot.data.everybody[175].sprite = _root.player[175].sprite;
_root.seasonslot.data.everybody[175].character = _root.player[175].character;
_root.seasonslot.data.everybody[175].ichampion = _root.player[175].ichampion;
_root.seasonslot.data.everybody[175].ichampiontimes = _root.player[175].ichampiontimes;
_root.seasonslot.data.everybody[175].zchampion = _root.player[175].zchampion;
_root.seasonslot.data.everybody[175].zchampiontimes = _root.player[175].zchampiontimes;
_root.seasonslot.data.everybody[175].wchampion = _root.player[175].wchampion;
_root.seasonslot.data.everybody[175].wchampiontimes = _root.player[175].wchampiontimes;
_root.seasonslot.data.everybody[175].badges = _root.player[175].badges;
_root.seasonslot.data.everybody[175].skill = _root.player[175].skill;
_root.seasonslot.data.everybody[175].controller = _root.player[175].controller;
_root.seasonslot.data.everybody[176] = new Object();
_root.seasonslot.data.everybody[176].sex = _root.player[176].sex;
_root.seasonslot.data.everybody[176].fname = _root.player[176].fname;
_root.seasonslot.data.everybody[176].lname = _root.player[176].lname;
_root.seasonslot.data.everybody[176].rank = _root.player[176].rank;
_root.seasonslot.data.everybody[176].loc = _root.player[176].loc;
_root.seasonslot.data.everybody[176].wins = _root.player[176].wins;
_root.seasonslot.data.everybody[176].losses = _root.player[176].losses;
_root.seasonslot.data.everybody[176].points = _root.player[176].points;
_root.seasonslot.data.everybody[176].sprite = _root.player[176].sprite;
_root.seasonslot.data.everybody[176].character = _root.player[176].character;
_root.seasonslot.data.everybody[176].ichampion = _root.player[176].ichampion;
_root.seasonslot.data.everybody[176].ichampiontimes = _root.player[176].ichampiontimes;
_root.seasonslot.data.everybody[176].zchampion = _root.player[176].zchampion;
_root.seasonslot.data.everybody[176].zchampiontimes = _root.player[176].zchampiontimes;
_root.seasonslot.data.everybody[176].wchampion = _root.player[176].wchampion;
_root.seasonslot.data.everybody[176].wchampiontimes = _root.player[176].wchampiontimes;
_root.seasonslot.data.everybody[176].badges = _root.player[176].badges;
_root.seasonslot.data.everybody[176].skill = _root.player[176].skill;
_root.seasonslot.data.everybody[176].controller = _root.player[176].controller;
_root.seasonslot.data.everybody[177] = new Object();
_root.seasonslot.data.everybody[177].sex = _root.player[177].sex;
_root.seasonslot.data.everybody[177].fname = _root.player[177].fname;
_root.seasonslot.data.everybody[177].lname = _root.player[177].lname;
_root.seasonslot.data.everybody[177].rank = _root.player[177].rank;
_root.seasonslot.data.everybody[177].loc = _root.player[177].loc;
_root.seasonslot.data.everybody[177].wins = _root.player[177].wins;
_root.seasonslot.data.everybody[177].losses = _root.player[177].losses;
_root.seasonslot.data.everybody[177].points = _root.player[177].points;
_root.seasonslot.data.everybody[177].sprite = _root.player[177].sprite;
_root.seasonslot.data.everybody[177].character = _root.player[177].character;
_root.seasonslot.data.everybody[177].ichampion = _root.player[177].ichampion;
_root.seasonslot.data.everybody[177].ichampiontimes = _root.player[177].ichampiontimes;
_root.seasonslot.data.everybody[177].zchampion = _root.player[177].zchampion;
_root.seasonslot.data.everybody[177].zchampiontimes = _root.player[177].zchampiontimes;
_root.seasonslot.data.everybody[177].wchampion = _root.player[177].wchampion;
_root.seasonslot.data.everybody[177].wchampiontimes = _root.player[177].wchampiontimes;
_root.seasonslot.data.everybody[177].badges = _root.player[177].badges;
_root.seasonslot.data.everybody[177].skill = _root.player[177].skill;
_root.seasonslot.data.everybody[177].controller = _root.player[177].controller;
_root.seasonslot.data.everybody[178] = new Object();
_root.seasonslot.data.everybody[178].sex = _root.player[178].sex;
_root.seasonslot.data.everybody[178].fname = _root.player[178].fname;
_root.seasonslot.data.everybody[178].lname = _root.player[178].lname;
_root.seasonslot.data.everybody[178].rank = _root.player[178].rank;
_root.seasonslot.data.everybody[178].loc = _root.player[178].loc;
_root.seasonslot.data.everybody[178].wins = _root.player[178].wins;
_root.seasonslot.data.everybody[178].losses = _root.player[178].losses;
_root.seasonslot.data.everybody[178].points = _root.player[178].points;
_root.seasonslot.data.everybody[178].sprite = _root.player[178].sprite;
_root.seasonslot.data.everybody[178].character = _root.player[178].character;
_root.seasonslot.data.everybody[178].ichampion = _root.player[178].ichampion;
_root.seasonslot.data.everybody[178].ichampiontimes = _root.player[178].ichampiontimes;
_root.seasonslot.data.everybody[178].zchampion = _root.player[178].zchampion;
_root.seasonslot.data.everybody[178].zchampiontimes = _root.player[178].zchampiontimes;
_root.seasonslot.data.everybody[178].wchampion = _root.player[178].wchampion;
_root.seasonslot.data.everybody[178].wchampiontimes = _root.player[178].wchampiontimes;
_root.seasonslot.data.everybody[178].badges = _root.player[178].badges;
_root.seasonslot.data.everybody[178].skill = _root.player[178].skill;
_root.seasonslot.data.everybody[178].controller = _root.player[178].controller;
_root.seasonslot.data.everybody[179] = new Object();
_root.seasonslot.data.everybody[179].sex = _root.player[179].sex;
_root.seasonslot.data.everybody[179].fname = _root.player[179].fname;
_root.seasonslot.data.everybody[179].lname = _root.player[179].lname;
_root.seasonslot.data.everybody[179].rank = _root.player[179].rank;
_root.seasonslot.data.everybody[179].loc = _root.player[179].loc;
_root.seasonslot.data.everybody[179].wins = _root.player[179].wins;
_root.seasonslot.data.everybody[179].losses = _root.player[179].losses;
_root.seasonslot.data.everybody[179].points = _root.player[179].points;
_root.seasonslot.data.everybody[179].sprite = _root.player[179].sprite;
_root.seasonslot.data.everybody[179].character = _root.player[179].character;
_root.seasonslot.data.everybody[179].ichampion = _root.player[179].ichampion;
_root.seasonslot.data.everybody[179].ichampiontimes = _root.player[179].ichampiontimes;
_root.seasonslot.data.everybody[179].zchampion = _root.player[179].zchampion;
_root.seasonslot.data.everybody[179].zchampiontimes = _root.player[179].zchampiontimes;
_root.seasonslot.data.everybody[179].wchampion = _root.player[179].wchampion;
_root.seasonslot.data.everybody[179].wchampiontimes = _root.player[179].wchampiontimes;
_root.seasonslot.data.everybody[179].badges = _root.player[179].badges;
_root.seasonslot.data.everybody[179].skill = _root.player[179].skill;
_root.seasonslot.data.everybody[179].controller = _root.player[179].controller;
_root.seasonslot.data.everybody[180] = new Object();
_root.seasonslot.data.everybody[180].sex = _root.player[180].sex;
_root.seasonslot.data.everybody[180].fname = _root.player[180].fname;
_root.seasonslot.data.everybody[180].lname = _root.player[180].lname;
_root.seasonslot.data.everybody[180].rank = _root.player[180].rank;
_root.seasonslot.data.everybody[180].loc = _root.player[180].loc;
_root.seasonslot.data.everybody[180].wins = _root.player[180].wins;
_root.seasonslot.data.everybody[180].losses = _root.player[180].losses;
_root.seasonslot.data.everybody[180].points = _root.player[180].points;
_root.seasonslot.data.everybody[180].sprite = _root.player[180].sprite;
_root.seasonslot.data.everybody[180].character = _root.player[180].character;
_root.seasonslot.data.everybody[180].ichampion = _root.player[180].ichampion;
_root.seasonslot.data.everybody[180].ichampiontimes = _root.player[180].ichampiontimes;
_root.seasonslot.data.everybody[180].zchampion = _root.player[180].zchampion;
_root.seasonslot.data.everybody[180].zchampiontimes = _root.player[180].zchampiontimes;
_root.seasonslot.data.everybody[180].wchampion = _root.player[180].wchampion;
_root.seasonslot.data.everybody[180].wchampiontimes = _root.player[180].wchampiontimes;
_root.seasonslot.data.everybody[180].badges = _root.player[180].badges;
_root.seasonslot.data.everybody[180].skill = _root.player[180].skill;
_root.seasonslot.data.everybody[180].controller = _root.player[180].controller;
_root.seasonslot.data.everybody[181] = new Object();
_root.seasonslot.data.everybody[181].sex = _root.player[181].sex;
_root.seasonslot.data.everybody[181].fname = _root.player[181].fname;
_root.seasonslot.data.everybody[181].lname = _root.player[181].lname;
_root.seasonslot.data.everybody[181].rank = _root.player[181].rank;
_root.seasonslot.data.everybody[181].loc = _root.player[181].loc;
_root.seasonslot.data.everybody[181].wins = _root.player[181].wins;
_root.seasonslot.data.everybody[181].losses = _root.player[181].losses;
_root.seasonslot.data.everybody[181].points = _root.player[181].points;
_root.seasonslot.data.everybody[181].sprite = _root.player[181].sprite;
_root.seasonslot.data.everybody[181].character = _root.player[181].character;
_root.seasonslot.data.everybody[181].ichampion = _root.player[181].ichampion;
_root.seasonslot.data.everybody[181].ichampiontimes = _root.player[181].ichampiontimes;
_root.seasonslot.data.everybody[181].zchampion = _root.player[181].zchampion;
_root.seasonslot.data.everybody[181].zchampiontimes = _root.player[181].zchampiontimes;
_root.seasonslot.data.everybody[181].wchampion = _root.player[181].wchampion;
_root.seasonslot.data.everybody[181].wchampiontimes = _root.player[181].wchampiontimes;
_root.seasonslot.data.everybody[181].badges = _root.player[181].badges;
_root.seasonslot.data.everybody[181].skill = _root.player[181].skill;
_root.seasonslot.data.everybody[181].controller = _root.player[181].controller;
_root.seasonslot.data.everybody[182] = new Object();
_root.seasonslot.data.everybody[182].sex = _root.player[182].sex;
_root.seasonslot.data.everybody[182].fname = _root.player[182].fname;
_root.seasonslot.data.everybody[182].lname = _root.player[182].lname;
_root.seasonslot.data.everybody[182].rank = _root.player[182].rank;
_root.seasonslot.data.everybody[182].loc = _root.player[182].loc;
_root.seasonslot.data.everybody[182].wins = _root.player[182].wins;
_root.seasonslot.data.everybody[182].losses = _root.player[182].losses;
_root.seasonslot.data.everybody[182].points = _root.player[182].points;
_root.seasonslot.data.everybody[182].sprite = _root.player[182].sprite;
_root.seasonslot.data.everybody[182].character = _root.player[182].character;
_root.seasonslot.data.everybody[182].ichampion = _root.player[182].ichampion;
_root.seasonslot.data.everybody[182].ichampiontimes = _root.player[182].ichampiontimes;
_root.seasonslot.data.everybody[182].zchampion = _root.player[182].zchampion;
_root.seasonslot.data.everybody[182].zchampiontimes = _root.player[182].zchampiontimes;
_root.seasonslot.data.everybody[182].wchampion = _root.player[182].wchampion;
_root.seasonslot.data.everybody[182].wchampiontimes = _root.player[182].wchampiontimes;
_root.seasonslot.data.everybody[182].badges = _root.player[182].badges;
_root.seasonslot.data.everybody[182].skill = _root.player[182].skill;
_root.seasonslot.data.everybody[182].controller = _root.player[182].controller;
_root.seasonslot.data.everybody[183] = new Object();
_root.seasonslot.data.everybody[183].sex = _root.player[183].sex;
_root.seasonslot.data.everybody[183].fname = _root.player[183].fname;
_root.seasonslot.data.everybody[183].lname = _root.player[183].lname;
_root.seasonslot.data.everybody[183].rank = _root.player[183].rank;
_root.seasonslot.data.everybody[183].loc = _root.player[183].loc;
_root.seasonslot.data.everybody[183].wins = _root.player[183].wins;
_root.seasonslot.data.everybody[183].losses = _root.player[183].losses;
_root.seasonslot.data.everybody[183].points = _root.player[183].points;
_root.seasonslot.data.everybody[183].sprite = _root.player[183].sprite;
_root.seasonslot.data.everybody[183].character = _root.player[183].character;
_root.seasonslot.data.everybody[183].ichampion = _root.player[183].ichampion;
_root.seasonslot.data.everybody[183].ichampiontimes = _root.player[183].ichampiontimes;
_root.seasonslot.data.everybody[183].zchampion = _root.player[183].zchampion;
_root.seasonslot.data.everybody[183].zchampiontimes = _root.player[183].zchampiontimes;
_root.seasonslot.data.everybody[183].wchampion = _root.player[183].wchampion;
_root.seasonslot.data.everybody[183].wchampiontimes = _root.player[183].wchampiontimes;
_root.seasonslot.data.everybody[183].badges = _root.player[183].badges;
_root.seasonslot.data.everybody[183].skill = _root.player[183].skill;
_root.seasonslot.data.everybody[183].controller = _root.player[183].controller;
_root.seasonslot.data.everybody[184] = new Object();
_root.seasonslot.data.everybody[184].sex = _root.player[184].sex;
_root.seasonslot.data.everybody[184].fname = _root.player[184].fname;
_root.seasonslot.data.everybody[184].lname = _root.player[184].lname;
_root.seasonslot.data.everybody[184].rank = _root.player[184].rank;
_root.seasonslot.data.everybody[184].loc = _root.player[184].loc;
_root.seasonslot.data.everybody[184].wins = _root.player[184].wins;
_root.seasonslot.data.everybody[184].losses = _root.player[184].losses;
_root.seasonslot.data.everybody[184].points = _root.player[184].points;
_root.seasonslot.data.everybody[184].sprite = _root.player[184].sprite;
_root.seasonslot.data.everybody[184].character = _root.player[184].character;
_root.seasonslot.data.everybody[184].ichampion = _root.player[184].ichampion;
_root.seasonslot.data.everybody[184].ichampiontimes = _root.player[184].ichampiontimes;
_root.seasonslot.data.everybody[184].zchampion = _root.player[184].zchampion;
_root.seasonslot.data.everybody[184].zchampiontimes = _root.player[184].zchampiontimes;
_root.seasonslot.data.everybody[184].wchampion = _root.player[184].wchampion;
_root.seasonslot.data.everybody[184].wchampiontimes = _root.player[184].wchampiontimes;
_root.seasonslot.data.everybody[184].badges = _root.player[184].badges;
_root.seasonslot.data.everybody[184].skill = _root.player[184].skill;
_root.seasonslot.data.everybody[184].controller = _root.player[184].controller;
_root.seasonslot.data.everybody[185] = new Object();
_root.seasonslot.data.everybody[185].sex = _root.player[185].sex;
_root.seasonslot.data.everybody[185].fname = _root.player[185].fname;
_root.seasonslot.data.everybody[185].lname = _root.player[185].lname;
_root.seasonslot.data.everybody[185].rank = _root.player[185].rank;
_root.seasonslot.data.everybody[185].loc = _root.player[185].loc;
_root.seasonslot.data.everybody[185].wins = _root.player[185].wins;
_root.seasonslot.data.everybody[185].losses = _root.player[185].losses;
_root.seasonslot.data.everybody[185].points = _root.player[185].points;
_root.seasonslot.data.everybody[185].sprite = _root.player[185].sprite;
_root.seasonslot.data.everybody[185].character = _root.player[185].character;
_root.seasonslot.data.everybody[185].ichampion = _root.player[185].ichampion;
_root.seasonslot.data.everybody[185].ichampiontimes = _root.player[185].ichampiontimes;
_root.seasonslot.data.everybody[185].zchampion = _root.player[185].zchampion;
_root.seasonslot.data.everybody[185].zchampiontimes = _root.player[185].zchampiontimes;
_root.seasonslot.data.everybody[185].wchampion = _root.player[185].wchampion;
_root.seasonslot.data.everybody[185].wchampiontimes = _root.player[185].wchampiontimes;
_root.seasonslot.data.everybody[185].badges = _root.player[185].badges;
_root.seasonslot.data.everybody[185].skill = _root.player[185].skill;
_root.seasonslot.data.everybody[185].controller = _root.player[185].controller;
_root.seasonslot.data.everybody[186] = new Object();
_root.seasonslot.data.everybody[186].sex = _root.player[186].sex;
_root.seasonslot.data.everybody[186].fname = _root.player[186].fname;
_root.seasonslot.data.everybody[186].lname = _root.player[186].lname;
_root.seasonslot.data.everybody[186].rank = _root.player[186].rank;
_root.seasonslot.data.everybody[186].loc = _root.player[186].loc;
_root.seasonslot.data.everybody[186].wins = _root.player[186].wins;
_root.seasonslot.data.everybody[186].losses = _root.player[186].losses;
_root.seasonslot.data.everybody[186].points = _root.player[186].points;
_root.seasonslot.data.everybody[186].sprite = _root.player[186].sprite;
_root.seasonslot.data.everybody[186].character = _root.player[186].character;
_root.seasonslot.data.everybody[186].ichampion = _root.player[186].ichampion;
_root.seasonslot.data.everybody[186].ichampiontimes = _root.player[186].ichampiontimes;
_root.seasonslot.data.everybody[186].zchampion = _root.player[186].zchampion;
_root.seasonslot.data.everybody[186].zchampiontimes = _root.player[186].zchampiontimes;
_root.seasonslot.data.everybody[186].wchampion = _root.player[186].wchampion;
_root.seasonslot.data.everybody[186].wchampiontimes = _root.player[186].wchampiontimes;
_root.seasonslot.data.everybody[186].badges = _root.player[186].badges;
_root.seasonslot.data.everybody[186].skill = _root.player[186].skill;
_root.seasonslot.data.everybody[186].controller = _root.player[186].controller;
_root.seasonslot.data.everybody[187] = new Object();
_root.seasonslot.data.everybody[187].sex = _root.player[187].sex;
_root.seasonslot.data.everybody[187].fname = _root.player[187].fname;
_root.seasonslot.data.everybody[187].lname = _root.player[187].lname;
_root.seasonslot.data.everybody[187].rank = _root.player[187].rank;
_root.seasonslot.data.everybody[187].loc = _root.player[187].loc;
_root.seasonslot.data.everybody[187].wins = _root.player[187].wins;
_root.seasonslot.data.everybody[187].losses = _root.player[187].losses;
_root.seasonslot.data.everybody[187].points = _root.player[187].points;
_root.seasonslot.data.everybody[187].sprite = _root.player[187].sprite;
_root.seasonslot.data.everybody[187].character = _root.player[187].character;
_root.seasonslot.data.everybody[187].ichampion = _root.player[187].ichampion;
_root.seasonslot.data.everybody[187].ichampiontimes = _root.player[187].ichampiontimes;
_root.seasonslot.data.everybody[187].zchampion = _root.player[187].zchampion;
_root.seasonslot.data.everybody[187].zchampiontimes = _root.player[187].zchampiontimes;
_root.seasonslot.data.everybody[187].wchampion = _root.player[187].wchampion;
_root.seasonslot.data.everybody[187].wchampiontimes = _root.player[187].wchampiontimes;
_root.seasonslot.data.everybody[187].badges = _root.player[187].badges;
_root.seasonslot.data.everybody[187].skill = _root.player[187].skill;
_root.seasonslot.data.everybody[187].controller = _root.player[187].controller;
_root.seasonslot.data.everybody[188] = new Object();
_root.seasonslot.data.everybody[188].sex = _root.player[188].sex;
_root.seasonslot.data.everybody[188].fname = _root.player[188].fname;
_root.seasonslot.data.everybody[188].lname = _root.player[188].lname;
_root.seasonslot.data.everybody[188].rank = _root.player[188].rank;
_root.seasonslot.data.everybody[188].loc = _root.player[188].loc;
_root.seasonslot.data.everybody[188].wins = _root.player[188].wins;
_root.seasonslot.data.everybody[188].losses = _root.player[188].losses;
_root.seasonslot.data.everybody[188].points = _root.player[188].points;
_root.seasonslot.data.everybody[188].sprite = _root.player[188].sprite;
_root.seasonslot.data.everybody[188].character = _root.player[188].character;
_root.seasonslot.data.everybody[188].ichampion = _root.player[188].ichampion;
_root.seasonslot.data.everybody[188].ichampiontimes = _root.player[188].ichampiontimes;
_root.seasonslot.data.everybody[188].zchampion = _root.player[188].zchampion;
_root.seasonslot.data.everybody[188].zchampiontimes = _root.player[188].zchampiontimes;
_root.seasonslot.data.everybody[188].wchampion = _root.player[188].wchampion;
_root.seasonslot.data.everybody[188].wchampiontimes = _root.player[188].wchampiontimes;
_root.seasonslot.data.everybody[188].badges = _root.player[188].badges;
_root.seasonslot.data.everybody[188].skill = _root.player[188].skill;
_root.seasonslot.data.everybody[188].controller = _root.player[188].controller;
_root.seasonslot.data.everybody[189] = new Object();
_root.seasonslot.data.everybody[189].sex = _root.player[189].sex;
_root.seasonslot.data.everybody[189].fname = _root.player[189].fname;
_root.seasonslot.data.everybody[189].lname = _root.player[189].lname;
_root.seasonslot.data.everybody[189].rank = _root.player[189].rank;
_root.seasonslot.data.everybody[189].loc = _root.player[189].loc;
_root.seasonslot.data.everybody[189].wins = _root.player[189].wins;
_root.seasonslot.data.everybody[189].losses = _root.player[189].losses;
_root.seasonslot.data.everybody[189].points = _root.player[189].points;
_root.seasonslot.data.everybody[189].sprite = _root.player[189].sprite;
_root.seasonslot.data.everybody[189].character = _root.player[189].character;
_root.seasonslot.data.everybody[189].ichampion = _root.player[189].ichampion;
_root.seasonslot.data.everybody[189].ichampiontimes = _root.player[189].ichampiontimes;
_root.seasonslot.data.everybody[189].zchampion = _root.player[189].zchampion;
_root.seasonslot.data.everybody[189].zchampiontimes = _root.player[189].zchampiontimes;
_root.seasonslot.data.everybody[189].wchampion = _root.player[189].wchampion;
_root.seasonslot.data.everybody[189].wchampiontimes = _root.player[189].wchampiontimes;
_root.seasonslot.data.everybody[189].badges = _root.player[189].badges;
_root.seasonslot.data.everybody[189].skill = _root.player[189].skill;
_root.seasonslot.data.everybody[189].controller = _root.player[189].controller;
_root.seasonslot.data.everybody[190] = new Object();
_root.seasonslot.data.everybody[190].sex = _root.player[190].sex;
_root.seasonslot.data.everybody[190].fname = _root.player[190].fname;
_root.seasonslot.data.everybody[190].lname = _root.player[190].lname;
_root.seasonslot.data.everybody[190].rank = _root.player[190].rank;
_root.seasonslot.data.everybody[190].loc = _root.player[190].loc;
_root.seasonslot.data.everybody[190].wins = _root.player[190].wins;
_root.seasonslot.data.everybody[190].losses = _root.player[190].losses;
_root.seasonslot.data.everybody[190].points = _root.player[190].points;
_root.seasonslot.data.everybody[190].sprite = _root.player[190].sprite;
_root.seasonslot.data.everybody[190].character = _root.player[190].character;
_root.seasonslot.data.everybody[190].ichampion = _root.player[190].ichampion;
_root.seasonslot.data.everybody[190].ichampiontimes = _root.player[190].ichampiontimes;
_root.seasonslot.data.everybody[190].zchampion = _root.player[190].zchampion;
_root.seasonslot.data.everybody[190].zchampiontimes = _root.player[190].zchampiontimes;
_root.seasonslot.data.everybody[190].wchampion = _root.player[190].wchampion;
_root.seasonslot.data.everybody[190].wchampiontimes = _root.player[190].wchampiontimes;
_root.seasonslot.data.everybody[190].badges = _root.player[190].badges;
_root.seasonslot.data.everybody[190].skill = _root.player[190].skill;
_root.seasonslot.data.everybody[190].controller = _root.player[190].controller;
_root.seasonslot.data.everybody[191] = new Object();
_root.seasonslot.data.everybody[191].sex = _root.player[191].sex;
_root.seasonslot.data.everybody[191].fname = _root.player[191].fname;
_root.seasonslot.data.everybody[191].lname = _root.player[191].lname;
_root.seasonslot.data.everybody[191].rank = _root.player[191].rank;
_root.seasonslot.data.everybody[191].loc = _root.player[191].loc;
_root.seasonslot.data.everybody[191].wins = _root.player[191].wins;
_root.seasonslot.data.everybody[191].losses = _root.player[191].losses;
_root.seasonslot.data.everybody[191].points = _root.player[191].points;
_root.seasonslot.data.everybody[191].sprite = _root.player[191].sprite;
_root.seasonslot.data.everybody[191].character = _root.player[191].character;
_root.seasonslot.data.everybody[191].ichampion = _root.player[191].ichampion;
_root.seasonslot.data.everybody[191].ichampiontimes = _root.player[191].ichampiontimes;
_root.seasonslot.data.everybody[191].zchampion = _root.player[191].zchampion;
_root.seasonslot.data.everybody[191].zchampiontimes = _root.player[191].zchampiontimes;
_root.seasonslot.data.everybody[191].wchampion = _root.player[191].wchampion;
_root.seasonslot.data.everybody[191].wchampiontimes = _root.player[191].wchampiontimes;
_root.seasonslot.data.everybody[191].badges = _root.player[191].badges;
_root.seasonslot.data.everybody[191].skill = _root.player[191].skill;
_root.seasonslot.data.everybody[191].controller = _root.player[191].controller;
_root.seasonslot.data.everybody[192] = new Object();
_root.seasonslot.data.everybody[192].sex = _root.player[192].sex;
_root.seasonslot.data.everybody[192].fname = _root.player[192].fname;
_root.seasonslot.data.everybody[192].lname = _root.player[192].lname;
_root.seasonslot.data.everybody[192].rank = _root.player[192].rank;
_root.seasonslot.data.everybody[192].loc = _root.player[192].loc;
_root.seasonslot.data.everybody[192].wins = _root.player[192].wins;
_root.seasonslot.data.everybody[192].losses = _root.player[192].losses;
_root.seasonslot.data.everybody[192].points = _root.player[192].points;
_root.seasonslot.data.everybody[192].sprite = _root.player[192].sprite;
_root.seasonslot.data.everybody[192].character = _root.player[192].character;
_root.seasonslot.data.everybody[192].ichampion = _root.player[192].ichampion;
_root.seasonslot.data.everybody[192].ichampiontimes = _root.player[192].ichampiontimes;
_root.seasonslot.data.everybody[192].zchampion = _root.player[192].zchampion;
_root.seasonslot.data.everybody[192].zchampiontimes = _root.player[192].zchampiontimes;
_root.seasonslot.data.everybody[192].wchampion = _root.player[192].wchampion;
_root.seasonslot.data.everybody[192].wchampiontimes = _root.player[192].wchampiontimes;
_root.seasonslot.data.everybody[192].badges = _root.player[192].badges;
_root.seasonslot.data.everybody[192].skill = _root.player[192].skill;
_root.seasonslot.data.everybody[192].controller = _root.player[192].controller;
_root.seasonslot.data.everybody[193] = new Object();
_root.seasonslot.data.everybody[193].sex = _root.player[193].sex;
_root.seasonslot.data.everybody[193].fname = _root.player[193].fname;
_root.seasonslot.data.everybody[193].lname = _root.player[193].lname;
_root.seasonslot.data.everybody[193].rank = _root.player[193].rank;
_root.seasonslot.data.everybody[193].loc = _root.player[193].loc;
_root.seasonslot.data.everybody[193].wins = _root.player[193].wins;
_root.seasonslot.data.everybody[193].losses = _root.player[193].losses;
_root.seasonslot.data.everybody[193].points = _root.player[193].points;
_root.seasonslot.data.everybody[193].sprite = _root.player[193].sprite;
_root.seasonslot.data.everybody[193].character = _root.player[193].character;
_root.seasonslot.data.everybody[193].ichampion = _root.player[193].ichampion;
_root.seasonslot.data.everybody[193].ichampiontimes = _root.player[193].ichampiontimes;
_root.seasonslot.data.everybody[193].zchampion = _root.player[193].zchampion;
_root.seasonslot.data.everybody[193].zchampiontimes = _root.player[193].zchampiontimes;
_root.seasonslot.data.everybody[193].wchampion = _root.player[193].wchampion;
_root.seasonslot.data.everybody[193].wchampiontimes = _root.player[193].wchampiontimes;
_root.seasonslot.data.everybody[193].badges = _root.player[193].badges;
_root.seasonslot.data.everybody[193].skill = _root.player[193].skill;
_root.seasonslot.data.everybody[193].controller = _root.player[193].controller;
_root.seasonslot.data.everybody[194] = new Object();
_root.seasonslot.data.everybody[194].sex = _root.player[194].sex;
_root.seasonslot.data.everybody[194].fname = _root.player[194].fname;
_root.seasonslot.data.everybody[194].lname = _root.player[194].lname;
_root.seasonslot.data.everybody[194].rank = _root.player[194].rank;
_root.seasonslot.data.everybody[194].loc = _root.player[194].loc;
_root.seasonslot.data.everybody[194].wins = _root.player[194].wins;
_root.seasonslot.data.everybody[194].losses = _root.player[194].losses;
_root.seasonslot.data.everybody[194].points = _root.player[194].points;
_root.seasonslot.data.everybody[194].sprite = _root.player[194].sprite;
_root.seasonslot.data.everybody[194].character = _root.player[194].character;
_root.seasonslot.data.everybody[194].ichampion = _root.player[194].ichampion;
_root.seasonslot.data.everybody[194].ichampiontimes = _root.player[194].ichampiontimes;
_root.seasonslot.data.everybody[194].zchampion = _root.player[194].zchampion;
_root.seasonslot.data.everybody[194].zchampiontimes = _root.player[194].zchampiontimes;
_root.seasonslot.data.everybody[194].wchampion = _root.player[194].wchampion;
_root.seasonslot.data.everybody[194].wchampiontimes = _root.player[194].wchampiontimes;
_root.seasonslot.data.everybody[194].badges = _root.player[194].badges;
_root.seasonslot.data.everybody[194].skill = _root.player[194].skill;
_root.seasonslot.data.everybody[194].controller = _root.player[194].controller;
_root.seasonslot.data.everybody[195] = new Object();
_root.seasonslot.data.everybody[195].sex = _root.player[195].sex;
_root.seasonslot.data.everybody[195].fname = _root.player[195].fname;
_root.seasonslot.data.everybody[195].lname = _root.player[195].lname;
_root.seasonslot.data.everybody[195].rank = _root.player[195].rank;
_root.seasonslot.data.everybody[195].loc = _root.player[195].loc;
_root.seasonslot.data.everybody[195].wins = _root.player[195].wins;
_root.seasonslot.data.everybody[195].losses = _root.player[195].losses;
_root.seasonslot.data.everybody[195].points = _root.player[195].points;
_root.seasonslot.data.everybody[195].sprite = _root.player[195].sprite;
_root.seasonslot.data.everybody[195].character = _root.player[195].character;
_root.seasonslot.data.everybody[195].ichampion = _root.player[195].ichampion;
_root.seasonslot.data.everybody[195].ichampiontimes = _root.player[195].ichampiontimes;
_root.seasonslot.data.everybody[195].zchampion = _root.player[195].zchampion;
_root.seasonslot.data.everybody[195].zchampiontimes = _root.player[195].zchampiontimes;
_root.seasonslot.data.everybody[195].wchampion = _root.player[195].wchampion;
_root.seasonslot.data.everybody[195].wchampiontimes = _root.player[195].wchampiontimes;
_root.seasonslot.data.everybody[195].badges = _root.player[195].badges;
_root.seasonslot.data.everybody[195].skill = _root.player[195].skill;
_root.seasonslot.data.everybody[195].controller = _root.player[195].controller;
_root.seasonslot.data.everybody[196] = new Object();
_root.seasonslot.data.everybody[196].sex = _root.player[196].sex;
_root.seasonslot.data.everybody[196].fname = _root.player[196].fname;
_root.seasonslot.data.everybody[196].lname = _root.player[196].lname;
_root.seasonslot.data.everybody[196].rank = _root.player[196].rank;
_root.seasonslot.data.everybody[196].loc = _root.player[196].loc;
_root.seasonslot.data.everybody[196].wins = _root.player[196].wins;
_root.seasonslot.data.everybody[196].losses = _root.player[196].losses;
_root.seasonslot.data.everybody[196].points = _root.player[196].points;
_root.seasonslot.data.everybody[196].sprite = _root.player[196].sprite;
_root.seasonslot.data.everybody[196].character = _root.player[196].character;
_root.seasonslot.data.everybody[196].ichampion = _root.player[196].ichampion;
_root.seasonslot.data.everybody[196].ichampiontimes = _root.player[196].ichampiontimes;
_root.seasonslot.data.everybody[196].zchampion = _root.player[196].zchampion;
_root.seasonslot.data.everybody[196].zchampiontimes = _root.player[196].zchampiontimes;
_root.seasonslot.data.everybody[196].wchampion = _root.player[196].wchampion;
_root.seasonslot.data.everybody[196].wchampiontimes = _root.player[196].wchampiontimes;
_root.seasonslot.data.everybody[196].badges = _root.player[196].badges;
_root.seasonslot.data.everybody[196].skill = _root.player[196].skill;
_root.seasonslot.data.everybody[196].controller = _root.player[196].controller;
_root.seasonslot.data.everybody[197] = new Object();
_root.seasonslot.data.everybody[197].sex = _root.player[197].sex;
_root.seasonslot.data.everybody[197].fname = _root.player[197].fname;
_root.seasonslot.data.everybody[197].lname = _root.player[197].lname;
_root.seasonslot.data.everybody[197].rank = _root.player[197].rank;
_root.seasonslot.data.everybody[197].loc = _root.player[197].loc;
_root.seasonslot.data.everybody[197].wins = _root.player[197].wins;
_root.seasonslot.data.everybody[197].losses = _root.player[197].losses;
_root.seasonslot.data.everybody[197].points = _root.player[197].points;
_root.seasonslot.data.everybody[197].sprite = _root.player[197].sprite;
_root.seasonslot.data.everybody[197].character = _root.player[197].character;
_root.seasonslot.data.everybody[197].ichampion = _root.player[197].ichampion;
_root.seasonslot.data.everybody[197].ichampiontimes = _root.player[197].ichampiontimes;
_root.seasonslot.data.everybody[197].zchampion = _root.player[197].zchampion;
_root.seasonslot.data.everybody[197].zchampiontimes = _root.player[197].zchampiontimes;
_root.seasonslot.data.everybody[197].wchampion = _root.player[197].wchampion;
_root.seasonslot.data.everybody[197].wchampiontimes = _root.player[197].wchampiontimes;
_root.seasonslot.data.everybody[197].badges = _root.player[197].badges;
_root.seasonslot.data.everybody[197].skill = _root.player[197].skill;
_root.seasonslot.data.everybody[197].controller = _root.player[197].controller;
_root.seasonslot.data.everybody[198] = new Object();
_root.seasonslot.data.everybody[198].sex = _root.player[198].sex;
_root.seasonslot.data.everybody[198].fname = _root.player[198].fname;
_root.seasonslot.data.everybody[198].lname = _root.player[198].lname;
_root.seasonslot.data.everybody[198].rank = _root.player[198].rank;
_root.seasonslot.data.everybody[198].loc = _root.player[198].loc;
_root.seasonslot.data.everybody[198].wins = _root.player[198].wins;
_root.seasonslot.data.everybody[198].losses = _root.player[198].losses;
_root.seasonslot.data.everybody[198].points = _root.player[198].points;
_root.seasonslot.data.everybody[198].sprite = _root.player[198].sprite;
_root.seasonslot.data.everybody[198].character = _root.player[198].character;
_root.seasonslot.data.everybody[198].ichampion = _root.player[198].ichampion;
_root.seasonslot.data.everybody[198].ichampiontimes = _root.player[198].ichampiontimes;
_root.seasonslot.data.everybody[198].zchampion = _root.player[198].zchampion;
_root.seasonslot.data.everybody[198].zchampiontimes = _root.player[198].zchampiontimes;
_root.seasonslot.data.everybody[198].wchampion = _root.player[198].wchampion;
_root.seasonslot.data.everybody[198].wchampiontimes = _root.player[198].wchampiontimes;
_root.seasonslot.data.everybody[198].badges = _root.player[198].badges;
_root.seasonslot.data.everybody[198].skill = _root.player[198].skill;
_root.seasonslot.data.everybody[198].controller = _root.player[198].controller;
_root.seasonslot.data.everybody[199] = new Object();
_root.seasonslot.data.everybody[199].sex = _root.player[199].sex;
_root.seasonslot.data.everybody[199].fname = _root.player[199].fname;
_root.seasonslot.data.everybody[199].lname = _root.player[199].lname;
_root.seasonslot.data.everybody[199].rank = _root.player[199].rank;
_root.seasonslot.data.everybody[199].loc = _root.player[199].loc;
_root.seasonslot.data.everybody[199].wins = _root.player[199].wins;
_root.seasonslot.data.everybody[199].losses = _root.player[199].losses;
_root.seasonslot.data.everybody[199].points = _root.player[199].points;
_root.seasonslot.data.everybody[199].sprite = _root.player[199].sprite;
_root.seasonslot.data.everybody[199].character = _root.player[199].character;
_root.seasonslot.data.everybody[199].ichampion = _root.player[199].ichampion;
_root.seasonslot.data.everybody[199].ichampiontimes = _root.player[199].ichampiontimes;
_root.seasonslot.data.everybody[199].zchampion = _root.player[199].zchampion;
_root.seasonslot.data.everybody[199].zchampiontimes = _root.player[199].zchampiontimes;
_root.seasonslot.data.everybody[199].wchampion = _root.player[199].wchampion;
_root.seasonslot.data.everybody[199].wchampiontimes = _root.player[199].wchampiontimes;
_root.seasonslot.data.everybody[199].badges = _root.player[199].badges;
_root.seasonslot.data.everybody[199].skill = _root.player[199].skill;
_root.seasonslot.data.everybody[199].controller = _root.player[199].controller;
_root.seasonslot.data.season_location = season_location;
_root.seasonslot.data.season_day = season_day;
_root.seasonslot.data.season_sex = season_sex;
_root.seasonslot.data.map = map;
_root.seasonslot.data.season_fname = season_fname;
_root.seasonslot.data.season_lname = season_lname;
_root.seasonslot.data.season_nameseperator = season_nameseperator;
_root.seasonslot.data.season_movesleft = season_movesleft;
_root.seasonslot.data.season_battlesleft = season_battlesleft;
_root.seasonslot.data.season_badge0 = season_badge0;
_root.seasonslot.data.season_badge1 = season_badge1;
_root.seasonslot.data.season_badge2 = season_badge2;
_root.seasonslot.data.season_badge3 = season_badge3;
_root.seasonslot.data.season_badge4 = season_badge4;
_root.seasonslot.data.season_badge5 = season_badge5;
_root.seasonslot.data.season_badge6 = season_badge6;
_root.seasonslot.data.season_badge7 = season_badge7;
_root.seasonslot.data.season_badge8 = season_badge8;
_root.seasonslot.data.season_badge9 = season_badge9;
_root.seasonslot.data.season_badge10 = season_badge10;
_root.seasonslot.data.season_badge11 = season_badge11;
_root.seasonslot.data.season_badge12 = season_badge12;
_root.seasonslot.data.season_badge13 = season_badge13;
_root.seasonslot.data.season_badge14 = season_badge14;
_root.seasonslot.flush(180000);
_root.gotoAndPlay("mainmenu");
}
Symbol 3069 Button
on (release) {
v.what = "help";
v.gotoAndPlay(2);
}
Symbol 3081 Button
on (release) {
goto(1);
}
Symbol 3082 Button
on (release) {
goto(2);
}
Symbol 3083 Button
on (release) {
goto(3);
}
Symbol 3088 Button
on (release) {
if (_root.season_battlesleft == 1) {
_root.season_oppnum = e;
_root[_root.myopp + "sprite"] = _root.player[random(200)].sprite;
_root[_root.seasonopp + "name"] = _root.getchar(_root[_root.myopp + "sprite"]);
_root[_root.seasonplayer + "controllername"] = ((_root.season_fname + _root.season_nameseperator) + _root.season_lname) + " ";
_root[_root.seasonopp + "controllername"] = "Badge Master";
_root.computerlevel = 4 + random(3);
_root.gamebg = random(4) + 1;
_root.season_battlesleft = 0;
_root.badgebattle = 1;
_root.gotoAndPlay("fight");
} else {
_root.menoo.xxxxx.gotoAndPlay(3);
}
}
Symbol 3089 MovieClip Frame 2
if (_root["season_badge" + _root.season_location] == 0) {
gotoAndStop (4);
}
Symbol 3089 MovieClip Frame 3
stop();
Symbol 3089 MovieClip Frame 4
stop();
Symbol 3108 Button
on (release) {
battlebutton(0);
}
Symbol 3109 Button
on (release) {
if (peeps[0] != undefined) {
_root.v.what = "info";
_root.v.bufferer = peeps[0];
_root.pd_browsing = 1;
_root.v.gotoAndPlay(2);
}
}
Symbol 3110 Button
on (release) {
if (peeps[1] != undefined) {
_root.v.what = "info";
_root.v.bufferer = peeps[1];
_root.pd_browsing = 1;
_root.v.gotoAndPlay(2);
}
}
Symbol 3111 Button
on (release) {
if (peeps[2] != undefined) {
_root.v.what = "info";
_root.v.bufferer = peeps[2];
_root.pd_browsing = 1;
_root.v.gotoAndPlay(2);
}
}
Symbol 3112 Button
on (release) {
if (peeps[3] != undefined) {
_root.v.what = "info";
_root.v.bufferer = peeps[3];
_root.pd_browsing = 1;
_root.v.gotoAndPlay(2);
}
}
Symbol 3113 Button
on (release) {
if (peeps[4] != undefined) {
_root.v.what = "info";
_root.v.bufferer = peeps[4];
_root.pd_browsing = 1;
_root.v.gotoAndPlay(2);
}
}
Symbol 3114 Button
on (release) {
if (peeps[5] != undefined) {
_root.v.what = "info";
_root.v.bufferer = peeps[5];
_root.pd_browsing = 1;
_root.v.gotoAndPlay(2);
}
}
Symbol 3115 Button
on (release) {
if (peeps[6] != undefined) {
_root.v.what = "info";
_root.v.bufferer = peeps[6];
_root.pd_browsing = 1;
_root.v.gotoAndPlay(2);
}
}
Symbol 3116 Button
on (release) {
if (peeps[7] != undefined) {
_root.v.what = "info";
_root.v.bufferer = peeps[7];
_root.pd_browsing = 1;
_root.v.gotoAndPlay(2);
}
}
Symbol 3117 Button
on (release) {
if (peeps[8] != undefined) {
_root.v.what = "info";
_root.v.bufferer = peeps[8];
_root.pd_browsing = 1;
_root.v.gotoAndPlay(2);
}
}
Symbol 3118 Button
on (release) {
if (peeps[9] != undefined) {
_root.v.what = "info";
_root.v.bufferer = peeps[9];
_root.pd_browsing = 1;
_root.v.gotoAndPlay(2);
}
}
Symbol 3119 Button
on (release) {
if (peeps[10] != undefined) {
_root.v.what = "info";
_root.v.bufferer = peeps[10];
_root.pd_browsing = 1;
_root.v.gotoAndPlay(2);
}
}
Symbol 3120 Button
on (release) {
if (peeps[11] != undefined) {
_root.v.what = "info";
_root.v.bufferer = peeps[11];
_root.pd_browsing = 1;
_root.v.gotoAndPlay(2);
}
}
Symbol 3121 Button
on (release) {
if (peeps[12] != undefined) {
_root.v.what = "info";
_root.v.bufferer = peeps[12];
_root.pd_browsing = 1;
_root.v.gotoAndPlay(2);
}
}
Symbol 3122 Button
on (release) {
if (peeps[13] != undefined) {
_root.v.what = "info";
_root.v.bufferer = peeps[13];
_root.pd_browsing = 1;
_root.v.gotoAndPlay(2);
}
}
Symbol 3123 Button
on (release) {
if (peeps[14] != undefined) {
_root.v.what = "info";
_root.v.bufferer = peeps[14];
_root.pd_browsing = 1;
_root.v.gotoAndPlay(2);
}
}
Symbol 3124 Button
on (release) {
if (peeps[15] != undefined) {
_root.v.what = "info";
_root.v.bufferer = peeps[15];
_root.pd_browsing = 1;
_root.v.gotoAndPlay(2);
}
}
Symbol 3125 Button
on (release) {
battlebutton(1);
}
Symbol 3126 Button
on (release) {
battlebutton(2);
}
Symbol 3127 Button
on (release) {
battlebutton(3);
}
Symbol 3128 Button
on (release) {
battlebutton(4);
}
Symbol 3129 Button
on (release) {
battlebutton(5);
}
Symbol 3130 Button
on (release) {
battlebutton(6);
}
Symbol 3131 Button
on (release) {
battlebutton(7);
}
Symbol 3132 Button
on (release) {
battlebutton(8);
}
Symbol 3133 Button
on (release) {
battlebutton(9);
}
Symbol 3134 Button
on (release) {
battlebutton(10);
}
Symbol 3135 Button
on (release) {
battlebutton(11);
}
Symbol 3136 Button
on (release) {
battlebutton(12);
}
Symbol 3137 Button
on (release) {
battlebutton(13);
}
Symbol 3138 Button
on (release) {
battlebutton(14);
}
Symbol 3139 Button
on (release) {
battlebutton(15);
}
Symbol 3152 Button
on (release) {
_root.gotoAndPlay("fight");
}
Symbol 3155 Button
on (release) {
this.gotoAndStop(1);
}
Symbol 3160 MovieClip Frame 1
stop();
Symbol 3160 MovieClip Frame 5
stop();
Symbol 3160 MovieClip Frame 8
menum = 1;
Symbol 3160 MovieClip Frame 9
menum = 2;
Symbol 3163 Button
on (release) {
this.gotoAndPlay("closeup");
}
Symbol 3166 Button
on (release) {
goto(0);
}
Symbol 3167 Button
on (release) {
goto(4);
}
Symbol 3171 Button
on (release) {
goto(1);
}
Symbol 3175 Button
on (release) {
goto(6);
}
Symbol 3179 Button
on (release) {
goto(5);
}
Symbol 3183 Button
on (release) {
goto(4);
}
Symbol 3184 Button
on (release) {
goto(8);
}
Symbol 3185 Button
on (release) {
goto(7);
}
Symbol 3189 Button
on (release) {
goto(3);
}
Symbol 3196 Button
on (release) {
goto(6);
}
Symbol 3197 Button
on (release) {
if (_root.season_unlock2 == 1) {
goto(9);
}
}
Symbol 3201 Button
on (release) {
goto(5);
}
Symbol 3215 Button
on (release) {
goto(7);
}
Symbol 3216 Button
on (release) {
goto(10);
}
Symbol 3217 Button
on (release) {
goto(12);
}
Symbol 3221 Button
on (release) {
goto(9);
}
Symbol 3222 Button
on (release) {
goto(11);
}
Symbol 3226 Button
on (release) {
goto(10);
}
Symbol 3230 Button
on (release) {
goto(11);
}
Symbol 3231 Button
on (release) {
goto(9);
}
Symbol 3232 Button
on (release) {
goto(13);
}
Symbol 3236 Button
on (release) {
goto(12);
}
Symbol 3237 Button
on (release) {
goto(14);
}
Symbol 3241 Button
on (release) {
goto(13);
}
Symbol 3265 MovieClip Frame 1
function goto(locanumber) {
if (_root.season_movesleft > 0) {
_root.season_location = locanumber;
_root.season_movesleft = 0;
i = 0;
while (i <= 199) {
if (_root.player[i].controller == "p") {
_root.player[i].loc = locanumber;
break;
}
i++;
}
this.gotoAndPlay("travel");
} else {
_root.menoo.lang.gotoAndPlay(3);
}
}
function getplayers(locanumber) {
i = 0;
while (i <= 199) {
if (_root.player[i].controller == "p") {
me_arse = i;
break;
}
i++;
}
peeps = new Array();
i = 0;
while (i <= 199) {
if ((_root.player[i].loc == locanumber) && (_root.player[i].controller == "c")) {
peeps.push(i);
}
i++;
}
i = 0;
while (i <= 15) {
if (peeps[i] != undefined) {
this["player" + i] = _root.player[peeps[i]].fname + _root.player[peeps[i]].lname;
} else {
this["player" + i] = "";
}
i++;
}
if (_root.season_battlesleft == 1) {
if (_root.player[me_arse].zchampion == 1) {
i = random(16);
while (peeps[i] == undefined) {
i = random(16);
}
_root.season_oppnum = peeps[i];
_root[_root.myopp + "sprite"] = _root.player[peeps[i]].sprite;
_root[_root.seasonopp + "name"] = _root.player[peeps[i]].character;
_root[_root.seasonplayer + "controllername"] = ((_root.season_fname + _root.season_nameseperator) + _root.season_lname) + " ";
_root[_root.seasonopp + "controllername"] = _root.player[peeps[i]].fname + _root.player[peeps[i]].lname;
_root.computerlevel = _root.player[peeps[i]].skill;
_root.gamebg = random(_root.totalbgs) + 1;
_root.season_ztitlematch = 1;
_root.season_ititlematch = 0;
_root.season_wtitlematch = 0;
_root.season_pchampnum = me_arse;
dw.challenger = _root.player[peeps[i]].fname + _root.player[peeps[i]].lname;
if (_root.player[peeps[i]].rank < 50) {
dw.gotoAndStop("challenged2");
} else {
dw.gotoAndStop("challenged1");
}
} else if (_root.player[me_arse].ichampion == 1) {
i = random(16);
while (peeps[i] == undefined) {
i = random(16);
}
_root.season_oppnum = peeps[i];
_root[_root.myopp + "sprite"] = _root.player[peeps[i]].sprite;
_root[_root.seasonopp + "name"] = _root.player[peeps[i]].character;
_root[_root.seasonplayer + "controllername"] = ((_root.season_fname + _root.season_nameseperator) + _root.season_lname) + " ";
_root[_root.seasonopp + "controllername"] = _root.player[peeps[i]].fname + _root.player[peeps[i]].lname;
_root.computerlevel = _root.player[peeps[i]].skill;
_root.gamebg = random(_root.totalbgs) + 1;
_root.season_ztitlematch = 0;
_root.season_ititlematch = 1;
_root.season_wtitlematch = 0;
_root.season_pchampnum = me_arse;
dw.challenger = _root.player[peeps[i]].fname + _root.player[peeps[i]].lname;
if (_root.player[peeps[i]].rank < 25) {
dw.gotoAndStop("challenged2");
} else {
dw.gotoAndStop("challenged1");
}
} else if (_root.player[me_arse].wchampion == 1) {
i = random(16);
while (peeps[i] == undefined) {
i = random(16);
}
_root.season_oppnum = peeps[i];
_root[_root.myopp + "sprite"] = _root.player[peeps[i]].sprite;
_root[_root.seasonopp + "name"] = _root.player[peeps[i]].character;
_root[_root.seasonplayer + "controllername"] = ((_root.season_fname + _root.season_nameseperator) + _root.season_lname) + " ";
_root[_root.seasonopp + "controllername"] = _root.player[peeps[i]].fname + _root.player[peeps[i]].lname;
_root.computerlevel = _root.player[peeps[i]].skill;
_root.gamebg = random(_root.totalbgs) + 1;
_root.season_ztitlematch = 0;
_root.season_ititlematch = 0;
_root.season_wtitlematch = 1;
_root.season_pchampnum = me_arse;
dw.challenger = _root.player[peeps[i]].fname + _root.player[peeps[i]].lname;
if (_root.player[peeps[i]].rank < 10) {
dw.gotoAndStop("challenged2");
} else {
dw.gotoAndStop("challenged1");
}
}
}
}
function battlebutton(n) {
if (_root.season_battlesleft == 1) {
i = 0;
while (i <= 199) {
if (_root.player[i].controller == "p") {
me_arse = i;
break;
}
i++;
}
e = peeps[n];
if (((_root.player[me_arse].zchampion == 0) && (_root.player[me_arse].ichampion == 0)) && (_root.player[me_arse].wchampion == 0)) {
if (e != undefined) {
_root.season_oppnum = e;
_root[_root.myopp + "sprite"] = _root.player[e].sprite;
_root[_root.seasonopp + "name"] = _root.player[e].character;
_root[_root.seasonplayer + "controllername"] = ((_root.season_fname + _root.season_nameseperator) + _root.season_lname) + " ";
_root[_root.seasonopp + "controllername"] = _root.player[e].fname + _root.player[e].lname;
_root.computerlevel = _root.player[e].skill;
_root.gamebg = random(_root.totalbgs) + 1;
if (_root.player[e].zchampion == 1) {
_root.season_ztitlematch = 1;
_root.season_pchampnum = e;
if (me_arse < 50) {
dw.gotoAndStop("title1");
} else if (random(me_arse - 48) == 0) {
dw.gotoAndStop("title1");
} else {
dw.gotoAndStop("title2");
}
} else if (_root.player[e].ichampion == 1) {
_root.season_ititlematch = 1;
_root.season_pchampnum = e;
if (me_arse < 25) {
dw.gotoAndStop("title1");
} else if (random(me_arse - 23) == 0) {
dw.gotoAndStop("title1");
} else {
dw.gotoAndStop("title2");
}
} else if (_root.player[e].wchampion == 1) {
_root.season_wtitlematch = 1;
_root.season_pchampnum = e;
if (me_arse < 10) {
dw.gotoAndStop("title1");
} else if (random(me_arse - 8) == 0) {
dw.gotoAndStop("title1");
} else {
dw.gotoAndStop("title2");
}
} else {
_root.season_ztitlematch = 0;
_root.season_ititlematch = 0;
_root.season_wtitlematch = 0;
_root.season_pchampnum = 0;
_root.gotoAndPlay("fight");
}
}
} else {
dw.gotoAndStop("challenged" + dw.menum);
}
} else {
_root.menoo.xxxxx.gotoAndPlay(3);
}
}
stop();
Symbol 3265 MovieClip Frame 3
this.gotoAndStop("l" + _root.season_location);
Symbol 3265 MovieClip Frame 4
getplayers(0);
loca = _root.locationer[_root.season_location];
stop();
Symbol 3265 MovieClip Frame 5
getplayers(1);
loca = _root.locationer[_root.season_location];
stop();
Symbol 3265 MovieClip Frame 6
getplayers(2);
loca = _root.locationer[_root.season_location];
stop();
Symbol 3265 MovieClip Frame 7
getplayers(3);
loca = _root.locationer[_root.season_location];
stop();
Symbol 3265 MovieClip Frame 8
getplayers(4);
loca = _root.locationer[_root.season_location];
stop();
Symbol 3265 MovieClip Frame 9
getplayers(5);
loca = _root.locationer[_root.season_location];
stop();
Symbol 3265 MovieClip Frame 10
getplayers(6);
loca = _root.locationer[_root.season_location];
stop();
Symbol 3265 MovieClip Frame 11
_root.map = "armorgaia";
_root.gotoAndStop(_root.map);
getplayers(7);
loca = _root.locationer[_root.season_location];
stop();
Instance of Symbol 3195 MovieClip in Symbol 3265 MovieClip Frame 11
onClipEvent (load) {
if (_root.season_unlock2 == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Symbol 3265 MovieClip Frame 12
getplayers(8);
loca = _root.locationer[_root.season_location];
stop();
Symbol 3265 MovieClip Frame 13
_root.map = "tamugaialand";
_root.gotoAndStop(_root.map);
getplayers(9);
loca = _root.locationer[_root.season_location];
stop();
Symbol 3265 MovieClip Frame 14
getplayers(10);
loca = _root.locationer[_root.season_location];
stop();
Symbol 3265 MovieClip Frame 15
getplayers(11);
loca = _root.locationer[_root.season_location];
stop();
Symbol 3265 MovieClip Frame 16
getplayers(12);
loca = _root.locationer[_root.season_location];
stop();
Symbol 3265 MovieClip Frame 17
getplayers(13);
loca = _root.locationer[_root.season_location];
stop();
Symbol 3265 MovieClip Frame 18
getplayers(14);
loca = _root.locationer[_root.season_location];
stop();
Symbol 3265 MovieClip Frame 23
gotoAndStop (1);
Symbol 3265 MovieClip Frame 67
this.gotoAndPlay(2);
Symbol 3280 Button
on (release) {
_root.gotoAndPlay("mainmenu");
}
Symbol 3458 Button
on (release) {
_root[_root.storypelir + "sprite"] = "fitz";
_root[_root.storyplayer + "name"] = "Sir Fitz";
_root.nextFrame();
}
Symbol 3459 Button
on (release) {
_root[_root.storypelir + "sprite"] = "dohn";
_root[_root.storyplayer + "name"] = "Dohn McCarl";
_root.nextFrame();
}
Symbol 3460 Button
on (release) {
_root[_root.storypelir + "sprite"] = "ericwing";
_root[_root.storyplayer + "name"] = "Eric Wing";
_root.nextFrame();
}
Symbol 3461 Button
on (release) {
_root[_root.storypelir + "sprite"] = "rayne";
_root[_root.storyplayer + "name"] = "Rayne";
_root.nextFrame();
}
Symbol 3462 Button
on (release) {
_root[_root.storypelir + "sprite"] = "aa";
_root[_root.storyplayer + "name"] = "Arrow Avenger";
_root.nextFrame();
}
Symbol 3480 MovieClip Frame 1
stopAllSounds();
Instance of Symbol 3478 MovieClip in Symbol 3480 MovieClip Frame 1
onClipEvent (enterFrame) {
_y = (_y - 0.5);
}
Symbol 3480 MovieClip Frame 3
stop();
Symbol 3484 Button
on (release) {
_root.gotoAndStop("s" + _root.storysap);
}
Symbol 3524 MovieClip Frame 1
stop();
Instance of Symbol 3487 MovieClip in Symbol 3524 MovieClip Frame 1
onClipEvent (enterFrame) {
_y = (_y + (_parent.adder * 0.2));
}
Instance of Symbol 3491 MovieClip in Symbol 3524 MovieClip Frame 3
onClipEvent (enterFrame) {
_y = (_y + (_parent.adder * 0.2));
}
Instance of Symbol 3494 MovieClip in Symbol 3524 MovieClip Frame 4
onClipEvent (enterFrame) {
_y = (_y + (_parent.adder * 0.2));
}
Instance of Symbol 3497 MovieClip in Symbol 3524 MovieClip Frame 5
onClipEvent (enterFrame) {
_y = (_y + (_parent.adder * 0.2));
}
Instance of Symbol 3500 MovieClip in Symbol 3524 MovieClip Frame 6
onClipEvent (enterFrame) {
_y = (_y + (_parent.adder * 0.2));
}
Instance of Symbol 3504 MovieClip in Symbol 3524 MovieClip Frame 7
onClipEvent (enterFrame) {
_y = (_y + (_parent.adder * 0.2));
}
Instance of Symbol 3507 MovieClip in Symbol 3524 MovieClip Frame 8
onClipEvent (enterFrame) {
_y = (_y + (_parent.adder * 0.2));
}
Instance of Symbol 3510 MovieClip in Symbol 3524 MovieClip Frame 9
onClipEvent (enterFrame) {
_y = (_y + (_parent.adder * 0.2));
}
Instance of Symbol 3513 MovieClip in Symbol 3524 MovieClip Frame 10
onClipEvent (enterFrame) {
_y = (_y + (_parent.adder * 0.2));
}
Instance of Symbol 3516 MovieClip in Symbol 3524 MovieClip Frame 11
onClipEvent (enterFrame) {
_y = (_y + (_parent.adder * 0.2));
}
Instance of Symbol 3520 MovieClip in Symbol 3524 MovieClip Frame 12
onClipEvent (enterFrame) {
_y = (_y + (_parent.adder * 0.2));
}
Instance of Symbol 3524 MovieClip in Symbol 3531 MovieClip Frame 1
onClipEvent (load) {
adder = -1;
this.gotoAndStop(_root.p1sprite);
timer = 1;
}
onClipEvent (enterFrame) {
timer++;
if ((timer % 150) == 0) {
adder = adder * -1;
}
}
Instance of Symbol 3524 MovieClip in Symbol 3531 MovieClip Frame 1
onClipEvent (load) {
adder = 1;
this.gotoAndStop(_root.p2sprite);
timer = 1;
}
onClipEvent (enterFrame) {
timer++;
if ((timer % 150) == 0) {
adder = adder * -1;
}
}
Symbol 3531 MovieClip Frame 60
gotoAndPlay (1);
Symbol 3532 MovieClip Frame 17
stop();
Symbol 3535 Button
on (release) {
function unloadstuff() {
_root.p01fighter.unloadMovie();
_root.p02fighter.unloadMovie();
_root.lifebaro.unloadMovie();
}
if (_root.playmode == "versus") {
unloadstuff();
_root.gotoAndPlay("mainmenu");
} else if (_root.playmode == "gauntlet") {
if ((_root.gauntletp01win == 0) && (_root.gauntletp02win == 0)) {
_root[("gauntlet" + _root.gauntletplayer) + "win"] = 0;
_root[("gauntlet" + _root.gauntletopp) + "win"] = 1;
unloadstuff();
_root.gotoAndPlay("mainmenu");
}
} else if (_root.playmode == "season") {
_root.battled = 1;
if ((_root.seasonp01win == 0) && (_root.seasonp02win == 0)) {
if (Key.isDown(192)) {
_root[("season" + _root.seasonplayer) + "win"] = 1;
_root[("season" + _root.seasonopp) + "win"] = 0;
unloadstuff();
_root.gotoAndPlay("sea_son_aftermatch");
} else {
_root[("season" + _root.seasonplayer) + "win"] = 0;
_root[("season" + _root.seasonopp) + "win"] = 1;
unloadstuff();
_root.gotoAndPlay("sea_son_aftermatch");
}
}
} else if (_root.playmode == "storymode") {
if ((_root.storyp01win == 0) && (_root.storyp02win == 0)) {
if (Key.isDown(192)) {
_root[("story" + _root.storyplayer) + "win"] = 1;
_root[("story" + _root.storyopp) + "win"] = 0;
unloadstuff();
_root.storysap++;
_root.gotoAndPlay("storymode");
} else {
_root[("story" + _root.storyplayer) + "win"] = 0;
_root[("story" + _root.storyopp) + "win"] = 1;
unloadstuff();
_root.gotoAndPlay("sloser");
}
}
}
}
Symbol 3545 MovieClip Frame 1
if (_root.season_ititlematch == 1) {
this.gotoAndStop("i");
} else if (_root.season_wtitlematch == 1) {
this.gotoAndStop("w");
} else if (_root.season_ztitlematch == 1) {
this.gotoAndStop("z");
} else {
stop();
}
Symbol 3586 MovieClip Frame 23
stop();
Symbol 3586 MovieClip Frame 24
decision = 1;
Symbol 3586 MovieClip Frame 219
_root.p01fighter.unloadMovie();
_root.p02fighter.unloadMovie();
_root.lifebaro.unloadMovie();
if ((_root.playmode == "versus") || (_root.playmode == "gauntlet")) {
_root.gotoAndPlay("mainmenu");
} else if (_root.playmode == "season") {
_root.battled = 1;
_root.gotoAndPlay("sea_son_aftermatch");
} else if (_root.playmode == "storymode") {
if (_root[("story" + _root.storyplayer) + "win"]) {
_root.storysap++;
_root.gotoAndPlay("storymode");
} else {
_root.gotoAndPlay("sloser");
}
}
stop();
Symbol 3616 MovieClip Frame 1
this.gotoAndStop(_root.gamebg);
stop();
Symbol 3616 MovieClip Frame 2
stop();
Symbol 3616 MovieClip Frame 3
stop();
Symbol 3616 MovieClip Frame 4
stop();
Symbol 3616 MovieClip Frame 5
stop();
Symbol 3616 MovieClip Frame 6
stop();
Symbol 3616 MovieClip Frame 7
stop();
Symbol 3616 MovieClip Frame 8
stop();
Symbol 3616 MovieClip Frame 9
stop();
Symbol 3620 MovieClip Frame 1
_visible = false;
Symbol 3638 MovieClip Frame 1
stop();
Symbol 3643 MovieClip Frame 1
p1manacount = 0;
p2manacount = 0;
this.onEnterFrame = function () {
p1mana = _root.p01fighter.mana;
p1mc = 0;
while (p1mana > _root.p01fighter.manacount) {
p1mc++;
p1mana = p1mana - _root.p01fighter.manacount;
}
p1mana = _root.p01fighter.mana - (p1mc * _root.p01fighter.manacount);
p1manacount = p1mc;
p2mana = _root.p02fighter.mana;
p2mc = 0;
while (p2mana > _root.p02fighter.manacount) {
p2mc++;
p2mana = p2mana - _root.p02fighter.manacount;
}
p2mana = _root.p02fighter.mana - (p2mc * _root.p02fighter.manacount);
p2manacount = p2mc;
};
Instance of Symbol 3622 MovieClip in Symbol 3643 MovieClip Frame 1
onClipEvent (enterFrame) {
this._xscale = (_parent.p1mana / _root.p01fighter.manacount) * 100;
}
Instance of Symbol 3622 MovieClip in Symbol 3643 MovieClip Frame 1
onClipEvent (enterFrame) {
this._xscale = (_parent.p2mana / _root.p02fighter.manacount) * 100;
}
Instance of Symbol 3638 MovieClip in Symbol 3643 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.p01fighter.mana > _root.p01fighter.manacount) {
this.play();
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 3638 MovieClip in Symbol 3643 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.p02fighter.mana > _root.p02fighter.manacount) {
this.play();
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 3622 MovieClip in Symbol 3643 MovieClip Frame 1
onClipEvent (enterFrame) {
this._xscale = (_root.p02fighter.hp / _root.p02fighter.fullhp) * 100;
}
Instance of Symbol 3622 MovieClip in Symbol 3643 MovieClip Frame 1
onClipEvent (enterFrame) {
this._xscale = (_root.p01fighter.hp / _root.p01fighter.fullhp) * 100;
}