STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229594 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2595 · P5190 |
This is the info page for Flash #5671 |
Zelda |
Link |
Ganondorf |
Sheik |
Young Link |
Skull Kid |
Vaati |
Dark Link |
Phantom Ganon |
Twinrova |
Fierce Deity Link |
Ganon |
Master Chief |
STATS |
STATS |
STATS |
Created By Bombag Studios Sprites & Pixel Art By Shawn GoldStud Kakashi Helios Master Link Kupe Hero of Swords Bruce Juice Rokkan Epona4 Xiao LS NeonPSY http://www.google.co.uk/imghp http://www.spriters-resource.com Edited Sprites Originally made By: NeonPSY Rogultgot Sound FX By: http://www.flashkit.com Nintendo Music By: Koji Kondo Thanks to: Nintendo Bungie And TaroNuke (for lots of things) ;P LONG LIVE THE NUKE BROS! (http://www.nukebros.co.nr) |
Created By Bombag Studios Sprites & Pixel Art By Shawn GoldStud Kakashi Helios Master Link Kupe Hero of Swords Bruce Juice Rokkan Epona4 Xiao LS NeonPSY http://www.google.co.uk/imghp http://www.spriters-resource.com Edited Sprites Originally made By: NeonPSY Rogultgot Sound FX By: http://www.flashkit.com Nintendo Music By: Koji Kondo Thanks to: Nintendo Bungie And TaroNuke (for lots of things) ;P LONG LIVE THE NUKE BROS! (http://www.nukebros.co.nr) |
ActionScript [AS1/AS2]
Frame 2Stage.showMenu = false;Frame 251menumusplay = true; var savefile = SharedObject.getLocal("TriforceWar"); if (savefile.data.zeldarec == undefined) { st = 1; mrp = 1; gtr = 1; poa = 1; icecav = 1; hycas = 1; gohtsa = 1; wt = 1; wta = 1; pglair = 1; sheik = 1; ylink = 1; sk = 1; vaati = 1; dlink = 1; pg = 1; zeldarec = 1; linkrec = 1; ganondrec = 1; sheikrec = 1; ylinkrec = 1; skrec = 1; vaatirec = 1; dlinkrec = 1; pgrec = 1; trrec = 1; fdrec = 1; twinrova = 1; fdlink = 1; ganon = 1; ganonrec = 1; mc = 1; mcrec = 1; } else { st = savefile.data.st; mrp = savefile.data.mrp; gtr = savefile.data.gtr; poa = savefile.data.poa; icecav = savefile.data.icecav; hycas = savefile.data.hycas; gohtsa = savefile.data.gohtsa; wt = savefile.data.wt; wta = savefile.data.wta; pglair = savefile.data.pglair; sheik = savefile.data.sheik; ylink = savefile.data.ylink; sk = savefile.data.sk; vaati = savefile.data.vaati; dlink = savefile.data.dlink; pg = savefile.data.pg; zeldarec = savefile.data.zeldarec; linkrec = savefile.data.linkrec; ganondrec = savefile.data.ganondrec; sheikrec = savefile.data.sheikrec; ylinkrec = savefile.data.ylinkrec; skrec = savefile.data.skrec; vaatirec = savefile.data.vaatirec; dlinkrec = savefile.data.dlinkrec; pgrec = savefile.data.pgrec; trrec = savefile.data.trrec; fdrec = savefile.data.fdrec; twinrova = savefile.data.twinrova; fdlink = savefile.data.fdlink; ganon = savefile.data.ganon; ganonrec = savefile.data.ganonrec; mc = savefile.data.mc; mcrec = savefile.data.mcrec; }Frame 252stop(); menum = new Sound(this); menum.attachSound("menumus"); menum.setVolume(100); charsel = new Sound(this); charsel.attachSound("hyrule field"); charsel.setVolume(100); newlevel = new Sound(this); newlevel.attachSound("sic"); newlevel.setVolume(100); lvlup = new Sound(this); lvlup.attachSound("ic"); lvlup.setVolume(100); if (menumusplay) { stopAllSounds(); menum.start(0, 99); } if (!menumusplay) { menumusplay = true; }Frame 254stop(); stopAllSounds(); charsel.start(0, 99); difficulty = 3; savefile.data.st = st; savefile.data.mrp = mrp; savefile.data.gtr = gtr; savefile.data.poa = poa; savefile.data.icecav = icecav; savefile.data.hycas = hycas; savefile.data.gohtsa = gohtsa; savefile.data.wt = wt; savefile.data.wta = wta; savefile.data.pglair = pglair; savefile.data.sheik = sheik; savefile.data.ylink = ylink; savefile.data.sk = sk; savefile.data.vaati = vaati; savefile.data.dlink = dlink; savefile.data.pg = pg; savefile.data.zeldarec = zeldarec; savefile.data.linkrec = linkrec; savefile.data.ganondrec = ganondrec; savefile.data.sheikrec = sheikrec; savefile.data.ylinkrec = ylinkrec; savefile.data.skrec = skrec; savefile.data.vaatirec = vaatirec; savefile.data.dlinkrec = dlinkrec; savefile.data.pgrec = pgrec; savefile.data.trrec = trrec; savefile.data.fdrec = fdrec; savefile.data.twinrova = twinrova; savefile.data.fdlink = fdlink; savefile.data.ganon = ganon; savefile.data.ganonrec = ganonrec; savefile.data.mc = mc; savefile.data.mcrec = mcrec; savefile.flush();Instance of Symbol 91 MovieClip in Frame 254onClipEvent (enterFrame) { this.gotoAndStop(_root.player + 1); }Instance of Symbol 108 MovieClip in Frame 254onClipEvent (enterFrame) { this.gotoAndStop(_root.player + 1); }Instance of Symbol 124 MovieClip in Frame 254onClipEvent (enterFrame) { this.gotoAndStop(_root.player + 1); }Instance of Symbol 131 MovieClip in Frame 254onClipEvent (enterFrame) { this.gotoAndStop(_root.difficulty); }Instance of Symbol 141 MovieClip in Frame 254onClipEvent (enterFrame) { if (_root.player > 0) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }Instance of Symbol 146 MovieClip in Frame 254onClipEvent (enterFrame) { this.gotoAndStop(_root.vaati); }Instance of Symbol 150 MovieClip in Frame 254onClipEvent (enterFrame) { this.gotoAndStop(_root.dlink); }Instance of Symbol 152 MovieClip in Frame 254onClipEvent (enterFrame) { this.gotoAndStop(_root.pg); }Instance of Symbol 156 MovieClip in Frame 254onClipEvent (enterFrame) { this.gotoAndStop(_root.sheik); }Instance of Symbol 160 MovieClip in Frame 254onClipEvent (enterFrame) { this.gotoAndStop(_root.ylink); }Instance of Symbol 164 MovieClip in Frame 254onClipEvent (enterFrame) { this.gotoAndStop(_root.sk); }Instance of Symbol 170 MovieClip in Frame 254onClipEvent (enterFrame) { if (_root.player == 1) { this.gotoAndStop(_root.zeldarec); } else if (_root.player == 2) { this.gotoAndStop(_root.linkrec); } else if (_root.player == 3) { this.gotoAndStop(_root.ganondrec); } else if (_root.player == 4) { this.gotoAndStop(_root.sheikrec); } else if (_root.player == 5) { this.gotoAndStop(_root.ylinkrec); } else if (_root.player == 6) { this.gotoAndStop(_root.skrec); } else if (_root.player == 7) { this.gotoAndStop(_root.vaatirec); } else if (_root.player == 8) { this.gotoAndStop(_root.dlinkrec); } else if (_root.player == 9) { this.gotoAndStop(_root.pgrec); } else if (_root.player == 10) { this.gotoAndStop(_root.trrec); } else if (_root.player == 11) { this.gotoAndStop(_root.fdrec); } else if (_root.player == 12) { this.gotoAndStop(_root.ganonrec); } else if (_root.player == 13) { this.gotoAndStop(_root.mcrec); } else { this.gotoAndStop(1); } }Instance of Symbol 175 MovieClip in Frame 254onClipEvent (enterFrame) { this.gotoAndStop(_root.twinrova); }Instance of Symbol 179 MovieClip in Frame 254onClipEvent (enterFrame) { this.gotoAndStop(_root.fdlink); }Instance of Symbol 183 MovieClip in Frame 254onClipEvent (enterFrame) { this.gotoAndStop(_root.ganon); }Instance of Symbol 187 MovieClip in Frame 254onClipEvent (enterFrame) { this.gotoAndStop(_root.mc); }Frame 255stopAllSounds(); lvlup.start(0, 1);Frame 256playin = true; lose = false; won = false; spec = 0; wincount = 20; losscount = 20; maxspec = 100; spec2 = 0; maxspec2 = 100; player2 = 2; lives = 6 - difficulty; onEnterFrame = function () { if (spec > maxspec) { spec = maxspec; } if (spec2 > maxspec2) { spec2 = maxspec2; } if (hp < 0) { hp = 0; } if (hp2 < 0) { hp2 = 0; } if (won) { wincount--; } if (wincount == 0) { _root.play(); won = false; wincount = 20; } if (lose) { losscount--; } if (losscount == 0) { _root.gotoAndStop("gameover"); lose = false; losscount = 20; } };Instance of Symbol 193 MovieClip in Frame 256onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } this.swapDepths(_y + 10); }Instance of Symbol 193 MovieClip in Frame 256onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } this.swapDepths(_y + 10); }Instance of Symbol 551 MovieClip "enemy" in Frame 256onClipEvent (load) { randomatk = random(3); this.gotoAndStop(_root.player2); player.playe = 0; countdown = 0; scale = this._xscale; this._xscale = -scale; dir = 0; } onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } Xdist = Math.abs(_x - _root.circle._x); Ydist = Math.abs(_y - _root.circle._y); if (!sett) { _root.hp2 = hp; _root.maxhp2 = maxhp; sett = true; } if (((Ydist > 50) && (_root.circle._y < _y)) && (!attack)) { this._y = this._y - speed2; player.gotoAndStop(2); dir = 3; set = false; } if (((Ydist > 50) && (_root.circle._y > _y)) && (!attack)) { this._y = this._y + speed2; player.gotoAndStop(2); dir = 1; set = false; } if (((Xdist > 50) && (_root.circle._x < _x)) && (!attack)) { this._x = this._x - speed; player.gotoAndStop(2); _xscale = (-scale); dir = 2; set = false; } if (((Xdist > 50) && (_root.circle._x > _x)) && (!attack)) { this._x = this._x + speed; player.gotoAndStop(2); _xscale = scale; dir = 0; set = false; } if (((!attack) && (Xdist <= 50)) && (Ydist <= 50)) { player.gotoAndStop(1); } } onClipEvent (enterFrame) { if ((countdown > 0) && (!attack)) { countdown--; } this.swapDepths(this._y + 10); if (((((Xdist <= 70) && (Ydist <= 70)) && (!attack)) && (countdown <= 0)) && (randomatk < 2)) { player.gotoAndStop(3); randomatk = random(3); countdown = 5; attack = true; } if (((((Xdist <= 70) && (Ydist <= 70)) && (!attack)) && (countdown <= 0)) && (randomatk == 2)) { player.gotoAndStop(4); randomatk = random(3); countdown = 10; attack = true; } if (((((((_root.hp2 < (_root.hp - 25)) && (Xdist <= 80)) && (Ydist <= 80)) && (!attack)) && (countdown == 0)) && (_root.spec2 == 100)) && (_root.difficulty > 2)) { player.gotoAndStop(5); countdown = 15; attack = true; _root.spec2 = 0; } if (_root.hp2 <= 0) { player.gotoAndStop(6); attack = true; dead = true; } }Instance of Symbol 551 MovieClip "circle" in Frame 256onClipEvent (load) { this.gotoAndStop(_root.player); player.playe = 1; countdown = 0; scale = this._xscale; dir = 0; } onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } if (!sett) { _root.hp = hp; _root.maxhp = maxhp; sett = true; } if (((Key.isDown(38) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!attack)) { this._y = this._y - speed2; player.gotoAndStop(2); dir = 3; set = false; } else if (((Key.isDown(40) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!attack)) { this._y = this._y + speed2; player.gotoAndStop(2); dir = 1; set = false; } else if (((Key.isDown(37) && (!Key.isDown(38))) && (!Key.isDown(40))) && (!attack)) { this._x = this._x - speed; player.gotoAndStop(2); this._xscale = -scale; dir = 2; set = false; } else if (((Key.isDown(39) && (!Key.isDown(38))) && (!Key.isDown(40))) && (!attack)) { this._x = this._x + speed; player.gotoAndStop(2); this._xscale = scale; dir = 0; set = false; } else if (((Key.isDown(38) && (Key.isDown(37))) && (!Key.isDown(39))) && (!attack)) { this._y = this._y - speed2; this._x = this._x - speed; player.gotoAndStop(2); this._xscale = -scale; dir = 4; set = false; } else if (((Key.isDown(38) && (!Key.isDown(37))) && (Key.isDown(39))) && (!attack)) { this._y = this._y - speed2; this._x = this._x + speed; player.gotoAndStop(2); this._xscale = scale; dir = 5; set = false; } else if (((Key.isDown(40) && (Key.isDown(37))) && (!Key.isDown(39))) && (!attack)) { this._y = this._y + speed2; this._x = this._x - speed; player.gotoAndStop(2); this._xscale = -scale; dir = 6; set = false; } else if (((Key.isDown(40) && (!Key.isDown(37))) && (Key.isDown(39))) && (!attack)) { this._y = this._y + speed2; this._x = this._x + speed; player.gotoAndStop(2); this._xscale = scale; dir = 7; set = false; } else if (!attack) { player.gotoAndStop(1); } if (((((!Key.isDown(38)) && (!Key.isDown(40))) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!set)) { if ((dir == 4) || (dir == 5)) { this._y = this._y + 10; set = true; } if ((dir == 6) || (dir == 7)) { this._y = this._y - 10; set = true; } } } onClipEvent (enterFrame) { if ((countdown > 0) && (!attack)) { countdown--; } this.swapDepths(this._y + 10); if ((Key.isDown(65) && (!attack)) && (countdown == 0)) { player.gotoAndStop(3); countdown = 5; attack = true; } if ((Key.isDown(83) && (!attack)) && (countdown == 0)) { player.gotoAndStop(4); countdown = 10; attack = true; } if (((Key.isDown(68) && (!attack)) && (countdown == 0)) && (_root.spec >= 100)) { player.gotoAndStop(5); countdown = 15; attack = true; _root.spec = 0; } if (_root.hp <= 0) { player.gotoAndStop(6); attack = true; dead = true; } }Instance of Symbol 553 MovieClip in Frame 256onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 256onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 256onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 256onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 256onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._x = _root.enemy._x - _root.enemy.speed; } }Instance of Symbol 553 MovieClip in Frame 256onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._y = _root.enemy._y + _root.enemy.speed2; } }Instance of Symbol 553 MovieClip in Frame 256onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._x = _root.enemy._x + _root.enemy.speed; } }Instance of Symbol 553 MovieClip in Frame 256onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._y = _root.enemy._y - _root.enemy.speed2; } }Instance of Symbol 555 MovieClip in Frame 256onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } this.swapDepths(_y + 10); }Instance of Symbol 568 MovieClip "hud" in Frame 256onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } this.swapDepths(500); }Instance of Symbol 573 MovieClip in Frame 256onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } this.swapDepths(501); }Frame 257playin = false; stop(); stopAllSounds(); lvlup.start(0, 1);Frame 258playin = true; spec = 0; wincount = 20; maxspec = 100; spec2 = 0; maxspec2 = 100; player2 = 3; if (player2 < 0) { player2 = 3; } onEnterFrame = function () { if (spec > maxspec) { spec = maxspec; } if (spec2 > maxspec2) { spec2 = maxspec2; } if (hp < 0) { hp = 0; } if (hp2 < 0) { hp2 = 0; } if (won) { wincount--; } if (wincount == 0) { _root.play(); won = false; wincount = 20; } if (lose) { losscount--; } if (losscount == 0) { _root.gotoAndStop("gameover"); lose = false; losscount = 20; } };Instance of Symbol 585 MovieClip in Frame 258onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } this.swapDepths(_y + 10); }Instance of Symbol 587 MovieClip in Frame 258onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } this.swapDepths(_y + 10); }Instance of Symbol 589 MovieClip in Frame 258onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } this.swapDepths(_y + 10); }Instance of Symbol 591 MovieClip in Frame 258onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } this.swapDepths(_y + 10); }Instance of Symbol 553 MovieClip in Frame 258onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 258onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 258onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 258onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 258onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._x = _root.enemy._x - _root.enemy.speed; } }Instance of Symbol 553 MovieClip in Frame 258onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._y = _root.enemy._y + _root.enemy.speed2; } }Instance of Symbol 553 MovieClip in Frame 258onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._x = _root.enemy._x + _root.enemy.speed; } }Instance of Symbol 553 MovieClip in Frame 258onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._y = _root.enemy._y - _root.enemy.speed2; } }Instance of Symbol 553 MovieClip in Frame 258onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._x = _root.enemy._x - _root.enemy.speed; } }Instance of Symbol 553 MovieClip in Frame 258onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._y = _root.enemy._y + _root.enemy.speed2; } }Instance of Symbol 553 MovieClip in Frame 258onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._x = _root.enemy._x + _root.enemy.speed; } }Instance of Symbol 553 MovieClip in Frame 258onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._y = _root.enemy._y - _root.enemy.speed2; } }Instance of Symbol 553 MovieClip in Frame 258onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._x = _root.enemy._x - _root.enemy.speed; } }Instance of Symbol 553 MovieClip in Frame 258onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._y = _root.enemy._y + _root.enemy.speed2; } }Instance of Symbol 553 MovieClip in Frame 258onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._x = _root.enemy._x + _root.enemy.speed; } }Instance of Symbol 553 MovieClip in Frame 258onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._y = _root.enemy._y - _root.enemy.speed2; } }Instance of Symbol 553 MovieClip in Frame 258onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._x = _root.enemy._x - _root.enemy.speed; } }Instance of Symbol 553 MovieClip in Frame 258onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._y = _root.enemy._y + _root.enemy.speed2; } }Instance of Symbol 553 MovieClip in Frame 258onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._x = _root.enemy._x + _root.enemy.speed; } }Instance of Symbol 553 MovieClip in Frame 258onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._y = _root.enemy._y - _root.enemy.speed2; } }Instance of Symbol 553 MovieClip in Frame 258onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 258onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 258onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 258onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 258onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 258onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 551 MovieClip "circle" in Frame 258onClipEvent (load) { this.gotoAndStop(_root.player); player.playe = 1; countdown = 0; scale = this._xscale; dir = 0; } onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } if (!sett) { _root.hp = hp; _root.maxhp = maxhp; sett = true; } if (((Key.isDown(38) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!attack)) { this._y = this._y - speed2; player.gotoAndStop(2); dir = 3; set = false; } else if (((Key.isDown(40) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!attack)) { this._y = this._y + speed2; player.gotoAndStop(2); dir = 1; set = false; } else if (((Key.isDown(37) && (!Key.isDown(38))) && (!Key.isDown(40))) && (!attack)) { this._x = this._x - speed; player.gotoAndStop(2); this._xscale = -scale; dir = 2; set = false; } else if (((Key.isDown(39) && (!Key.isDown(38))) && (!Key.isDown(40))) && (!attack)) { this._x = this._x + speed; player.gotoAndStop(2); this._xscale = scale; dir = 0; set = false; } else if (((Key.isDown(38) && (Key.isDown(37))) && (!Key.isDown(39))) && (!attack)) { this._y = this._y - speed2; this._x = this._x - speed; player.gotoAndStop(2); this._xscale = -scale; dir = 4; set = false; } else if (((Key.isDown(38) && (!Key.isDown(37))) && (Key.isDown(39))) && (!attack)) { this._y = this._y - speed2; this._x = this._x + speed; player.gotoAndStop(2); this._xscale = scale; dir = 5; set = false; } else if (((Key.isDown(40) && (Key.isDown(37))) && (!Key.isDown(39))) && (!attack)) { this._y = this._y + speed2; this._x = this._x - speed; player.gotoAndStop(2); this._xscale = -scale; dir = 6; set = false; } else if (((Key.isDown(40) && (!Key.isDown(37))) && (Key.isDown(39))) && (!attack)) { this._y = this._y + speed2; this._x = this._x + speed; player.gotoAndStop(2); this._xscale = scale; dir = 7; set = false; } else if (!attack) { player.gotoAndStop(1); } if (((((!Key.isDown(38)) && (!Key.isDown(40))) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!set)) { if ((dir == 4) || (dir == 5)) { this._y = this._y + 10; set = true; } if ((dir == 6) || (dir == 7)) { this._y = this._y - 10; set = true; } } } onClipEvent (enterFrame) { if ((countdown > 0) && (!attack)) { countdown--; } this.swapDepths(this._y + 10); if ((Key.isDown(65) && (!attack)) && (countdown == 0)) { player.gotoAndStop(3); countdown = 5; attack = true; } if ((Key.isDown(83) && (!attack)) && (countdown == 0)) { player.gotoAndStop(4); countdown = 10; attack = true; } if (((Key.isDown(68) && (!attack)) && (countdown == 0)) && (_root.spec >= 100)) { player.gotoAndStop(5); countdown = 15; attack = true; _root.spec = 0; } if (_root.hp <= 0) { player.gotoAndStop(6); attack = true; dead = true; } }Instance of Symbol 551 MovieClip "enemy" in Frame 258onClipEvent (load) { randomatk = random(3); this.gotoAndStop(_root.player2); player.playe = 0; countdown = 0; scale = this._xscale; this._xscale = -scale; dir = 0; } onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } Xdist = Math.abs(_x - _root.circle._x); Ydist = Math.abs(_y - _root.circle._y); if (!sett) { _root.hp2 = hp; _root.maxhp2 = maxhp; sett = true; } if (((Ydist > 50) && (_root.circle._y < _y)) && (!attack)) { this._y = this._y - speed2; player.gotoAndStop(2); dir = 3; set = false; } if (((Ydist > 50) && (_root.circle._y > _y)) && (!attack)) { this._y = this._y + speed2; player.gotoAndStop(2); dir = 1; set = false; } if (((Xdist > 50) && (_root.circle._x < _x)) && (!attack)) { this._x = this._x - speed; player.gotoAndStop(2); _xscale = (-scale); dir = 2; set = false; } if (((Xdist > 50) && (_root.circle._x > _x)) && (!attack)) { this._x = this._x + speed; player.gotoAndStop(2); _xscale = scale; dir = 0; set = false; } if (((!attack) && (Xdist <= 50)) && (Ydist <= 50)) { player.gotoAndStop(1); } } onClipEvent (enterFrame) { if ((countdown > 0) && (!attack)) { countdown--; } this.swapDepths(this._y + 10); if (((((Xdist <= 70) && (Ydist <= 70)) && (!attack)) && (countdown <= 0)) && (randomatk < 2)) { player.gotoAndStop(3); randomatk = random(3); countdown = 5; attack = true; } if (((((Xdist <= 70) && (Ydist <= 70)) && (!attack)) && (countdown <= 0)) && (randomatk == 2)) { player.gotoAndStop(4); randomatk = random(3); countdown = 10; attack = true; } if (((((((_root.hp2 < (_root.hp - 25)) && (Xdist <= 80)) && (Ydist <= 80)) && (!attack)) && (countdown == 0)) && (_root.spec2 == 100)) && (_root.difficulty > 2)) { player.gotoAndStop(5); countdown = 15; attack = true; _root.spec2 = 0; } if (_root.hp2 <= 0) { player.gotoAndStop(6); attack = true; dead = true; } }Instance of Symbol 568 MovieClip "hud" in Frame 258onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } this.swapDepths(500); }Instance of Symbol 573 MovieClip in Frame 258onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } this.swapDepths(501); }Frame 259playin = false; stop(); stopAllSounds(); lvlup.start(0, 1);Frame 260playin = true; spec = 0; wincount = 20; maxspec = 100; spec2 = 0; maxspec2 = 100; player2 = 1; if (player2 < 0) { player2 = 3; } onEnterFrame = function () { if (spec > maxspec) { spec = maxspec; } if (spec2 > maxspec2) { spec2 = maxspec2; } if (hp < 0) { hp = 0; } if (hp2 < 0) { hp2 = 0; } if (won) { wincount--; } if (wincount == 0) { _root.play(); won = false; wincount = 20; } if (lose) { losscount--; } if (losscount == 0) { _root.gotoAndStop("gameover"); lose = false; losscount = 20; } };Instance of Symbol 597 MovieClip in Frame 260onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } this.swapDepths(_y + 10); }Instance of Symbol 599 MovieClip in Frame 260onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } this.swapDepths(_y + 10); }Instance of Symbol 553 MovieClip in Frame 260onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._x = _root.enemy._x - _root.enemy.speed; } }Instance of Symbol 553 MovieClip in Frame 260onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._y = _root.enemy._y + _root.enemy.speed2; } }Instance of Symbol 553 MovieClip in Frame 260onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._x = _root.enemy._x + _root.enemy.speed; } }Instance of Symbol 553 MovieClip in Frame 260onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._y = _root.enemy._y - _root.enemy.speed2; } }Instance of Symbol 553 MovieClip in Frame 260onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 260onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 260onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 260onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 551 MovieClip "circle" in Frame 260onClipEvent (load) { this.gotoAndStop(_root.player); player.playe = 1; countdown = 0; scale = this._xscale; dir = 0; } onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } if (!sett) { _root.hp = hp; _root.maxhp = maxhp; sett = true; } if (((Key.isDown(38) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!attack)) { this._y = this._y - speed2; player.gotoAndStop(2); dir = 3; set = false; } else if (((Key.isDown(40) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!attack)) { this._y = this._y + speed2; player.gotoAndStop(2); dir = 1; set = false; } else if (((Key.isDown(37) && (!Key.isDown(38))) && (!Key.isDown(40))) && (!attack)) { this._x = this._x - speed; player.gotoAndStop(2); this._xscale = -scale; dir = 2; set = false; } else if (((Key.isDown(39) && (!Key.isDown(38))) && (!Key.isDown(40))) && (!attack)) { this._x = this._x + speed; player.gotoAndStop(2); this._xscale = scale; dir = 0; set = false; } else if (((Key.isDown(38) && (Key.isDown(37))) && (!Key.isDown(39))) && (!attack)) { this._y = this._y - speed2; this._x = this._x - speed; player.gotoAndStop(2); this._xscale = -scale; dir = 4; set = false; } else if (((Key.isDown(38) && (!Key.isDown(37))) && (Key.isDown(39))) && (!attack)) { this._y = this._y - speed2; this._x = this._x + speed; player.gotoAndStop(2); this._xscale = scale; dir = 5; set = false; } else if (((Key.isDown(40) && (Key.isDown(37))) && (!Key.isDown(39))) && (!attack)) { this._y = this._y + speed2; this._x = this._x - speed; player.gotoAndStop(2); this._xscale = -scale; dir = 6; set = false; } else if (((Key.isDown(40) && (!Key.isDown(37))) && (Key.isDown(39))) && (!attack)) { this._y = this._y + speed2; this._x = this._x + speed; player.gotoAndStop(2); this._xscale = scale; dir = 7; set = false; } else if (!attack) { player.gotoAndStop(1); } if (((((!Key.isDown(38)) && (!Key.isDown(40))) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!set)) { if ((dir == 4) || (dir == 5)) { this._y = this._y + 10; set = true; } if ((dir == 6) || (dir == 7)) { this._y = this._y - 10; set = true; } } } onClipEvent (enterFrame) { if ((countdown > 0) && (!attack)) { countdown--; } this.swapDepths(this._y + 10); if ((Key.isDown(65) && (!attack)) && (countdown == 0)) { player.gotoAndStop(3); countdown = 5; attack = true; } if ((Key.isDown(83) && (!attack)) && (countdown == 0)) { player.gotoAndStop(4); countdown = 10; attack = true; } if (((Key.isDown(68) && (!attack)) && (countdown == 0)) && (_root.spec >= 100)) { player.gotoAndStop(5); countdown = 15; attack = true; _root.spec = 0; } if (_root.hp <= 0) { player.gotoAndStop(6); attack = true; dead = true; } }Instance of Symbol 551 MovieClip "enemy" in Frame 260onClipEvent (load) { randomatk = random(3); this.gotoAndStop(_root.player2); player.playe = 0; countdown = 0; scale = this._xscale; this._xscale = -scale; dir = 0; } onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } Xdist = Math.abs(_x - _root.circle._x); Ydist = Math.abs(_y - _root.circle._y); if (!sett) { _root.hp2 = hp; _root.maxhp2 = maxhp; sett = true; } if (((Ydist > 50) && (_root.circle._y < _y)) && (!attack)) { this._y = this._y - speed2; player.gotoAndStop(2); dir = 3; set = false; } if (((Ydist > 50) && (_root.circle._y > _y)) && (!attack)) { this._y = this._y + speed2; player.gotoAndStop(2); dir = 1; set = false; } if (((Xdist > 50) && (_root.circle._x < _x)) && (!attack)) { this._x = this._x - speed; player.gotoAndStop(2); _xscale = (-scale); dir = 2; set = false; } if (((Xdist > 50) && (_root.circle._x > _x)) && (!attack)) { this._x = this._x + speed; player.gotoAndStop(2); _xscale = scale; dir = 0; set = false; } if (((!attack) && (Xdist <= 50)) && (Ydist <= 50)) { player.gotoAndStop(1); } } onClipEvent (enterFrame) { if ((countdown > 0) && (!attack)) { countdown--; } this.swapDepths(this._y + 10); if (((((Xdist <= 70) && (Ydist <= 70)) && (!attack)) && (countdown <= 0)) && (randomatk < 2)) { player.gotoAndStop(3); randomatk = random(3); countdown = 5; attack = true; } if (((((Xdist <= 70) && (Ydist <= 70)) && (!attack)) && (countdown <= 0)) && (randomatk == 2)) { player.gotoAndStop(4); randomatk = random(3); countdown = 10; attack = true; } if (((((((_root.hp2 < (_root.hp - 25)) && (Xdist <= 80)) && (Ydist <= 80)) && (!attack)) && (countdown == 0)) && (_root.spec2 == 100)) && (_root.difficulty > 2)) { player.gotoAndStop(5); countdown = 15; attack = true; _root.spec2 = 0; } if (_root.hp2 <= 0) { player.gotoAndStop(6); attack = true; dead = true; } }Instance of Symbol 568 MovieClip "hud" in Frame 260onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } this.swapDepths(500); }Instance of Symbol 573 MovieClip in Frame 260onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } this.swapDepths(501); }Frame 261playin = false; stop(); stopAllSounds(); lvlup.start(0, 1);Frame 262playin = true; spec = 0; wincount = 20; maxspec = 100; spec2 = 0; maxspec2 = 100; player2 = random(3) + 4; onEnterFrame = function () { if (spec > maxspec) { spec = maxspec; } if (spec2 > maxspec2) { spec2 = maxspec2; } if (hp < 0) { hp = 0; } if (hp2 < 0) { hp2 = 0; } if (won) { wincount--; } if (wincount == 0) { _root.play(); won = false; wincount = 20; } if (lose) { losscount--; } if (losscount == 0) { _root.gotoAndStop("gameover"); lose = false; losscount = 20; } };Instance of Symbol 553 MovieClip in Frame 262onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 262onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 262onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 262onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 262onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._x = _root.enemy._x - _root.enemy.speed; } }Instance of Symbol 553 MovieClip in Frame 262onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._y = _root.enemy._y + _root.enemy.speed2; } }Instance of Symbol 553 MovieClip in Frame 262onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._x = _root.enemy._x + _root.enemy.speed; } }Instance of Symbol 553 MovieClip in Frame 262onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._y = _root.enemy._y - _root.enemy.speed2; } }Instance of Symbol 551 MovieClip "circle" in Frame 262onClipEvent (load) { this.gotoAndStop(_root.player); player.playe = 1; countdown = 0; scale = this._xscale; dir = 0; } onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } if (!sett) { _root.hp = hp; _root.maxhp = maxhp; sett = true; } if (((Key.isDown(38) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!attack)) { this._y = this._y - speed2; player.gotoAndStop(2); dir = 3; set = false; } else if (((Key.isDown(40) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!attack)) { this._y = this._y + speed2; player.gotoAndStop(2); dir = 1; set = false; } else if (((Key.isDown(37) && (!Key.isDown(38))) && (!Key.isDown(40))) && (!attack)) { this._x = this._x - speed; player.gotoAndStop(2); this._xscale = -scale; dir = 2; set = false; } else if (((Key.isDown(39) && (!Key.isDown(38))) && (!Key.isDown(40))) && (!attack)) { this._x = this._x + speed; player.gotoAndStop(2); this._xscale = scale; dir = 0; set = false; } else if (((Key.isDown(38) && (Key.isDown(37))) && (!Key.isDown(39))) && (!attack)) { this._y = this._y - speed2; this._x = this._x - speed; player.gotoAndStop(2); this._xscale = -scale; dir = 4; set = false; } else if (((Key.isDown(38) && (!Key.isDown(37))) && (Key.isDown(39))) && (!attack)) { this._y = this._y - speed2; this._x = this._x + speed; player.gotoAndStop(2); this._xscale = scale; dir = 5; set = false; } else if (((Key.isDown(40) && (Key.isDown(37))) && (!Key.isDown(39))) && (!attack)) { this._y = this._y + speed2; this._x = this._x - speed; player.gotoAndStop(2); this._xscale = -scale; dir = 6; set = false; } else if (((Key.isDown(40) && (!Key.isDown(37))) && (Key.isDown(39))) && (!attack)) { this._y = this._y + speed2; this._x = this._x + speed; player.gotoAndStop(2); this._xscale = scale; dir = 7; set = false; } else if (!attack) { player.gotoAndStop(1); } if (((((!Key.isDown(38)) && (!Key.isDown(40))) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!set)) { if ((dir == 4) || (dir == 5)) { this._y = this._y + 10; set = true; } if ((dir == 6) || (dir == 7)) { this._y = this._y - 10; set = true; } } } onClipEvent (enterFrame) { if ((countdown > 0) && (!attack)) { countdown--; } this.swapDepths(this._y + 10); if ((Key.isDown(65) && (!attack)) && (countdown == 0)) { player.gotoAndStop(3); countdown = 5; attack = true; } if ((Key.isDown(83) && (!attack)) && (countdown == 0)) { player.gotoAndStop(4); countdown = 10; attack = true; } if (((Key.isDown(68) && (!attack)) && (countdown == 0)) && (_root.spec >= 100)) { player.gotoAndStop(5); countdown = 15; attack = true; _root.spec = 0; } if (_root.hp <= 0) { player.gotoAndStop(6); attack = true; dead = true; } }Instance of Symbol 551 MovieClip "enemy" in Frame 262onClipEvent (load) { randomatk = random(3); this.gotoAndStop(_root.player2); player.playe = 0; countdown = 0; scale = this._xscale; this._xscale = -scale; dir = 0; } onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } Xdist = Math.abs(_x - _root.circle._x); Ydist = Math.abs(_y - _root.circle._y); if (!sett) { _root.hp2 = hp; _root.maxhp2 = maxhp; sett = true; } if (((Ydist > 50) && (_root.circle._y < _y)) && (!attack)) { this._y = this._y - speed2; player.gotoAndStop(2); dir = 3; set = false; } if (((Ydist > 50) && (_root.circle._y > _y)) && (!attack)) { this._y = this._y + speed2; player.gotoAndStop(2); dir = 1; set = false; } if (((Xdist > 50) && (_root.circle._x < _x)) && (!attack)) { this._x = this._x - speed; player.gotoAndStop(2); _xscale = (-scale); dir = 2; set = false; } if (((Xdist > 50) && (_root.circle._x > _x)) && (!attack)) { this._x = this._x + speed; player.gotoAndStop(2); _xscale = scale; dir = 0; set = false; } if (((!attack) && (Xdist <= 50)) && (Ydist <= 50)) { player.gotoAndStop(1); } } onClipEvent (enterFrame) { if ((countdown > 0) && (!attack)) { countdown--; } this.swapDepths(this._y + 10); if (((((Xdist <= 70) && (Ydist <= 70)) && (!attack)) && (countdown <= 0)) && (randomatk < 2)) { player.gotoAndStop(3); randomatk = random(3); countdown = 5; attack = true; } if (((((Xdist <= 70) && (Ydist <= 70)) && (!attack)) && (countdown <= 0)) && (randomatk == 2)) { player.gotoAndStop(4); randomatk = random(3); countdown = 10; attack = true; } if (((((((_root.hp2 < (_root.hp - 25)) && (Xdist <= 80)) && (Ydist <= 80)) && (!attack)) && (countdown == 0)) && (_root.spec2 == 100)) && (_root.difficulty > 2)) { player.gotoAndStop(5); countdown = 15; attack = true; _root.spec2 = 0; } if (_root.hp2 <= 0) { player.gotoAndStop(6); attack = true; dead = true; } }Instance of Symbol 568 MovieClip "hud" in Frame 262onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } this.swapDepths(500); }Instance of Symbol 573 MovieClip in Frame 262onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } this.swapDepths(501); }Frame 263playin = false; stop(); stopAllSounds(); lvlup.start(0, 1);Frame 264playin = true; spec = 0; wincount = 20; maxspec = 100; spec2 = 0; maxspec2 = 100; player2 = random(3) + 7; onEnterFrame = function () { if (spec > maxspec) { spec = maxspec; } if (spec2 > maxspec2) { spec2 = maxspec2; } if (hp < 0) { hp = 0; } if (hp2 < 0) { hp2 = 0; } if (won) { wincount--; } if (wincount == 0) { _root.play(); won = false; wincount = 20; } if (lose) { losscount--; } if (losscount == 0) { _root.gotoAndStop("gameover"); lose = false; losscount = 20; } };Instance of Symbol 608 MovieClip in Frame 264onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } this.swapDepths(_y + 10); }Instance of Symbol 553 MovieClip in Frame 264onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 264onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 264onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 264onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 264onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._x = _root.enemy._x - _root.enemy.speed; } }Instance of Symbol 553 MovieClip in Frame 264onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._y = _root.enemy._y + _root.enemy.speed2; } }Instance of Symbol 553 MovieClip in Frame 264onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._x = _root.enemy._x + _root.enemy.speed; } }Instance of Symbol 553 MovieClip in Frame 264onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._y = _root.enemy._y - _root.enemy.speed2; } }Instance of Symbol 551 MovieClip "circle" in Frame 264onClipEvent (load) { this.gotoAndStop(_root.player); player.playe = 1; countdown = 0; scale = this._xscale; dir = 0; } onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } if (!sett) { _root.hp = hp; _root.maxhp = maxhp; sett = true; } if (((Key.isDown(38) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!attack)) { this._y = this._y - speed2; player.gotoAndStop(2); dir = 3; set = false; } else if (((Key.isDown(40) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!attack)) { this._y = this._y + speed2; player.gotoAndStop(2); dir = 1; set = false; } else if (((Key.isDown(37) && (!Key.isDown(38))) && (!Key.isDown(40))) && (!attack)) { this._x = this._x - speed; player.gotoAndStop(2); this._xscale = -scale; dir = 2; set = false; } else if (((Key.isDown(39) && (!Key.isDown(38))) && (!Key.isDown(40))) && (!attack)) { this._x = this._x + speed; player.gotoAndStop(2); this._xscale = scale; dir = 0; set = false; } else if (((Key.isDown(38) && (Key.isDown(37))) && (!Key.isDown(39))) && (!attack)) { this._y = this._y - speed2; this._x = this._x - speed; player.gotoAndStop(2); this._xscale = -scale; dir = 4; set = false; } else if (((Key.isDown(38) && (!Key.isDown(37))) && (Key.isDown(39))) && (!attack)) { this._y = this._y - speed2; this._x = this._x + speed; player.gotoAndStop(2); this._xscale = scale; dir = 5; set = false; } else if (((Key.isDown(40) && (Key.isDown(37))) && (!Key.isDown(39))) && (!attack)) { this._y = this._y + speed2; this._x = this._x - speed; player.gotoAndStop(2); this._xscale = -scale; dir = 6; set = false; } else if (((Key.isDown(40) && (!Key.isDown(37))) && (Key.isDown(39))) && (!attack)) { this._y = this._y + speed2; this._x = this._x + speed; player.gotoAndStop(2); this._xscale = scale; dir = 7; set = false; } else if (!attack) { player.gotoAndStop(1); } if (((((!Key.isDown(38)) && (!Key.isDown(40))) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!set)) { if ((dir == 4) || (dir == 5)) { this._y = this._y + 10; set = true; } if ((dir == 6) || (dir == 7)) { this._y = this._y - 10; set = true; } } } onClipEvent (enterFrame) { if ((countdown > 0) && (!attack)) { countdown--; } this.swapDepths(this._y + 10); if ((Key.isDown(65) && (!attack)) && (countdown == 0)) { player.gotoAndStop(3); countdown = 5; attack = true; } if ((Key.isDown(83) && (!attack)) && (countdown == 0)) { player.gotoAndStop(4); countdown = 10; attack = true; } if (((Key.isDown(68) && (!attack)) && (countdown == 0)) && (_root.spec >= 100)) { player.gotoAndStop(5); countdown = 15; attack = true; _root.spec = 0; } if (_root.hp <= 0) { player.gotoAndStop(6); attack = true; dead = true; } }Instance of Symbol 551 MovieClip "enemy" in Frame 264onClipEvent (load) { randomatk = random(3); this.gotoAndStop(_root.player2); player.playe = 0; countdown = 0; scale = this._xscale; this._xscale = -scale; dir = 0; } onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } Xdist = Math.abs(_x - _root.circle._x); Ydist = Math.abs(_y - _root.circle._y); if (!sett) { _root.hp2 = hp; _root.maxhp2 = maxhp; sett = true; } if (((Ydist > 50) && (_root.circle._y < _y)) && (!attack)) { this._y = this._y - speed2; player.gotoAndStop(2); dir = 3; set = false; } if (((Ydist > 50) && (_root.circle._y > _y)) && (!attack)) { this._y = this._y + speed2; player.gotoAndStop(2); dir = 1; set = false; } if (((Xdist > 50) && (_root.circle._x < _x)) && (!attack)) { this._x = this._x - speed; player.gotoAndStop(2); _xscale = (-scale); dir = 2; set = false; } if (((Xdist > 50) && (_root.circle._x > _x)) && (!attack)) { this._x = this._x + speed; player.gotoAndStop(2); _xscale = scale; dir = 0; set = false; } if (((!attack) && (Xdist <= 50)) && (Ydist <= 50)) { player.gotoAndStop(1); } } onClipEvent (enterFrame) { if ((countdown > 0) && (!attack)) { countdown--; } this.swapDepths(this._y + 10); if (((((Xdist <= 70) && (Ydist <= 70)) && (!attack)) && (countdown <= 0)) && (randomatk < 2)) { player.gotoAndStop(3); randomatk = random(3); countdown = 5; attack = true; } if (((((Xdist <= 70) && (Ydist <= 70)) && (!attack)) && (countdown <= 0)) && (randomatk == 2)) { player.gotoAndStop(4); randomatk = random(3); countdown = 10; attack = true; } if (((((((_root.hp2 < (_root.hp - 25)) && (Xdist <= 80)) && (Ydist <= 80)) && (!attack)) && (countdown == 0)) && (_root.spec2 == 100)) && (_root.difficulty > 2)) { player.gotoAndStop(5); countdown = 15; attack = true; _root.spec2 = 0; } if (_root.hp2 <= 0) { player.gotoAndStop(6); attack = true; dead = true; } }Instance of Symbol 568 MovieClip "hud" in Frame 264onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } this.swapDepths(500); }Instance of Symbol 573 MovieClip in Frame 264onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } this.swapDepths(501); }Frame 265playin = false; stop(); stopAllSounds(); newlevel.start(0, 1);Instance of Symbol 624 MovieClip in Frame 265onClipEvent (enterFrame) { if ((_root.player == 1) && ((_root.difficulty + 1) > _root.zeldarec)) { _root.zeldarec = _root.difficulty + 1; } else if ((_root.player == 2) && ((_root.difficulty + 1) > _root.linkrec)) { _root.linkrec = _root.difficulty + 1; } else if ((_root.player == 3) && ((_root.difficulty + 1) > _root.ganondrec)) { _root.ganondrec = _root.difficulty + 1; } else if ((_root.player == 4) && ((_root.difficulty + 1) > _root.sheikrec)) { _root.sheikrec = _root.difficulty + 1; } else if ((_root.player == 5) && ((_root.difficulty + 1) > _root.ylinkrec)) { _root.ylinkrec = _root.difficulty + 1; } else if ((_root.player == 6) && ((_root.difficulty + 1) > _root.skrec)) { _root.skrec = _root.difficulty + 1; } else if ((_root.player == 7) && ((_root.difficulty + 1) > _root.vaatirec)) { _root.vaatirec = _root.difficulty + 1; } else if ((_root.player == 8) && ((_root.difficulty + 1) > _root.dlinkrec)) { _root.dlinkrec = _root.difficulty + 1; } else if ((_root.player == 9) && ((_root.difficulty + 1) > _root.pgrec)) { _root.pgrec = _root.difficulty + 1; } else if ((_root.player == 10) && ((_root.difficulty + 1) > _root.trrec)) { _root.trrec = _root.difficulty + 1; } else if ((_root.player == 11) && ((_root.difficulty + 1) > _root.fdrec)) { _root.fdrec = _root.difficulty + 1; } else if ((_root.player == 12) && ((_root.difficulty + 1) > _root.ganonrec)) { _root.ganonrec = _root.difficulty + 1; } else if ((_root.player == 13) && ((_root.difficulty + 1) > _root.mcrec)) { _root.mcrec = _root.difficulty + 1; } } onClipEvent (load) { if (_root.player == 1) { if ((((_root.difficulty == 2) && (_root.sheik == 1)) && (_root.vaati == 1)) || (((_root.difficulty >= 2) && (_root.sheik == 1)) && (_root.vaati == 2))) { this.gotoAndStop(2); } if ((_root.difficulty >= 3) && (_root.vaati == 1)) { this.gotoAndStop(5); } } if (_root.player == 2) { if ((((_root.difficulty == 2) && (_root.ylink == 1)) && (_root.dlink == 1)) || (((_root.difficulty >= 2) && (_root.ylink == 1)) && (_root.dlink == 2))) { this.gotoAndStop(3); } if ((_root.difficulty >= 3) && (_root.dlink == 1)) { this.gotoAndStop(6); } } if (_root.player == 3) { if ((((_root.difficulty == 2) && (_root.sk == 1)) && (_root.pg == 1)) || (((_root.difficulty >= 2) && (_root.sk == 1)) && (_root.pg == 2))) { this.gotoAndStop(4); } if ((_root.difficulty >= 3) && (_root.pg == 1)) { this.gotoAndStop(7); } } } onClipEvent (enterFrame) { if ((((_root.zeldarec >= 5) && (_root.sheikrec >= 5)) && (_root.vaatirec >= 5)) && (_root.twinrova == 1)) { this.gotoAndStop(8); } if ((((_root.linkrec >= 5) && (_root.ylinkrec >= 5)) && (_root.dlinkrec >= 5)) && (_root.fdlink == 1)) { this.gotoAndStop(9); } if ((((_root.ganondrec >= 5) && (_root.skrec >= 5)) && (_root.pgrec >= 5)) && (_root.ganon == 1)) { this.gotoAndStop(10); } if (((((((((((((_root.ganondrec >= 6) && (_root.skrec >= 6)) && (_root.pgrec >= 6)) && (_root.linkrec >= 6)) && (_root.ylinkrec >= 6)) && (_root.dlinkrec >= 6)) && (_root.zeldarec >= 6)) && (_root.sheikrec >= 6)) && (_root.vaatirec >= 6)) && (_root.ganonrec >= 6)) && (_root.fdlinkred >= 6)) && (_root.trrec >= 6)) && (_root.mc == 1)) { this.gotoAndStop(11); } }Instance of Symbol 636 MovieClip in Frame 265onClipEvent (enterFrame) { if (((_root.player == 4) && (_root.difficulty >= 2)) && (_root.icecav == 1)) { this.gotoAndStop(2); } if (((_root.player == 5) && (_root.difficulty >= 2)) && (_root.hycas == 1)) { this.gotoAndStop(3); } if (((_root.player == 6) && (_root.difficulty >= 2)) && (_root.gohtsa == 1)) { this.gotoAndStop(4); } if (((_root.player == 7) && (_root.difficulty >= 2)) && (_root.wt == 1)) { this.gotoAndStop(5); } if (((_root.player == 8) && (_root.difficulty >= 2)) && (_root.wta == 1)) { this.gotoAndStop(6); } if (((_root.player == 9) && (_root.difficulty >= 2)) && (_root.pglair == 1)) { this.gotoAndStop(7); } if (((_root.player == 10) && (_root.difficulty >= 3)) && (_root.st == 1)) { this.gotoAndStop(8); } if (((_root.player == 11) && (_root.difficulty >= 3)) && (_root.mrp == 1)) { this.gotoAndStop(9); } if (((_root.player == 12) && (_root.difficulty >= 3)) && (_root.gtr == 1)) { this.gotoAndStop(10); } if (((_root.player == 13) && (_root.difficulty >= 4)) && (_root.poa == 1)) { this.gotoAndStop(11); } }Frame 266playin = false; stop();Frame 267stop(); stopAllSounds(); charsel.start(0, 99);Instance of Symbol 91 MovieClip in Frame 267onClipEvent (enterFrame) { this.gotoAndStop(_root.player + 1); }Instance of Symbol 108 MovieClip in Frame 267onClipEvent (enterFrame) { this.gotoAndStop(_root.player + 1); }Instance of Symbol 124 MovieClip in Frame 267onClipEvent (enterFrame) { this.gotoAndStop(_root.player + 1); }Instance of Symbol 141 MovieClip in Frame 267onClipEvent (enterFrame) { if (_root.player > 0) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }Instance of Symbol 146 MovieClip in Frame 267onClipEvent (enterFrame) { this.gotoAndStop(_root.vaati); }Instance of Symbol 150 MovieClip in Frame 267onClipEvent (enterFrame) { this.gotoAndStop(_root.dlink); }Instance of Symbol 152 MovieClip in Frame 267onClipEvent (enterFrame) { this.gotoAndStop(_root.pg); }Instance of Symbol 156 MovieClip in Frame 267onClipEvent (enterFrame) { this.gotoAndStop(_root.sheik); }Instance of Symbol 160 MovieClip in Frame 267onClipEvent (enterFrame) { this.gotoAndStop(_root.ylink); }Instance of Symbol 164 MovieClip in Frame 267onClipEvent (enterFrame) { this.gotoAndStop(_root.sk); }Instance of Symbol 175 MovieClip in Frame 267onClipEvent (enterFrame) { this.gotoAndStop(_root.twinrova); }Instance of Symbol 179 MovieClip in Frame 267onClipEvent (enterFrame) { this.gotoAndStop(_root.fdlink); }Instance of Symbol 183 MovieClip in Frame 267onClipEvent (enterFrame) { this.gotoAndStop(_root.ganon); }Instance of Symbol 187 MovieClip in Frame 267onClipEvent (enterFrame) { this.gotoAndStop(_root.mc); }Frame 268player1 = player; player = 0;Frame 269player2 = player; player = player1; difficulty = 3; stop(); onEnterFrame = function () { stagesel = "stage" + stage; };Instance of Symbol 651 MovieClip in Frame 269onClipEvent (enterFrame) { if (_root.stage > 0) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }Instance of Symbol 667 MovieClip in Frame 269onClipEvent (enterFrame) { this.gotoAndStop(_root.stage + 1); }Instance of Symbol 672 MovieClip in Frame 269onClipEvent (enterFrame) { this.gotoAndStop(_root.icecav); }Instance of Symbol 676 MovieClip in Frame 269onClipEvent (enterFrame) { this.gotoAndStop(_root.hycas); }Instance of Symbol 679 MovieClip in Frame 269onClipEvent (enterFrame) { this.gotoAndStop(_root.gohtsa); }Instance of Symbol 683 MovieClip in Frame 269onClipEvent (enterFrame) { this.gotoAndStop(_root.wt); }Instance of Symbol 686 MovieClip in Frame 269onClipEvent (enterFrame) { this.gotoAndStop(_root.wta); }Instance of Symbol 689 MovieClip in Frame 269onClipEvent (enterFrame) { this.gotoAndStop(_root.pglair); }Instance of Symbol 692 MovieClip in Frame 269onClipEvent (enterFrame) { this.gotoAndStop(_root.st); }Instance of Symbol 696 MovieClip in Frame 269onClipEvent (enterFrame) { this.gotoAndStop(_root.mrp); }Instance of Symbol 699 MovieClip in Frame 269onClipEvent (enterFrame) { this.gotoAndStop(_root.gtr); }Instance of Symbol 702 MovieClip in Frame 269onClipEvent (enterFrame) { this.gotoAndStop(_root.poa); }Frame 270playin = true; lose = false; won = false; spec = 0; wincount = 20; losscount = 20; maxspec = 100; spec2 = 0; maxspec2 = 100; lives = 1; onEnterFrame = function () { if (spec > maxspec) { spec = maxspec; } if (spec2 > maxspec2) { spec2 = maxspec2; } if (hp < 0) { hp = 0; } if (hp2 < 0) { hp2 = 0; } if (won) { wincount--; } if (wincount == 0) { _root.gotoAndStop("fbend"); wincount = 20; } if (lose) { losscount--; } if (losscount == 0) { _root.gotoAndStop("fbend"); losscount = 20; } };Instance of Symbol 193 MovieClip in Frame 270onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } this.swapDepths(_y + 10); }Instance of Symbol 193 MovieClip in Frame 270onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } this.swapDepths(_y + 10); }Instance of Symbol 551 MovieClip "enemy" in Frame 270onClipEvent (load) { randomatk = random(3); this.gotoAndStop(_root.player2); player.playe = 0; countdown = 0; scale = this._xscale; this._xscale = -scale; dir = 0; } onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } Xdist = Math.abs(_x - _root.circle._x); Ydist = Math.abs(_y - _root.circle._y); if (!sett) { _root.hp2 = hp; _root.maxhp2 = maxhp; sett = true; } if (((Ydist > 50) && (_root.circle._y < _y)) && (!attack)) { this._y = this._y - speed2; player.gotoAndStop(2); dir = 3; set = false; } if (((Ydist > 50) && (_root.circle._y > _y)) && (!attack)) { this._y = this._y + speed2; player.gotoAndStop(2); dir = 1; set = false; } if (((Xdist > 50) && (_root.circle._x < _x)) && (!attack)) { this._x = this._x - speed; player.gotoAndStop(2); _xscale = (-scale); dir = 2; set = false; } if (((Xdist > 50) && (_root.circle._x > _x)) && (!attack)) { this._x = this._x + speed; player.gotoAndStop(2); _xscale = scale; dir = 0; set = false; } if (((!attack) && (Xdist <= 50)) && (Ydist <= 50)) { player.gotoAndStop(1); } } onClipEvent (enterFrame) { if ((countdown > 0) && (!attack)) { countdown--; } this.swapDepths(this._y + 10); if (((((Xdist <= 70) && (Ydist <= 70)) && (!attack)) && (countdown <= 0)) && (randomatk < 2)) { player.gotoAndStop(3); randomatk = random(3); countdown = 5; attack = true; } if (((((Xdist <= 70) && (Ydist <= 70)) && (!attack)) && (countdown <= 0)) && (randomatk == 2)) { player.gotoAndStop(4); randomatk = random(3); countdown = 10; attack = true; } if (((((((_root.hp2 < (_root.hp - 25)) && (Xdist <= 80)) && (Ydist <= 80)) && (!attack)) && (countdown == 0)) && (_root.spec2 == 100)) && (_root.difficulty > 2)) { player.gotoAndStop(5); countdown = 15; attack = true; _root.spec2 = 0; } if (_root.hp2 <= 0) { player.gotoAndStop(6); attack = true; dead = true; } }Instance of Symbol 551 MovieClip "circle" in Frame 270onClipEvent (load) { this.gotoAndStop(_root.player); player.playe = 1; countdown = 0; scale = this._xscale; dir = 0; } onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } if (!sett) { _root.hp = hp; _root.maxhp = maxhp; sett = true; } if (((Key.isDown(38) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!attack)) { this._y = this._y - speed2; player.gotoAndStop(2); dir = 3; set = false; } else if (((Key.isDown(40) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!attack)) { this._y = this._y + speed2; player.gotoAndStop(2); dir = 1; set = false; } else if (((Key.isDown(37) && (!Key.isDown(38))) && (!Key.isDown(40))) && (!attack)) { this._x = this._x - speed; player.gotoAndStop(2); this._xscale = -scale; dir = 2; set = false; } else if (((Key.isDown(39) && (!Key.isDown(38))) && (!Key.isDown(40))) && (!attack)) { this._x = this._x + speed; player.gotoAndStop(2); this._xscale = scale; dir = 0; set = false; } else if (((Key.isDown(38) && (Key.isDown(37))) && (!Key.isDown(39))) && (!attack)) { this._y = this._y - speed2; this._x = this._x - speed; player.gotoAndStop(2); this._xscale = -scale; dir = 4; set = false; } else if (((Key.isDown(38) && (!Key.isDown(37))) && (Key.isDown(39))) && (!attack)) { this._y = this._y - speed2; this._x = this._x + speed; player.gotoAndStop(2); this._xscale = scale; dir = 5; set = false; } else if (((Key.isDown(40) && (Key.isDown(37))) && (!Key.isDown(39))) && (!attack)) { this._y = this._y + speed2; this._x = this._x - speed; player.gotoAndStop(2); this._xscale = -scale; dir = 6; set = false; } else if (((Key.isDown(40) && (!Key.isDown(37))) && (Key.isDown(39))) && (!attack)) { this._y = this._y + speed2; this._x = this._x + speed; player.gotoAndStop(2); this._xscale = scale; dir = 7; set = false; } else if (!attack) { player.gotoAndStop(1); } if (((((!Key.isDown(38)) && (!Key.isDown(40))) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!set)) { if ((dir == 4) || (dir == 5)) { this._y = this._y + 10; set = true; } if ((dir == 6) || (dir == 7)) { this._y = this._y - 10; set = true; } } } onClipEvent (enterFrame) { if ((countdown > 0) && (!attack)) { countdown--; } this.swapDepths(this._y + 10); if ((Key.isDown(65) && (!attack)) && (countdown == 0)) { player.gotoAndStop(3); countdown = 5; attack = true; } if ((Key.isDown(83) && (!attack)) && (countdown == 0)) { player.gotoAndStop(4); countdown = 10; attack = true; } if (((Key.isDown(68) && (!attack)) && (countdown == 0)) && (_root.spec >= 100)) { player.gotoAndStop(5); countdown = 15; attack = true; _root.spec = 0; } if (_root.hp <= 0) { player.gotoAndStop(6); attack = true; dead = true; } }Instance of Symbol 553 MovieClip in Frame 270onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 270onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 270onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 270onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 270onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._x = _root.enemy._x - _root.enemy.speed; } }Instance of Symbol 553 MovieClip in Frame 270onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._y = _root.enemy._y + _root.enemy.speed2; } }Instance of Symbol 553 MovieClip in Frame 270onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._x = _root.enemy._x + _root.enemy.speed; } }Instance of Symbol 553 MovieClip in Frame 270onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._y = _root.enemy._y - _root.enemy.speed2; } }Instance of Symbol 555 MovieClip in Frame 270onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } this.swapDepths(_y + 10); }Instance of Symbol 568 MovieClip "hud" in Frame 270onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } this.swapDepths(500); }Instance of Symbol 573 MovieClip in Frame 270onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } this.swapDepths(501); }Instance of Symbol 705 MovieClip in Frame 270onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } this.swapDepths(750); }Frame 271playin = true; lose = false; won = false; spec = 0; wincount = 20; losscount = 20; maxspec = 100; spec2 = 0; maxspec2 = 100; lives = 1; onEnterFrame = function () { if (spec > maxspec) { spec = maxspec; } if (spec2 > maxspec2) { spec2 = maxspec2; } if (hp < 0) { hp = 0; } if (hp2 < 0) { hp2 = 0; } if (won) { wincount--; } if (wincount == 0) { _root.gotoAndStop("fbend"); wincount = 20; } if (lose) { losscount--; } if (losscount == 0) { _root.gotoAndStop("fbend"); losscount = 20; } };Instance of Symbol 585 MovieClip in Frame 271onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } this.swapDepths(_y + 10); }Instance of Symbol 587 MovieClip in Frame 271onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } this.swapDepths(_y + 10); }Instance of Symbol 589 MovieClip in Frame 271onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } this.swapDepths(_y + 10); }Instance of Symbol 591 MovieClip in Frame 271onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } this.swapDepths(_y + 10); }Instance of Symbol 553 MovieClip in Frame 271onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 271onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 271onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 271onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 271onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._x = _root.enemy._x - _root.enemy.speed; } }Instance of Symbol 553 MovieClip in Frame 271onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._y = _root.enemy._y + _root.enemy.speed2; } }Instance of Symbol 553 MovieClip in Frame 271onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._x = _root.enemy._x + _root.enemy.speed; } }Instance of Symbol 553 MovieClip in Frame 271onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._y = _root.enemy._y - _root.enemy.speed2; } }Instance of Symbol 553 MovieClip in Frame 271onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._x = _root.enemy._x - _root.enemy.speed; } }Instance of Symbol 553 MovieClip in Frame 271onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._y = _root.enemy._y + _root.enemy.speed2; } }Instance of Symbol 553 MovieClip in Frame 271onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._x = _root.enemy._x + _root.enemy.speed; } }Instance of Symbol 553 MovieClip in Frame 271onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._y = _root.enemy._y - _root.enemy.speed2; } }Instance of Symbol 553 MovieClip in Frame 271onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._x = _root.enemy._x - _root.enemy.speed; } }Instance of Symbol 553 MovieClip in Frame 271onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._y = _root.enemy._y + _root.enemy.speed2; } }Instance of Symbol 553 MovieClip in Frame 271onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._x = _root.enemy._x + _root.enemy.speed; } }Instance of Symbol 553 MovieClip in Frame 271onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._y = _root.enemy._y - _root.enemy.speed2; } }Instance of Symbol 553 MovieClip in Frame 271onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._x = _root.enemy._x - _root.enemy.speed; } }Instance of Symbol 553 MovieClip in Frame 271onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._y = _root.enemy._y + _root.enemy.speed2; } }Instance of Symbol 553 MovieClip in Frame 271onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._x = _root.enemy._x + _root.enemy.speed; } }Instance of Symbol 553 MovieClip in Frame 271onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._y = _root.enemy._y - _root.enemy.speed2; } }Instance of Symbol 553 MovieClip in Frame 271onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 271onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 271onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 271onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 271onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 271onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 551 MovieClip "circle" in Frame 271onClipEvent (load) { this.gotoAndStop(_root.player); player.playe = 1; countdown = 0; scale = this._xscale; dir = 0; } onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } if (!sett) { _root.hp = hp; _root.maxhp = maxhp; sett = true; } if (((Key.isDown(38) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!attack)) { this._y = this._y - speed2; player.gotoAndStop(2); dir = 3; set = false; } else if (((Key.isDown(40) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!attack)) { this._y = this._y + speed2; player.gotoAndStop(2); dir = 1; set = false; } else if (((Key.isDown(37) && (!Key.isDown(38))) && (!Key.isDown(40))) && (!attack)) { this._x = this._x - speed; player.gotoAndStop(2); this._xscale = -scale; dir = 2; set = false; } else if (((Key.isDown(39) && (!Key.isDown(38))) && (!Key.isDown(40))) && (!attack)) { this._x = this._x + speed; player.gotoAndStop(2); this._xscale = scale; dir = 0; set = false; } else if (((Key.isDown(38) && (Key.isDown(37))) && (!Key.isDown(39))) && (!attack)) { this._y = this._y - speed2; this._x = this._x - speed; player.gotoAndStop(2); this._xscale = -scale; dir = 4; set = false; } else if (((Key.isDown(38) && (!Key.isDown(37))) && (Key.isDown(39))) && (!attack)) { this._y = this._y - speed2; this._x = this._x + speed; player.gotoAndStop(2); this._xscale = scale; dir = 5; set = false; } else if (((Key.isDown(40) && (Key.isDown(37))) && (!Key.isDown(39))) && (!attack)) { this._y = this._y + speed2; this._x = this._x - speed; player.gotoAndStop(2); this._xscale = -scale; dir = 6; set = false; } else if (((Key.isDown(40) && (!Key.isDown(37))) && (Key.isDown(39))) && (!attack)) { this._y = this._y + speed2; this._x = this._x + speed; player.gotoAndStop(2); this._xscale = scale; dir = 7; set = false; } else if (!attack) { player.gotoAndStop(1); } if (((((!Key.isDown(38)) && (!Key.isDown(40))) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!set)) { if ((dir == 4) || (dir == 5)) { this._y = this._y + 10; set = true; } if ((dir == 6) || (dir == 7)) { this._y = this._y - 10; set = true; } } } onClipEvent (enterFrame) { if ((countdown > 0) && (!attack)) { countdown--; } this.swapDepths(this._y + 10); if ((Key.isDown(65) && (!attack)) && (countdown == 0)) { player.gotoAndStop(3); countdown = 5; attack = true; } if ((Key.isDown(83) && (!attack)) && (countdown == 0)) { player.gotoAndStop(4); countdown = 10; attack = true; } if (((Key.isDown(68) && (!attack)) && (countdown == 0)) && (_root.spec >= 100)) { player.gotoAndStop(5); countdown = 15; attack = true; _root.spec = 0; } if (_root.hp <= 0) { player.gotoAndStop(6); attack = true; dead = true; } }Frame 272playin = true; lose = false; won = false; spec = 0; wincount = 20; losscount = 20; maxspec = 100; spec2 = 0; maxspec2 = 100; lives = 1; onEnterFrame = function () { if (spec > maxspec) { spec = maxspec; } if (spec2 > maxspec2) { spec2 = maxspec2; } if (hp < 0) { hp = 0; } if (hp2 < 0) { hp2 = 0; } if (won) { wincount--; } if (wincount == 0) { _root.gotoAndStop("fbend"); wincount = 20; } if (lose) { losscount--; } if (losscount == 0) { _root.gotoAndStop("fbend"); losscount = 20; } };Instance of Symbol 597 MovieClip in Frame 272onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } this.swapDepths(_y + 10); }Instance of Symbol 599 MovieClip in Frame 272onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } this.swapDepths(_y + 10); }Instance of Symbol 553 MovieClip in Frame 272onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._x = _root.enemy._x - _root.enemy.speed; } }Instance of Symbol 553 MovieClip in Frame 272onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._y = _root.enemy._y + _root.enemy.speed2; } }Instance of Symbol 553 MovieClip in Frame 272onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._x = _root.enemy._x + _root.enemy.speed; } }Instance of Symbol 553 MovieClip in Frame 272onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._y = _root.enemy._y - _root.enemy.speed2; } }Frame 273playin = true; lose = false; won = false; spec = 0; wincount = 20; losscount = 20; maxspec = 100; spec2 = 0; maxspec2 = 100; lives = 1; onEnterFrame = function () { if (spec > maxspec) { spec = maxspec; } if (spec2 > maxspec2) { spec2 = maxspec2; } if (hp < 0) { hp = 0; } if (hp2 < 0) { hp2 = 0; } if (won) { wincount--; } if (wincount == 0) { _root.gotoAndStop("fbend"); wincount = 20; } if (lose) { losscount--; } if (losscount == 0) { _root.gotoAndStop("fbend"); losscount = 20; } };Instance of Symbol 553 MovieClip in Frame 273onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._x = _root.enemy._x - _root.enemy.speed; } }Instance of Symbol 553 MovieClip in Frame 273onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._y = _root.enemy._y + _root.enemy.speed2; } }Instance of Symbol 553 MovieClip in Frame 273onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._x = _root.enemy._x + _root.enemy.speed; } }Instance of Symbol 553 MovieClip in Frame 273onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._y = _root.enemy._y - _root.enemy.speed2; } }Frame 274playin = true; lose = false; won = false; spec = 0; wincount = 20; losscount = 20; maxspec = 100; spec2 = 0; maxspec2 = 100; lives = 1; onEnterFrame = function () { if (spec > maxspec) { spec = maxspec; } if (spec2 > maxspec2) { spec2 = maxspec2; } if (hp < 0) { hp = 0; } if (hp2 < 0) { hp2 = 0; } if (won) { wincount--; } if (wincount == 0) { _root.gotoAndStop("fbend"); wincount = 20; } if (lose) { losscount--; } if (losscount == 0) { _root.gotoAndStop("fbend"); losscount = 20; } };Instance of Symbol 608 MovieClip in Frame 274onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } this.swapDepths(_y + 10); }Frame 275playin = true; lose = false; won = false; spec = 0; wincount = 20; losscount = 20; maxspec = 100; spec2 = 0; maxspec2 = 100; lives = 1; onEnterFrame = function () { if (spec > maxspec) { spec = maxspec; } if (spec2 > maxspec2) { spec2 = maxspec2; } if (hp < 0) { hp = 0; } if (hp2 < 0) { hp2 = 0; } if (won) { wincount--; } if (wincount == 0) { _root.gotoAndStop("fbend"); wincount = 20; } if (lose) { losscount--; } if (losscount == 0) { _root.gotoAndStop("fbend"); losscount = 20; } };Frame 276playin = true; lose = false; won = false; spec = 0; wincount = 20; losscount = 20; maxspec = 100; spec2 = 0; maxspec2 = 100; lives = 1; onEnterFrame = function () { if (spec > maxspec) { spec = maxspec; } if (spec2 > maxspec2) { spec2 = maxspec2; } if (hp < 0) { hp = 0; } if (hp2 < 0) { hp2 = 0; } if (won) { wincount--; } if (wincount == 0) { _root.gotoAndStop("fbend"); wincount = 20; } if (lose) { losscount--; } if (losscount == 0) { _root.gotoAndStop("fbend"); losscount = 20; } };Instance of Symbol 718 MovieClip in Frame 276onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } this.swapDepths(_y + 10); }Frame 277playin = true; lose = false; won = false; spec = 0; wincount = 20; losscount = 20; maxspec = 100; spec2 = 0; maxspec2 = 100; lives = 1; onEnterFrame = function () { if (spec > maxspec) { spec = maxspec; } if (spec2 > maxspec2) { spec2 = maxspec2; } if (hp < 0) { hp = 0; } if (hp2 < 0) { hp2 = 0; } if (won) { wincount--; } if (wincount == 0) { _root.gotoAndStop("fbend"); wincount = 20; } if (lose) { losscount--; } if (losscount == 0) { _root.gotoAndStop("fbend"); losscount = 20; } };Instance of Symbol 193 MovieClip in Frame 277onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } this.swapDepths(_y + 10); }Instance of Symbol 193 MovieClip in Frame 277onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } this.swapDepths(_y + 10); }Frame 278playin = true; lose = false; won = false; spec = 0; wincount = 20; losscount = 20; maxspec = 100; spec2 = 0; maxspec2 = 100; lives = 1; onEnterFrame = function () { if (spec > maxspec) { spec = maxspec; } if (spec2 > maxspec2) { spec2 = maxspec2; } if (hp < 0) { hp = 0; } if (hp2 < 0) { hp2 = 0; } if (won) { wincount--; } if (wincount == 0) { _root.gotoAndStop("fbend"); wincount = 20; } if (lose) { losscount--; } if (losscount == 0) { _root.gotoAndStop("fbend"); losscount = 20; } };Frame 279playin = true; lose = false; won = false; spec = 0; wincount = 20; losscount = 20; maxspec = 100; spec2 = 0; maxspec2 = 100; lives = 1; onEnterFrame = function () { if (spec > maxspec) { spec = maxspec; } if (spec2 > maxspec2) { spec2 = maxspec2; } if (hp < 0) { hp = 0; } if (hp2 < 0) { hp2 = 0; } if (won) { wincount--; } if (wincount == 0) { _root.gotoAndStop("fbend"); wincount = 20; } if (lose) { losscount--; } if (losscount == 0) { _root.gotoAndStop("fbend"); losscount = 20; } };Instance of Symbol 728 MovieClip in Frame 279onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } this.swapDepths(495); }Frame 280playin = true; lose = false; won = false; spec = 0; wincount = 20; losscount = 20; maxspec = 100; spec2 = 0; maxspec2 = 100; lives = 1; onEnterFrame = function () { if (spec > maxspec) { spec = maxspec; } if (spec2 > maxspec2) { spec2 = maxspec2; } if (hp < 0) { hp = 0; } if (hp2 < 0) { hp2 = 0; } if (won) { wincount--; } if (wincount == 0) { _root.gotoAndStop("fbend"); wincount = 20; } if (lose) { losscount--; } if (losscount == 0) { _root.gotoAndStop("fbend"); losscount = 20; } };Frame 281playin = true; lose = false; won = false; spec = 0; wincount = 20; losscount = 20; maxspec = 100; spec2 = 0; maxspec2 = 100; lives = 1; onEnterFrame = function () { if (spec > maxspec) { spec = maxspec; } if (spec2 > maxspec2) { spec2 = maxspec2; } if (hp < 0) { hp = 0; } if (hp2 < 0) { hp2 = 0; } if (won) { wincount--; } if (wincount == 0) { _root.gotoAndStop("fbend"); wincount = 20; } if (lose) { losscount--; } if (losscount == 0) { _root.gotoAndStop("fbend"); losscount = 20; } };Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 504 MovieClip in Frame 281onClipEvent (load) { this.gotoAndPlay(random(5) + 1); }Instance of Symbol 551 MovieClip "circle" in Frame 281onClipEvent (load) { this.gotoAndStop(_root.player); player.playe = 1; countdown = 0; scale = this._xscale; dir = 0; } onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } if (!sett) { _root.hp = hp; _root.maxhp = maxhp; sett = true; } if (((Key.isDown(38) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!attack)) { this._y = this._y - speed2; player.gotoAndStop(2); dir = 3; set = false; } else if (((Key.isDown(40) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!attack)) { this._y = this._y + speed2; player.gotoAndStop(2); dir = 1; set = false; } else if (((Key.isDown(37) && (!Key.isDown(38))) && (!Key.isDown(40))) && (!attack)) { this._x = this._x - speed; player.gotoAndStop(2); this._xscale = -scale; dir = 2; set = false; } else if (((Key.isDown(39) && (!Key.isDown(38))) && (!Key.isDown(40))) && (!attack)) { this._x = this._x + speed; player.gotoAndStop(2); this._xscale = scale; dir = 0; set = false; } else if (((Key.isDown(38) && (Key.isDown(37))) && (!Key.isDown(39))) && (!attack)) { this._y = this._y - speed2; this._x = this._x - speed; player.gotoAndStop(2); this._xscale = -scale; dir = 4; set = false; } else if (((Key.isDown(38) && (!Key.isDown(37))) && (Key.isDown(39))) && (!attack)) { this._y = this._y - speed2; this._x = this._x + speed; player.gotoAndStop(2); this._xscale = scale; dir = 5; set = false; } else if (((Key.isDown(40) && (Key.isDown(37))) && (!Key.isDown(39))) && (!attack)) { this._y = this._y + speed2; this._x = this._x - speed; player.gotoAndStop(2); this._xscale = -scale; dir = 6; set = false; } else if (((Key.isDown(40) && (!Key.isDown(37))) && (Key.isDown(39))) && (!attack)) { this._y = this._y + speed2; this._x = this._x + speed; player.gotoAndStop(2); this._xscale = scale; dir = 7; set = false; } else if (!attack) { player.gotoAndStop(1); } if (((((!Key.isDown(38)) && (!Key.isDown(40))) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!set)) { if ((dir == 4) || (dir == 5)) { this._y = this._y + 10; set = true; } if ((dir == 6) || (dir == 7)) { this._y = this._y - 10; set = true; } } } onClipEvent (enterFrame) { if ((countdown > 0) && (!attack)) { countdown--; } this.swapDepths(this._y + 10); if ((Key.isDown(65) && (!attack)) && (countdown == 0)) { player.gotoAndStop(3); countdown = 5; attack = true; } if ((Key.isDown(83) && (!attack)) && (countdown == 0)) { player.gotoAndStop(4); countdown = 10; attack = true; } if (((Key.isDown(68) && (!attack)) && (countdown == 0)) && (_root.spec >= 100)) { player.gotoAndStop(5); countdown = 15; attack = true; _root.spec = 0; } if (_root.hp <= 0) { player.gotoAndStop(6); attack = true; dead = true; } }Instance of Symbol 551 MovieClip "enemy" in Frame 281onClipEvent (load) { randomatk = random(3); this.gotoAndStop(_root.player2); player.playe = 0; countdown = 0; scale = this._xscale; this._xscale = -scale; dir = 0; } onClipEvent (enterFrame) { if (!_root.playin) { this.removeMovieClip(); } Xdist = Math.abs(_x - _root.circle._x); Ydist = Math.abs(_y - _root.circle._y); if (!sett) { _root.hp2 = hp; _root.maxhp2 = maxhp; sett = true; } if (((Ydist > 50) && (_root.circle._y < _y)) && (!attack)) { this._y = this._y - speed2; player.gotoAndStop(2); dir = 3; set = false; } if (((Ydist > 50) && (_root.circle._y > _y)) && (!attack)) { this._y = this._y + speed2; player.gotoAndStop(2); dir = 1; set = false; } if (((Xdist > 50) && (_root.circle._x < _x)) && (!attack)) { this._x = this._x - speed; player.gotoAndStop(2); _xscale = (-scale); dir = 2; set = false; } if (((Xdist > 50) && (_root.circle._x > _x)) && (!attack)) { this._x = this._x + speed; player.gotoAndStop(2); _xscale = scale; dir = 0; set = false; } if (((!attack) && (Xdist <= 50)) && (Ydist <= 50)) { player.gotoAndStop(1); } } onClipEvent (enterFrame) { if ((countdown > 0) && (!attack)) { countdown--; } this.swapDepths(this._y + 10); if (((((Xdist <= 70) && (Ydist <= 70)) && (!attack)) && (countdown <= 0)) && (randomatk < 2)) { player.gotoAndStop(3); randomatk = random(3); countdown = 5; attack = true; } if (((((Xdist <= 70) && (Ydist <= 70)) && (!attack)) && (countdown <= 0)) && (randomatk == 2)) { player.gotoAndStop(4); randomatk = random(3); countdown = 10; attack = true; } if (((((((_root.hp2 < (_root.hp - 25)) && (Xdist <= 80)) && (Ydist <= 80)) && (!attack)) && (countdown == 0)) && (_root.spec2 == 100)) && (_root.difficulty > 2)) { player.gotoAndStop(5); countdown = 15; attack = true; _root.spec2 = 0; } if (_root.hp2 <= 0) { player.gotoAndStop(6); attack = true; dead = true; } }Instance of Symbol 553 MovieClip in Frame 281onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 281onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 281onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 281onClipEvent (enterFrame) { if (this.hitTest(_root.circle.player.hit)) { _root.hp = _root.hp - 10; _root.circle.player.hit.play(); } if (this.hitTest(_root.enemy.player.hit)) { _root.hp2 = _root.hp2 - 10; _root.enemy.player.hit.play(); } }Instance of Symbol 553 MovieClip in Frame 281onClipEvent (enterFrame) { if (this.hitTest(_root.circle.player.hit)) { _root.hp = _root.hp - 10; _root.circle.player.hit.play(); } if (this.hitTest(_root.enemy.player.hit)) { _root.hp2 = _root.hp2 - 10; _root.enemy.player.hit.play(); } }Instance of Symbol 553 MovieClip in Frame 281onClipEvent (enterFrame) { if (this.hitTest(_root.circle.player.hit)) { _root.hp = _root.hp - 10; _root.circle.player.hit.play(); } if (this.hitTest(_root.enemy.player.hit)) { _root.hp2 = _root.hp2 - 10; _root.enemy.player.hit.play(); } }Instance of Symbol 553 MovieClip in Frame 281onClipEvent (enterFrame) { if (this.hitTest(_root.circle.player.hit)) { _root.hp = _root.hp - 10; _root.circle.player.hit.play(); } if (this.hitTest(_root.enemy.player.hit)) { _root.hp2 = _root.hp2 - 10; _root.enemy.player.hit.play(); } }Frame 282playin = true; lose = false; won = false; spec = 0; wincount = 20; losscount = 20; maxspec = 100; spec2 = 0; maxspec2 = 100; lives = 1; onEnterFrame = function () { if (spec > maxspec) { spec = maxspec; } if (spec2 > maxspec2) { spec2 = maxspec2; } if (hp < 0) { hp = 0; } if (hp2 < 0) { hp2 = 0; } if (won) { wincount--; } if (wincount == 0) { _root.gotoAndStop("fbend"); wincount = 20; } if (lose) { losscount--; } if (losscount == 0) { _root.gotoAndStop("fbend"); losscount = 20; } };Instance of Symbol 553 MovieClip in Frame 282onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 282onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 282onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } }Instance of Symbol 553 MovieClip in Frame 282onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._x = _root.enemy._x - _root.enemy.speed; } }Instance of Symbol 553 MovieClip in Frame 282onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._y = _root.enemy._y + _root.enemy.speed2; } }Instance of Symbol 553 MovieClip in Frame 282onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._x = _root.enemy._x + _root.enemy.speed; } }Instance of Symbol 553 MovieClip in Frame 282onClipEvent (enterFrame) { if (this.hitTest(_root.circle.hit)) { if (_root.circle.dir == 3) { _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 0) { _root.circle._x = _root.circle._x - _root.circle.speed; } else if (_root.circle.dir == 1) { _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 2) { _root.circle._x = _root.circle._x + _root.circle.speed; } else if (_root.circle.dir == 4) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 5) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y + _root.circle.speed2; } else if (_root.circle.dir == 6) { _root.circle._x = _root.circle._x + _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } else if (_root.circle.dir == 7) { _root.circle._x = _root.circle._x - _root.circle.speed; _root.circle._y = _root.circle._y - _root.circle.speed2; } } if (this.hitTest(_root.enemy.hit)) { _root.enemy._y = _root.enemy._y - _root.enemy.speed2; } }Frame 283playin = false; stopAllSounds(); newlevel.start(0, 1);Instance of Symbol 761 MovieClip in Frame 283onClipEvent (load) { if (_root.won) { this.gotoAndStop(_root.player); } else if (_root.lose) { this.gotoAndStop(_root.player2); } }Instance of Symbol 551 MovieClip "circle" in Frame 283onClipEvent (load) { if (_root.won) { this.gotoAndStop(_root.player); _root.player2 = 0; _root.won = false; } else if (_root.lose) { this.gotoAndStop(_root.player2); _root.player = 0; _root.lose = false; } }Frame 284stopAllSounds();Frame 1528stopAllSounds(); gotoAndStop ("menu");Symbol 13 MovieClip Frame 135_root.play();Symbol 16 MovieClip Frame 1_root.stop(); per = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; percent = Math.round(per); percenta = percent + "%"; if (per != 100) { clip.gotoAndStop(percent + 1); } else { clip.gotoAndPlay(102); gotoAndStop ("loaded"); }Symbol 16 MovieClip Frame 2gotoAndPlay (1);Symbol 25 Buttonon (release) { _root.gotoAndStop("advcharsel"); }Symbol 28 Buttonon (release) { _root.gotoAndStop("fbcharsel"); }Symbol 31 Buttonon (release) { _root.gotoAndPlay("credits"); }Symbol 34 Buttonon (release) { _root.gotoAndStop("erase"); }Symbol 38 Buttonon (release) { savefile.data.zeldarec = 1; savefile.data.linkrec = 1; savefile.data.ganondrec = 1; savefile.data.sheikrec = 1; savefile.data.ylinkrec = 1; savefile.data.skrec = 1; savefile.data.vaatirec = 1; savefile.data.dlinkrec = 1; savefile.data.pgrec = 1; savefile.data.trrec = 1; savefile.data.fdrec = 1; savefile.data.ganonrec = 1; savefile.data.mcrec = 1; savefile.flush(); _root.zeldarec = 1; _root.linkrec = 1; _root.ganondrec = 1; _root.sheikrec = 1; _root.ylinkrec = 1; _root.skrec = 1; _root.vaatirec = 1; _root.dlinkrec = 1; _root.pgrec = 1; _root.trrec = 1; _root.fdrec = 1; _root.ganonrec = 1; _root.mcrec = 1; }Symbol 41 Buttonon (release) { savefile.data.sheik = 1; savefile.data.ylink = 1; savefile.data.sk = 1; savefile.data.vaati = 1; savefile.data.dlink = 1; savefile.data.pg = 1; savefile.data.twinrova = 1; savefile.data.fd = 1; savefile.data.ganon = 1; savefile.data.mc = 1; savefile.data.sheikrec = 1; savefile.data.ylinkrec = 1; savefile.data.skrec = 1; savefile.data.vaatirec = 1; savefile.data.dlinkrec = 1; savefile.data.pgrec = 1; savefile.data.trrec = 1; savefile.data.fdrec = 1; savefile.data.ganonrec = 1; savefile.data.mcrec = 1; savefile.flush(); _root.sheik = 1; _root.ylink = 1; _root.sk = 1; _root.vaati = 1; _root.dlink = 1; _root.pg = 1; _root.twinrova = 1; _root.fdlink = 1; _root.ganon = 1; _root.mc = 1; _root.sheikrec = 1; _root.ylinkrec = 1; _root.skrec = 1; _root.vaatirec = 1; _root.dlinkrec = 1; _root.pgrec = 1; _root.trrec = 1; _root.fdrec = 1; _root.ganonrec = 1; _root.mcrec = 1; }Symbol 44 Buttonon (release) { savefile.data.icecav = 1; savefile.data.hycas = 1; savefile.data.gohtsa = 1; savefile.data.wt = 1; savefile.data.wta = 1; savefile.data.pglair = 1; savefile.data.st = 1; savefile.data.mrp = 1; savefile.data.gtr = 1; savefile.data.poa = 1; savefile.flush(); _root.icecav = 1; _root.hycas = 1; _root.gohtsa = 1; _root.wt = 1; _root.wta = 1; _root.pglair = 1; _root.st = 1; _root.mrp = 1; _root.gtr = 1; _root.poa = 1; }Symbol 47 Buttonon (release) { _root.st = 1; _root.mrp = 1; _root.gtr = 1; _root.poa = 1; _root.icecav = 1; _root.hycas = 1; _root.gohtsa = 1; _root.wt = 1; _root.wta = 1; _root.pglair = 1; _root.sheik = 1; _root.ylink = 1; _root.sk = 1; _root.vaati = 1; _root.dlink = 1; _root.pg = 1; _root.zeldarec = 1; _root.linkrec = 1; _root.ganondrec = 1; _root.sheikrec = 1; _root.ylinkrec = 1; _root.skrec = 1; _root.vaatirec = 1; _root.dlinkrec = 1; _root.pgrec = 1; _root.trrec = 1; _root.fdrec = 1; _root.twinrova = 1; _root.fdlink = 1; _root.ganon = 1; _root.ganonrec = 1; _root.mc = 1; _root.mcrec = 1; savefile.data.st = _root.st; savefile.data.mrp = _root.mrp; savefile.data.gtr = _root.gtr; savefile.data.poa = _root.poa; savefile.data.icecav = _root.icecav; savefile.data.hycas = _root.hycas; savefile.data.gohtsa = _root.gohtsa; savefile.data.wt = _root.wt; savefile.data.wta = _root.wta; savefile.data.pglair = _root.pglair; savefile.data.sheik = _root.sheik; savefile.data.ylink = _root.ylink; savefile.data.sk = _root.sk; savefile.data.vaati = _root.vaati; savefile.data.dlink = _root.dlink; savefile.data.pg = _root.pg; savefile.data.zeldarec = _root.zeldarec; savefile.data.linkrec = _root.linkrec; savefile.data.ganondrec = _root.ganondrec; savefile.data.sheikrec = _root.sheikrec; savefile.data.ylinkrec = _root.ylinkrec; savefile.data.skrec = _root.skrec; savefile.data.vaatirec = _root.vaatirec; savefile.data.dlinkrec = _root.dlinkrec; savefile.data.pgrec = _root.pgrec; savefile.data.trrec = _root.trrec; savefile.data.fdrec = _root.fdrec; savefile.data.twinrova = _root.twinrova; savefile.data.fdlink = _root.fdlink; savefile.data.ganon = _root.ganon; savefile.data.ganonrec = _root.ganonrec; savefile.data.mc = _root.mc; savefile.data.mcrec = _root.mcrec; savefile.flush(); }Symbol 50 Buttonon (release) { _root.gotoAndStop("menu"); _root.menumusplay = false; }Symbol 55 Buttonon (release) { _root.player = 1; }Symbol 56 Buttonon (release) { _root.player = 2; }Symbol 62 Buttonon (release) { _root.player = 3; }Symbol 91 MovieClip Frame 1stop();Symbol 108 MovieClip Frame 1stop();Symbol 124 MovieClip Frame 1stop();Symbol 133 Buttonon (press) { _root.difficulty = 1; }Symbol 134 Buttonon (press) { _root.difficulty = 2; }Symbol 135 Buttonon (press) { _root.difficulty = 3; }Symbol 136 Buttonon (press) { _root.difficulty = 4; }Symbol 137 Buttonon (press) { _root.difficulty = 5; }Symbol 140 Buttonon (press) { _root.nextFrame(); }Symbol 141 MovieClip Frame 1stop();Symbol 143 Buttonon (release) { _root.player = 7; }Symbol 147 Buttonon (release) { _root.player = 8; }Symbol 151 Buttonon (release) { _root.player = 9; }Symbol 153 Buttonon (release) { _root.player = 4; }Symbol 157 Buttonon (release) { _root.player = 5; }Symbol 161 Buttonon (release) { _root.player = 6; }Symbol 172 Buttonon (release) { _root.player = 10; }Symbol 175 MovieClip Frame 1stop();Symbol 176 Buttonon (release) { _root.player = 11; }Symbol 179 MovieClip Frame 1stop();Symbol 180 Buttonon (release) { _root.player = 12; }Symbol 184 Buttonon (release) { _root.player = 13; }Symbol 188 Buttonon (release) { _root.gotoAndStop("menu"); }Symbol 196 MovieClip Frame 1stop();Symbol 196 MovieClip Frame 2if (_parent.playa) { _root.circle._visible = false; _root.spec2 = _root.spec2 + 10; } else { _root.enemy._visible = false; _root.spec = _root.spec + 10; }Symbol 196 MovieClip Frame 4if (_parent.playa) { _root.circle._visible = true; } else { _root.enemy._visible = true; }Symbol 196 MovieClip Frame 6if (_parent.playa) { _root.circle._visible = false; } else { _root.enemy._visible = false; }Symbol 196 MovieClip Frame 8if (_parent.playa) { _root.circle._visible = true; } else { _root.enemy._visible = true; }Symbol 196 MovieClip Frame 10if (_parent.playa) { _root.circle._visible = false; } else { _root.enemy._visible = false; }Symbol 196 MovieClip Frame 12if (_parent.playa) { _root.circle._visible = true; } else { _root.enemy._visible = true; }Symbol 196 MovieClip Frame 14if (_parent.playa) { _root.circle._visible = false; } else { _root.enemy._visible = false; }Symbol 196 MovieClip Frame 16if (_parent.playa) { _root.circle._visible = true; } else { _root.enemy._visible = true; }Symbol 196 MovieClip Frame 18if (_parent.playa) { _root.circle._visible = false; } else { _root.enemy._visible = false; }Symbol 196 MovieClip Frame 20if (_parent.playa) { _root.circle._visible = true; } else { _root.enemy._visible = true; }Symbol 196 MovieClip Frame 22if (_parent.playa) { _root.circle._visible = false; } else { _root.enemy._visible = false; }Symbol 196 MovieClip Frame 24if (_parent.playa) { _root.circle._visible = true; } else { _root.enemy._visible = true; }Symbol 209 MovieClip Frame 6if (_parent.playa) { _root.circle.attack = false; } else { _root.enemy.attack = false; }Symbol 216 MovieClip Frame 11if (_parent.playa) { _root.circle.attack = false; } else { _root.enemy.attack = false; }Symbol 229 MovieClip Frame 27if (_parent.playa) { _root.circle.attack = false; } else { _root.enemy.attack = false; }Symbol 232 MovieClip Frame 3stop(); if (_parent.playa) { _root.lives--; if (_root.lives > 0) { play(); } else { _root.lose = true; } } if (!_parent.playa) { _root.won = true; }Symbol 232 MovieClip Frame 35_root.circle.attack = false; _root.circle.dead = false; _root.hp = _root.maxhp; _parent.gotoAndStop(1);Symbol 233 MovieClip Frame 1stop(); if (playe == 1) { playa = true; } else { playa = false; }Instance of Symbol 196 MovieClip "hit" in Symbol 233 MovieClip Frame 1onClipEvent (enterFrame) { if (_parent.playe == 1) { if (this.hitTest(_root.enemy.player.light.hit)) { _root.hp = _root.hp - _root.enemy.power; play(); } if (this.hitTest(_root.enemy.player.heavy.hit)) { _root.hp = _root.hp - (_root.enemy.power * 2); play(); } if (this.hitTest(_root.enemy.player.spec.hit)) { _root.hp = _root.hp - (_root.enemy.power * 5); play(); } } else if (_parent.playe == 0) { if (this.hitTest(_root.circle.player.light.hit)) { _root.hp2 = _root.hp2 - _root.circle.power; play(); } if (this.hitTest(_root.circle.player.heavy.hit)) { _root.hp2 = _root.hp2 - (_root.circle.power * 2); play(); } if (this.hitTest(_root.circle.player.spec.hit)) { _root.hp2 = _root.hp2 - (_root.circle.power * 5); play(); } } }Symbol 250 MovieClip Frame 6if (_parent.playa) { _root.circle.attack = false; } else { _root.enemy.attack = false; }Symbol 254 MovieClip Frame 11if (_parent.playa) { _root.circle.attack = false; } else { _root.enemy.attack = false; }Symbol 260 MovieClip Frame 27if (_parent.playa) { _root.circle.attack = false; } else { _root.enemy.attack = false; }Symbol 266 MovieClip Frame 3stop(); if (_parent.playa) { _root.lives--; if (_root.lives > 0) { play(); } else { _root.lose = true; } } if (!_parent.playa) { _root.won = true; }Symbol 266 MovieClip Frame 35_root.circle.attack = false; _root.circle.dead = false; _root.hp = _root.maxhp; _parent.gotoAndStop(1);Symbol 267 MovieClip Frame 1stop(); if (playe == 1) { playa = true; } else { playa = false; }Instance of Symbol 196 MovieClip "hit" in Symbol 267 MovieClip Frame 1onClipEvent (enterFrame) { if (_parent.playe == 1) { if (this.hitTest(_root.enemy.player.light.hit)) { _root.hp = _root.hp - _root.enemy.power; play(); } if (this.hitTest(_root.enemy.player.heavy.hit)) { _root.hp = _root.hp - (_root.enemy.power * 2); play(); } if (this.hitTest(_root.enemy.player.spec.hit)) { _root.hp = _root.hp - (_root.enemy.power * 5); play(); } } else if (_parent.playe == 0) { if (this.hitTest(_root.circle.player.light.hit)) { _root.hp2 = _root.hp2 - _root.circle.power; play(); } if (this.hitTest(_root.circle.player.heavy.hit)) { _root.hp2 = _root.hp2 - (_root.circle.power * 2); play(); } if (this.hitTest(_root.circle.player.spec.hit)) { _root.hp2 = _root.hp2 - (_root.circle.power * 5); play(); } } }Symbol 273 MovieClip Frame 6if (_parent.playe == 1) { _root.circle.attack = false; } else { _root.enemy.attack = false; }Symbol 277 MovieClip Frame 11if (_parent.playe == 1) { _root.circle.attack = false; } else { _root.enemy.attack = false; }Symbol 287 MovieClip Frame 27if (_parent.playe == 1) { _root.circle.attack = false; } else { _root.enemy.attack = false; }Symbol 290 MovieClip Frame 3stop(); if (_parent.playa) { _root.lives--; if (_root.lives > 0) { play(); } else { _root.lose = true; } } if (!_parent.playa) { _root.won = true; }Symbol 290 MovieClip Frame 35_root.circle.attack = false; _root.circle.dead = false; _root.hp = _root.maxhp; _parent.gotoAndStop(1);Symbol 291 MovieClip Frame 1stop(); if (playe == 1) { playa = true; } else { playa = false; }Instance of Symbol 196 MovieClip "hit" in Symbol 291 MovieClip Frame 1onClipEvent (enterFrame) { if (_parent.playe == 1) { if (this.hitTest(_root.enemy.player.light.hit)) { _root.hp = _root.hp - _root.enemy.power; play(); } if (this.hitTest(_root.enemy.player.heavy.hit)) { _root.hp = _root.hp - (_root.enemy.power * 2); play(); } if (this.hitTest(_root.enemy.player.spec.hit)) { _root.hp = _root.hp - (_root.enemy.power * 5); play(); } } else if (_parent.playe == 0) { if (this.hitTest(_root.circle.player.light.hit)) { _root.hp2 = _root.hp2 - _root.circle.power; play(); } if (this.hitTest(_root.circle.player.heavy.hit)) { _root.hp2 = _root.hp2 - (_root.circle.power * 2); play(); } if (this.hitTest(_root.circle.player.spec.hit)) { _root.hp2 = _root.hp2 - (_root.circle.power * 5); play(); } } }Symbol 301 MovieClip Frame 6if (_parent.playe == 1) { _root.circle.attack = false; } else { _root.enemy.attack = false; }Symbol 307 MovieClip Frame 11if (_parent.playe == 1) { _root.circle.attack = false; } else { _root.enemy.attack = false; }Symbol 312 MovieClip Frame 27if (_parent.playe == 1) { _root.circle.attack = false; } else { _root.enemy.attack = false; }Symbol 318 MovieClip Frame 3stop(); if (_parent.playa) { _root.lives--; if (_root.lives > 0) { play(); } else { _root.lose = true; } } if (!_parent.playa) { _root.won = true; }Symbol 318 MovieClip Frame 35_root.circle.attack = false; _root.circle.dead = false; _root.hp = _root.maxhp; _parent.gotoAndStop(1);Symbol 319 MovieClip Frame 1stop(); if (playe == 1) { playa = true; } else { playa = false; }Instance of Symbol 196 MovieClip "hit" in Symbol 319 MovieClip Frame 1onClipEvent (enterFrame) { if (_parent.playe == 1) { if (this.hitTest(_root.enemy.player.light.hit)) { _root.hp = _root.hp - _root.enemy.power; play(); } if (this.hitTest(_root.enemy.player.heavy.hit)) { _root.hp = _root.hp - (_root.enemy.power * 2); play(); } if (this.hitTest(_root.enemy.player.spec.hit)) { _root.hp = _root.hp - (_root.enemy.power * 5); play(); } } else if (_parent.playe == 0) { if (this.hitTest(_root.circle.player.light.hit)) { _root.hp2 = _root.hp2 - _root.circle.power; play(); } if (this.hitTest(_root.circle.player.heavy.hit)) { _root.hp2 = _root.hp2 - (_root.circle.power * 2); play(); } if (this.hitTest(_root.circle.player.spec.hit)) { _root.hp2 = _root.hp2 - (_root.circle.power * 5); play(); } } }Symbol 331 MovieClip Frame 6if (_parent.playa) { _root.circle.attack = false; } else { _root.enemy.attack = false; }Symbol 335 MovieClip Frame 11if (_parent.playa) { _root.circle.attack = false; } else { _root.enemy.attack = false; }Symbol 353 MovieClip Frame 27if (_parent.playa) { _root.circle.attack = false; } else { _root.enemy.attack = false; }Symbol 359 MovieClip Frame 3stop(); if (_parent.playa) { _root.lives--; if (_root.lives > 0) { play(); } else { _root.lose = true; } } if (!_parent.playa) { _root.won = true; }Symbol 359 MovieClip Frame 35_root.circle.attack = false; _root.circle.dead = false; _root.hp = _root.maxhp; _parent.gotoAndStop(1);Symbol 360 MovieClip Frame 1stop(); if (playe == 1) { playa = true; } else { playa = false; }Instance of Symbol 196 MovieClip "hit" in Symbol 360 MovieClip Frame 1onClipEvent (enterFrame) { if (_parent.playe == 1) { if (this.hitTest(_root.enemy.player.light.hit)) { _root.hp = _root.hp - _root.enemy.power; play(); } if (this.hitTest(_root.enemy.player.heavy.hit)) { _root.hp = _root.hp - (_root.enemy.power * 2); play(); } if (this.hitTest(_root.enemy.player.spec.hit)) { _root.hp = _root.hp - (_root.enemy.power * 5); play(); } } else if (_parent.playe == 0) { if (this.hitTest(_root.circle.player.light.hit)) { _root.hp2 = _root.hp2 - _root.circle.power; play(); } if (this.hitTest(_root.circle.player.heavy.hit)) { _root.hp2 = _root.hp2 - (_root.circle.power * 2); play(); } if (this.hitTest(_root.circle.player.spec.hit)) { _root.hp2 = _root.hp2 - (_root.circle.power * 5); play(); } } }Symbol 367 MovieClip Frame 6if (_parent.playa) { _root.circle.attack = false; } else { _root.enemy.attack = false; }Symbol 371 MovieClip Frame 11if (_parent.playa) { _root.circle.attack = false; } else { _root.enemy.attack = false; }Symbol 381 MovieClip Frame 27if (_parent.playa) { _root.circle.attack = false; } else { _root.enemy.attack = false; }Symbol 395 MovieClip Frame 11stop(); if (_parent.playa) { _root.lives--; if (_root.lives > 0) { play(); } else { _root.lose = true; } } if (!_parent.playa) { _root.won = true; }Symbol 395 MovieClip Frame 35_root.circle.attack = false; _root.circle.dead = false; _root.hp = _root.maxhp; _parent.gotoAndStop(1);Symbol 396 MovieClip Frame 1stop(); if (playe == 1) { playa = true; } else { playa = false; }Instance of Symbol 196 MovieClip "hit" in Symbol 396 MovieClip Frame 1onClipEvent (enterFrame) { if (_parent.playe == 1) { if (this.hitTest(_root.enemy.player.light.hit)) { _root.hp = _root.hp - _root.enemy.power; play(); } if (this.hitTest(_root.enemy.player.heavy.hit)) { _root.hp = _root.hp - (_root.enemy.power * 2); play(); } if (this.hitTest(_root.enemy.player.spec.hit)) { _root.hp = _root.hp - (_root.enemy.power * 5); play(); } } else if (_parent.playe == 0) { if (this.hitTest(_root.circle.player.light.hit)) { _root.hp2 = _root.hp2 - _root.circle.power; play(); } if (this.hitTest(_root.circle.player.heavy.hit)) { _root.hp2 = _root.hp2 - (_root.circle.power * 2); play(); } if (this.hitTest(_root.circle.player.spec.hit)) { _root.hp2 = _root.hp2 - (_root.circle.power * 5); play(); } } }Symbol 412 MovieClip Frame 6if (_parent.playa) { _root.circle.attack = false; } else { _root.enemy.attack = false; }Symbol 419 MovieClip Frame 11if (_parent.playa) { _root.circle.attack = false; } else { _root.enemy.attack = false; }Symbol 422 MovieClip Frame 27if (_parent.playa) { _root.circle.attack = false; } else { _root.enemy.attack = false; }Symbol 424 MovieClip Frame 8stop(); if (_parent.playa) { _root.lives--; if (_root.lives > 0) { play(); } else { _root.lose = true; } } if (!_parent.playa) { _root.won = true; }Symbol 424 MovieClip Frame 35_root.circle.attack = false; _root.circle.dead = false; _root.hp = _root.maxhp; _parent.gotoAndStop(1);Symbol 425 MovieClip Frame 1stop(); if (playe == 1) { playa = true; } else { playa = false; }Instance of Symbol 196 MovieClip "hit" in Symbol 425 MovieClip Frame 1onClipEvent (enterFrame) { if (_parent.playe == 1) { if (this.hitTest(_root.enemy.player.light.hit)) { _root.hp = _root.hp - _root.enemy.power; play(); } if (this.hitTest(_root.enemy.player.heavy.hit)) { _root.hp = _root.hp - (_root.enemy.power * 2); play(); } if (this.hitTest(_root.enemy.player.spec.hit)) { _root.hp = _root.hp - (_root.enemy.power * 5); play(); } } else if (_parent.playe == 0) { if (this.hitTest(_root.circle.player.light.hit)) { _root.hp2 = _root.hp2 - _root.circle.power; play(); } if (this.hitTest(_root.circle.player.heavy.hit)) { _root.hp2 = _root.hp2 - (_root.circle.power * 2); play(); } if (this.hitTest(_root.circle.player.spec.hit)) { _root.hp2 = _root.hp2 - (_root.circle.power * 5); play(); } } }Symbol 438 MovieClip Frame 6if (_parent.playe == 1) { _root.circle.attack = false; } else { _root.enemy.attack = false; }Symbol 443 MovieClip Frame 11if (_parent.playe == 1) { _root.circle.attack = false; } else { _root.enemy.attack = false; }Symbol 446 MovieClip Frame 27if (_parent.playe == 1) { _root.circle.attack = false; } else { _root.enemy.attack = false; }Symbol 449 MovieClip Frame 11stop(); if (_parent.playa) { _root.lives--; if (_root.lives > 0) { play(); } else { _root.lose = true; } } if (!_parent.playa) { _root.won = true; }Symbol 449 MovieClip Frame 35_root.circle.attack = false; _root.circle.dead = false; _root.hp = _root.maxhp; _parent.gotoAndStop(1);Symbol 450 MovieClip Frame 1stop(); if (playe == 1) { playa = true; } else { playa = false; }Instance of Symbol 196 MovieClip "hit" in Symbol 450 MovieClip Frame 1onClipEvent (enterFrame) { if (_parent.playe == 1) { if (this.hitTest(_root.enemy.player.light.hit)) { _root.hp = _root.hp - _root.enemy.power; play(); } if (this.hitTest(_root.enemy.player.heavy.hit)) { _root.hp = _root.hp - (_root.enemy.power * 2); play(); } if (this.hitTest(_root.enemy.player.spec.hit)) { _root.hp = _root.hp - (_root.enemy.power * 5); play(); } } else if (_parent.playe == 0) { if (this.hitTest(_root.circle.player.light.hit)) { _root.hp2 = _root.hp2 - _root.circle.power; play(); } if (this.hitTest(_root.circle.player.heavy.hit)) { _root.hp2 = _root.hp2 - (_root.circle.power * 2); play(); } if (this.hitTest(_root.circle.player.spec.hit)) { _root.hp2 = _root.hp2 - (_root.circle.power * 5); play(); } } }Symbol 460 MovieClip Frame 6if (_parent.playe == 1) { _root.circle.attack = false; } else { _root.enemy.attack = false; }Symbol 464 MovieClip Frame 11if (_parent.playe == 1) { _root.circle.attack = false; } else { _root.enemy.attack = false; }Symbol 466 MovieClip Frame 27if (_parent.playe == 1) { _root.circle.attack = false; } else { _root.enemy.attack = false; }Symbol 472 MovieClip Frame 3stop(); if (_parent.playa) { _root.lives--; if (_root.lives > 0) { play(); } else { _root.lose = true; } } if (!_parent.playa) { _root.won = true; }Symbol 472 MovieClip Frame 35_root.circle.attack = false; _root.circle.dead = false; _root.hp = _root.maxhp; _parent.gotoAndStop(1);Symbol 473 MovieClip Frame 1stop(); if (playe == 1) { playa = true; } else { playa = false; }Instance of Symbol 196 MovieClip "hit" in Symbol 473 MovieClip Frame 1onClipEvent (enterFrame) { if (_parent.playe == 1) { if (this.hitTest(_root.enemy.player.light.hit)) { _root.hp = _root.hp - _root.enemy.power; play(); } if (this.hitTest(_root.enemy.player.heavy.hit)) { _root.hp = _root.hp - (_root.enemy.power * 2); play(); } if (this.hitTest(_root.enemy.player.spec.hit)) { _root.hp = _root.hp - (_root.enemy.power * 5); play(); } } else if (_parent.playe == 0) { if (this.hitTest(_root.circle.player.light.hit)) { _root.hp2 = _root.hp2 - _root.circle.power; play(); } if (this.hitTest(_root.circle.player.heavy.hit)) { _root.hp2 = _root.hp2 - (_root.circle.power * 2); play(); } if (this.hitTest(_root.circle.player.spec.hit)) { _root.hp2 = _root.hp2 - (_root.circle.power * 5); play(); } } }Symbol 488 MovieClip Frame 6if (_parent.playe == 1) { _root.circle.attack = false; } else { _root.enemy.attack = false; }Symbol 497 MovieClip Frame 11if (_parent.playe == 1) { _root.circle.attack = false; } else { _root.enemy.attack = false; }Symbol 506 MovieClip Frame 27if (_parent.playe == 1) { _root.circle.attack = false; } else { _root.enemy.attack = false; }Symbol 518 MovieClip Frame 15stop(); if (_parent.playa) { _root.lives--; if (_root.lives > 0) { play(); } else { _root.lose = true; } } if (!_parent.playa) { _root.won = true; }Symbol 518 MovieClip Frame 35_root.circle.attack = false; _root.circle.dead = false; _root.hp = _root.maxhp; _parent.gotoAndStop(1);Symbol 519 MovieClip Frame 1stop(); if (playe == 1) { playa = true; } else { playa = false; }Instance of Symbol 196 MovieClip "hit" in Symbol 519 MovieClip Frame 1onClipEvent (enterFrame) { if (_parent.playe == 1) { if (this.hitTest(_root.enemy.player.light.hit)) { _root.hp = _root.hp - _root.enemy.power; play(); } if (this.hitTest(_root.enemy.player.heavy.hit)) { _root.hp = _root.hp - (_root.enemy.power * 2); play(); } if (this.hitTest(_root.enemy.player.spec.hit)) { _root.hp = _root.hp - (_root.enemy.power * 5); play(); } } else if (_parent.playe == 0) { if (this.hitTest(_root.circle.player.light.hit)) { _root.hp2 = _root.hp2 - _root.circle.power; play(); } if (this.hitTest(_root.circle.player.heavy.hit)) { _root.hp2 = _root.hp2 - (_root.circle.power * 2); play(); } if (this.hitTest(_root.circle.player.spec.hit)) { _root.hp2 = _root.hp2 - (_root.circle.power * 5); play(); } } }Symbol 529 MovieClip Frame 3stop();Symbol 530 MovieClip Frame 6if (_parent.playe == 1) { _root.circle.attack = false; } else { _root.enemy.attack = false; }Symbol 539 MovieClip Frame 11if (_parent.playe == 1) { _root.circle.attack = false; } else { _root.enemy.attack = false; }Symbol 546 MovieClip Frame 27if (_parent.playe == 1) { _root.circle.attack = false; } else { _root.enemy.attack = false; }Symbol 549 MovieClip Frame 3stop(); if (_parent.playa) { _root.lives--; if (_root.lives > 0) { play(); } else { _root.lose = true; } } if (!_parent.playa) { _root.won = true; }Symbol 549 MovieClip Frame 35_root.circle.attack = false; _root.circle.dead = false; _root.hp = _root.maxhp; _parent.gotoAndStop(1);Symbol 550 MovieClip Frame 1stop(); if (playe == 1) { playa = true; } else { playa = false; }Instance of Symbol 196 MovieClip "hit" in Symbol 550 MovieClip Frame 1onClipEvent (enterFrame) { if (_parent.playe == 1) { if (this.hitTest(_root.enemy.player.light.hit)) { _root.hp = _root.hp - _root.enemy.power; play(); } if (this.hitTest(_root.enemy.player.heavy.hit)) { _root.hp = _root.hp - (_root.enemy.power * 2); play(); } if (this.hitTest(_root.enemy.player.spec.hit)) { _root.hp = _root.hp - (_root.enemy.power * 5); play(); } } else if (_parent.playe == 0) { if (this.hitTest(_root.circle.player.light.hit)) { _root.hp2 = _root.hp2 - _root.circle.power; play(); } if (this.hitTest(_root.circle.player.heavy.hit)) { _root.hp2 = _root.hp2 - (_root.circle.power * 2); play(); } if (this.hitTest(_root.circle.player.spec.hit)) { _root.hp2 = _root.hp2 - (_root.circle.power * 5); play(); } } }Symbol 551 MovieClip Frame 1maxhp = 100; hp = 100; speed = 6; speed2 = 3; power = 4;Instance of Symbol 238 MovieClip in Symbol 551 MovieClip Frame 1onClipEvent (enterFrame) { if (_parent._xscale == (-_parent.scale)) { _xscale = (-_parent.scale); } else { _xscale = _parent.scale; } if (_root.player == _root.player2) { if (_parent.player.playa) { gotoAndStop (2); } if (!_parent.player.playa) { gotoAndStop (3); } } else { gotoAndStop (1); } }Symbol 551 MovieClip Frame 2maxhp = 100; hp = 100; speed = 5; speed2 = 2.5; power = 5;Symbol 551 MovieClip Frame 3maxhp = 100; hp = 100; speed = 4; speed2 = 2; power = 6;Symbol 551 MovieClip Frame 4maxhp = 120; hp = 120; speed = 7; speed2 = 3.5; power = 4;Symbol 551 MovieClip Frame 5maxhp = 120; hp = 120; speed = 6; speed2 = 3; power = 5;Symbol 551 MovieClip Frame 6maxhp = 120; hp = 120; speed = 5; speed2 = 2.5; power = 6;Symbol 551 MovieClip Frame 7maxhp = 120; hp = 120; speed = 6; speed2 = 3; power = 5;Symbol 551 MovieClip Frame 8maxhp = 120; hp = 120; speed = 5; speed2 = 2.5; power = 6;Symbol 551 MovieClip Frame 9maxhp = 120; hp = 120; speed = 4; speed2 = 2; power = 7;Symbol 551 MovieClip Frame 10maxhp = 160; hp = 160; speed = 7; speed2 = 3.5; power = 5;Symbol 551 MovieClip Frame 11maxhp = 160; hp = 160; speed = 6; speed2 = 3; power = 6;Symbol 551 MovieClip Frame 12maxhp = 160; hp = 160; speed = 5; speed2 = 2.5; power = 7;Symbol 551 MovieClip Frame 13maxhp = 200; hp = 200; speed = 10; speed2 = 5; power = 10;Instance of Symbol 562 MovieClip in Symbol 564 MovieClip Frame 1onClipEvent (enterFrame) { percent = (_root.spec2 / _root.maxspec2) * 100; _xscale = percent; }Instance of Symbol 562 MovieClip in Symbol 567 MovieClip Frame 1onClipEvent (enterFrame) { percent = (_root.spec / _root.maxspec) * 100; _xscale = percent; }Symbol 568 MovieClip Frame 1onEnterFrame = function () { lives = _root.lives; };Instance of Symbol 558 MovieClip in Symbol 568 MovieClip Frame 1onClipEvent (enterFrame) { percent = (_root.hp2 / _root.maxhp2) * 100; _xscale = percent; }Instance of Symbol 561 MovieClip in Symbol 568 MovieClip Frame 1onClipEvent (enterFrame) { gotoAndStop(_root.player2); }Instance of Symbol 558 MovieClip in Symbol 568 MovieClip Frame 1onClipEvent (enterFrame) { percent = (_root.hp / _root.maxhp) * 100; _xscale = percent; }Instance of Symbol 561 MovieClip in Symbol 568 MovieClip Frame 1onClipEvent (enterFrame) { gotoAndStop(_root.player); }Symbol 573 MovieClip Frame 1_root.circle.attack = true; _root.enemy.attack = true;Symbol 573 MovieClip Frame 96_root.circle.attack = false; _root.enemy.attack = false; stop();Symbol 611 Buttonon (press) { _root.gotoAndStop("advcharsel"); }Symbol 624 MovieClip Frame 1stop();Symbol 624 MovieClip Frame 2_root.sheik = 2;Symbol 624 MovieClip Frame 3_root.ylink = 2;Symbol 624 MovieClip Frame 4_root.sk = 2;Symbol 624 MovieClip Frame 5_root.vaati = 2;Symbol 624 MovieClip Frame 6_root.dlink = 2;Symbol 624 MovieClip Frame 7_root.pg = 2;Symbol 624 MovieClip Frame 8_root.twinrova = 2;Symbol 624 MovieClip Frame 9_root.fdlink = 2;Symbol 624 MovieClip Frame 10_root.ganon = 2;Symbol 624 MovieClip Frame 11_root.mc = 2;Symbol 636 MovieClip Frame 1stop();Symbol 636 MovieClip Frame 2_root.icecav = 2;Symbol 636 MovieClip Frame 3_root.hycas = 2;Symbol 636 MovieClip Frame 4_root.gohtsa = 2;Symbol 636 MovieClip Frame 5_root.wt = 2;Symbol 636 MovieClip Frame 6_root.wta = 2;Symbol 636 MovieClip Frame 7_root.pglair = 2;Symbol 636 MovieClip Frame 8_root.st = 2;Symbol 636 MovieClip Frame 9_root.mrp = 2;Symbol 636 MovieClip Frame 10_root.gtr = 2;Symbol 636 MovieClip Frame 11_root.poa = 2;Symbol 646 Buttonon (release) { _root.stage = 1; }Symbol 647 Buttonon (release) { _root.stage = 2; }Symbol 648 Buttonon (release) { _root.stage = 3; }Symbol 650 Buttonon (press) { stopAllSounds(); _root.gotoAndStop(_root.stagesel); }Symbol 667 MovieClip Frame 1stop();Symbol 671 Buttonon (release) { _root.stage = 6; }Symbol 675 Buttonon (release) { _root.stage = 7; }Symbol 678 Buttonon (release) { _root.stage = 4; }Symbol 682 Buttonon (release) { _root.stage = 8; }Symbol 685 Buttonon (release) { _root.stage = 5; }Symbol 688 Buttonon (release) { _root.stage = 9; }Symbol 691 Buttonon (release) { _root.stage = 10; }Symbol 695 Buttonon (release) { _root.stage = 11; }Symbol 698 Buttonon (release) { _root.stage = 12; }Symbol 701 Buttonon (release) { _root.stage = 13; }Symbol 728 MovieClip Frame 1light = new Array("100", "181", "262", "343", "424", "1"); current = random(6);Symbol 728 MovieClip Frame 99gotoAndPlay(light[current]);Instance of Symbol 726 MovieClip in Symbol 728 MovieClip Frame 100onClipEvent (enterFrame) { if (this.hitTest(_root.circle.player.hit)) { _root.hp = _root.hp - 10; _root.circle.player.hit.play(); } if (this.hitTest(_root.enemy.player.hit)) { _root.hp2 = _root.hp2 - 10; _root.enemy.player.hit.play(); } }Symbol 728 MovieClip Frame 180gotoAndPlay (1);Symbol 728 MovieClip Frame 261gotoAndPlay (1);Symbol 728 MovieClip Frame 342gotoAndPlay (1);Symbol 728 MovieClip Frame 423gotoAndPlay (1);Symbol 728 MovieClip Frame 504gotoAndPlay (1);Symbol 738 MovieClip Frame 1bob = random(2);Symbol 738 MovieClip Frame 100if (bob == 0) { gotoAndPlay (1); }Instance of Symbol 737 MovieClip in Symbol 738 MovieClip Frame 101onClipEvent (enterFrame) { if (this.hitTest(_root.circle.player.hit)) { _root.hp = _root.hp - 10; _root.circle.player.hit.play(); } if (this.hitTest(_root.enemy.player.hit)) { _root.hp2 = _root.hp2 - 10; _root.enemy.player.hit.play(); } }Symbol 744 MovieClip Frame 1function camControl() { parentColor.setTransform(camColor.getTransform()); var _local4 = sX / this._width; var _local3 = sY / this._height; _root._x = cX - (this._x * _local4); _root._y = cY - (this._y * _local3); _root._xscale = 100 * _local4; _root._yscale = 100 * _local3; } function resetStage() { var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; parentColor.setTransform(_local2); _root._xscale = 100; _root._yscale = 100; _root._x = 0; _root._y = 0; } this._visible = false; var oldMode = Stage.scaleMode; Stage.scaleMode = "exactFit"; var cX = (Stage.width / 2); var cY = (Stage.height / 2); var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; camControl(); this.onUnload = resetStage;Symbol 763 Buttonon (press) { _root.gotoAndStop("fbcharsel"); }Symbol 765 Buttonon (release) { stopAllSounds(); _root.gotoAndStop("menu"); }
Library Items
Symbol 1 Sound [hyrule field] | ||
Symbol 2 Sound [sic] | ||
Symbol 3 Sound [ic] | ||
Symbol 4 Sound [menumus] | ||
Symbol 5 Graphic | Used by:13 | |
Symbol 6 Graphic | Used by:13 | |
Symbol 7 Graphic | Used by:13 | |
Symbol 8 Graphic | Used by:13 | |
Symbol 9 Graphic | Used by:13 | |
Symbol 10 Graphic | Used by:13 | |
Symbol 11 Graphic | Used by:13 | |
Symbol 12 Graphic | Used by:13 | |
Symbol 13 MovieClip | Uses:5 6 7 8 9 10 11 12 | Used by:16 |
Symbol 14 Font | Used by:15 | |
Symbol 15 EditableText | Uses:14 | Used by:16 |
Symbol 16 MovieClip | Uses:13 15 | Used by:Timeline |
Symbol 17 Bitmap | Used by:18 | |
Symbol 18 Graphic | Uses:17 | Used by:Timeline |
Symbol 19 Bitmap | Used by:20 | |
Symbol 20 Graphic | Uses:19 | Used by:Timeline |
Symbol 21 Bitmap | Used by:22 | |
Symbol 22 Graphic | Uses:21 | Used by:Timeline |
Symbol 23 Graphic | Used by:25 | |
Symbol 24 Graphic | Used by:25 | |
Symbol 25 Button | Uses:23 24 | Used by:Timeline |
Symbol 26 Graphic | Used by:28 | |
Symbol 27 Graphic | Used by:28 | |
Symbol 28 Button | Uses:26 27 | Used by:Timeline |
Symbol 29 Graphic | Used by:31 | |
Symbol 30 Graphic | Used by:31 | |
Symbol 31 Button | Uses:29 30 | Used by:Timeline |
Symbol 32 Graphic | Used by:34 | |
Symbol 33 Graphic | Used by:34 | |
Symbol 34 Button | Uses:32 33 | Used by:Timeline |
Symbol 35 Graphic | Used by:Timeline | |
Symbol 36 Graphic | Used by:38 | |
Symbol 37 Graphic | Used by:38 | |
Symbol 38 Button | Uses:36 37 | Used by:Timeline |
Symbol 39 Graphic | Used by:41 | |
Symbol 40 Graphic | Used by:41 | |
Symbol 41 Button | Uses:39 40 | Used by:Timeline |
Symbol 42 Graphic | Used by:44 | |
Symbol 43 Graphic | Used by:44 | |
Symbol 44 Button | Uses:42 43 | Used by:Timeline |
Symbol 45 Graphic | Used by:47 | |
Symbol 46 Graphic | Used by:47 | |
Symbol 47 Button | Uses:45 46 | Used by:Timeline |
Symbol 48 Graphic | Used by:50 188 765 | |
Symbol 49 Graphic | Used by:50 188 765 | |
Symbol 50 Button | Uses:48 49 | Used by:Timeline |
Symbol 51 Bitmap | Used by:53 71 158 639 642 | |
Symbol 52 Bitmap | Used by:53 83 177 639 642 | |
Symbol 53 Graphic | Uses:51 52 | Used by:Timeline |
Symbol 54 Graphic | Used by:55 56 62 143 147 151 153 157 161 176 180 184 646 647 648 671 675 678 682 685 688 691 695 698 701 | |
Symbol 55 Button | Uses:54 | Used by:Timeline |
Symbol 56 Button | Uses:54 | Used by:Timeline |
Symbol 57 Graphic | Used by:58 | |
Symbol 58 MovieClip | Uses:57 | Used by:561 Timeline |
Symbol 59 Bitmap | Used by:60 66 | |
Symbol 60 Graphic | Uses:59 | Used by:61 |
Symbol 61 MovieClip | Uses:60 | Used by:561 Timeline |
Symbol 62 Button | Uses:54 | Used by:Timeline |
Symbol 63 Bitmap | Used by:64 68 78 | |
Symbol 64 Graphic | Uses:63 | Used by:65 |
Symbol 65 MovieClip | Uses:64 | Used by:152 561 Timeline |
Symbol 66 Graphic | Uses:59 | Used by:91 |
Symbol 67 Graphic | Used by:91 | |
Symbol 68 Graphic | Uses:63 | Used by:91 |
Symbol 69 Bitmap | Used by:70 154 | |
Symbol 70 Graphic | Uses:69 | Used by:91 |
Symbol 71 Graphic | Uses:51 | Used by:72 |
Symbol 72 MovieClip | Uses:71 | Used by:91 |
Symbol 73 Graphic | Used by:91 | |
Symbol 74 Bitmap | Used by:75 144 | |
Symbol 75 Graphic | Uses:74 | Used by:76 |
Symbol 76 MovieClip | Uses:75 | Used by:91 |
Symbol 77 Graphic | Used by:91 | |
Symbol 78 Graphic | Uses:63 | Used by:79 |
Symbol 79 MovieClip | Uses:78 | Used by:91 |
Symbol 80 Bitmap | Used by:81 173 | |
Symbol 81 Graphic | Uses:80 | Used by:82 |
Symbol 82 MovieClip | Uses:81 | Used by:91 |
Symbol 83 Graphic | Uses:52 | Used by:84 |
Symbol 84 MovieClip | Uses:83 | Used by:91 |
Symbol 85 Bitmap | Used by:86 181 | |
Symbol 86 Graphic | Uses:85 | Used by:87 |
Symbol 87 MovieClip | Uses:86 | Used by:91 |
Symbol 88 Bitmap | Used by:89 185 | |
Symbol 89 Graphic | Uses:88 | Used by:90 |
Symbol 90 MovieClip | Uses:89 | Used by:91 |
Symbol 91 MovieClip | Uses:66 67 68 70 72 73 76 77 79 82 84 87 90 | Used by:Timeline |
Symbol 92 Graphic | Used by:108 | |
Symbol 93 Graphic | Used by:108 | |
Symbol 94 Font | Used by:95 96 97 98 99 100 101 102 103 104 105 106 107 109 565 613 625 640 643 652 653 764 766 | |
Symbol 95 EditableText | Uses:94 | Used by:108 |
Symbol 96 EditableText | Uses:94 | Used by:108 |
Symbol 97 EditableText | Uses:94 | Used by:108 |
Symbol 98 EditableText | Uses:94 | Used by:108 |
Symbol 99 EditableText | Uses:94 | Used by:108 |
Symbol 100 EditableText | Uses:94 | Used by:108 |
Symbol 101 EditableText | Uses:94 | Used by:108 |
Symbol 102 EditableText | Uses:94 | Used by:108 |
Symbol 103 EditableText | Uses:94 | Used by:108 |
Symbol 104 EditableText | Uses:94 | Used by:108 |
Symbol 105 EditableText | Uses:94 | Used by:108 |
Symbol 106 EditableText | Uses:94 | Used by:108 |
Symbol 107 EditableText | Uses:94 | Used by:108 |
Symbol 108 MovieClip | Uses:92 93 95 96 97 98 99 100 101 102 103 104 105 106 107 | Used by:Timeline |
Symbol 109 EditableText | Uses:94 | Used by:Timeline |
Symbol 110 Graphic | Used by:Timeline | |
Symbol 111 Graphic | Used by:124 | |
Symbol 112 Graphic | Used by:124 | |
Symbol 113 Graphic | Used by:124 | |
Symbol 114 Graphic | Used by:124 | |
Symbol 115 Graphic | Used by:124 | |
Symbol 116 Graphic | Used by:124 | |
Symbol 117 Graphic | Used by:124 | |
Symbol 118 Graphic | Used by:124 | |
Symbol 119 Graphic | Used by:124 | |
Symbol 120 Graphic | Used by:124 | |
Symbol 121 Graphic | Used by:124 | |
Symbol 122 Graphic | Used by:124 | |
Symbol 123 Graphic | Used by:124 | |
Symbol 124 MovieClip | Uses:111 112 113 114 115 116 117 118 119 120 121 122 123 | Used by:Timeline |
Symbol 125 Graphic | Used by:Timeline | |
Symbol 126 Graphic | Used by:131 | |
Symbol 127 Graphic | Used by:131 | |
Symbol 128 Graphic | Used by:131 | |
Symbol 129 Graphic | Used by:131 | |
Symbol 130 Graphic | Used by:131 | |
Symbol 131 MovieClip | Uses:126 127 128 129 130 | Used by:Timeline |
Symbol 132 Graphic | Used by:133 134 135 136 137 140 611 650 763 | |
Symbol 133 Button | Uses:132 | Used by:Timeline |
Symbol 134 Button | Uses:132 | Used by:Timeline |
Symbol 135 Button | Uses:132 | Used by:Timeline |
Symbol 136 Button | Uses:132 | Used by:Timeline |
Symbol 137 Button | Uses:132 | Used by:Timeline |
Symbol 138 Graphic | Used by:139 | |
Symbol 139 MovieClip | Uses:138 | Used by:141 651 Timeline |
Symbol 140 Button | Uses:132 | Used by:141 Timeline |
Symbol 141 MovieClip | Uses:139 140 | Used by:Timeline |
Symbol 142 Graphic | Used by:146 150 152 156 160 164 672 676 679 683 686 689 | |
Symbol 143 Button | Uses:54 | Used by:146 |
Symbol 144 Graphic | Uses:74 | Used by:145 |
Symbol 145 MovieClip | Uses:144 | Used by:146 561 |
Symbol 146 MovieClip | Uses:142 143 145 | Used by:Timeline |
Symbol 147 Button | Uses:54 | Used by:150 |
Symbol 148 Graphic | Used by:149 | |
Symbol 149 MovieClip | Uses:148 | Used by:150 561 |
Symbol 150 MovieClip | Uses:142 147 149 | Used by:Timeline |
Symbol 151 Button | Uses:54 | Used by:152 |
Symbol 152 MovieClip | Uses:142 151 65 | Used by:Timeline |
Symbol 153 Button | Uses:54 | Used by:156 |
Symbol 154 Graphic | Uses:69 | Used by:155 |
Symbol 155 MovieClip | Uses:154 | Used by:156 561 |
Symbol 156 MovieClip | Uses:142 153 155 | Used by:Timeline |
Symbol 157 Button | Uses:54 | Used by:160 |
Symbol 158 Graphic | Uses:51 | Used by:159 |
Symbol 159 MovieClip | Uses:158 | Used by:160 561 |
Symbol 160 MovieClip | Uses:142 157 159 | Used by:Timeline |
Symbol 161 Button | Uses:54 | Used by:164 |
Symbol 162 Graphic | Used by:163 | |
Symbol 163 MovieClip | Uses:162 | Used by:164 561 |
Symbol 164 MovieClip | Uses:142 161 163 | Used by:Timeline |
Symbol 165 Graphic | Used by:170 | |
Symbol 166 Graphic | Used by:170 | |
Symbol 167 Graphic | Used by:170 | |
Symbol 168 Graphic | Used by:170 | |
Symbol 169 Graphic | Used by:170 | |
Symbol 170 MovieClip | Uses:165 166 167 168 169 | Used by:Timeline |
Symbol 171 Graphic | Used by:172 | |
Symbol 172 Button | Uses:171 | Used by:175 |
Symbol 173 Graphic | Uses:80 | Used by:174 |
Symbol 174 MovieClip | Uses:173 | Used by:175 561 |
Symbol 175 MovieClip | Uses:172 174 | Used by:Timeline |
Symbol 176 Button | Uses:54 | Used by:179 |
Symbol 177 Graphic | Uses:52 | Used by:178 |
Symbol 178 MovieClip | Uses:177 | Used by:179 561 |
Symbol 179 MovieClip | Uses:176 178 | Used by:Timeline |
Symbol 180 Button | Uses:54 | Used by:183 |
Symbol 181 Graphic | Uses:85 | Used by:182 |
Symbol 182 MovieClip | Uses:181 | Used by:183 561 |
Symbol 183 MovieClip | Uses:180 182 | Used by:Timeline |
Symbol 184 Button | Uses:54 | Used by:187 |
Symbol 185 Graphic | Uses:88 | Used by:186 |
Symbol 186 MovieClip | Uses:185 | Used by:187 561 |
Symbol 187 MovieClip | Uses:184 186 | Used by:Timeline |
Symbol 188 Button | Uses:48 49 | Used by:Timeline |
Symbol 189 Bitmap | Used by:190 192 | |
Symbol 190 Graphic | Uses:189 | Used by:Timeline |
Symbol 191 Graphic | Used by:Timeline | |
Symbol 192 Graphic | Uses:189 | Used by:193 |
Symbol 193 MovieClip | Uses:192 | Used by:Timeline |
Symbol 194 Graphic | Used by:233 | |
Symbol 195 Graphic | Used by:196 | |
Symbol 196 MovieClip | Uses:195 | Used by:233 267 291 319 360 396 425 450 473 519 550 |
Symbol 197 Graphic | Used by:201 | |
Symbol 198 Graphic | Used by:201 | |
Symbol 199 Graphic | Used by:201 | |
Symbol 200 Graphic | Used by:201 | |
Symbol 201 MovieClip | Uses:197 198 199 200 | Used by:233 |
Symbol 202 Graphic | Used by:209 | |
Symbol 203 Graphic | Used by:209 | |
Symbol 204 Graphic | Used by:205 | |
Symbol 205 MovieClip | Uses:204 | Used by:209 216 229 250 254 260 273 277 287 301 307 312 331 335 353 367 371 381 412 419 422 438 443 446 460 464 466 488 497 506 530 539 546 |
Symbol 206 Sound | Used by:209 273 301 371 460 497 | |
Symbol 207 Graphic | Used by:209 | |
Symbol 208 Graphic | Used by:209 | |
Symbol 209 MovieClip | Uses:202 203 205 206 207 208 | Used by:233 |
Symbol 210 Graphic | Used by:216 | |
Symbol 211 Sound | Used by:216 254 277 335 464 488 497 | |
Symbol 212 Graphic | Used by:216 | |
Symbol 213 Graphic | Used by:216 | |
Symbol 214 Graphic | Used by:216 | |
Symbol 215 Graphic | Used by:216 | |
Symbol 216 MovieClip | Uses:210 211 212 205 213 214 215 | Used by:233 |
Symbol 217 Graphic | Used by:229 | |
Symbol 218 Sound | Used by:229 287 381 443 446 | |
Symbol 219 Graphic | Used by:229 | |
Symbol 220 Graphic | Used by:229 | |
Symbol 221 Graphic | Used by:229 | |
Symbol 222 Sound | Used by:229 412 419 438 443 446 539 | |
Symbol 223 Graphic | Used by:229 | |
Symbol 224 Graphic | Used by:229 | |
Symbol 225 Graphic | Used by:229 | |
Symbol 226 Graphic | Used by:229 | |
Symbol 227 Graphic | Used by:229 | |
Symbol 228 Graphic | Used by:229 | |
Symbol 229 MovieClip | Uses:217 218 219 220 221 222 223 205 224 225 226 227 228 | Used by:233 |
Symbol 230 Graphic | Used by:232 | |
Symbol 231 Graphic | Used by:232 | |
Symbol 232 MovieClip | Uses:230 231 | Used by:233 |
Symbol 233 MovieClip | Uses:194 196 201 209 216 229 232 | Used by:551 |
Symbol 234 Graphic | Used by:235 | |
Symbol 235 MovieClip | Uses:234 | Used by:551 |
Symbol 236 Graphic | Used by:238 | |
Symbol 237 Graphic | Used by:238 | |
Symbol 238 MovieClip | Uses:236 237 | Used by:551 |
Symbol 239 Graphic | Used by:267 | |
Symbol 240 Graphic | Used by:246 | |
Symbol 241 Graphic | Used by:246 | |
Symbol 242 Graphic | Used by:246 | |
Symbol 243 Graphic | Used by:246 | |
Symbol 244 Graphic | Used by:246 | |
Symbol 245 Graphic | Used by:246 | |
Symbol 246 MovieClip | Uses:240 241 242 243 244 245 | Used by:267 |
Symbol 247 Graphic | Used by:250 | |
Symbol 248 Graphic | Used by:250 254 | |
Symbol 249 Sound | Used by:250 307 331 367 539 | |
Symbol 250 MovieClip | Uses:247 248 205 249 | Used by:267 |
Symbol 251 Graphic | Used by:254 | |
Symbol 252 Graphic | Used by:254 | |
Symbol 253 Graphic | Used by:254 | |
Symbol 254 MovieClip | Uses:251 211 252 205 253 248 | Used by:267 |
Symbol 255 Graphic | Used by:260 | |
Symbol 256 Graphic | Used by:260 | |
Symbol 257 Graphic | Used by:260 | |
Symbol 258 Graphic | Used by:260 | |
Symbol 259 Sound | Used by:260 381 395 446 449 518 530 546 745 | |
Symbol 260 MovieClip | Uses:255 256 257 258 259 205 | Used by:267 |
Symbol 261 Graphic | Used by:266 | |
Symbol 262 Graphic | Used by:266 | |
Symbol 263 Graphic | Used by:266 | |
Symbol 264 Graphic | Used by:266 | |
Symbol 265 Graphic | Used by:266 | |
Symbol 266 MovieClip | Uses:261 262 263 264 265 | Used by:267 |
Symbol 267 MovieClip | Uses:239 196 246 250 254 260 266 | Used by:551 |
Symbol 268 Graphic | Used by:291 | |
Symbol 269 Graphic | Used by:291 | |
Symbol 270 Graphic | Used by:273 | |
Symbol 271 Graphic | Used by:273 | |
Symbol 272 Graphic | Used by:273 277 | |
Symbol 273 MovieClip | Uses:270 206 271 205 272 | Used by:291 |
Symbol 274 Graphic | Used by:277 | |
Symbol 275 Graphic | Used by:277 | |
Symbol 276 Graphic | Used by:277 | |
Symbol 277 MovieClip | Uses:274 211 275 205 276 272 | Used by:291 |
Symbol 278 Graphic | Used by:287 | |
Symbol 279 Graphic | Used by:287 | |
Symbol 280 Graphic | Used by:287 | |
Symbol 281 Graphic | Used by:287 | |
Symbol 282 Graphic | Used by:287 | |
Symbol 283 Graphic | Used by:287 | |
Symbol 284 Graphic | Used by:287 | |
Symbol 285 Graphic | Used by:287 | |
Symbol 286 Graphic | Used by:287 | |
Symbol 287 MovieClip | Uses:278 218 279 280 281 205 282 283 284 285 286 | Used by:291 |
Symbol 288 Graphic | Used by:290 | |
Symbol 289 Graphic | Used by:290 | |
Symbol 290 MovieClip | Uses:288 289 | Used by:291 |
Symbol 291 MovieClip | Uses:268 196 269 273 277 287 290 | Used by:551 |
Symbol 292 Graphic | Used by:301 312 319 | |
Symbol 293 Graphic | Used by:297 | |
Symbol 294 Graphic | Used by:297 | |
Symbol 295 Graphic | Used by:297 | |
Symbol 296 Graphic | Used by:297 | |
Symbol 297 MovieClip | Uses:293 294 295 296 | Used by:319 |
Symbol 298 Graphic | Used by:301 312 | |
Symbol 299 Graphic | Used by:301 312 | |
Symbol 300 Graphic | Used by:301 | |
Symbol 301 MovieClip | Uses:298 206 299 300 205 292 | Used by:319 |
Symbol 302 Graphic | Used by:307 | |
Symbol 303 Graphic | Used by:307 | |
Symbol 304 Sound | Used by:307 | |
Symbol 305 Graphic | Used by:307 | |
Symbol 306 Graphic | Used by:307 | |
Symbol 307 MovieClip | Uses:302 249 303 304 305 205 306 | Used by:319 |
Symbol 308 Sound | Used by:312 | |
Symbol 309 Graphic | Used by:312 | |
Symbol 310 Sound | Used by:312 506 | |
Symbol 311 Graphic | Used by:312 | |
Symbol 312 MovieClip | Uses:298 308 299 309 205 292 310 311 | Used by:319 |
Symbol 313 Graphic | Used by:318 | |
Symbol 314 Graphic | Used by:318 | |
Symbol 315 Graphic | Used by:318 | |
Symbol 316 Graphic | Used by:318 | |
Symbol 317 Graphic | Used by:318 | |
Symbol 318 MovieClip | Uses:313 314 315 316 317 | Used by:319 |
Symbol 319 MovieClip | Uses:292 196 297 301 307 312 318 | Used by:551 |
Symbol 320 Graphic | Used by:360 | |
Symbol 321 Graphic | Used by:327 | |
Symbol 322 Graphic | Used by:327 | |
Symbol 323 Graphic | Used by:327 | |
Symbol 324 Graphic | Used by:327 | |
Symbol 325 Graphic | Used by:327 | |
Symbol 326 Graphic | Used by:327 | |
Symbol 327 MovieClip | Uses:321 322 323 324 325 326 | Used by:360 |
Symbol 328 Graphic | Used by:331 | |
Symbol 329 Graphic | Used by:331 335 | |
Symbol 330 Graphic | Used by:331 | |
Symbol 331 MovieClip | Uses:328 329 205 249 330 | Used by:360 |
Symbol 332 Graphic | Used by:335 | |
Symbol 333 Graphic | Used by:335 | |
Symbol 334 Graphic | Used by:335 | |
Symbol 335 MovieClip | Uses:332 211 333 205 334 329 | Used by:360 |
Symbol 336 Graphic | Used by:353 | |
Symbol 337 Graphic | Used by:353 | |
Symbol 338 Graphic | Used by:353 | |
Symbol 339 Graphic | Used by:353 | |
Symbol 340 Sound | Used by:353 | |
Symbol 341 Graphic | Used by:353 | |
Symbol 342 Graphic | Used by:353 | |
Symbol 343 Graphic | Used by:353 | |
Symbol 344 Graphic | Used by:353 | |
Symbol 345 Graphic | Used by:353 | |
Symbol 346 Graphic | Used by:353 | |
Symbol 347 Graphic | Used by:353 | |
Symbol 348 Graphic | Used by:353 | |
Symbol 349 Graphic | Used by:353 | |
Symbol 350 Graphic | Used by:353 | |
Symbol 351 Graphic | Used by:353 | |
Symbol 352 Graphic | Used by:353 | |
Symbol 353 MovieClip | Uses:336 337 338 339 205 340 341 342 343 344 345 346 347 348 349 350 351 352 | Used by:360 |
Symbol 354 Graphic | Used by:359 | |
Symbol 355 Graphic | Used by:359 | |
Symbol 356 Graphic | Used by:359 | |
Symbol 357 Graphic | Used by:359 | |
Symbol 358 Graphic | Used by:359 | |
Symbol 359 MovieClip | Uses:354 355 356 357 358 | Used by:360 |
Symbol 360 MovieClip | Uses:320 196 327 331 335 353 359 | Used by:551 |
Symbol 361 Graphic | Used by:396 | |
Symbol 362 Graphic | Used by:396 | |
Symbol 363 Graphic | Used by:367 | |
Symbol 364 Graphic | Used by:367 371 | |
Symbol 365 Graphic | Used by:367 | |
Symbol 366 Graphic | Used by:367 | |
Symbol 367 MovieClip | Uses:363 364 205 249 365 366 | Used by:396 |
Symbol 368 Graphic | Used by:371 | |
Symbol 369 Graphic | Used by:371 | |
Symbol 370 Graphic | Used by:371 | |
Symbol 371 MovieClip | Uses:368 206 369 205 370 364 | Used by:396 |
Symbol 372 Graphic | Used by:378 | |
Symbol 373 Graphic | Used by:378 | |
Symbol 374 Graphic | Used by:378 | |
Symbol 375 Graphic | Used by:378 | |
Symbol 376 Graphic | Used by:378 | |
Symbol 377 Graphic | Used by:378 | |
Symbol 378 MovieClip | Uses:372 373 374 375 376 377 | Used by:381 |
Symbol 379 Graphic | Used by:381 395 | |
Symbol 380 Graphic | Used by:381 | |
Symbol 381 MovieClip | Uses:378 379 205 218 259 380 | Used by:396 |
Symbol 382 Graphic | Used by:395 | |
Symbol 383 Graphic | Used by:395 | |
Symbol 384 Graphic | Used by:395 | |
Symbol 385 Graphic | Used by:395 | |
Symbol 386 Graphic | Used by:395 | |
Symbol 387 Graphic | Used by:395 | |
Symbol 388 Graphic | Used by:395 | |
Symbol 389 Graphic | Used by:395 | |
Symbol 390 Graphic | Used by:395 | |
Symbol 391 Graphic | Used by:395 | |
Symbol 392 Graphic | Used by:395 | |
Symbol 393 Graphic | Used by:395 | |
Symbol 394 Graphic | Used by:395 | |
Symbol 395 MovieClip | Uses:382 259 383 379 384 385 386 387 388 389 390 391 392 393 394 | Used by:396 |
Symbol 396 MovieClip | Uses:361 196 362 367 371 381 395 | Used by:551 |
Symbol 397 Graphic | Used by:425 | |
Symbol 398 Graphic | Used by:402 | |
Symbol 399 Graphic | Used by:402 | |
Symbol 400 Graphic | Used by:402 | |
Symbol 401 Graphic | Used by:402 | |
Symbol 402 MovieClip | Uses:398 399 400 401 | Used by:422 424 425 466 |
Symbol 403 Graphic | Used by:405 | |
Symbol 404 Graphic | Used by:405 | |
Symbol 405 MovieClip | Uses:403 404 | Used by:422 425 |
Symbol 406 Graphic | Used by:425 | |
Symbol 407 Graphic | Used by:412 419 | |
Symbol 408 Graphic | Used by:410 | |
Symbol 409 Graphic | Used by:410 | |
Symbol 410 MovieClip | Uses:408 409 | Used by:412 419 |
Symbol 411 Sound | Used by:412 419 | |
Symbol 412 MovieClip | Uses:407 410 205 222 411 | Used by:425 |
Symbol 413 Graphic | Used by:419 | |
Symbol 414 Graphic | Used by:419 | |
Symbol 415 Graphic | Used by:419 | |
Symbol 416 Graphic | Used by:419 | |
Symbol 417 Graphic | Used by:419 | |
Symbol 418 Graphic | Used by:419 | |
Symbol 419 MovieClip | Uses:413 414 205 222 411 415 416 417 407 410 418 | Used by:425 |
Symbol 420 Graphic | Used by:422 | |
Symbol 421 Sound | Used by:422 424 466 | |
Symbol 422 MovieClip | Uses:405 420 421 402 205 | Used by:425 |
Symbol 423 Graphic | Used by:424 | |
Symbol 424 MovieClip | Uses:423 402 421 | Used by:425 |
Symbol 425 MovieClip | Uses:397 196 402 405 406 412 419 422 424 | Used by:551 |
Symbol 426 Graphic | Used by:428 | |
Symbol 427 Graphic | Used by:428 | |
Symbol 428 MovieClip | Uses:426 427 | Used by:450 |
Symbol 429 Graphic | Used by:431 | |
Symbol 430 Graphic | Used by:431 | |
Symbol 431 MovieClip | Uses:429 430 | Used by:450 |
Symbol 432 Graphic | Used by:438 446 | |
Symbol 433 Graphic | Used by:438 446 | |
Symbol 434 Graphic | Used by:438 446 | |
Symbol 435 Graphic | Used by:438 | |
Symbol 436 Graphic | Used by:438 | |
Symbol 437 Graphic | Used by:438 446 | |
Symbol 438 MovieClip | Uses:432 433 222 434 435 205 436 437 | Used by:450 |
Symbol 439 Graphic | Used by:443 | |
Symbol 440 Graphic | Used by:443 446 | |
Symbol 441 Graphic | Used by:443 446 | |
Symbol 442 Graphic | Used by:443 446 | |
Symbol 443 MovieClip | Uses:439 440 218 222 441 442 205 | Used by:450 |
Symbol 444 Graphic | Used by:446 | |
Symbol 445 Graphic | Used by:446 449 | |
Symbol 446 MovieClip | Uses:444 440 432 433 218 222 441 442 434 437 259 445 205 | Used by:450 |
Symbol 447 Graphic | Used by:449 | |
Symbol 448 Graphic | Used by:449 | |
Symbol 449 MovieClip | Uses:447 448 259 445 | Used by:450 |
Symbol 450 MovieClip | Uses:428 431 196 438 443 446 449 | Used by:551 |
Symbol 451 Graphic | Used by:473 | |
Symbol 452 Graphic | Used by:456 | |
Symbol 453 Graphic | Used by:456 | |
Symbol 454 Graphic | Used by:456 | |
Symbol 455 Graphic | Used by:456 | |
Symbol 456 MovieClip | Uses:452 453 454 455 | Used by:473 |
Symbol 457 Graphic | Used by:460 | |
Symbol 458 Graphic | Used by:460 | |
Symbol 459 Graphic | Used by:460 | |
Symbol 460 MovieClip | Uses:457 458 205 206 459 | Used by:473 |
Symbol 461 Graphic | Used by:464 | |
Symbol 462 Graphic | Used by:464 | |
Symbol 463 Graphic | Used by:464 | |
Symbol 464 MovieClip | Uses:461 211 462 205 463 | Used by:473 |
Symbol 465 Graphic | Used by:466 | |
Symbol 466 MovieClip | Uses:465 402 421 205 | Used by:473 |
Symbol 467 Graphic | Used by:472 | |
Symbol 468 Graphic | Used by:472 | |
Symbol 469 Graphic | Used by:472 | |
Symbol 470 Graphic | Used by:472 | |
Symbol 471 Graphic | Used by:472 | |
Symbol 472 MovieClip | Uses:467 468 469 470 471 | Used by:473 |
Symbol 473 MovieClip | Uses:451 196 456 460 464 466 472 | Used by:551 |
Symbol 474 Graphic | Used by:519 | |
Symbol 475 Graphic | Used by:482 | |
Symbol 476 Graphic | Used by:482 | |
Symbol 477 Graphic | Used by:482 | |
Symbol 478 Graphic | Used by:482 | |
Symbol 479 Graphic | Used by:482 | |
Symbol 480 Graphic | Used by:482 | |
Symbol 481 Graphic | Used by:482 | |
Symbol 482 MovieClip | Uses:475 476 477 478 479 480 481 | Used by:519 |
Symbol 483 Graphic | Used by:488 | |
Symbol 484 Graphic | Used by:488 | |
Symbol 485 Graphic | Used by:488 | |
Symbol 486 Graphic | Used by:488 | |
Symbol 487 Graphic | Used by:488 | |
Symbol 488 MovieClip | Uses:483 484 205 211 485 486 487 | Used by:519 |
Symbol 489 Graphic | Used by:497 | |
Symbol 490 Graphic | Used by:497 | |
Symbol 491 Graphic | Used by:497 | |
Symbol 492 Graphic | Used by:497 | |
Symbol 493 Graphic | Used by:497 | |
Symbol 494 Graphic | Used by:497 | |
Symbol 495 Graphic | Used by:497 | |
Symbol 496 Graphic | Used by:497 | |
Symbol 497 MovieClip | Uses:489 206 490 205 491 492 211 493 494 495 496 | Used by:519 |
Symbol 498 Graphic | Used by:506 | |
Symbol 499 Graphic | Used by:504 | |
Symbol 500 Graphic | Used by:504 | |
Symbol 501 Graphic | Used by:504 | |
Symbol 502 Graphic | Used by:504 | |
Symbol 503 Graphic | Used by:504 | |
Symbol 504 MovieClip | Uses:499 500 501 502 503 | Used by:506 Timeline |
Symbol 505 Graphic | Used by:506 | |
Symbol 506 MovieClip | Uses:498 310 504 205 505 | Used by:519 |
Symbol 507 Graphic | Used by:518 | |
Symbol 508 Graphic | Used by:518 | |
Symbol 509 Graphic | Used by:518 | |
Symbol 510 Graphic | Used by:518 | |
Symbol 511 Graphic | Used by:518 | |
Symbol 512 Graphic | Used by:518 | |
Symbol 513 Graphic | Used by:518 | |
Symbol 514 Graphic | Used by:518 | |
Symbol 515 Graphic | Used by:518 | |
Symbol 516 Graphic | Used by:518 | |
Symbol 517 Graphic | Used by:518 | |
Symbol 518 MovieClip | Uses:507 508 509 510 511 512 513 514 515 516 259 517 | Used by:519 |
Symbol 519 MovieClip | Uses:474 196 482 488 497 506 518 | Used by:551 |
Symbol 520 Graphic | Used by:530 546 550 | |
Symbol 521 Graphic | Used by:525 | |
Symbol 522 Graphic | Used by:525 | |
Symbol 523 Graphic | Used by:525 | |
Symbol 524 Graphic | Used by:525 | |
Symbol 525 MovieClip | Uses:521 522 523 524 | Used by:550 |
Symbol 526 Graphic | Used by:530 | |
Symbol 527 Graphic | Used by:529 | |
Symbol 528 Graphic | Used by:529 | |
Symbol 529 MovieClip | Uses:527 528 | Used by:530 |
Symbol 530 MovieClip | Uses:526 529 205 259 520 | Used by:550 |
Symbol 531 Graphic | Used by:539 | |
Symbol 532 Graphic | Used by:539 | |
Symbol 533 Graphic | Used by:539 | |
Symbol 534 Graphic | Used by:539 | |
Symbol 535 Graphic | Used by:539 | |
Symbol 536 Graphic | Used by:539 | |
Symbol 537 Graphic | Used by:539 | |
Symbol 538 Graphic | Used by:539 | |
Symbol 539 MovieClip | Uses:531 249 532 222 533 534 205 535 536 537 538 | Used by:550 |
Symbol 540 Graphic | Used by:546 | |
Symbol 541 Graphic | Used by:544 | |
Symbol 542 Graphic | Used by:544 | |
Symbol 543 Graphic | Used by:544 | |
Symbol 544 MovieClip | Uses:541 542 543 | Used by:546 |
Symbol 545 Graphic | Used by:546 | |
Symbol 546 MovieClip | Uses:540 544 545 259 520 205 | Used by:550 |
Symbol 547 Graphic | Used by:549 | |
Symbol 548 Graphic | Used by:549 | |
Symbol 549 MovieClip | Uses:547 548 | Used by:550 |
Symbol 550 MovieClip | Uses:520 196 525 530 539 546 549 | Used by:551 |
Symbol 551 MovieClip | Uses:233 235 238 267 291 319 360 396 425 450 473 519 550 | Used by:Timeline |
Symbol 552 Graphic | Used by:553 | |
Symbol 553 MovieClip | Uses:552 | Used by:Timeline |
Symbol 554 Graphic | Used by:555 | |
Symbol 555 MovieClip | Uses:554 | Used by:Timeline |
Symbol 556 Graphic | Used by:568 | |
Symbol 557 Graphic | Used by:558 562 | |
Symbol 558 MovieClip | Uses:557 | Used by:568 |
Symbol 559 Graphic | Used by:561 | |
Symbol 560 Graphic | Used by:561 | |
Symbol 561 MovieClip | Uses:559 560 61 58 65 155 159 163 145 149 174 178 182 186 | Used by:568 |
Symbol 562 MovieClip | Uses:557 | Used by:564 567 |
Symbol 563 Graphic | Used by:564 | |
Symbol 564 MovieClip | Uses:562 563 | Used by:568 |
Symbol 565 EditableText | Uses:94 | Used by:568 |
Symbol 566 Graphic | Used by:567 | |
Symbol 567 MovieClip | Uses:562 566 | Used by:568 |
Symbol 568 MovieClip | Uses:556 558 561 564 565 567 | Used by:Timeline |
Symbol 569 Graphic | Used by:573 | |
Symbol 570 Graphic | Used by:573 | |
Symbol 571 Graphic | Used by:573 | |
Symbol 572 Graphic | Used by:573 | |
Symbol 573 MovieClip | Uses:569 570 571 572 | Used by:Timeline |
Symbol 574 Sound | Used by:Timeline | |
Symbol 575 Bitmap | Used by:577 578 645 687 706 722 | |
Symbol 576 Bitmap | Used by:577 579 580 581 582 583 586 588 590 645 | |
Symbol 577 Graphic | Uses:575 576 | Used by:Timeline |
Symbol 578 Graphic | Uses:575 | Used by:Timeline |
Symbol 579 Graphic | Uses:576 | Used by:585 |
Symbol 580 Graphic | Uses:576 | Used by:584 |
Symbol 581 Graphic | Uses:576 | Used by:584 |
Symbol 582 Graphic | Uses:576 | Used by:584 |
Symbol 583 Graphic | Uses:576 | Used by:584 |
Symbol 584 MovieClip | Uses:580 581 582 583 | Used by:585 587 589 591 |
Symbol 585 MovieClip | Uses:579 584 | Used by:Timeline |
Symbol 586 Graphic | Uses:576 | Used by:587 |
Symbol 587 MovieClip | Uses:586 584 | Used by:Timeline |
Symbol 588 Graphic | Uses:576 | Used by:589 |
Symbol 589 MovieClip | Uses:588 584 | Used by:Timeline |
Symbol 590 Graphic | Uses:576 | Used by:591 |
Symbol 591 MovieClip | Uses:590 584 | Used by:Timeline |
Symbol 592 Sound | Used by:Timeline | |
Symbol 593 Bitmap | Used by:594 595 600 707 716 | |
Symbol 594 Graphic | Uses:593 | Used by:Timeline |
Symbol 595 Graphic | Uses:593 | Used by:Timeline |
Symbol 596 Graphic | Used by:597 | |
Symbol 597 MovieClip | Uses:596 | Used by:Timeline |
Symbol 598 Graphic | Used by:599 | |
Symbol 599 MovieClip | Uses:598 | Used by:Timeline |
Symbol 600 Graphic | Uses:593 | Used by:Timeline |
Symbol 601 Sound | Used by:Timeline | |
Symbol 602 Graphic | Used by:Timeline | |
Symbol 603 Graphic | Used by:Timeline | |
Symbol 604 Sound | Used by:Timeline | |
Symbol 605 Graphic | Used by:Timeline | |
Symbol 606 Graphic | Used by:Timeline | |
Symbol 607 Graphic | Used by:608 | |
Symbol 608 MovieClip | Uses:607 | Used by:Timeline |
Symbol 609 Sound | Used by:Timeline | |
Symbol 610 Graphic | Used by:Timeline | |
Symbol 611 Button | Uses:132 | Used by:Timeline |
Symbol 612 Graphic | Used by:Timeline | |
Symbol 613 EditableText | Uses:94 | Used by:624 |
Symbol 614 Graphic | Used by:624 | |
Symbol 615 Graphic | Used by:624 | |
Symbol 616 Graphic | Used by:624 | |
Symbol 617 Graphic | Used by:624 | |
Symbol 618 Graphic | Used by:624 | |
Symbol 619 Graphic | Used by:624 | |
Symbol 620 Graphic | Used by:624 | |
Symbol 621 Graphic | Used by:624 | |
Symbol 622 Graphic | Used by:624 | |
Symbol 623 Graphic | Used by:624 | |
Symbol 624 MovieClip | Uses:613 614 615 616 617 618 619 620 621 622 623 | Used by:Timeline |
Symbol 625 EditableText | Uses:94 | Used by:636 |
Symbol 626 Graphic | Used by:636 | |
Symbol 627 Graphic | Used by:636 | |
Symbol 628 Graphic | Used by:636 | |
Symbol 629 Graphic | Used by:636 | |
Symbol 630 Graphic | Used by:636 | |
Symbol 631 Graphic | Used by:636 | |
Symbol 632 Graphic | Used by:636 | |
Symbol 633 Graphic | Used by:636 | |
Symbol 634 Graphic | Used by:636 | |
Symbol 635 Graphic | Used by:636 | |
Symbol 636 MovieClip | Uses:625 626 627 628 629 630 631 632 633 634 635 | Used by:Timeline |
Symbol 637 Graphic | Used by:Timeline | |
Symbol 638 Sound | Used by:Timeline | |
Symbol 639 Graphic | Uses:51 52 | Used by:Timeline |
Symbol 640 EditableText | Uses:94 | Used by:Timeline |
Symbol 641 Graphic | Used by:Timeline | |
Symbol 642 Graphic | Uses:51 52 | Used by:Timeline |
Symbol 643 EditableText | Uses:94 | Used by:Timeline |
Symbol 644 Graphic | Used by:Timeline | |
Symbol 645 Graphic | Uses:575 576 | Used by:Timeline |
Symbol 646 Button | Uses:54 | Used by:Timeline |
Symbol 647 Button | Uses:54 | Used by:Timeline |
Symbol 648 Button | Uses:54 | Used by:Timeline |
Symbol 649 Graphic | Used by:Timeline | |
Symbol 650 Button | Uses:132 | Used by:651 |
Symbol 651 MovieClip | Uses:139 650 | Used by:Timeline |
Symbol 652 EditableText | Uses:94 | Used by:667 |
Symbol 653 EditableText | Uses:94 | Used by:667 |
Symbol 654 Graphic | Used by:667 | |
Symbol 655 Graphic | Used by:667 | |
Symbol 656 Graphic | Used by:667 | |
Symbol 657 Graphic | Used by:667 | |
Symbol 658 Graphic | Used by:667 | |
Symbol 659 Graphic | Used by:667 | |
Symbol 660 Graphic | Used by:667 | |
Symbol 661 Graphic | Used by:667 | |
Symbol 662 Graphic | Used by:667 | |
Symbol 663 Graphic | Used by:667 | |
Symbol 664 Graphic | Used by:667 | |
Symbol 665 Graphic | Used by:667 | |
Symbol 666 Graphic | Used by:667 | |
Symbol 667 MovieClip | Uses:652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 | Used by:Timeline |
Symbol 668 Bitmap | Used by:670 694 700 711 712 713 722 724 730 742 | |
Symbol 669 Bitmap | Used by:670 710 | |
Symbol 670 Graphic | Uses:668 669 | Used by:672 |
Symbol 671 Button | Uses:54 | Used by:672 |
Symbol 672 MovieClip | Uses:142 670 671 | Used by:Timeline |
Symbol 673 Graphic | Used by:676 | |
Symbol 674 Graphic | Used by:676 718 | |
Symbol 675 Button | Uses:54 | Used by:676 |
Symbol 676 MovieClip | Uses:142 673 674 675 | Used by:Timeline |
Symbol 677 Graphic | Used by:679 | |
Symbol 678 Button | Uses:54 | Used by:679 |
Symbol 679 MovieClip | Uses:142 677 678 | Used by:Timeline |
Symbol 680 Bitmap | Used by:681 720 | |
Symbol 681 Graphic | Uses:680 | Used by:683 |
Symbol 682 Button | Uses:54 | Used by:683 |
Symbol 683 MovieClip | Uses:142 681 682 | Used by:Timeline |
Symbol 684 Graphic | Used by:686 | |
Symbol 685 Button | Uses:54 | Used by:686 |
Symbol 686 MovieClip | Uses:142 684 685 | Used by:Timeline |
Symbol 687 Graphic | Uses:575 | Used by:689 |
Symbol 688 Button | Uses:54 | Used by:689 |
Symbol 689 MovieClip | Uses:142 687 688 | Used by:Timeline |
Symbol 690 Graphic | Used by:692 | |
Symbol 691 Button | Uses:54 | Used by:692 |
Symbol 692 MovieClip | Uses:690 691 | Used by:Timeline |
Symbol 693 Bitmap | Used by:694 697 730 740 | |
Symbol 694 Graphic | Uses:668 693 | Used by:696 |
Symbol 695 Button | Uses:54 | Used by:696 |
Symbol 696 MovieClip | Uses:694 695 | Used by:Timeline |
Symbol 697 Graphic | Uses:693 | Used by:699 |
Symbol 698 Button | Uses:54 | Used by:699 |
Symbol 699 MovieClip | Uses:697 698 | Used by:Timeline |
Symbol 700 Graphic | Uses:668 | Used by:702 |
Symbol 701 Button | Uses:54 | Used by:702 |
Symbol 702 MovieClip | Uses:700 701 | Used by:Timeline |
Symbol 703 Graphic | Used by:Timeline | |
Symbol 704 Graphic | Used by:705 | |
Symbol 705 MovieClip | Uses:704 | Used by:Timeline |
Symbol 706 Graphic | Uses:575 | Used by:Timeline |
Symbol 707 Graphic | Uses:593 | Used by:Timeline |
Symbol 708 Graphic | Used by:Timeline | |
Symbol 709 Graphic | Used by:Timeline | |
Symbol 710 Graphic | Uses:669 | Used by:Timeline |
Symbol 711 Graphic | Uses:668 | Used by:714 |
Symbol 712 Graphic | Uses:668 | Used by:714 |
Symbol 713 Graphic | Uses:668 | Used by:714 |
Symbol 714 MovieClip | Uses:711 712 713 | Used by:Timeline |
Symbol 715 Sound | Used by:Timeline | |
Symbol 716 Graphic | Uses:593 | Used by:Timeline |
Symbol 717 Graphic | Used by:718 | |
Symbol 718 MovieClip | Uses:717 674 | Used by:Timeline |
Symbol 719 Sound | Used by:Timeline | |
Symbol 720 Graphic | Uses:680 | Used by:Timeline |
Symbol 721 Sound | Used by:Timeline | |
Symbol 722 Graphic | Uses:668 575 | Used by:Timeline |
Symbol 723 Sound | Used by:Timeline | |
Symbol 724 Graphic | Uses:668 | Used by:Timeline |
Symbol 725 Graphic | Used by:726 | |
Symbol 726 MovieClip | Uses:725 | Used by:728 |
Symbol 727 Graphic | Used by:728 | |
Symbol 728 MovieClip | Uses:726 727 | Used by:Timeline |
Symbol 729 Sound | Used by:Timeline | |
Symbol 730 Graphic | Uses:668 693 | Used by:Timeline |
Symbol 731 ShapeTweening | Used by:734 | |
Symbol 732 ShapeTweening | Used by:734 | |
Symbol 733 Graphic | Used by:734 | |
Symbol 734 MovieClip | Uses:731 732 733 | Used by:Timeline |
Symbol 735 Graphic | Used by:738 | |
Symbol 736 Graphic | Used by:737 | |
Symbol 737 MovieClip | Uses:736 | Used by:738 |
Symbol 738 MovieClip | Uses:735 737 | Used by:Timeline |
Symbol 739 Sound | Used by:Timeline | |
Symbol 740 Graphic | Uses:693 | Used by:Timeline |
Symbol 741 Sound | Used by:Timeline | |
Symbol 742 Graphic | Uses:668 | Used by:Timeline |
Symbol 743 Graphic | Used by:744 | |
Symbol 744 MovieClip | Uses:743 | Used by:745 |
Symbol 745 MovieClip | Uses:744 259 | Used by:Timeline |
Symbol 746 Sound | Used by:Timeline | |
Symbol 747 Graphic | Used by:Timeline | |
Symbol 748 Graphic | Used by:761 | |
Symbol 749 Graphic | Used by:761 | |
Symbol 750 Graphic | Used by:761 | |
Symbol 751 Graphic | Used by:761 | |
Symbol 752 Graphic | Used by:761 | |
Symbol 753 Graphic | Used by:761 | |
Symbol 754 Graphic | Used by:761 | |
Symbol 755 Graphic | Used by:761 | |
Symbol 756 Graphic | Used by:761 | |
Symbol 757 Graphic | Used by:761 | |
Symbol 758 Graphic | Used by:761 | |
Symbol 759 Graphic | Used by:761 | |
Symbol 760 Graphic | Used by:761 | |
Symbol 761 MovieClip | Uses:748 749 750 751 752 753 754 755 756 757 758 759 760 | Used by:Timeline |
Symbol 762 Graphic | Used by:Timeline | |
Symbol 763 Button | Uses:132 | Used by:Timeline |
Symbol 764 EditableText | Uses:94 | Used by:Timeline |
Symbol 765 Button | Uses:48 49 | Used by:Timeline |
Symbol 766 EditableText | Uses:94 | Used by:Timeline |
Streaming Sound 1 | Used by:Timeline |
Instance Names
"loader" | Frame 1 | Symbol 16 MovieClip |
"enemy" | Frame 256 | Symbol 551 MovieClip |
"circle" | Frame 256 | Symbol 551 MovieClip |
"hud" | Frame 256 | Symbol 568 MovieClip |
"circle" | Frame 258 | Symbol 551 MovieClip |
"enemy" | Frame 258 | Symbol 551 MovieClip |
"hud" | Frame 258 | Symbol 568 MovieClip |
"circle" | Frame 260 | Symbol 551 MovieClip |
"enemy" | Frame 260 | Symbol 551 MovieClip |
"hud" | Frame 260 | Symbol 568 MovieClip |
"circle" | Frame 262 | Symbol 551 MovieClip |
"enemy" | Frame 262 | Symbol 551 MovieClip |
"hud" | Frame 262 | Symbol 568 MovieClip |
"circle" | Frame 264 | Symbol 551 MovieClip |
"enemy" | Frame 264 | Symbol 551 MovieClip |
"hud" | Frame 264 | Symbol 568 MovieClip |
"enemy" | Frame 270 | Symbol 551 MovieClip |
"circle" | Frame 270 | Symbol 551 MovieClip |
"hud" | Frame 270 | Symbol 568 MovieClip |
"circle" | Frame 271 | Symbol 551 MovieClip |
"circle" | Frame 281 | Symbol 551 MovieClip |
"enemy" | Frame 281 | Symbol 551 MovieClip |
"circle" | Frame 283 | Symbol 551 MovieClip |
"clip" | Symbol 16 MovieClip Frame 1 | Symbol 13 MovieClip |
"hit" | Symbol 209 MovieClip Frame 2 | Symbol 205 MovieClip |
"hit" | Symbol 216 MovieClip Frame 4 | Symbol 205 MovieClip |
"hit" | Symbol 229 MovieClip Frame 15 | Symbol 205 MovieClip |
"hit" | Symbol 233 MovieClip Frame 1 | Symbol 196 MovieClip |
"light" | Symbol 233 MovieClip Frame 3 | Symbol 209 MovieClip |
"heavy" | Symbol 233 MovieClip Frame 4 | Symbol 216 MovieClip |
"spec" | Symbol 233 MovieClip Frame 5 | Symbol 229 MovieClip |
"hit" | Symbol 250 MovieClip Frame 2 | Symbol 205 MovieClip |
"hit" | Symbol 254 MovieClip Frame 5 | Symbol 205 MovieClip |
"hit" | Symbol 260 MovieClip Frame 16 | Symbol 205 MovieClip |
"hit" | Symbol 267 MovieClip Frame 1 | Symbol 196 MovieClip |
"light" | Symbol 267 MovieClip Frame 3 | Symbol 250 MovieClip |
"heavy" | Symbol 267 MovieClip Frame 4 | Symbol 254 MovieClip |
"spec" | Symbol 267 MovieClip Frame 5 | Symbol 260 MovieClip |
"hit" | Symbol 273 MovieClip Frame 3 | Symbol 205 MovieClip |
"hit" | Symbol 277 MovieClip Frame 4 | Symbol 205 MovieClip |
"hit" | Symbol 287 MovieClip Frame 6 | Symbol 205 MovieClip |
"hit" | Symbol 291 MovieClip Frame 1 | Symbol 196 MovieClip |
"light" | Symbol 291 MovieClip Frame 3 | Symbol 273 MovieClip |
"heavy" | Symbol 291 MovieClip Frame 4 | Symbol 277 MovieClip |
"spec" | Symbol 291 MovieClip Frame 5 | Symbol 287 MovieClip |
"hit" | Symbol 301 MovieClip Frame 3 | Symbol 205 MovieClip |
"hit" | Symbol 307 MovieClip Frame 5 | Symbol 205 MovieClip |
"hit" | Symbol 312 MovieClip Frame 3 | Symbol 205 MovieClip |
"hit" | Symbol 319 MovieClip Frame 1 | Symbol 196 MovieClip |
"light" | Symbol 319 MovieClip Frame 3 | Symbol 301 MovieClip |
"heavy" | Symbol 319 MovieClip Frame 4 | Symbol 307 MovieClip |
"spec" | Symbol 319 MovieClip Frame 5 | Symbol 312 MovieClip |
"hit" | Symbol 331 MovieClip Frame 2 | Symbol 205 MovieClip |
"hit" | Symbol 335 MovieClip Frame 5 | Symbol 205 MovieClip |
"hit" | Symbol 353 MovieClip Frame 2 | Symbol 205 MovieClip |
"hit" | Symbol 360 MovieClip Frame 1 | Symbol 196 MovieClip |
"light" | Symbol 360 MovieClip Frame 3 | Symbol 331 MovieClip |
"heavy" | Symbol 360 MovieClip Frame 4 | Symbol 335 MovieClip |
"spec" | Symbol 360 MovieClip Frame 5 | Symbol 353 MovieClip |
"hit" | Symbol 367 MovieClip Frame 2 | Symbol 205 MovieClip |
"hit" | Symbol 371 MovieClip Frame 3 | Symbol 205 MovieClip |
"hit" | Symbol 381 MovieClip Frame 1 | Symbol 205 MovieClip |
"hit" | Symbol 396 MovieClip Frame 1 | Symbol 196 MovieClip |
"light" | Symbol 396 MovieClip Frame 3 | Symbol 367 MovieClip |
"heavy" | Symbol 396 MovieClip Frame 4 | Symbol 371 MovieClip |
"spec" | Symbol 396 MovieClip Frame 5 | Symbol 381 MovieClip |
"hit" | Symbol 412 MovieClip Frame 2 | Symbol 205 MovieClip |
"hit" | Symbol 419 MovieClip Frame 2 | Symbol 205 MovieClip |
"hit" | Symbol 422 MovieClip Frame 5 | Symbol 205 MovieClip |
"hit" | Symbol 425 MovieClip Frame 1 | Symbol 196 MovieClip |
"light" | Symbol 425 MovieClip Frame 3 | Symbol 412 MovieClip |
"heavy" | Symbol 425 MovieClip Frame 4 | Symbol 419 MovieClip |
"spec" | Symbol 425 MovieClip Frame 5 | Symbol 422 MovieClip |
"hit" | Symbol 438 MovieClip Frame 3 | Symbol 205 MovieClip |
"hit" | Symbol 443 MovieClip Frame 5 | Symbol 205 MovieClip |
"hit" | Symbol 446 MovieClip Frame 18 | Symbol 205 MovieClip |
"hit" | Symbol 450 MovieClip Frame 1 | Symbol 196 MovieClip |
"light" | Symbol 450 MovieClip Frame 3 | Symbol 438 MovieClip |
"heavy" | Symbol 450 MovieClip Frame 4 | Symbol 443 MovieClip |
"spec" | Symbol 450 MovieClip Frame 5 | Symbol 446 MovieClip |
"hit" | Symbol 460 MovieClip Frame 2 | Symbol 205 MovieClip |
"hit" | Symbol 464 MovieClip Frame 5 | Symbol 205 MovieClip |
"hit" | Symbol 466 MovieClip Frame 5 | Symbol 205 MovieClip |
"hit" | Symbol 473 MovieClip Frame 1 | Symbol 196 MovieClip |
"light" | Symbol 473 MovieClip Frame 3 | Symbol 460 MovieClip |
"heavy" | Symbol 473 MovieClip Frame 4 | Symbol 464 MovieClip |
"spec" | Symbol 473 MovieClip Frame 5 | Symbol 466 MovieClip |
"hit" | Symbol 488 MovieClip Frame 2 | Symbol 205 MovieClip |
"hit" | Symbol 497 MovieClip Frame 3 | Symbol 205 MovieClip |
"hit" | Symbol 497 MovieClip Frame 7 | Symbol 205 MovieClip |
"hit" | Symbol 506 MovieClip Frame 5 | Symbol 205 MovieClip |
"hit" | Symbol 519 MovieClip Frame 1 | Symbol 196 MovieClip |
"light" | Symbol 519 MovieClip Frame 3 | Symbol 488 MovieClip |
"heavy" | Symbol 519 MovieClip Frame 4 | Symbol 497 MovieClip |
"spec" | Symbol 519 MovieClip Frame 5 | Symbol 506 MovieClip |
"hit" | Symbol 530 MovieClip Frame 1 | Symbol 205 MovieClip |
"hit" | Symbol 530 MovieClip Frame 4 | Symbol 205 MovieClip |
"hit" | Symbol 539 MovieClip Frame 7 | Symbol 205 MovieClip |
"hit" | Symbol 546 MovieClip Frame 20 | Symbol 205 MovieClip |
"hit" | Symbol 550 MovieClip Frame 1 | Symbol 196 MovieClip |
"light" | Symbol 550 MovieClip Frame 3 | Symbol 530 MovieClip |
"heavy" | Symbol 550 MovieClip Frame 4 | Symbol 539 MovieClip |
"spec" | Symbol 550 MovieClip Frame 5 | Symbol 546 MovieClip |
"player" | Symbol 551 MovieClip Frame 1 | Symbol 233 MovieClip |
"hit" | Symbol 551 MovieClip Frame 1 | Symbol 235 MovieClip |
"player" | Symbol 551 MovieClip Frame 2 | Symbol 267 MovieClip |
"player" | Symbol 551 MovieClip Frame 3 | Symbol 291 MovieClip |
"player" | Symbol 551 MovieClip Frame 4 | Symbol 319 MovieClip |
"player" | Symbol 551 MovieClip Frame 5 | Symbol 360 MovieClip |
"player" | Symbol 551 MovieClip Frame 6 | Symbol 396 MovieClip |
"player" | Symbol 551 MovieClip Frame 7 | Symbol 425 MovieClip |
"player" | Symbol 551 MovieClip Frame 8 | Symbol 267 MovieClip |
"player" | Symbol 551 MovieClip Frame 9 | Symbol 291 MovieClip |
"player" | Symbol 551 MovieClip Frame 10 | Symbol 450 MovieClip |
"player" | Symbol 551 MovieClip Frame 11 | Symbol 473 MovieClip |
"player" | Symbol 551 MovieClip Frame 12 | Symbol 519 MovieClip |
"player" | Symbol 551 MovieClip Frame 13 | Symbol 550 MovieClip |
"camFrame" | Symbol 745 MovieClip Frame 1 | Symbol 744 MovieClip |
Special Tags
FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata not present, AS1/AS2. |
ExportAssets (56) | Timeline Frame 1 | Symbol 1 as "hyrule field" |
ExportAssets (56) | Timeline Frame 1 | Symbol 2 as "sic" |
ExportAssets (56) | Timeline Frame 1 | Symbol 3 as "ic" |
ExportAssets (56) | Timeline Frame 1 | Symbol 4 as "menumus" |
Labels
"menu" | Frame 252 |
"erase" | Frame 253 |
"advcharsel" | Frame 254 |
"gameover" | Frame 266 |
"fbcharsel" | Frame 267 |
"stage1" | Frame 270 |
"stage2" | Frame 271 |
"stage3" | Frame 272 |
"stage4" | Frame 273 |
"stage5" | Frame 274 |
"stage6" | Frame 275 |
"stage7" | Frame 276 |
"stage8" | Frame 277 |
"stage9" | Frame 278 |
"stage10" | Frame 279 |
"stage11" | Frame 280 |
"stage12" | Frame 281 |
"stage13" | Frame 282 |
"fbend" | Frame 283 |
"credits" | Frame 284 |
"loaded" | Symbol 16 MovieClip Frame 3 |
Dynamic Text Variables
percenta | Symbol 15 EditableText | "" |
lives | Symbol 565 EditableText | "" |
|