STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228071
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2560 · P5120

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/27039827?noj=FRM27039827-28DC" width="1" height="1"></div>

Untitled-2 (1)23.swf

This is the info page for
Flash #251901

(Click the ID number above for more basic data on this flash file.)


Text
0

$

0

100

ActionScript [AS1/AS2]

Frame 1
onEnterFrame = function () { if (lifeplus <= 100) { lifeplus = 100; } }; screenmove = true; weapon1 = false; if ((_root.lifebar = _root.lifebar - 1)) { _root.hero.gotoAndStop(5); } stop(); toggleHighQuality(); speed = 3; explodespeed = 0; _root.hand.onEnterFrame = function () { this._x = this._x + ((_root.hero._x - this.lastX) / speed); this._y = this._y + ((_root.hero._y - this.lastY) / speed); this._y = this._y - 12; this._x = this._x - 6; this.lastX = this._x; this.lastY = this._y; }; function makeSMfO() { makeSMOs = _root.attachMovie("smokeanim", "smo1" + smoArray.length, _root.getNextHighestDepth()); smoArray.push(makeSMOs); } function makeDPir() { makeDPirs = _root.attachMovie("drill_pirate", "dri1" + dpArray.length, _root.getNextHighestDepth()); dpArray.push(makeDPirs); makeDPirs._x = 980; makeDPirs._y = 395; } function makeGC() { makeGCS = _root.attachMovie("gem", "gc1" + GCSArray.length, _root.getNextHighestDepth()); GCSArray.push(makeGCS); makeGCS._x = 980; makeGCS._y = 395; } function makesetal() { makeMetalG = _root.attachMovie("metal_gib_random", "mg1" + MetalGArray.length, _root.getNextHighestDepth()); MetalGArray.push(makeMetalG); } function makeST() { makeSTank = _root.attachMovie("speedt", "st1" + stArray.length, _root.getNextHighestDepth()); makeSTank._x = 890; makeSTank._y = 180; stArray.push(makeSTank); } function makecgrab() { makec = _root.attachMovie("coinrab", "c1" + cgrabArray.length, _root.getNextHighestDepth()); cgrabArray.push(makec); } function makeiball() { makei = _root.attachMovie("iball", "ib1" + itemballArray.length, _root.getNextHighestDepth()); makei._x = 390; makei._y = 180; itemballArray.push(makei); } function createBox() { currentBox = _root.attachMovie("enemy", "box" + boxArray.length, _root.getNextHighestDepth()); currentBox._x = 980; currentBox._y = 395; boxArray.push(currentBox); } function createPirate() { currentPirate = _root.attachMovie("pirate1", "pir" + pirArray.length, _root.getNextHighestDepth()); currentPirate._x = 980; currentPirate._y = 395; pirArray.push(currentPirate); } function createPirate2() { currentPirate = _root.attachMovie("pirate1", "pir" + pirArray.length, _root.getNextHighestDepth()); currentPirate._x = 20; currentPirate._y = 395; currentPirate._xscale = -100; pirArray.push(currentPirate); } function createSprout() { currentSprout = _root.attachMovie("sprout", "spr" + sproutArray.length, _root.getNextHighestDepth()); currentSprout._x = 920; currentSprout._y = 395; SproutArray.push(currentSprout); } function createMetalB() { currentMetalB++; currentMetalB = _root.attachMovie("metalbullet", "MB1" + metalbullArray.length, _root.getNextHighestDepth()); currentMetalB._x = _root["speedt" + st1]._x; currentMetalB._y = _root["speedt" + st1]._y; metalbullArray.push(currentMetalB); } function createFly() { currentFly = _root.attachMovie("boltflyer", "fly" + flyArray.length, _root.getNextHighestDepth()); currentFly._x = 120; currentFly._y = 5; if (currentFly._y > 150) { currentFly._y = 149; } flyArray.push(currentFly); } function createTankB() { currentTankB = _root.attachMovie("tb", "tb1" + TankBArray.length, _root.getNextHighestDepth()); currentTankB._x = _root.tank1._x - 105; currentTankB._y = _root.tank1._y - 77; TankBArray.push(currentTankB); } function createES() { currentES++; currentES = _root.attachMovie("enemyshot", "es1" + ESArray.length, _root.getNextHighestDepth()); currentES._x = _root["boltflyer" + fly]._x; currentES._y = _root["boltflyer" + fly]._y; ESArray.push(currentES); } function createPb() { PBL++; PBL = _root.attachMovie("pirate_bullet", "PB1" + PBArray.length, _root.getNextHighestDepth()); PBL._x = _root["pirate1" + pir]._x; PBL._y = _root["pirate1" + pir]._y; PBArray.push(PBL); } function makeBP() { makeBP1++; makeBP1 = _root.attachMovie("bullet_explode", "bp1" + bpArray.length, _root.getNextHighestDepth()); bpArray.push(makeBP1); makeBP1._x = bullet1[b]._x; makeBP1._y = bullet1[b]._y; } function fireWeapon() { if (reloadComplete && (mouseClicked)) { ammo = ammo - 1; var bullet1 = _root.attachMovie("bullet1", "b" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); var bullet2 = _root.attachMovie("bullet2", "g" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); bullet2._x = hand._x; bullet2._y = hand._y; bullet2.bulletLifeTimer2 = 0; bullet1._x = char._x; bullet1._y = char._y; bullet1.bulletLifeTimer = 0; randomNum = random(bulletOffset) - (bulletOffset / 2); randomNum2 = random(bulletOffset2) - (bulletOffset2 / 2); bulletAngle = (((char._rotation + randomNum) - 90) * Math.PI) / 180; bullet1.xSpeed = Math.cos(bulletAngle) * bulletSpeed; bullet1.ySpeed = Math.sin(bulletAngle) * bulletSpeed; bulletAngle2 = (((char._rotation + randomNum) - 90) * Math.PI) / 180; bullet2.xSpeed2 = Math.cos(bulletAngle2) * bulletSpeed2; bullet2.ySpeed2 = Math.sin(bulletAngle2) * bulletSpeed2; bullet1.onEnterFrame = function () { if (this._x >= 700) { this.removeMovieClip(); } if (this._x <= 45) { this.removeMovieClip(); } if (this._y >= 510) { this.removeMovieClip(); } if (this._y <= 25) { this.removeMovieClip(); } bullet2.onEnterFrame = function () { this.gotoAndStop(3); if (this._x >= 810) { this.removeMovieClip(); } if (this._x <= 45) { this.removeMovieClip(); } if (this._y >= 510) { this.removeMovieClip(); } if (this._y <= 25) { this.removeMovieClip(); } while (ground.realground.hitTest(this._x, this._y, true)) { this.removeMovieClip(); } }; bullet1._rotation = rotationDirection; bullet2._rotation = rotationDirection; cce = cce + 1; if (flamethrower == true) { cuttershot = false; this.gotoAndStop(2); } else { if (cuttershot == true) { flamethrower = false; this.gotoAndStop(3); } tempMissile.onEnterFrame = function () { doFollow(bullet1, tank1); }; if (rocketshot == true) { flamethrower = false; cuttershot == false; this.gotoAndStop(5); } if (rocket == true) { flamethrower = false; cuttershot == false; rocketshot == false; this.gotoAndStop(4); } } this._x = this._x + this.xSpeed; this._y = this._y + this.ySpeed; bullet2._x = bullet2._x + bullet2.xSpeed2; bullet2._y = bullet2._y + bullet2.ySpeed2; if (this.bulletLifeTimer >= bulletLifeTimerTotal) { this.removeMovieClip(); } if (bullet2.bulletLifeTimer2 >= bulletLifeTimerTotal2) { bullet2.removeMovieClip(); } this.bulletLifeTimer++; this.bulletLifeTimer2++; }; startReloading(); } } function startReloading() { reloadComplete = false; reloadTimer = setInterval(this, "gunReloaded", reloadSpeed); } function gunReloaded() { clearInterval(reloadTimer); reloadComplete = true; } function rotatePlayer() { playerX = char._x; playerY = char._y; rotationDirection = Math.round(180 - ((Math.atan2(_root._xmouse - playerX, _root._ymouse - playerY) * 180) / Math.PI)); char._rotation = rotationDirection; hand._rotation = rotationDirection; } var bulletOffset = 2; var bulletOffset2 = 5; var bulletLifeTimerTotal = 50; var bulletLifeTimerTotal2 = 670; var bulletSpeed = 30; var bulletSpeed2 = 24; var reloadSpeed = 250; var reloadSpeed2 = 115; var bulletNumber = 2; var reloadTimer; var reloadTimer2; var reloadComplete = true; var bulletAngle; var bulletAngle2; var randomNum; var randomNum2; var playerX; var playerY; var rotationDirection; var rotationDirection2; var mouseClicked = false; var dead = false; var flamethrower = false; var cuttershot = false; var bullx = this._x; var bully = this._y; playerX = this._x; playerY = this._y; var ground = _root.ground; var boxArray = []; var smoArray = []; var sproutArray = []; var BullExplode = []; var flyArray = []; var pirArray = []; var flybullArray = []; var TankBArray = []; var ESArray = []; var PBArray = []; var GCSArray = []; var bpopArray = []; var stArray = []; var metalbullArray = []; var BloodSArray = []; var MetalGArray = []; var itemballArray = []; var cgrabArray = []; var dpArray = []; _root.coins = 0; var exploding_bullets = []; if (pirate1[pir].hitTest(bullet1[b])) { exploding_bullets.push(bullet1[b]); trace("exploding bullet " + bullet1[b]); bullet1.splice(i, 1); bullet1_x.splice(i, 1); bullet1_y.splice(i, 1); exploding_bullets[exploding_bullets.length - 1].gotoAndStop(6); } var i = 1; if (Key.isDown(70)) { i++; _root.attachMovie("grenader", "i" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); grenader._x = _root.hero_.x; grenader._x = _root.hero_.y - 30; } mouseListener = new Object(); mouseListener.onMouseDown = function () { mouseClicked = true; }; mouseListener.onMouseUp = function () { mouseClicked = false; }; mouseListener.onMouseMove = function () { rotatePlayer(); }; _root.onEnterFrame = function () { fireWeapon(); rotatePlayer(); updateBullets(); }; Mouse.addListener(mouseListener); function rotateplaya() { playerZ = hand._x; playerE = hand._y; rotationDirection = Math.round(180 - ((Math.atan2(_root._xmouse - playerZ, _root._ymouse - playerE) * 180) / Math.PI)); }
Instance of Symbol 1186 MovieClip "lifebar" in Frame 1
onClipEvent (enterFrame) { if (_root.life == 100) { _root.life = 100; } this._xscale = _root.life * 1; if (_root.life < 0) { _root.hero.gotoAndStop(6); unloadMovie (_root.nade); unloadMovie (_root.char); unloadMovie (_root.hand); _root.life = 0; } }
Instance of Symbol 1186 MovieClip "xpbar" in Frame 1
onClipEvent (enterFrame) { this._xscale = _root.life * 1; if (_root.life < 0) { unloadMovie (_root.hero); unloadMovie (_root.char); _root.life = 0; } }
Instance of Symbol 1439 MovieClip "hand" in Frame 1
onClipEvent (enterFrame) { this.swapDepths(_root.getNextHighestDepth()); }
Instance of Symbol 1508 MovieClip "hero" in Frame 1
onClipEvent (load) { var ground = _root.ground; var grav = 0; var gravity = 0.5; var speed = 6; var maxJump = -9.7; var touchingGround = false; _root.ammo = 0; } onClipEvent (enterFrame) { if (_root.ammo < 0) { _root.ammo = 0; _root.bulletLifeTimerTotal = 50; _root.bulletSpeed = 15; _root.bulletOffset = 2; _root.reloadSpeed = 250; _root.flamethrower = false; _root.cuttershot = false; } if ((this._x >= 420) && (_root.screenmove == true)) { this._x = 419; _root.ground._x = _root.ground._x - 6; _root["boltflyer" + fly]._y = _root["boltflyer" + fly]._y - speed; _root["speedt" + st1]._y = _root["speedt" + st1]._y - speed; _root["box" + c]._x = _root["box" + c]._x - speed; _root.bg._x = _root.bg._x - 1; _root.bg2._x = _root.bg2._x - 4; _root.bg3._x = _root.bg3._x - 0.3; } if (this._x <= 150) { this._x = 151; _root.ground._x = _root.ground._x + 6; _root.bg._x = _root.bg._x + 1; _root.bg2._x = _root.bg2._x + 4; _root.bg3._x = _root.bg3._x + 0.3; _root["box" + c]._x = _root["box" + c]._x + speed; _root["boltflyer" + fly]._x = _root["boltflyer" + fly]._x + speed; _root["speedt" + st1]._y = _root["speedt" + st1]._y + speed; } if (this._y >= 370) { this._y = 369; _root["speedt" + st1]._y = _root["speedt" + st1]._y - speed; _root["pirate1" + pir]._y = _root["pirate1" + pir]._y - speed; _root.ground._y = _root.ground._y - 6; _root.bg._y = _root.bg._y + 0.4; _root.bg2._y = _root.bg2._y - 6; _root.crate1._y = _root.crate1._y - speed; _root.crate2._y = _root.crate2._y - speed; _root.crate3._y = _root.crate3._y - speed; _root.crate4._y = _root.crate4._y - speed; _root.crate5._y = _root.crate5._y - speed; _root.crate6._y = _root.crate6._y - speed; _root.crate7._y = _root.crate7._y - speed; _root.crate8._y = _root.crate8._y - speed; _root.crate9._y = _root.crate9._y - speed; _root.crate10._y = _root.crate10._y + speed; _root.buzz1._y = _root.buzz1._y - speed; _root.buzz2._y = _root.buzz2._y - speed; _root.buzz3._y = _root.buzz3._y - speed; _root.buzz4._y = _root.buzz4._y - speed; _root.buzz5._y = _root.buzz5._y - speed; _root.buzz6._y = _root.buzz6._y - speed; _root.buzz7._y = _root.buzz7._y - speed; _root.buzz8._y = _root.buzz8._y - speed; _root.char._y = 379; _root["box" + c]._y = _root["box" + c]._y - speed; _root["boltflyer" + fly]._y = _root["boltflyer" + fly]._y - speed; } if (this._y <= 80) { this._y = 79; _root["boltflyer" + fly]._y = _root["boltflyer" + fly]._y + speed; _root["speedt" + st1]._y = _root["speedt" + st1]._y + speed; _root["pirate1" + pir]._y = _root["pirate1" + pir]._y + speed; _root.ground._y = _root.ground._y + 6; _root.bg._y = _root.bg._y - 0.4; _root.bg2._y = _root.bg2._y + 6; _root.crate1._y = _root.crate1._y + speed; _root.crate2._y = _root.crate2._y + speed; _root.crate3._y = _root.crate3._y + speed; _root.crate4._y = _root.crate4._y + speed; _root.crate5._y = _root.crate5._y + speed; _root.crate6._y = _root.crate6._y + speed; _root.crate7._y = _root.crate7._y + speed; _root.crate8._y = _root.crate8._y + speed; _root.crate9._y = _root.crate9._y + speed; _root.crate10._y = _root.crate10._y + speed; _root.buzz1._y = _root.buzz1._y + speed; _root.buzz2._y = _root.buzz2._y + speed; _root.buzz3._y = _root.buzz3._y + speed; _root.buzz4._y = _root.buzz4._y + speed; _root.buzz5._y = _root.buzz5._y + speed; _root.buzz6._y = _root.buzz6._y + speed; _root.buzz7._y = _root.buzz7._y + speed; _root.buzz8._y = _root.buzz8._y + speed; _root.char._y = 379; _root["box" + c]._y = _root["box" + c]._y + speed; } _root.char._x = this._x; _root.char._y = this._y - 40; _y = (_y + grav); grav = grav + gravity; while (ground.hitTest(_x, _y, true)) { _y = (_y - gravity); grav = 0; } if (run == true) { this.head.gotoAndStop(2); } if (run == false) { this.head.gotoAndStop(1); } if (ground.hitTest(_x, _y + 5, true)) { touchingGround = true; } else { touchingGround = false; } if (Key.isDown(68) && (touchingGround)) { this.gotoAndStop(2); } if (Key.isDown(68)) { run = true; _root.char._xscale = -100; this._xscale = 100; _root.nade._xscale = -100; _root.hand._x = _root.hand._x + 2; _root.hand._xscale = 100; _x = (_x + speed); } else { run = false; } if (Key.isDown(65) && (touchingGround)) { this.gotoAndStop(2); } if (Key.isDown(65)) { run = true; _root.char._xscale = -100; _root.nade._xscale = 100; this._xscale = -100; _root.hand._xscale = -100; _root.hand._x = _root.hand._x - 2; _x = (_x - speed); } else { run = false; } if (Key.isDown(87) && (touchingGround)) { grav = maxJump; this.gotoAndStop(3); } if (Key.isDown(83) && (touchingGround)) { this.gotoAndStop(4); speed = 0; this._y = this._y - 10; _root.hand._y = _root.hand._y + 5; } if (Key.isDown(83)) { this._y = this._y + 10; } if (ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { _x = (_x - speed); } if (ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { _x = (_x + speed); } if (ground.hitTest(_x, _y - _height, true)) { grav = 3; } }
Instance of Symbol 1813 MovieClip "cursor" in Frame 1
onClipEvent (load) { Mouse.hide(); } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; updateAfterEvent(); this.swapDepths(_root.getNextHighestDepth()); }
Symbol 16 MovieClip Frame 6
_parent.prevFrame();
Symbol 17 MovieClip [sprout] Frame 1
stop();
Symbol 29 MovieClip [dia_explode] Frame 1
this._x = _root.bullet1._x; this._y = _root.bullet1._y;
Symbol 29 MovieClip [dia_explode] Frame 17
this.removeMovieClip(); stop();
Symbol 30 MovieClip [bullet_explode] Frame 1
function randomBetween(a, b) { return(Math.floor(Math.random() * ((b - a) + 1)) + a); } var mc = _root["bullet1" + b][randomBetween(0, _root.bullet1.length - 1)]; this._x = ["bullet1" + b]._x; this._y = ["bullet1" + b]._y;
Symbol 30 MovieClip [bullet_explode] Frame 20
_parent._parent.removeMovieClip(); stop();
Symbol 31 MovieClip Frame 1
stop();
Symbol 40 MovieClip Frame 1
this._alpha = "0"; stop();
Symbol 43 MovieClip Frame 28
stop();
Symbol 49 MovieClip Frame 1
stop();
Instance of Symbol 40 MovieClip in Symbol 49 MovieClip Frame 1
onClipEvent (enterFrame) { o = 0; while (o < _root.stArray.length) { if (this.hitTest(_root["st1" + o].hitta)) { _root.stArray[o].nextFrame(); _parent.unloadMovie(); } o++; } k = 0; while (k < _root.dpArray.length) { if (this.hitTest(_root["dri1" + k].hitta)) { _root.exploding_bullets.push(_root.bullet1[i]); _root.bullet1.splice(i, 1); _root.bullet1_x.splice(i, 1); _root.bullet1_y.splice(i, 1); _root.exploding_bullets[_root.exploding_bullets.length - 1].cuttershot.gotoAndStop(2); _root.dpArray[k].gotoAndStop(1); _root.dpArray[k].life--; _root.dpArray[k].idle.gotoAndStop(76); _parent.unloadMovie(); } k++; } k = 0; while (k < _root.dpArray.length) { if (this.hitTest(_root["dri1" + k].pirdead.hitta2)) { _root.dpArray[k].gotoAndStop(6); _parent.unloadMovie(); } k++; } c = 0; while (c < _root.boxArray.length) { if (this.hitTest(_root["box" + c].box_alive)) { _root.boxArray[c].nextFrame(); _root.boxArray[c].sprout_main.gotoAndStop(2); _parent.attachMovie(bullgex, bull1, _root.getNextHighestDepth); _parent.unloadMovie(); } c++; } g = 0; while (g < _root.pirArray.length) { if (this.hitTest(_root["pir" + g].hit)) { _root.pirArray[g].gotoAndStop(3); _parent.unloadMovie(); } g++; } g = 0; while (g < _root.pirArray.length) { if (this.hitTest(_root["pir" + g].dsw.hit)) { _root.pirArray[g].gotoAndStop(4); _parent.unloadMovie(); } g++; } if (this.hitTest(_root.crate.crate_alive)) { _root.crate.nextFrame(); _parent.unloadMovie(); _root.crate.crate_alive.attachMovie(bullgex, bull, _root.getNextHighestDepth); } if (this.hitTest(_root.ground.crys1.crys_alive)) { _root.ground.crys1.nextFrame(); _parent.unloadMovie(); _root.crys1.crys_alive.attachMovie(bullgex, bull, _root.getNextHighestDepth); } if (this.hitTest(_root.ground.crys2.crys_alive)) { _root.ground.crys2.nextFrame(); _parent.unloadMovie(); _root.crys2.crys_alive.attachMovie(bullgex, bull, _root.getNextHighestDepth); } if (this.hitTest(_root.ground.crys3.crys_alive)) { _root.ground.crys3.nextFrame(); _parent.unloadMovie(); _root.crys3.crys_alive.attachMovie(bullgex, bull, _root.getNextHighestDepth); } if (this.hitTest(_root.ground.crys4.crys_alive)) { _root.ground.crys4.nextFrame(); _parent.unloadMovie(); _root.crys4.crys_alive.attachMovie(bullgex, bull, _root.getNextHighestDepth); } if (this.hitTest(_root.ground.crys5.crys_alive)) { _root.ground.crys5.nextFrame(); _parent.unloadMovie(); _root.crys5.crys_alive.attachMovie(bullgex, bull, _root.getNextHighestDepth); } if (this.hitTest(_root.ground.crys6.crys_alive)) { _root.ground.crys6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys7.crys_alive)) { _root.ground.crys7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys8.crys_alive)) { _root.ground.crys8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys9.crys_alive)) { _root.ground.crys9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys10.crys_alive)) { _root.ground.crys10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys11.crys_alive)) { _root.ground.crys11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys12.crys_alive)) { _root.ground.crys12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys13.crys_alive)) { _root.ground.crys13.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys14.crys_alive)) { _root.ground.crys14.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys15.crys_alive)) { _root.ground.crys15.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys16.crys_alive)) { _root.ground.crys16.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys17.crys_alive)) { _root.ground.crys17.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys18.crys_alive)) { _root.ground.crys18.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crate.crate_alive)) { _root.crate.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate2.crate_alive)) { _root.crate2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate3.crate_alive)) { _root.crate3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate4.crate_alive)) { _root.crate4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate5.crate_alive)) { _root.crate5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate6.crate_alive)) { _root.crate6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate7.crate_alive)) { _root.crate7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate8.crate_alive)) { _root.crate8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate9.crate_alive)) { _root.crate9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate10.crate_alive)) { _root.crate10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate11.crate_alive)) { _root.crate11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate12.crate_alive)) { _root.crate12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate13.crate_alive)) { _root.crate13.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate14.crate_alive)) { _root.crate14.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate15.crate_alive)) { _root.crate15.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate16.crate_alive)) { _root.crate16.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate17.crate_alive)) { _root.crate17.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate18.crate_alive)) { _root.crate18.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate19.crate_alive)) { _root.crate19.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate20.crate_alive)) { _root.crate20.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate21.crate_alive)) { _root.crate21.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate22.crate_alive)) { _root.crate22.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate23.crate_alive)) { _root.crate23.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate24.crate_alive)) { _root.crate24.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz1.buzz_alive)) { _root.buzz1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz2.buzz_alive)) { _root.buzz2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz3.buzz_alive)) { _root.buzz3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz4.buzz_alive)) { _root.buzz4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz5.buzz_alive)) { _root.buzz5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz6.buzz_alive)) { _root.buzz6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz7.buzz_alive)) { _root.buzz7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz8.buzz_alive)) { _root.buzz8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz9.buzz_alive)) { _root.buzz9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz10.buzz_alive)) { _root.buzz10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz11.buzz_alive)) { _root.buzz11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz12.buzz_alive)) { _root.buzz12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz13.buzz_alive)) { _root.buzz13.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.wall1.wall_alive)) { _root.wall1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.wall2.wall_alive)) { _root.ground.wall2.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.wall3.wall_alive)) { _root.ground.wall3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf1.wall1.chunk1.hit)) { _root.ground.scaf1.wall1.chunk1.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.scaf1.wall1.chunk2.hit)) { _root.ground.scaf1.wall1.chunk2.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.scaf1.wall1.chunk3.hit)) { _root.ground.scaf1.wall1.chunk3.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.scaf1.wall1.chunk4.hit)) { _root.ground.scaf1.wall1.chunk4.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.scaf1.wall2.chunk1.hit)) { _root.ground.scaf1.wall2.chunk1.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.scaf1.wall2.chunk2.hit)) { _root.ground.scaf1.wall2.chunk2.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.scaf1.wall2.chunk3.hit)) { _root.ground.scaf1.wall2.chunk3.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.scaf1.wall2.chunk4.hit)) { _root.ground.scaf1.wall2.chunk4.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.scaf2.wall1.chunk1.hit)) { _root.ground.scaf2.wall1.chunk1.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.scaf2.wall1.chunk2.hit)) { _root.ground.scaf2.wall1.chunk2.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.scaf2.wall1.chunk3.hit)) { _root.ground.scaf2.wall1.chunk3.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.scaf2.wall1.chunk4.hit)) { _root.ground.scaf2.wall1.chunk4.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.scaf2.wall2.chunk1.hit)) { _root.ground.scaf2.wall2.chunk1.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.scaf2.wall2.chunk2.hit)) { _root.ground.scaf2.wall2.chunk2.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.scaf2.wall2.chunk3.hit)) { _root.ground.scaf2.wall2.chunk3.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.scaf2.wall2.chunk4.hit)) { _root.ground.scaf2.wall2.chunk4.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.wall4.wall_alive)) { _root.ground.wall4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.wall5.wall_alive)) { _root.ground.wall5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.wall6.wall_alive)) { _root.ground.wall6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g3.node)) { _root.tank1.g3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g4.node)) { _root.tank1.g4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g5.node)) { _root.tank1.g5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g6.node)) { _root.tank1.g6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g7.node)) { _root.tank1.g7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g8.node)) { _root.tank1.g8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g9.node)) { _root.tank1.g9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g1.node)) { _root.tank1.g1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g10.node)) { _root.tank1.g10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g11.node)) { _root.tank1.g11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g12.node)) { _root.tank1.g12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g12.eye)) { _root.tank1.g12.eye.play()(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g2.node)) { _root.tank1.g2.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g2.node)) { _root.tank2.g2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g3.node)) { _root.tank2.g3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g4.node)) { _root.tank2.g4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g5.node)) { _root.tank2.g5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g6.node)) { _root.tank2.g6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g7.node)) { _root.tank2.g7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g8.node)) { _root.tank2.g8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g9.node)) { _root.tank2.g9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g10.node)) { _root.tank2.g10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g11.node)) { _root.tank2.g11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g12.node)) { _root.tank2.g12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g12.eye)) { _root.tank2.g12.eye.play()(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g2.node)) { _root.tank3.g2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g3.node)) { _root.tank3.g3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g4.node)) { _root.tank3.g4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g5.node)) { _root.tank3.g5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g6.node)) { _root.tank3.g6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g7.node)) { _root.tank3.g7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g8.node)) { _root.tank3.g8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g9.node)) { _root.tank3.g9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g10.node)) { _root.tank3.g10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g11.node)) { _root.tank3.g11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g12.node)) { _root.tank3.g12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g12.eye)) { _root.tank3.g12.eye.play()(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g1.node)) { _root.tank4.g1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g2.node)) { _root.tank4.g2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g3.node)) { _root.tank4.g3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g4.node)) { _root.tank4.g4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g12.node)) { _root.tank4.g12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g12.eye)) { _root.tank4.g12.eye.play()(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g5.node)) { _root.tank4.g5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g6.node)) { _root.tank4.g6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g7.node)) { _root.tank4.g7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g8.node)) { _root.tank4.g8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g9.node)) { _root.tank4.g9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g10.node)) { _root.tank4.g10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g11.node)) { _root.tank4.g11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister1.lips.node)) { _root.blister1.lips.nextFrame(); _root.blister1._y - 5; _root.blister1._x - (random(5) - 3); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister2.lips.node)) { _root.blister2._y - 5; _root.blister2._x - (random(5) - 3); _root.blister2.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister3.lips.node)) { _root.blister3._y - 5; _root.blister3._x - (random(5) - 3); _root.blister3.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister4.lips.node)) { _root.blister4._y - 5; _root.blister4._x - (random(5) - 3); _root.blister4.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister5.lips.node)) { _root.blister5._y - 5; _root.blister5._x - (random(5) - 3); _root.blister5.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister6.lips.node)) { _root.blister6._y - 5; _root.blister6._x - (random(5) - 3); _root.blister6.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister7.lips.node)) { _root.blister7._y - 5; _root.blister7._x - (random(5) - 3); _root.blister7.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister8.lips.node)) { _root.blister8._y - 5; _root.blister8._x - (random(5) - 3); _root.blister8.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister1.node2)) { _root.blister1.nextFrame(); _root.blister1.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister2.node2)) { _root.blister2.nextFrame(); _root.blister2.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister3.node2)) { _root.blister3.nextFrame(); _root.blister3.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister4.node2)) { _root.blister4.nextFrame(); _root.blister4.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister5.node2)) { _root.blister5.nextFrame(); _root.blister5.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister6.node2)) { _root.blister6.nextFrame(); _root.blister6.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister7.node2)) { _root.blister7.nextFrame(); _root.blister7.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister8.node2)) { _root.blister8.nextFrame(); _root.blister8.lips.gotoAndStop(8); this.nextFrame(); } if (this.hitTest(_root.ench1.legs.legs1.part1.legbox)) { _root.ench1.legs.legs1.part1.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part2.legbox)) { _root.ench1.legs.legs1.part2.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.torso.bodyshot)) { _root.ench1.torso.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.head1.head_destruct.head.headshot)) { _root.ench1.head1.head_destruct.head.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part3.legbox)) { _root.ench1.legs.legshit.part3.nextFrame(); _root.ench1.legs.legs1.part3.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part4.legbox)) { _root.ench1.legs.legshit.part4.nextFrame(); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.arm1.armhit.arm_hitbox)) { _root.ench1.arm1.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench1.arm2.armhit.arm_hitbox)) { _root.ench1.arm2.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench2.legs.legs1.part1.legbox)) { _root.ench2.legs.legs1.part1.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.legs.legs1.part2.legbox)) { _root.ench2.legs.legs1.part2.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.torso.bodyshot)) { _root.ench2.torso.nextFrame(); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.head1.head_destruct.head.headshot)) { _root.ench2.head1.head_destruct.head.nextFrame(); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.legs.legs1.part3.legbox)) { _root.ench2.legs.legshit.part3.nextFrame(); _root.ench2.legs.legs1.part3.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.legs.legs1.part4.legbox)) { _root.ench2.legs.legshit.part4.nextFrame(); _root.ench2.legs.legs1.part4.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.legs.legs1.part4.nextFrame(); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.arm1.armhit.arm_hitbox)) { _root.ench1.arm1.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench1.arm2.armhit.arm_hitbox)) { _root.ench1.arm2.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench1.shield.shieldhitter)) { _root.ench1.shield.play(); _root.ench1.shield.shieldmain.gotoAndPlay(2); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.shield.shieldhitter)) { _root.ench2.shield.nextFrame(); _root.ench2.shield.shieldmain.gotoAndPlay(2); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.arm2.armhit.arm_hitbox)) { _root.ench1.arm2.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench2.arm1.armhit.arm_hitbox)) { _root.ench2.arm1.armhit.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench2.arm2.armhit.arm_hitbox)) { _root.ench2.arm2.armhit.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ground.wall1.wall_alive)) { _root.ground.wall1.nextFrame(); } if (this.hitTest(_root.ceiling1.wall_alive)) { _root.ceiling1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.wingleft)) { _root.ench2.wingleft.gotoAndStop(2); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.wingleft)) { _root.ench1.wingleft.gotoAndStop(2); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.wingright)) { _root.ench2.wingright.gotoAndStop(2); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.wingright)) { _root.ench1.wingright.gotoAndStop(2); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part1.legbox)) { _root.ench1.legs.legs1.part1.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part2.legbox)) { _root.ench1.legs.legs1.part2.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.torso.bodyshot)) { _root.ench1.torso.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.head1.head_destruct.head.headshot)) { _root.ench1.head1.head_destruct.head.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part3.legbox)) { _root.ench1.legs.legshit.part3.nextFrame(); _root.ench1.legs.legs1.part3.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part4.legbox)) { _root.ench1.legs.legshit.part4.nextFrame(); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.arm1.armhit.arm_hitbox)) { _root.ench1.arm1.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench1.arm2.armhit.arm_hitbox)) { _root.ench1.arm2.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench3.legs.legs1.part1.legbox)) { _root.ench3.legs.legs1.part1.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.legs.legs1.part2.legbox)) { _root.ench3.legs.legs1.part2.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.torso.bodyshot)) { _root.ench3.torso.nextFrame(); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.head1.head_destruct.head.headshot)) { _root.ench3.head1.head_destruct.head.nextFrame(); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.legs.legs1.part3.legbox)) { _root.ench3.legs.legshit.part3.nextFrame(); _root.ench3.legs.legs1.part3.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.legs.legs1.part4.legbox)) { _root.ench3.legs.legshit.part4.nextFrame(); _root.ench3.legs.legs1.part4.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.legs.legs1.part4.nextFrame(); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.arm1.armhit.arm_hitbox)) { _root.ench3.arm1.armhit.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench3.arm2.armhit.arm_hitbox)) { _root.ench3.arm2.armhit.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench3.shield.shieldhitter)) { _root.ench3.shield.play(); _root.ench3.shield.shieldmain.gotoAndPlay(2); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.shield.shieldhitter)) { _root.ench4.shield.nextFrame(); _root.ench4.shield.shieldmain.gotoAndPlay(2); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.arm2.armhit.arm_hitbox)) { _root.ench4.arm2.armhit.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench4.arm1.armhit.arm_hitbox)) { _root.ench4.arm1.armhit.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench4.arm2.armhit.arm_hitbox)) { _root.ench4.arm2.armhit.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); } if (this.hitTest(_root.ench4.wingleft)) { _root.ench4.wingleft.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.wingleft)) { _root.ench4.wingleft.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.wingright)) { _root.ench4.wingright.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.wingright)) { _root.ench4.wingright.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.head1.head_destruct.head.headshot)) { _root.ench4.head1.head_destruct.head.nextFrame(); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.legs.legs1.part3.legbox)) { _root.ench4.legs.legshit.part3.nextFrame(); _root.ench4.legs.legs1.part3.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.legs.legs2.part4.legbox)) { _root.ench4.legs.legshit.part4.nextFrame(); _root.ench4.legs.legs2.part4.nextFrame(); _root.ench4.legs.legs2.gotoAndPlay(17); _root.ench4.legs.legs2.part4.nextFrame(); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.torso.bodyshot)) { _root.ench4.torso.nextFrame(); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.orb1.orbhit)) { _root.ench1.orb1.nextFrame(); } if (this.hitTest(_root.ench1.orb2.orbhit)) { _root.ench1.orb2.nextFrame(); } if (this.hitTest(_root.ench2.orb1.orbhit)) { _root.ench2.orb1.nextFrame(); } if (this.hitTest(_root.ench2.orb2.orbhit)) { _root.ench2.orb2.nextFrame(); } if (this.hitTest(_root.ench3.orb1.orbhit)) { _root.ench3.orb1.nextFrame(); } if (this.hitTest(_root.ench3.orb2.orbhit)) { _root.ench3.orb2.nextFrame(); } if (this.hitTest(_root.ench4.orb1.orbhit)) { _root.ench4.orb1.nextFrame(); } if (this.hitTest(_root.ench4.orb2.orbhit)) { _root.ench4.orb2.nextFrame(); } if (this.hitTest(_root.ground.realground.doodad1.rocker)) { _root.ground.realground.doodad1.nextFrame(); } if (this.hitTest(_root.ground.realground.doodad2.rocker)) { _root.ground.realground.doodad2.nextFrame(); } if (this.hitTest(_root.pir1.hit)) { _root.pir1.dsw.gotoAndStop(3); _root.pir1.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir2.hit)) { _root.pir2.dsw.gotoAndStop(3); _root.pir2.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir3.hit)) { _root.pir3.dsw.gotoAndStop(3); _root.pir3.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir4.hit)) { _root.pir4.dsw.gotoAndStop(3); _root.pir4.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir5.hit)) { _root.pir5.dsw.gotoAndStop(3); _root.pir5.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir6.hit)) { _root.pir6.dsw.gotoAndStop(3); _root.pir6.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir7.hit)) { _root.pir7.dsw.gotoAndStop(3); _root.pir7.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir8.hit)) { _root.pir8.dsw.gotoAndStop(3); _root.pir8.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir9.hit)) { _root.pir9.dsw.gotoAndStop(3); _root.pir9.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir10.hit)) { _root.pir10.dsw.gotoAndStop(3); _root.pir10.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir11.hit)) { _root.pir11.dsw.gotoAndStop(3); _root.pir11.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir12.hit)) { _root.pir12.dsw.gotoAndStop(3); _root.pir12.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir13.hit)) { _root.pir13.dsw.gotoAndStop(3); _root.pir13.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir14.hit)) { _root.pir14.dsw.gotoAndStop(3); _root.pir14.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir15.hit)) { _root.pir15.dsw.gotoAndStop(3); _root.pir15.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir16.hit)) { _root.pir16.dsw.gotoAndStop(3); _root.pir16.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir17.hit)) { _root.pir17.dsw.gotoAndStop(3); _root.pir17.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir18.hit)) { _root.pir18.dsw.gotoAndStop(3); _root.pir18.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir19.hit)) { _root.pir19.dsw.gotoAndStop(3); _root.pir19.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir20.hit)) { _root.pir20.dsw.gotoAndStop(3); _root.pir20.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir21.hit)) { _root.pir21.dsw.gotoAndStop(3); _root.pir21.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir22.hit)) { _root.pir22.dsw.gotoAndStop(3); _root.pir22.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir23.hit)) { _root.pir23.dsw.gotoAndStop(3); _root.pir23.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir24.hit)) { _root.pir24.dsw.gotoAndStop(3); _root.pir24.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir25.hit)) { _root.pir25.dsw.gotoAndStop(3); _root.pir25.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir26.hit)) { _root.pir26.dsw.gotoAndStop(3); _root.pir26.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir27.hit)) { _root.pir27.dsw.gotoAndStop(3); _root.pir27.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir28.hit)) { _root.pir28.dsw.gotoAndStop(3); _root.pir28.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.bgr1.hit2)) { _root.bgr1.attachMovie(bullgex, bull, _root.getNextHighestDepth); _root.bgr1.nextFrame(); _root.bgr1.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr2.hit2)) { _root.bgr2.attachMovie(bullgex, bull, _root.getNextHighestDepth); _root.bgr2.nextFrame(); _root.bgr2.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr3.hit2)) { _root.bgr3.attachMovie(bullgex, bull, _root.getNextHighestDepth); _root.bgr3.nextFrame(); _root.bgr3.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr4.hit2)) { _root.bgr4.attachMovie(bullgex, bull, _root.getNextHighestDepth); _root.bgr4.nextFrame(); _root.bgr4.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr5.hit2)) { _root.bgr5.attachMovie(bullgex, bull, _root.getNextHighestDepth); _root.bgr5.nextFrame(); _root.bgr5.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr6.hit2)) { _root.bgr6.attachMovie(bullgex, bull, _root.getNextHighestDepth); _root.bgr6.nextFrame(); _root.bgr6.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr7.hit2)) { _root.bgr7.attachMovie(bullgex, bull, _root.getNextHighestDepth); _root.bgr7.nextFrame(); _root.bgr7.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.realground.flatland1.rocker)) { _root.ground.realground.flatland1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf1.sup1.hit)) { _root.ground.scaf1.sup1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf1.wall1.hit)) { _root.ground.scaf1.wall1.nextFrame(); _root.bullpop(); _root.bull1._y = _parent._y; _root.bull1._x = _parent._x; _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf1.wall2.hit)) { _root.ground.scaf1.wall2.nextFrame(); _root.bullpop(); _root.bull1._y = _parent._y; _root.bull1._x = _parent._x; _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf2.wall1.hit)) { _root.ground.scaf2.wall1.nextFrame(); _root.bullpop(); _root.bull1._y = _parent._y; _root.bull1._x = _parent._x; _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf2.wall2.hit)) { _root.ground.scaf2.wall2.nextFrame(); _root.bullpop(); _root.bull1._y = _parent._y; _root.bull1._x = _parent._x; _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf1.sup2.hit)) { _root.ground.scaf1.sup2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf1.sup2.hit)) { _root.ground.scaf1.sup2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf1.scafftop.hit)) { _root.ground.scaf1.scafftop.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf2.sup1.hit)) { _root.ground.scaf2.sup1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf2.sup2.hit)) { _root.ground.scaf2.sup2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf2.sup2.hit)) { _root.ground.scaf2.sup2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf2.scafftop.hit)) { _root.ground.scaf2.scafftop.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.fly1.hit)) { _root.fly1.gotoAndStop(2); removeMovieClip(_parent); } if (this.hitTest(_root.fly1.hit2)) { _root.fly1.gotoAndStop(3); removeMovieClip(_parent); } if (this.hitTest(_root.fly2.hit)) { _root.fly2.gotoAndStop(2); removeMovieClip(_parent); } if (this.hitTest(_root.fly2.hit2)) { _root.fly2.gotoAndStop(3); removeMovieClip(_parent); } if (this.hitTest(_root.fly3.hit)) { _root.fly3.gotoAndStop(2); removeMovieClip(_parent); } if (this.hitTest(_root.fly3.hit2)) { _root.fly3.gotoAndStop(3); removeMovieClip(_parent); } if (this.hitTest(_root.fly4.hit)) { _root.fly4.gotoAndStop(2); removeMovieClip(_parent); } if (this.hitTest(_root.fly4.hit2)) { _root.fly4.gotoAndStop(3); removeMovieClip(_parent); } f = 0; while (f < _root.flyArray.length) { if (this.hitTest(_root["fly" + f].hit)) { _root.flyArray[f].gotoAndStop(2); _root.makeBP(); removeMovieClip(_parent); } if (this.hitTest(_root.gro.hit)) { _root.gro.grohit.play(); _root.gro.damage = _root.gro.damage - 1; _parent.unloadMovie(); } if (this.hitTest(_root.gro.gfall.gsn)) { _root.gro.gfall.gsn.play(); _parent.unloadMovie(); } f++; } }
Symbol 71 MovieClip Frame 1
var fall = 0.2; var gravi = ((this.gravi = random(0.006) - 0.006)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(20) - 12; this.ySp = random(23) - 15; this.onEnterFrame = explode;
Symbol 71 MovieClip Frame 175
stop();
Instance of Symbol 40 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (enterFrame) { _parent._rotation = _parent._rotation + "random(5)+3"; }
Symbol 98 MovieClip Frame 6
onEnterFrame = function () { this._rotation = random(5) + 3; };
Symbol 98 MovieClip Frame 11
onEnterFrame = function () { this._rotation = random(5) + 3; };
Symbol 98 MovieClip Frame 16
onEnterFrame = function () { this._rotation = random(5) + 3; };
Symbol 98 MovieClip Frame 20
onEnterFrame = function () { this._rotation = random(5) + 3; };
Symbol 98 MovieClip Frame 21
onEnterFrame = function () { this._rotation = random(5) + 3; };
Symbol 98 MovieClip Frame 23
onEnterFrame = function () { this._rotation = random(5) + 3; };
Symbol 98 MovieClip Frame 26
onEnterFrame = function () { this._rotation = random(5) + 3; };
Symbol 98 MovieClip Frame 27
onEnterFrame = function () { this._rotation = random(5) + 3; };
Symbol 98 MovieClip Frame 29
onEnterFrame = function () { this._rotation = random(5) + 3; };
Symbol 98 MovieClip Frame 33
onEnterFrame = function () { this._rotation = random(5) + 3; };
Symbol 98 MovieClip Frame 36
onEnterFrame = function () { this._rotation = random(5) + 3; };
Symbol 98 MovieClip Frame 420
stop();
Symbol 99 MovieClip Frame 1
stop();
Symbol 100 MovieClip [bullet1] Frame 1
stop();
Instance of Symbol 31 MovieClip "basichit" in Symbol 100 MovieClip [bullet1] Frame 1
onClipEvent (enterFrame) { k = 0; while (k < _root.stArray.length) { if (this.shot.hitTest(_root["st1" + k].hitta)) { _root.stArray[k].nextFrame(); removeMovieClip(_parent); } k++; } k = 0; while (k < _root.dpArray.length) { if (this.shot.hitTest(_root["dri1" + k].hitta)) { _root.dpArray[k].gotoAndStop(1); _root.dpArray[k].idle.gotoAndStop(76); removeMovieClip(_parent); } k++; } k = 0; while (k < _root.dpArray.length) { if (this.shot.hitTest(_root["dri1" + k].pirdead.hitta2)) { _root.dpArray[k].gotoAndStop(5); _parent.unloadMovie(); } k++; } c = 0; while (c < _root.boxArray.length) { if (this.shot.hitTest(_root["box" + c].box_alive)) { _root.boxArray[c].nextFrame(); _root.boxArray[c].sprout_main.gotoAndStop(2); removeMovieClip(_parent); } c++; } t = 0; while (t < _root.TankBArray.length) { if (this.shot.hitTest(_root["tb1" + t].hit)) { _root.TankBArray[t].unloadMovie(); removeMovieClip(_parent); } t++; } f = 0; while (f < _root.flyArray.length) { if (this.shot.hitTest(_root["fly" + f].hit)) { _root.flyArray[f].gotoAndStop(2); _root.makeBP(); _root.bp1._x = this._x; _root.bp1._y = this._y; removeMovieClip(_parent); } f++; } f = 0; while (f < _root.flyArray.length) { if (this.shot.hitTest(_root["fly" + f].hit2)) { _root.flyArray[f].gotoAndStop(3); removeMovieClip(_parent); } f++; } g = 0; while (g < _root.pirArray.length) { if (this.shot.hitTest(_root["pir" + g].hit)) { _root.makeBP(); _root.bp1._x = this._x; _root.bp1._y = this._y; _root.pirArray[g].dsw.gotoAndStop(random(3)); _parent.unloadMovie(); } if (this.shot.hitTest(_root["pir" + g].hit)) { _root.makeBP(); _root.bullet_explode._x = this._x; _root.bullet_explode._y = this._y; _root.pirArray[g].dsw.gotoAndStop(6); _parent.unloadMovie(); } g++; } if (this.shot.hitTest(_root.ground.crys1.crys_alive)) { _root.crys1.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.ground.crys1.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crys2.crys_alive)) { _root.crys2.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.ground.crys2.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crys3.crys_alive)) { _root.crys3.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.ground.crys3.nextFrame(); this.nextFrame(); this.removeMovieClip(); this.attachMovie(bullet_explode, be, 100); } if (this.shot.hitTest(_root.ground.crys4.crys_alive)) { _root.crys14.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.ground.crys4.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crys5.crys_alive)) { _root.crys5.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.ground.crys5.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crys6.crys_alive)) { _root.crys6.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.ground.crys6.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crys7.crys_alive)) { _root.crys7.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.ground.crys7.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crys8.crys_alive)) { _root.crys8.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.ground.crys8.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crys9.crys_alive)) { _root.crys9.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.ground.crys9.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crys10.crys_alive)) { _root.crys10.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.ground.crys10.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crys11.crys_alive)) { _root.crys11.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.ground.crys11.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crys12.crys_alive)) { _root.crys12.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.ground.crys12.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crys13.crys_alive)) { _root.crys13.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.ground.crys13.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crys14.crys_alive)) { _root.crys14.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.ground.crys14.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crys15.crys_alive)) { _root.ground.crys15.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crys16.crys_alive)) { _root.ground.crys16.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crys17.crys_alive)) { _root.ground.crys17.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crys18.crys_alive)) { _root.ground.crys18.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate.crate_alive)) { _root.crate.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate2.crate_alive)) { _root.crate2.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate2.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate3.crate_alive)) { _root.crate3.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate3.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate4.crate_alive)) { _root.crate4.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate4.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate5.crate_alive)) { _root.crate5.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate5.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate6.crate_alive)) { _root.crate6.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate6.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate7.crate_alive)) { _root.crate7.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate7.nextFrame(); _root.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate8.crate_alive)) { _root.crate8.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate8.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate9.crate_alive)) { _root.crate9.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate9.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate10.crate_alive)) { _root.crate10.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate10.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate11.crate_alive)) { _root.crate11.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate11.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate12.crate_alive)) { _root.crate12.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate12.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate13.crate_alive)) { _root.crate13.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate13.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate14.crate_alive)) { _root.crate14.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate14.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate15.crate_alive)) { _root.crate15.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate15.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate16.crate_alive)) { _root.crate16.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate16.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate17.crate_alive)) { _root.crate17.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate17.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate18.crate_alive)) { _root.crate18.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate18.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate19.crate_alive)) { _root.crate19.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate19.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate20.crate_alive)) { _root.crate20.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate20.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate21.crate_alive)) { _root.crate21.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate21.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate22.crate_alive)) { _root.crate22.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate22.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate23.crate_alive)) { _root.crate23.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate24.crate_alive)) { _root.crate24.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.buzz1.buzz_alive)) { _root.buzz1.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.buzz2.buzz_alive)) { _root.buzz2.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.buzz3.buzz_alive)) { _root.buzz3.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.buzz4.buzz_alive)) { _root.buzz4.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.buzz5.buzz_alive)) { _root.buzz5.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.buzz6.buzz_alive)) { _root.buzz6.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.buzz7.buzz_alive)) { _root.buzz7.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.buzz8.buzz_alive)) { _root.buzz8.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.buzz9.buzz_alive)) { _root.buzz9.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.buzz10.buzz_alive)) { _root.buzz10.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.buzz11.buzz_alive)) { _root.buzz11.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.buzz12.buzz_alive)) { _root.buzz12.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.wall1.wall_alive)) { _root.ground.wall1.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.scaf1.wall1.chunk1.hit)) { _root.ground.scaf1.wall1.chunk1.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.scaf1.wall1.chunk2.hit)) { _root.ground.scaf1.wall1.chunk2.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.scaf1.wall1.chunk3.hit)) { _root.ground.scaf1.wall1.chunk3.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.scaf1.wall1.chunk4.hit)) { _root.ground.scaf1.wall1.chunk4.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.scaf1.wall2.chunk1.hit)) { _root.ground.scaf1.wall2.chunk1.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.scaf1.wall2.chunk3.hit)) { _root.ground.scaf1.wall2.chunk3.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.scaf1.wall1.chunk4.hit)) { _root.ground.scaf1.wall2.chunk4.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.scaf1.wall2.chunk3.hit)) { _root.ground.scaf1.wall2.chunk3.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.scaf2.wall1.chunk1.hit)) { _root.ground.scaf2.wall1.chunk1.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.scaf2.wall1.chunk2.hit)) { _root.ground.scaf2.wall1.chunk2.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.scaf2.wall1.chunk3.hit)) { _root.ground.scaf2.wall1.chunk3.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.scaf2.wall1.chunk4.hit)) { _root.ground.scaf2.wall1.chunk4.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.scaf2.wall2.chunk1.hit)) { _root.ground.scaf2.wall2.chunk1.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.scaf2.wall2.chunk2.hit)) { _root.ground.scaf2.wall2.chunk2.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.scaf2.wall2.chunk3.hit)) { _root.ground.scaf2.wall2.chunk3.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.scaf2.wall2.chunk4.hit)) { _root.ground.scaf2.wall2.chunk4.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.wall2.wall_alive)) { _root.ground.wall2.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.wall3.wall_alive)) { _root.ground.wall3.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.wall4.wall_alive)) { _root.wall4.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.wall5.wall_alive)) { _root.wall5.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.wall6.wall_alive)) { _root.wall6.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.wall7.wall_alive)) { _root.wall7.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ceiling1.wall_alive)) { _root.ceiling1.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank1.g2.node)) { _root.attachMovie("bullet_explode", "bull1", _root.getNextHighestDepth()); _root.bull1._y = _parent._y; _root.bull1._x = _parent._x; _root.tank1.g2.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank1.g3.node)) { _root.attachMovie("bullet_explode", "bull1", _root.getNextHighestDepth()); _root.bull1._y = _parent._y; _root.bull1._x = _parent._x; _root.tank1.g3.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank1.g4.node)) { _root.attachMovie("bullet_explode", "bull1", _root.getNextHighestDepth()); _root.bull1._y = _parent._y; _root.bull1._x = _parent._x; _root.tank1.g4.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank1.g5.node)) { _root.attachMovie("bullet_explode", "bull1", _root.getNextHighestDepth()); _root.bull1._y = _parent._y; _root.bull1._x = _parent._x; _root.tank1.g5.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank1.g6.node)) { _root.attachMovie("bullet_explode", "bull1", _root.getNextHighestDepth()); _root.bull1._y = _parent._y; _root.bull1._x = _parent._x; _root.tank1.g6.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank1.g7.node)) { _root.tank1.g7.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank1.g8.node)) { _root.tank1.g8.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank1.g9.node)) { _root.tank1.g9.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank1.g1.node)) { _root.tank1.g1.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank1.g10.node)) { _root.tank1.g10.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank1.g11.node)) { _root.tank1.g11.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank1.g12.node)) { _root.tank1.g12.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank1.g12.eye)) { _root.tank1.g12.eye.play()(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank2.g12.node)) { _root.tank2.g12.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank2.g2.node)) { _root.tank2.g2.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank2.g3.node)) { _root.tank2.g3.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank2.g4.node)) { _root.tank2.g4.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank2.g5.node)) { _root.tank2.g5.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank2.g6.node)) { _root.tank2.g6.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank2.g7.node)) { _root.tank2.g7.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank2.g8.node)) { _root.tank2.g8.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank2.g9.node)) { _root.tank2.g9.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank2.g10.node)) { _root.tank2.g11.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank2.g11.node)) { _root.tank2.g11.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank3.g12.node)) { _root.tank3.g12.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank3.g12.eye)) { _root.tank3.g12.eye.play()(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank3.g2.node)) { _root.tank3.g2.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank3.g3.node)) { _root.tank3.g3.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank3.g4.node)) { _root.tank3.g4.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank3.g5.node)) { _root.tank3.g5.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank3.g6.node)) { _root.tank3.g6.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank3.g7.node)) { _root.tank3.g7.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank3.g8.node)) { _root.tank3.g8.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank3.g9.node)) { _root.tank3.g9.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank3.g10.node)) { _root.tank3.g10.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank3.g11.node)) { _root.tank3.g11.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank4.g12.node)) { _root.tank4.g11.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank4.g12.eye)) { _root.tank4.g12.eye.play()(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank4.g2.node)) { _root.tank4.g2.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank4.g3.node)) { _root.tank4.g3.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank4.g4.node)) { _root.tank4.g4.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank4.g5.node)) { _root.tank4.g5.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank4.g6.node)) { _root.tank4.g6.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank4.g7.node)) { _root.tank4.g7.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank4.g8.node)) { _root.tank4.g8.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank4.g9.node)) { _root.tank4.g9.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank4.g10.node)) { _root.tank4.g10.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank4.g11.node)) { _root.tank4.g11.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.blister1.lips.node)) { _root.blister1.lips.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.blister2.lips.node)) { _root.blister2.lips.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.blister3.lips.node)) { _root.blister3.lips.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.blister4.lips.node)) { _root.blister4.lips.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.blister5.lips.node)) { _root.blister5.lips.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.blister6.lips.node)) { _root.blister6.lips.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.blister7.lips.node)) { _root.blister7.lips.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.blister8.lips.node)) { _root.blister8.lips.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.blister1.node2)) { _root.blister1.nextFrame(); _root.blister1.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.blister2.node2)) { _root.blister2.nextFrame(); _root.blister2.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.blister3.node2)) { _root.blister3.nextFrame(); _root.blister3.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.blister4.node2)) { _root.blister4.nextFrame(); _root.blister4.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.blister5.node2)) { _root.blister5.nextFrame(); _root.blister5.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.blister6.node2)) { _root.blister6.nextFrame(); _root.blister6.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.blister7.node2)) { _root.blister7.nextFrame(); _root.blister7.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.blister8.node2)) { _root.blister8.nextFrame(); _root.blister8.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench1.legs.legs1.part1.legbox)) { _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.legs.legs1.part1.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.torso.top1.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench1.legs.legs1.part2.legbox)) { _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.legs.legs1.part2.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench1.torso.bodyshot)) { _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); _root.ench1.torso.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench1.head1.head_destruct.head.headshot)) { _root.ench1.head1.head_destruct.head.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench1.legs.legs1.part3.legbox)) { _root.ench1.legs.legshit.part3.nextFrame(); _root.ench1.legs.legs1.part3.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); _root.ench1.legs.legs1.gotoAndPlay(17); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench1.legs.legs1.part4.legbox)) { _root.ench1.legs.legshit.part4.nextFrame(); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench1.arm1.armhit.arm_hitbox)) { _root.ench1.arm1.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.shot.hitTest(_root.ench1.arm2.armhit.arm_hitbox)) { _root.ench1.arm2.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.shot.hitTest(_root.ench1.shield.shieldhitter)) { _root.ench1.dealer.deal = _root.ench1.dealer.deal - 1; _parent.basichit.nextFrame(); _root.ench1.shield.nextFrame(); _root.ench1.shield.shieldmain.gotoAndPlay(2); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench2.shield.shieldhitter)) { _root.ench2.dealer.deal = _root.ench2.dealer.deal - 1; _root.ench2.shield.nextFrame(); _root.ench2.shield.shieldmain.gotoAndPlay(2); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench2.legs.legs1.part1.legbox)) { _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.legs.legs1.part1.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.torso.top1.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench2.legs.legs1.part2.legbox)) { _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.legs.legs1.part2.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench2.torso.bodyshot)) { _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); _root.ench2.torso.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench2.head1.head_destruct.head.headshot)) { _root.ench2.head1.head_destruct.head.nextFrame(); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench2.legs.legs1.part3.legbox)) { _root.ench2.legs.legshit.part3.nextFrame(); _root.ench2.legs.legs1.part3.nextFrame(); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); _root.ench2.legs.legs1.gotoAndPlay(17); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench2.legs.legs1.part4.legbox)) { _root.ench2.legs.legshit.part4.nextFrame(); _root.ench2.legs.legs1.part4.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.legs.legs1.part4.nextFrame(); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench2.wingleft)) { _root.ench2.wingleft.gotoAndStop(2); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench1.wingleft)) { _root.ench1.wingleft.gotoAndStop(2); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench2.wingright)) { _root.ench2.wingright.gotoAndStop(2); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench1.wingright)) { _root.ench1.wingright.gotoAndStop(2); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench3.legs.legs1.part1.legbox)) { _root.ench3.legs.legs1.part1.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench3.legs.legs1.part2.legbox)) { _root.ench3.legs.legs1.part2.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench3.torso.bodyshot)) { _root.ench3.torso.nextFrame(); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench3.head1.head_destruct.head.headshot)) { _root.ench3.head1.head_destruct.head.nextFrame(); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench3.legs.legs1.part3.legbox)) { _root.ench3.legs.legshit.part3.nextFrame(); _root.ench3.legs.legs1.part3.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench3.legs.legs1.part4.legbox)) { _root.ench3.legs.legshit.part4.nextFrame(); _root.ench3.legs.legs1.part4.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.legs.legs1.part4.nextFrame(); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench3.arm1.armhit.arm_hitbox)) { _root.ench3.arm1.armhit.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top1.gotoAndPlay(11); } if (this.shot.hitTest(_root.ench3.arm2.armhit.arm_hitbox)) { _root.ench3.arm2.armhit.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top1.gotoAndPlay(11); } if (this.shot.hitTest(_root.ench3.shield.shieldhitter)) { _root.ench3.shield.play(); _root.ench3.shield.shieldmain.gotoAndPlay(2); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench4.shield.shieldhitter)) { _root.ench4.shield.nextFrame(); _root.ench4.shield.shieldmain.gotoAndPlay(2); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench4.arm2.armhit.arm_hitbox)) { _root.ench4.arm2.armhit.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top1.gotoAndPlay(11); } if (this.shot.hitTest(_root.ench4.arm1.armhit.arm_hitbox)) { _root.ench4.arm1.armhit.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top1.gotoAndPlay(11); } if (this.shot.hitTest(_root.ench4.arm2.armhit.arm_hitbox)) { _root.ench4.arm2.armhit.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top1.gotoAndPlay(11); } if (this.shot.hitTest(_root.ench4.wingleft)) { _root.ench4.wingleft.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench4.wingleft)) { _root.ench4.wingleft.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench4.wingright)) { _root.ench4.wingright.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench4.wingright)) { _root.ench4.wingright.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); } if (this.shot.hitTest(_root.ench4.head1.head_destruct.head.headshot)) { _root.ench4.head1.head_destruct.head.nextFrame(); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench4.legs.legs1.part3.legbox)) { _root.ench4.legs.legshit.part3.nextFrame(); _root.ench4.legs.legs1.part3.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench4.legs.legs1.part4.legbox)) { _root.ench4.legs.legshit.part4.nextFrame(); _root.ench4.legs.legs1.part4.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.legs.legs1.part4.nextFrame(); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench1.orb1.orbhit)) { _root.ench1.orb1.nextFrame(); } if (this.shot.hitTest(_root.ench1.orb2.orbhit)) { _root.ench1.orb2.nextFrame(); } if (this.shot.hitTest(_root.ench2.orb1.orbhit)) { _root.ench2.orb1.nextFrame(); } if (this.shot.hitTest(_root.ench2.orb2.orbhit)) { _root.ench2.orb2.nextFrame(); } if (this.shot.hitTest(_root.ench3.orb1.orbhit)) { _root.ench3.orb1.nextFrame(); } if (this.shot.hitTest(_root.ench3.orb2.orbhit)) { _root.ench3.orb2.nextFrame(); } if (this.shot.hitTest(_root.ench4.orb1.orbhit)) { _root.ench4.orb1.nextFrame(); } if (this.shot.hitTest(_root.ench4.orb2.orbhit)) { _root.ench4.orb2.nextFrame(); } if (this.shot.hitTest(_root.pir1.hit)) { _root.pir1.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir2.hit)) { _root.pir2.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir3.hit)) { _root.pir3.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir4.hit)) { _root.pir4.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir5.hit)) { _root.pir5.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir6.hit)) { _root.pir6.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir7.hit)) { _root.pir7.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir8.hit)) { _root.pir8.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir9.hit)) { _root.pir9.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir10.hit)) { _root.pir10.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir11.hit)) { _root.pir11.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir12.hit)) { _root.pir12.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir13.hit)) { _root.pir13.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir14.hit)) { _root.pir14.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir15.hit)) { _root.pir15.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir16.hit)) { _root.pir16.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir17.hit)) { _root.pir17.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir18.hit)) { _root.pir18.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir19.hit)) { _root.pir19.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir20.hit)) { _root.pir20.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir21.hit)) { _root.pir21.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir22.hit)) { _root.pir22.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir23.hit)) { _root.pir23.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir24.hit)) { _root.pir24.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir25.hit)) { _root.pir25.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir26.hit)) { _root.pir26.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir27.hit)) { _root.pir27.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir28.hit)) { _root.pir28.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir29.hit)) { _root.pir29.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir30.hit)) { _root.pir30.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.fly1.hit)) { _root.attachMovie("bullet_explode", "bull1", _root.getNextHighestDepth()); _root.bull1._y = _parent._y; _root.bull1._x = _parent._x; _root.fly1.gotoAndStop(2); removeMovieClip(_parent); } if (this.shot.hitTest(_root.fly1.hit2)) { _root.fly1.gotoAndStop(3); _parent.attachMovie("bullet_explode", "bullet_explode" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); } if (this.shot.hitTest(_root.fly2.hit)) { _root.fly2.gotoAndStop(2); _parent.attachMovie("bullet_explode", "bullet_explode" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); } if (this.shot.hitTest(_root.fly2.hit2)) { _root.fly2.gotoAndStop(3); _parent.attachMovie("bullet_explode", "bullet_explode" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); } if (this.shot.hitTest(_root.fly3.hit)) { _root.fly3.gotoAndStop(2); _parent.attachMovie("bullet_explode", "bullet_explode" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); } if (this.shot.hitTest(_root.fly3.hit2)) { _root.fly3.gotoAndStop(3); _parent.attachMovie("bullet_explode", "bullet_explode" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); } if (this.shot.hitTest(_root.fly4.hit)) { _root.fly4.gotoAndStop(2); _parent.attachMovie("bullet_explode", "bullet_explode" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); } if (this.shot.hitTest(_root.fly4.hit2)) { _root.fly4.gotoAndStop(3); _parent.attachMovie("bullet_explode", "bullet_explode" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); } if (this.shot.hitTest(_root.bgr1.hit2)) { _root.bgr1.nextFrame(); _root.bgr1.gr1.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.bgr2.hit2)) { _root.bgr2.nextFrame(); _root.bgr2.gr1.nextFrame(); _parent.unloadMovie(); } if (this.shot.hitTest(_root.bgr3.hit2)) { _root.bgr3.nextFrame(); _root.bgr3.gr1.nextFrame(); _parent.unloadMovie(); } if (this.shot.hitTest(_root.bgr4.hit2)) { _root.bgr4.nextFrame(); _root.bgr4.gr1.nextFrame(); _parent.unloadMovie(); } if (this.shot.hitTest(_root.bgr5.hit2)) { _root.bgr5.nextFrame(); _root.bgr5.gr1.nextFrame(); _parent.unloadMovie(); } if (this.shot.hitTest(_root.bgr6.hit2)) { _root.bgr6.nextFrame(); _root.bgr6.gr1.nextFrame(); _parent.unloadMovie(); } if (this.shot.hitTest(_root.bgr7.hit2)) { _root.bgr7.nextFrame(); _root.bgr7.gr1.nextFrame(); _parent.unloadMovie(); } if (this.shot.hitTest(_root.ground.realground.flatland1.rocker)) { _root.attachMovie("bullet_explode", "bull1", _root.getNextHighestDepth()); _root.ground.realground.flatland1.nextFrame(); _parent.unloadMovie(); } if (this.shot.hitTest(_root.ground.scaf1.sup1.hit)) { _root.ground.scaf1.sup1.nextFrame(); _root.bullpop(); _root.bull1._y = _parent._y; _root.bull1._x = _parent._x; _parent.unloadMovie(); } if (this.shot.hitTest(_root.ground.scaf1.wall1.hit)) { _root.ground.scaf1.wall1.nextFrame(); _root.bullpop(); _root.bull1._y = _parent._y; _root.bull1._x = _parent._x; _parent.unloadMovie(); } if (this.shot.hitTest(_root.ground.scaf1.wall2.hit)) { _root.ground.scaf1.wall2.nextFrame(); _root.bullpop(); _root.bull1._y = _parent._y; _root.bull1._x = _parent._x; _parent.unloadMovie(); } if (this.shot.hitTest(_root.ground.scaf2.wall1.hit)) { _root.ground.scaf2.wall1.nextFrame(); _root.bullpop(); _root.bull1._y = _parent._y; _root.bull1._x = _parent._x; _parent.unloadMovie(); } if (this.shot.hitTest(_root.ground.scaf2.wall2.hit)) { _root.ground.scaf2.wall2.nextFrame(); _root.bullpop(); _root.bull1._y = _parent._y; _root.bull1._x = _parent._x; _parent.unloadMovie(); } if (this.shot.hitTest(_root.ground.scaf1.sup2.hit)) { _root.attachMovie("bullet_explode", "bull1", _root.getNextHighestDepth()); _root.bull1._y = _parent._y; _root.bull1._x = _parent._x; } if (this.shot.hitTest(_root.ground.scaf1.sup2.hit)) { _root.makeBP(); _root.ground.scaf1.sup2.nextFrame(); _parent.unloadMovie(); } if (this.shot.hitTest(_root.ground.scaf1.scafftop.hit)) { _root.attachMovie("bullet_explode", "bull1", _root.getNextHighestDepth()); _root.ground.scaf1.scafftop.nextFrame(); _parent.unloadMovie(); } if (this.shot.hitTest(_root.ground.scaf2.sup1.hit)) { _root.attachMovie("bullet_explode", "bull1", _root.getNextHighestDepth()); _root.ground.scaf2.sup1.nextFrame(); _parent.unloadMovie(); } if (this.shot.hitTest(_root.ground.scaf2.sup2.hit)) { _root.ground.scaf2.sup2.nextFrame(); _parent.unloadMovie(); } if (this.shot.hitTest(_root.ground.scaf2.sup2.hit)) { _root.attachMovie("bullet_explode", "bull1", _root.getNextHighestDepth()); _root.bull1._y = _parent._y; _root.bull1._x = _parent._x; } if (this.shot.hitTest(_root.ground.scaf2.sup2.hit)) { _root.ground.scaf2.sup2.nextFrame(); _parent.unloadMovie(); } if (this.shot.hitTest(_root.ground.scaf2.scafftop.hit)) { _root.ground.scaf2.scafftop.nextFrame(); _parent.unloadMovie(); } if (this.shot.hitTest(_root.gro.hit)) { _root.gro.grohit.play(); _root.gro.damage = _root.gro.damage - 1; _parent.unloadMovie(); } }
Instance of Symbol 33 MovieClip [box_alive] "bull" in Symbol 100 MovieClip [bullet1] Frame 1
onClipEvent (enterFrame) { if ((_root.hero._x >= 520) && (_root.screenmove == true)) { _parent._x = _parent._x - 6; } if (_root.hero._x <= 150) { _parent._x = _parent._x + 6; } }
Symbol 100 MovieClip [bullet1] Frame 2
stop();
Instance of Symbol 43 MovieClip "bullet2" in Symbol 100 MovieClip [bullet1] Frame 2
onClipEvent (load) { var ground = _root.ground; var grav = 0; var gravity = 1; var speed = 7; var maxJump = -18; var touchingGround = false; } onClipEvent (enterFrame) { c = 0; while (c < _root.boxArray.length) { if (this.hitTest(_root["box" + c].box_alive)) { _root.boxArray[c].gotoAndStop(6); _parent.unloadMovie(); } c++; } if (this.hitTest(_root.crate.crate_alive)) { _root.crate.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys1.crys_alive)) { _root.ground.crys1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys2.crys_alive)) { _root.ground.crys2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys3.crys_alive)) { _root.ground.crys3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys4.crys_alive)) { _root.ground.crys4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys5.crys_alive)) { _root.ground.crys5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys6.crys_alive)) { _root.ground.crys6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys7.crys_alive)) { _root.ground.crys7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys8.crys_alive)) { _root.ground.crys8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys9.crys_alive)) { _root.ground.crys9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys10.crys_alive)) { _root.ground.crys10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys11.crys_alive)) { _root.ground.crys11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys12.crys_alive)) { _root.ground.crys12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys13.crys_alive)) { _root.ground.crys13.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys14.crys_alive)) { _root.ground.crys14.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys15.crys_alive)) { _root.ground.crys15.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys16.crys_alive)) { _root.ground.crys16.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys17.crys_alive)) { _root.ground.crys17.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys18.crys_alive)) { _root.ground.crys18.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crate.crate_alive)) { _root.crate.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate2.crate_alive)) { _root.crate2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate3.crate_alive)) { _root.crate3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate4.crate_alive)) { _root.crate4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate5.crate_alive)) { _root.crate5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate6.crate_alive)) { _root.crate6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate7.crate_alive)) { _root.crate7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate8.crate_alive)) { _root.crate8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate9.crate_alive)) { _root.crate9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate10.crate_alive)) { _root.crate10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate11.crate_alive)) { _root.crate11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate12.crate_alive)) { _root.crate12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz1.buzz_alive)) { _root.buzz1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz2.buzz_alive)) { _root.buzz2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz3.buzz_alive)) { _root.buzz3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz4.buzz_alive)) { _root.buzz4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz5.buzz_alive)) { _root.buzz5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz6.buzz_alive)) { _root.buzz6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz7.buzz_alive)) { _root.buzz7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz8.buzz_alive)) { _root.buzz8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz9.buzz_alive)) { _root.buzz9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz10.buzz_alive)) { _root.buzz10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz11.buzz_alive)) { _root.buzz11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz12.buzz_alive)) { _root.buzz12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz13.buzz_alive)) { _root.buzz13.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.wall1.wall_alive)) { _root.wall1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.wall2.wall_alive)) { _root.ground.wall2.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.wall3.wall_alive)) { _root.ground.wall3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.wall4.wall_alive)) { _root.ground.wall4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.wall5.wall_alive)) { _root.ground.wall5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g3.node)) { _root.tank1.g3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g4.node)) { _root.tank1.g4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g5.node)) { _root.tank1.g5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g6.node)) { _root.tank1.g6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g7.node)) { _root.tank1.g7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g8.node)) { _root.tank1.g8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g9.node)) { _root.tank1.g9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g1.node)) { _root.tank1.g1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g10.node)) { _root.tank1.g10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g11.node)) { _root.tank1.g11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g12.node)) { _root.tank1.g12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g12.eye)) { _root.tank1.g12.eye.play()(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g2.node)) { _root.tank1.g2.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g2.node)) { _root.tank2.g2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g3.node)) { _root.tank2.g3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g4.node)) { _root.tank2.g4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g5.node)) { _root.tank2.g5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g6.node)) { _root.tank2.g6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g7.node)) { _root.tank2.g7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g8.node)) { _root.tank2.g8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g9.node)) { _root.tank2.g9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g10.node)) { _root.tank2.g10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g11.node)) { _root.tank2.g11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g12.node)) { _root.tank2.g12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g12.eye)) { _root.tank2.g12.eye.play()(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g2.node)) { _root.tank3.g2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g3.node)) { _root.tank3.g3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g4.node)) { _root.tank3.g4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g5.node)) { _root.tank3.g5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g6.node)) { _root.tank3.g6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g7.node)) { _root.tank3.g7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g8.node)) { _root.tank3.g8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g9.node)) { _root.tank3.g9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g10.node)) { _root.tank3.g10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g11.node)) { _root.tank3.g11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g12.node)) { _root.tank3.g12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g12.eye)) { _root.tank3.g12.eye.play()(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g1.node)) { _root.tank4.g1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g2.node)) { _root.tank4.g2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g3.node)) { _root.tank4.g3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g4.node)) { _root.tank4.g4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g12.node)) { _root.tank4.g12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g12.eye)) { _root.tank4.g12.eye.play()(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g5.node)) { _root.tank4.g5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g6.node)) { _root.tank4.g6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g7.node)) { _root.tank4.g7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g8.node)) { _root.tank4.g8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g9.node)) { _root.tank4.g9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g10.node)) { _root.tank4.g10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g11.node)) { _root.tank4.g11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister1.lips.node)) { _root.blister1.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister2.lips.node)) { _root.blister2.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister3.lips.node)) { _root.blister3.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister4.lips.node)) { _root.blister4.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister5.lips.node)) { _root.blister5.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister6.lips.node)) { _root.blister6.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister7.lips.node)) { _root.blister7.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister8.lips.node)) { _root.blister8.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister8.lips.node)) { _root.blister8.lips.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister1.node2)) { _root.blister1.nextFrame(); _root.blister1.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister2.node2)) { _root.blister2.nextFrame(); _root.blister2.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister3.node2)) { _root.blister3.nextFrame(); _root.blister3.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister4.node2)) { _root.blister4.nextFrame(); _root.blister4.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister5.node2)) { _root.blister5.nextFrame(); _root.blister5.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister6.node2)) { _root.blister6.nextFrame(); _root.blister6.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister7.node2)) { _root.blister7.nextFrame(); _root.blister7.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister8.node2)) { _root.blister8.nextFrame(); _root.blister8.lips.gotoAndStop(8); this.nextFrame(); } if (this.hitTest(_root.ench1.legs.legs1.part1.legbox)) { _root.ench1.legs.legs1.part1.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part2.legbox)) { _root.ench1.legs.legs1.part2.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.torso.bodyshot)) { _root.ench1.torso.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.head1.head_destruct.head.headshot)) { _root.ench1.head1.head_destruct.head.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part3.legbox)) { _root.ench1.legs.legshit.part3.nextFrame(); _root.ench1.legs.legs1.part3.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part4.legbox)) { _root.ench1.legs.legshit.part4.nextFrame(); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.arm1.armhit.arm_hitbox)) { _root.ench1.arm1.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench1.arm2.armhit.arm_hitbox)) { _root.ench1.arm2.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench2.legs.legs1.part1.legbox)) { _root.ench2.legs.legs1.part1.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.legs.legs1.part2.legbox)) { _root.ench2.legs.legs1.part2.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.torso.bodyshot)) { _root.ench2.torso.nextFrame(); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.head1.head_destruct.head.headshot)) { _root.ench2.head1.head_destruct.head.nextFrame(); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.legs.legs1.part3.legbox)) { _root.ench2.legs.legshit.part3.nextFrame(); _root.ench2.legs.legs1.part3.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.legs.legs1.part4.legbox)) { _root.ench2.legs.legshit.part4.nextFrame(); _root.ench2.legs.legs1.part4.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.legs.legs1.part4.nextFrame(); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.arm1.armhit.arm_hitbox)) { _root.ench1.arm1.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench1.arm2.armhit.arm_hitbox)) { _root.ench1.arm2.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench1.shield.shieldhitter)) { _root.ench1.shield.play(); _root.ench1.shield.shieldmain.gotoAndPlay(2); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.shield.shieldhitter)) { _root.ench2.shield.nextFrame(); _root.ench2.shield.shieldmain.gotoAndPlay(2); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.arm2.armhit.arm_hitbox)) { _root.ench1.arm2.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench2.arm1.armhit.arm_hitbox)) { _root.ench2.arm1.armhit.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench2.arm2.armhit.arm_hitbox)) { _root.ench2.arm2.armhit.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ground.wall1.wall_alive)) { _root.ground.wall1.nextFrame(); } if (this.hitTest(_root.ceiling1.wall_alive)) { _root.ceiling1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.wingleft)) { _root.ench2.wingleft.gotoAndStop(2); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.wingleft)) { _root.ench1.wingleft.gotoAndStop(2); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.wingright)) { _root.ench2.wingright.gotoAndStop(2); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.wingright)) { _root.ench1.wingright.gotoAndStop(2); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part1.legbox)) { _root.ench1.legs.legs1.part1.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part2.legbox)) { _root.ench1.legs.legs1.part2.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.torso.bodyshot)) { _root.ench1.torso.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.head1.head_destruct.head.headshot)) { _root.ench1.head1.head_destruct.head.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part3.legbox)) { _root.ench1.legs.legshit.part3.nextFrame(); _root.ench1.legs.legs1.part3.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part4.legbox)) { _root.ench1.legs.legshit.part4.nextFrame(); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.arm1.armhit.arm_hitbox)) { _root.ench1.arm1.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench1.arm2.armhit.arm_hitbox)) { _root.ench1.arm2.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench3.legs.legs1.part1.legbox)) { _root.ench3.legs.legs1.part1.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.legs.legs1.part2.legbox)) { _root.ench3.legs.legs1.part2.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.torso.bodyshot)) { _root.ench3.torso.nextFrame(); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.head1.head_destruct.head.headshot)) { _root.ench3.head1.head_destruct.head.nextFrame(); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.legs.legs1.part3.legbox)) { _root.ench3.legs.legshit.part3.nextFrame(); _root.ench3.legs.legs1.part3.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.legs.legs1.part4.legbox)) { _root.ench3.legs.legshit.part4.nextFrame(); _root.ench3.legs.legs1.part4.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.legs.legs1.part4.nextFrame(); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.arm1.armhit.arm_hitbox)) { _root.ench3.arm1.armhit.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench3.arm2.armhit.arm_hitbox)) { _root.ench3.arm2.armhit.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench3.shield.shieldhitter)) { _root.ench3.shield.play(); _root.ench3.shield.shieldmain.gotoAndPlay(2); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.shield.shieldhitter)) { _root.ench4.shield.nextFrame(); _root.ench4.shield.shieldmain.gotoAndPlay(2); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.arm2.armhit.arm_hitbox)) { _root.ench4.arm2.armhit.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench4.arm1.armhit.arm_hitbox)) { _root.ench4.arm1.armhit.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench4.arm2.armhit.arm_hitbox)) { _root.ench4.arm2.armhit.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); } if (this.hitTest(_root.ench4.wingleft)) { _root.ench4.wingleft.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.wingleft)) { _root.ench4.wingleft.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.wingright)) { _root.ench4.wingright.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.wingright)) { _root.ench4.wingright.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.head1.head_destruct.head.headshot)) { _root.ench4.head1.head_destruct.head.nextFrame(); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.legs.legs1.part3.legbox)) { _root.ench4.legs.legshit.part3.nextFrame(); _root.ench4.legs.legs1.part3.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.legs.legs2.part4.legbox)) { _root.ench4.legs.legshit.part4.nextFrame(); _root.ench4.legs.legs2.part4.nextFrame(); _root.ench4.legs.legs2.gotoAndPlay(17); _root.ench4.legs.legs2.part4.nextFrame(); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.torso.bodyshot)) { _root.ench4.torso.nextFrame(); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.orb1.orbhit)) { _root.ench1.orb1.nextFrame(); } if (this.hitTest(_root.ench1.orb2.orbhit)) { _root.ench1.orb2.nextFrame(); } if (this.hitTest(_root.ench2.orb1.orbhit)) { _root.ench2.orb1.nextFrame(); } if (this.hitTest(_root.ench2.orb2.orbhit)) { _root.ench2.orb2.nextFrame(); } if (this.hitTest(_root.ench3.orb1.orbhit)) { _root.ench3.orb1.nextFrame(); } if (this.hitTest(_root.ench3.orb2.orbhit)) { _root.ench3.orb2.nextFrame(); } if (this.hitTest(_root.ench4.orb1.orbhit)) { _root.ench4.orb1.nextFrame(); } if (this.hitTest(_root.ench4.orb2.orbhit)) { _root.ench4.orb2.nextFrame(); } if (this.hitTest(_root.ground.realground.doodad1.rocker)) { _root.ground.realground.doodad1.nextFrame(); } if (this.hitTest(_root.ground.realground.doodad2.rocker)) { _root.ground.realground.doodad2.nextFrame(); } if (this.hitTest(_root.pir1.hit)) { _root.pir1.dsw.gotoAndStop(3); _root.pir1.gotoAndStop(5); _parent.unloadMovie(); } if (this.hitTest(_root.pir2.hit)) { _root.pir2.dsw.gotoAndStop(3); _root.pir2.gotoAndStop(5); _parent.unloadMovie(); } if (this.hitTest(_root.pir3.hit)) { _root.pir3.dsw.gotoAndStop(3); _root.pir3.gotoAndStop(5); _parent.unloadMovie(); } if (this.hitTest(_root.pir4.hit)) { _root.pir4.dsw.gotoAndStop(3); _root.pir4.gotoAndStop(5); _parent.unloadMovie(); } if (this.hitTest(_root.pir5.hit)) { _root.pir5.dsw.gotoAndStop(3); _root.pir5.gotoAndStop(5); _parent.unloadMovie(); } if (this.hitTest(_root.pir6.hit)) { _root.pir6.dsw.gotoAndStop(3); _root.pir6.gotoAndStop(5); _parent.unloadMovie(); } if (this.hitTest(_root.pir7.hit)) { _root.pir7.dsw.gotoAndStop(3); _root.pir7.gotoAndStop(5); _parent.unloadMovie(); } if (this.hitTest(_root.pir8.hit)) { _root.pir8.dsw.gotoAndStop(3); _root.pir8.gotoAndStop(5); _parent.unloadMovie(); } if (this.hitTest(_root.pir9.hit)) { _root.pir9.dsw.gotoAndStop(3); _root.pir9.gotoAndStop(5); _parent.unloadMovie(); } if (this.hitTest(_root.pir10.hit)) { _root.pir10.dsw.gotoAndStop(3); _root.pir10.gotoAndStop(5); _parent.unloadMovie(); } if (this.hitTest(_root.pir11.hit)) { _root.pir11.dsw.gotoAndStop(3); _root.pir11.gotoAndStop(5); _parent.unloadMovie(); } if (this.hitTest(_root.pir12.hit)) { _root.pir12.dsw.gotoAndStop(3); _root.pir12.gotoAndStop(5); _parent.unloadMovie(); } if (this.hitTest(_root.pir13.hit)) { _root.pir13.dsw.gotoAndStop(3); _root.pir13.gotoAndStop(5); _parent.unloadMovie(); } if (this.hitTest(_root.pir14.hit)) { _root.pir14.dsw.gotoAndStop(3); _root.pir14.gotoAndStop(5); _parent.unloadMovie(); } if (this.hitTest(_root.pir15.hit)) { _root.pir15.dsw.gotoAndStop(3); _root.pir15.gotoAndStop(5); _parent.unloadMovie(); } if (this.hitTest(_root.pir16.hit)) { _root.pir16.dsw.gotoAndStop(3); _root.pir16.gotoAndStop(5); _parent.unloadMovie(); } if (this.hitTest(_root.pir17.hit)) { _root.pir17.dsw.gotoAndStop(3); _root.pir17.gotoAndStop(5); _parent.unloadMovie(); } if (this.hitTest(_root.pir18.hit)) { _root.pir18.dsw.gotoAndStop(3); _root.pir18.gotoAndStop(5); _parent.unloadMovie(); } if (this.hitTest(_root.bgr1.hit2)) { _root.bgr1.nextFrame(); _root.bgr1.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr1.firehit)) { _root.bgr1.gotoAndStop(26); _parent.unloadMovie(); } if (this.hitTest(_root.bgr2.hit2)) { _root.bgr2.nextFrame(); _root.bgr2.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr2.firehit)) { _root.bgr2.gotoAndStop(26); _parent.unloadMovie(); } if (this.hitTest(_root.bgr3.hit2)) { _root.bgr3.nextFrame(); _root.bgr3.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr3.firehit)) { _root.bgr3.gotoAndStop(26); _parent.unloadMovie(); } if (this.hitTest(_root.bgr4.hit2)) { _root.bgr4.nextFrame(); _root.bgr4.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr4.firehit)) { _root.bgr4.gotoAndStop(26); _parent.unloadMovie(); } if (this.hitTest(_root.bgr5.hit2)) { _root.bgr5.nextFrame(); _root.bgr5.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr6.firehit)) { _root.bgr6.gotoAndStop(26); _parent.unloadMovie(); } if (this.hitTest(_root.bgr6.hit2)) { _root.bgr6.nextFrame(); _root.bgr6.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr7.firehit)) { _root.bgr7.gotoAndStop(26); _parent.unloadMovie(); } if (this.hitTest(_root.bgr7.hit2)) { _root.bgr7.nextFrame(); _root.bgr7.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr8.firehit)) { _root.bgr8.gotoAndStop(26); _parent.unloadMovie(); } if (this.hitTest(_root.bgr8.hit2)) { _root.bgr8.nextFrame(); _root.bgr8.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.fly1.hit)) { _root.fly1.gotoAndStop(2); this.attachMovie("bullet_explode", "bullet_explode" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); removeMovieClip(_parent); } if (this.hitTest(_root.fly1.hit2)) { _root.fly1.gotoAndStop(3); _parent.attachMovie("bullet_explode", "bullet_explode" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); } if (this.hitTest(_root.fly2.hit)) { _root.fly2.gotoAndStop(2); _parent.attachMovie("bullet_explode", "bullet_explode" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); } if (this.hitTest(_root.fly2.hit2)) { _root.fly2.gotoAndStop(3); _parent.attachMovie("bullet_explode", "bullet_explode" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); } if (this.hitTest(_root.fly3.hit)) { _root.fly3.gotoAndStop(2); _parent.attachMovie("bullet_explode", "bullet_explode" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); } if (this.hitTest(_root.fly3.hit2)) { _root.fly3.gotoAndStop(3); _parent.attachMovie("bullet_explode", "bullet_explode" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); } if (this.hitTest(_root.fly4.hit)) { _root.fly4.gotoAndStop(2); _parent.attachMovie("bullet_explode", "bullet_explode" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); } if (this.hitTest(_root.fly4.hit2)) { _root.fly4.gotoAndStop(3); _parent.attachMovie("bullet_explode", "bullet_explode" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); } }
Symbol 100 MovieClip [bullet1] Frame 3
stop(); onLoad = function () { _root.char.gccutter.nextFrame(); };
Symbol 100 MovieClip [bullet1] Frame 4
this._y = this._y - 2;
Instance of Symbol 56 MovieClip in Symbol 100 MovieClip [bullet1] Frame 4
onClipEvent (enterFrame) { o = 0; while (o < _root.stArray.length) { if (this.hitTest(_root["st1" + o].hitta)) { _root.stArray[o].nextFrame(); _parent.unloadMovie(); } o++; } k = 0; while (k < _root.dpArray.length) { if (this.hitTest(_root["dri1" + k].hitta)) { _root.dpArray[k].idle.gotoAndStop(76); _root.dpArray[k].gotoAndStop(1); _parent.unloadMovie(); } k++; } k = 0; while (k < _root.dpArray.length) { if (this.hitTest(_root["dri1" + k].pirdead.hitta2)) { _root.dpArray[k].gotoAndStop(7); _parent.unloadMovie(); } k++; } c = 0; while (c < _root.boxArray.length) { if (this.hitTest(_root["box" + c].box_alive)) { _root.boxArray[c].nextFrame(); _root.boxArray[c].sprout_main.gotoAndStop(2); _parent.attachMovie(bullgex, bull1, _root.getNextHighestDepth); _parent.unloadMovie(); } c++; } g = 0; while (g < _root.pirArray.length) { if (this.hitTest(_root["pir" + g].hit)) { _root.pirArray[g].gotoAndStop(3); _parent.unloadMovie(); } g++; } g = 0; while (g < _root.pirArray.length) { if (this.hitTest(_root["pir" + g].dsw.hit)) { _root.pirArray[g].gotoAndStop(4); _parent.unloadMovie(); } g++; } if (this.hitTest(_root.crate.crate_alive)) { _root.crate.nextFrame(); _parent.unloadMovie(); _root.crate.crate_alive.attachMovie(bullgex, bull, _root.getNextHighestDepth); } if (this.hitTest(_root.ground.crys1.crys_alive)) { _root.ground.crys1.nextFrame(); _parent.unloadMovie(); _root.crys1.crys_alive.attachMovie(bullgex, bull, _root.getNextHighestDepth); } if (this.hitTest(_root.ground.crys2.crys_alive)) { _root.ground.crys2.nextFrame(); _parent.unloadMovie(); _root.crys2.crys_alive.attachMovie(bullgex, bull, _root.getNextHighestDepth); } if (this.hitTest(_root.ground.crys3.crys_alive)) { _root.ground.crys3.nextFrame(); _parent.unloadMovie(); _root.crys3.crys_alive.attachMovie(bullgex, bull, _root.getNextHighestDepth); } if (this.hitTest(_root.ground.crys4.crys_alive)) { _root.ground.crys4.nextFrame(); _parent.unloadMovie(); _root.crys4.crys_alive.attachMovie(bullgex, bull, _root.getNextHighestDepth); } if (this.hitTest(_root.ground.crys5.crys_alive)) { _root.ground.crys5.nextFrame(); _parent.unloadMovie(); _root.crys5.crys_alive.attachMovie(bullgex, bull, _root.getNextHighestDepth); } if (this.hitTest(_root.ground.crys6.crys_alive)) { _root.ground.crys6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys7.crys_alive)) { _root.ground.crys7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys8.crys_alive)) { _root.ground.crys8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys9.crys_alive)) { _root.ground.crys9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys10.crys_alive)) { _root.ground.crys10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys11.crys_alive)) { _root.ground.crys11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys12.crys_alive)) { _root.ground.crys12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys13.crys_alive)) { _root.ground.crys13.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys14.crys_alive)) { _root.ground.crys14.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys15.crys_alive)) { _root.ground.crys15.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys16.crys_alive)) { _root.ground.crys16.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys17.crys_alive)) { _root.ground.crys17.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys18.crys_alive)) { _root.ground.crys18.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crate.crate_alive)) { _root.crate.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate2.crate_alive)) { _root.crate2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate3.crate_alive)) { _root.crate3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate4.crate_alive)) { _root.crate4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate5.crate_alive)) { _root.crate5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate6.crate_alive)) { _root.crate6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate7.crate_alive)) { _root.crate7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate8.crate_alive)) { _root.crate8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate9.crate_alive)) { _root.crate9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate10.crate_alive)) { _root.crate10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate11.crate_alive)) { _root.crate11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate12.crate_alive)) { _root.crate12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate13.crate_alive)) { _root.crate13.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate14.crate_alive)) { _root.crate14.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate15.crate_alive)) { _root.crate15.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate16.crate_alive)) { _root.crate16.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate17.crate_alive)) { _root.crate17.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate18.crate_alive)) { _root.crate18.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate19.crate_alive)) { _root.crate19.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate20.crate_alive)) { _root.crate20.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate21.crate_alive)) { _root.crate21.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate22.crate_alive)) { _root.crate22.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate23.crate_alive)) { _root.crate23.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate24.crate_alive)) { _root.crate24.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz1.buzz_alive)) { _root.buzz1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz2.buzz_alive)) { _root.buzz2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz3.buzz_alive)) { _root.buzz3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz4.buzz_alive)) { _root.buzz4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz5.buzz_alive)) { _root.buzz5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz6.buzz_alive)) { _root.buzz6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz7.buzz_alive)) { _root.buzz7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz8.buzz_alive)) { _root.buzz8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz9.buzz_alive)) { _root.buzz9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz10.buzz_alive)) { _root.buzz10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz11.buzz_alive)) { _root.buzz11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz12.buzz_alive)) { _root.buzz12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz13.buzz_alive)) { _root.buzz13.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.wall1.wall_alive)) { _root.wall1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.wall2.wall_alive)) { _root.ground.wall2.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.wall3.wall_alive)) { _root.ground.wall3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.wall4.wall_alive)) { _root.ground.wall4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.wall5.wall_alive)) { _root.ground.wall5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.wall6.wall_alive)) { _root.ground.wall6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g3.node)) { _root.tank1.g3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g4.node)) { _root.tank1.g4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g5.node)) { _root.tank1.g5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g6.node)) { _root.tank1.g6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g7.node)) { _root.tank1.g7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g8.node)) { _root.tank1.g8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g9.node)) { _root.tank1.g9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g1.node)) { _root.tank1.g1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g10.node)) { _root.tank1.g10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g11.node)) { _root.tank1.g11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g12.node)) { _root.tank1.g12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g12.eye)) { _root.tank1.g12.eye.play()(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g2.node)) { _root.tank1.g2.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g2.node)) { _root.tank2.g2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g3.node)) { _root.tank2.g3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g4.node)) { _root.tank2.g4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g5.node)) { _root.tank2.g5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g6.node)) { _root.tank2.g6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g7.node)) { _root.tank2.g7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g8.node)) { _root.tank2.g8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g9.node)) { _root.tank2.g9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g10.node)) { _root.tank2.g10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g11.node)) { _root.tank2.g11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g12.node)) { _root.tank2.g12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g12.eye)) { _root.tank2.g12.eye.play()(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g2.node)) { _root.tank3.g2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g3.node)) { _root.tank3.g3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g4.node)) { _root.tank3.g4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g5.node)) { _root.tank3.g5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g6.node)) { _root.tank3.g6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g7.node)) { _root.tank3.g7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g8.node)) { _root.tank3.g8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g9.node)) { _root.tank3.g9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g10.node)) { _root.tank3.g10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g11.node)) { _root.tank3.g11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g12.node)) { _root.tank3.g12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g12.eye)) { _root.tank3.g12.eye.play()(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g1.node)) { _root.tank4.g1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g2.node)) { _root.tank4.g2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g3.node)) { _root.tank4.g3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g4.node)) { _root.tank4.g4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g12.node)) { _root.tank4.g12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g12.eye)) { _root.tank4.g12.eye.play()(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g5.node)) { _root.tank4.g5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g6.node)) { _root.tank4.g6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g7.node)) { _root.tank4.g7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g8.node)) { _root.tank4.g8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g9.node)) { _root.tank4.g9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g10.node)) { _root.tank4.g10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g11.node)) { _root.tank4.g11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister1.lips.node)) { _root.blister1.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister2.lips.node)) { _root.blister2.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister3.lips.node)) { _root.blister3.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister4.lips.node)) { _root.blister4.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister5.lips.node)) { _root.blister5.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister6.lips.node)) { _root.blister6.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister7.lips.node)) { _root.blister7.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister8.lips.node)) { _root.blister8.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister8.lips.node)) { _root.blister8.lips.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister1.node2)) { _root.blister1.nextFrame(); _root.blister1.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister2.node2)) { _root.blister2.nextFrame(); _root.blister2.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister3.node2)) { _root.blister3.nextFrame(); _root.blister3.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister4.node2)) { _root.blister4.nextFrame(); _root.blister4.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister5.node2)) { _root.blister5.nextFrame(); _root.blister5.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister6.node2)) { _root.blister6.nextFrame(); _root.blister6.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister7.node2)) { _root.blister7.nextFrame(); _root.blister7.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister8.node2)) { _root.blister8.nextFrame(); _root.blister8.lips.gotoAndStop(8); this.nextFrame(); } if (this.hitTest(_root.ench1.legs.legs1.part1.legbox)) { _root.ench1.legs.legs1.part1.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part2.legbox)) { _root.ench1.legs.legs1.part2.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.torso.bodyshot)) { _root.ench1.torso.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.head1.head_destruct.head.headshot)) { _root.ench1.head1.head_destruct.head.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part3.legbox)) { _root.ench1.legs.legshit.part3.nextFrame(); _root.ench1.legs.legs1.part3.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part4.legbox)) { _root.ench1.legs.legshit.part4.nextFrame(); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.arm1.armhit.arm_hitbox)) { _root.ench1.arm1.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench1.arm2.armhit.arm_hitbox)) { _root.ench1.arm2.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench2.legs.legs1.part1.legbox)) { _root.ench2.legs.legs1.part1.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.legs.legs1.part2.legbox)) { _root.ench2.legs.legs1.part2.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.torso.bodyshot)) { _root.ench2.torso.nextFrame(); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.head1.head_destruct.head.headshot)) { _root.ench2.head1.head_destruct.head.nextFrame(); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.legs.legs1.part3.legbox)) { _root.ench2.legs.legshit.part3.nextFrame(); _root.ench2.legs.legs1.part3.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.legs.legs1.part4.legbox)) { _root.ench2.legs.legshit.part4.nextFrame(); _root.ench2.legs.legs1.part4.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.legs.legs1.part4.nextFrame(); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.arm1.armhit.arm_hitbox)) { _root.ench1.arm1.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench1.arm2.armhit.arm_hitbox)) { _root.ench1.arm2.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench1.shield.shieldhitter)) { _root.ench1.shield.play(); _root.ench1.shield.shieldmain.gotoAndPlay(2); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.shield.shieldhitter)) { _root.ench2.shield.nextFrame(); _root.ench2.shield.shieldmain.gotoAndPlay(2); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.arm2.armhit.arm_hitbox)) { _root.ench1.arm2.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench2.arm1.armhit.arm_hitbox)) { _root.ench2.arm1.armhit.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench2.arm2.armhit.arm_hitbox)) { _root.ench2.arm2.armhit.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ground.wall1.wall_alive)) { _root.ground.wall1.nextFrame(); } if (this.hitTest(_root.ceiling1.wall_alive)) { _root.ceiling1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.wingleft)) { _root.ench2.wingleft.gotoAndStop(2); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.wingleft)) { _root.ench1.wingleft.gotoAndStop(2); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.wingright)) { _root.ench2.wingright.gotoAndStop(2); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.wingright)) { _root.ench1.wingright.gotoAndStop(2); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part1.legbox)) { _root.ench1.legs.legs1.part1.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part2.legbox)) { _root.ench1.legs.legs1.part2.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.torso.bodyshot)) { _root.ench1.torso.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.head1.head_destruct.head.headshot)) { _root.ench1.head1.head_destruct.head.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part3.legbox)) { _root.ench1.legs.legshit.part3.nextFrame(); _root.ench1.legs.legs1.part3.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part4.legbox)) { _root.ench1.legs.legshit.part4.nextFrame(); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.arm1.armhit.arm_hitbox)) { _root.ench1.arm1.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench1.arm2.armhit.arm_hitbox)) { _root.ench1.arm2.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench3.legs.legs1.part1.legbox)) { _root.ench3.legs.legs1.part1.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.legs.legs1.part2.legbox)) { _root.ench3.legs.legs1.part2.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.torso.bodyshot)) { _root.ench3.torso.nextFrame(); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.head1.head_destruct.head.headshot)) { _root.ench3.head1.head_destruct.head.nextFrame(); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.legs.legs1.part3.legbox)) { _root.ench3.legs.legshit.part3.nextFrame(); _root.ench3.legs.legs1.part3.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.legs.legs1.part4.legbox)) { _root.ench3.legs.legshit.part4.nextFrame(); _root.ench3.legs.legs1.part4.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.legs.legs1.part4.nextFrame(); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.arm1.armhit.arm_hitbox)) { _root.ench3.arm1.armhit.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench3.arm2.armhit.arm_hitbox)) { _root.ench3.arm2.armhit.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench3.shield.shieldhitter)) { _root.ench3.shield.play(); _root.ench3.shield.shieldmain.gotoAndPlay(2); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.shield.shieldhitter)) { _root.ench4.shield.nextFrame(); _root.ench4.shield.shieldmain.gotoAndPlay(2); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.arm2.armhit.arm_hitbox)) { _root.ench4.arm2.armhit.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench4.arm1.armhit.arm_hitbox)) { _root.ench4.arm1.armhit.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench4.arm2.armhit.arm_hitbox)) { _root.ench4.arm2.armhit.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); } if (this.hitTest(_root.ench4.wingleft)) { _root.ench4.wingleft.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.wingleft)) { _root.ench4.wingleft.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.wingright)) { _root.ench4.wingright.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.wingright)) { _root.ench4.wingright.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.head1.head_destruct.head.headshot)) { _root.ench4.head1.head_destruct.head.nextFrame(); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.legs.legs1.part3.legbox)) { _root.ench4.legs.legshit.part3.nextFrame(); _root.ench4.legs.legs1.part3.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.legs.legs2.part4.legbox)) { _root.ench4.legs.legshit.part4.nextFrame(); _root.ench4.legs.legs2.part4.nextFrame(); _root.ench4.legs.legs2.gotoAndPlay(17); _root.ench4.legs.legs2.part4.nextFrame(); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.torso.bodyshot)) { _root.ench4.torso.nextFrame(); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.orb1.orbhit)) { _root.ench1.orb1.nextFrame(); } if (this.hitTest(_root.ench1.orb2.orbhit)) { _root.ench1.orb2.nextFrame(); } if (this.hitTest(_root.ench2.orb1.orbhit)) { _root.ench2.orb1.nextFrame(); } if (this.hitTest(_root.ench2.orb2.orbhit)) { _root.ench2.orb2.nextFrame(); } if (this.hitTest(_root.ench3.orb1.orbhit)) { _root.ench3.orb1.nextFrame(); } if (this.hitTest(_root.ench3.orb2.orbhit)) { _root.ench3.orb2.nextFrame(); } if (this.hitTest(_root.ench4.orb1.orbhit)) { _root.ench4.orb1.nextFrame(); } if (this.hitTest(_root.ench4.orb2.orbhit)) { _root.ench4.orb2.nextFrame(); } if (this.hitTest(_root.ground.realground.doodad1.rocker)) { _root.ground.realground.doodad1.nextFrame(); } if (this.hitTest(_root.ground.realground.doodad2.rocker)) { _root.ground.realground.doodad2.nextFrame(); } if (this.hitTest(_root.pir1.hit)) { _root.pir1.dsw.gotoAndStop(3); _root.pir1.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir2.hit)) { _root.pir2.dsw.gotoAndStop(3); _root.pir2.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir3.hit)) { _root.pir3.dsw.gotoAndStop(3); _root.pir3.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir4.hit)) { _root.pir4.dsw.gotoAndStop(3); _root.pir4.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir5.hit)) { _root.pir5.dsw.gotoAndStop(3); _root.pir5.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir6.hit)) { _root.pir6.dsw.gotoAndStop(3); _root.pir6.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir7.hit)) { _root.pir7.dsw.gotoAndStop(3); _root.pir7.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir8.hit)) { _root.pir8.dsw.gotoAndStop(3); _root.pir8.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir9.hit)) { _root.pir9.dsw.gotoAndStop(3); _root.pir9.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir10.hit)) { _root.pir10.dsw.gotoAndStop(3); _root.pir10.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir11.hit)) { _root.pir11.dsw.gotoAndStop(3); _root.pir11.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir12.hit)) { _root.pir12.dsw.gotoAndStop(3); _root.pir12.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir13.hit)) { _root.pir13.dsw.gotoAndStop(3); _root.pir13.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir14.hit)) { _root.pir14.dsw.gotoAndStop(3); _root.pir14.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir15.hit)) { _root.pir15.dsw.gotoAndStop(3); _root.pir15.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir16.hit)) { _root.pir16.dsw.gotoAndStop(3); _root.pir16.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir17.hit)) { _root.pir17.dsw.gotoAndStop(3); _root.pir17.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir18.hit)) { _root.pir18.dsw.gotoAndStop(3); _root.pir18.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir19.hit)) { _root.pir19.dsw.gotoAndStop(3); _root.pir19.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir20.hit)) { _root.pir20.dsw.gotoAndStop(3); _root.pir20.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir21.hit)) { _root.pir21.dsw.gotoAndStop(3); _root.pir21.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir22.hit)) { _root.pir22.dsw.gotoAndStop(3); _root.pir22.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir23.hit)) { _root.pir23.dsw.gotoAndStop(3); _root.pir23.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir24.hit)) { _root.pir24.dsw.gotoAndStop(3); _root.pir24.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir25.hit)) { _root.pir25.dsw.gotoAndStop(3); _root.pir25.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir26.hit)) { _root.pir26.dsw.gotoAndStop(3); _root.pir26.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir27.hit)) { _root.pir27.dsw.gotoAndStop(3); _root.pir27.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir28.hit)) { _root.pir28.dsw.gotoAndStop(3); _root.pir28.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.bgr1.hit2)) { _root.bgr1.attachMovie(bullgex, bull, _root.getNextHighestDepth); _root.bgr1.nextFrame(); _root.bgr1.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr2.hit2)) { _root.bgr2.attachMovie(bullgex, bull, _root.getNextHighestDepth); _root.bgr2.nextFrame(); _root.bgr2.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr3.hit2)) { _root.bgr3.attachMovie(bullgex, bull, _root.getNextHighestDepth); _root.bgr3.nextFrame(); _root.bgr3.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr4.hit2)) { _root.bgr4.attachMovie(bullgex, bull, _root.getNextHighestDepth); _root.bgr4.nextFrame(); _root.bgr4.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr5.hit2)) { _root.bgr5.attachMovie(bullgex, bull, _root.getNextHighestDepth); _root.bgr5.nextFrame(); _root.bgr5.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr6.hit2)) { _root.bgr6.attachMovie(bullgex, bull, _root.getNextHighestDepth); _root.bgr6.nextFrame(); _root.bgr6.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr7.hit2)) { _root.bgr7.attachMovie(bullgex, bull, _root.getNextHighestDepth); _root.bgr7.nextFrame(); _root.bgr7.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.realground.flatland1.rocker)) { _root.ground.realground.flatland1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf1.wall1.chunk1.hit)) { _root.ground.scaf1.wall1.chunk1.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.scaf1.wall1.chunk2.hit)) { _root.ground.scaf1.wall1.chunk2.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.scaf1.wall1.chunk3.hit)) { _root.ground.scaf1.wall1.chunk3.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.scaf1.wall1.chunk4.hit)) { _root.ground.scaf1.wall1.chunk4.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.scaf1.wall2.chunk1.hit)) { _root.ground.scaf1.wall2.chunk1.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.scaf1.wall2.chunk2.hit)) { _root.ground.scaf1.wall2.chunk2.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.scaf1.wall2.chunk3.hit)) { _root.ground.scaf1.wall2.chunk3.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.scaf1.wall1.chunk4.hit)) { _root.ground.scaf1.wall2.chunk4.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.scaf2.wall1.chunk1.hit)) { _root.ground.scaf2.wall1.chunk1.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.scaf2.wall1.chunk2.hit)) { _root.ground.scaf2.wall1.chunk2.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.scaf2.wall1.chunk3.hit)) { _root.ground.scaf2.wall1.chunk3.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.scaf2.wall1.chunk4.hit)) { _root.ground.scaf2.wall1.chunk4.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.scaf2.wall2.chunk1.hit)) { _root.ground.scaf2.wall2.chunk1.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.scaf2.wall2.chunk2.hit)) { _root.ground.scaf2.wall2.chunk2.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.scaf2.wall2.chunk3.hit)) { _root.ground.scaf2.wall2.chunk3.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.scaf2.wall2.chunk4.hit)) { _root.ground.scaf2.wall2.chunk4.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.scaf1.sup1.hit)) { _root.ground.scaf1.sup1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf1.wall1.hit)) { _root.ground.scaf1.wall1.nextFrame(); _root.bullpop(); _root.bull1._y = _parent._y; _root.bull1._x = _parent._x; _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf1.wall2.hit)) { _root.ground.scaf1.wall2.nextFrame(); _root.bullpop(); _root.bull1._y = _parent._y; _root.bull1._x = _parent._x; _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf2.wall1.hit)) { _root.ground.scaf2.wall1.nextFrame(); _root.bullpop(); _root.bull1._y = _parent._y; _root.bull1._x = _parent._x; _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf2.wall2.hit)) { _root.ground.scaf2.wall2.nextFrame(); _root.bullpop(); _root.bull1._y = _parent._y; _root.bull1._x = _parent._x; _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf1.sup2.hit)) { _root.ground.scaf1.sup2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf1.sup2.hit)) { _root.ground.scaf1.sup2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf1.scafftop.hit)) { _root.ground.scaf1.scafftop.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf2.sup1.hit)) { _root.ground.scaf2.sup1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf2.sup2.hit)) { _root.ground.scaf2.sup2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf2.sup2.hit)) { _root.ground.scaf2.sup2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf2.scafftop.hit)) { _root.ground.scaf2.scafftop.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.fly1.hit)) { _root.fly1.gotoAndStop(2); removeMovieClip(_parent); } if (this.hitTest(_root.fly1.hit2)) { _root.fly1.gotoAndStop(3); removeMovieClip(_parent); } if (this.hitTest(_root.fly2.hit)) { _root.fly2.gotoAndStop(2); removeMovieClip(_parent); } if (this.hitTest(_root.fly2.hit2)) { _root.fly2.gotoAndStop(3); removeMovieClip(_parent); } if (this.hitTest(_root.fly3.hit)) { _root.fly3.gotoAndStop(2); removeMovieClip(_parent); } if (this.hitTest(_root.fly3.hit2)) { _root.fly3.gotoAndStop(3); removeMovieClip(_parent); } if (this.hitTest(_root.fly4.hit)) { _root.fly4.gotoAndStop(2); removeMovieClip(_parent); } if (this.hitTest(_root.fly4.hit2)) { _root.fly4.gotoAndStop(3); removeMovieClip(_parent); } f = 0; while (f < _root.flyArray.length) { if (this.hitTest(_root["fly" + f].hit)) { _root.flyArray[f].gotoAndStop(2); _root.makeBP(); removeMovieClip(_parent); } if (this.hitTest(_root.gro.hit)) { _root.gro.grohit.play(); _root.gro.damage = _root.gro.damage - 1; _parent.unloadMovie(); } f++; } }
Instance of Symbol 99 MovieClip "mis" in Symbol 100 MovieClip [bullet1] Frame 5
onClipEvent (enterFrame) { o = 0; while (o < _root.stArray.length) { if (this.hitTest(_root["st1" + o].hitta)) { _root.stArray[o].nextFrame(); _parent.unloadMovie(); } o++; } c = 0; while (c < _root.boxArray.length) { if (this.hitTest(_root["box" + c].box_alive)) { _root.boxArray[c].nextFrame(); _root.boxArray[c].sprout_main.gotoAndStop(2); _parent.attachMovie(bullgex, bull1, _root.getNextHighestDepth); _parent.unloadMovie(); } c++; } g = 0; while (g < _root.pirArray.length) { if (this.hitTest(_root["pir" + g].hit)) { _root.pirArray[g].gotoAndStop(3); } g++; } g = 0; while (g < _root.pirArray.length) { if (this.hitTest(_root["pir" + g].dsw.hit)) { _root.pirArray[g].gotoAndStop(4); _parent.unloadMovie(); } g++; } if (this.hitTest(_root.crate.crate_alive)) { _root.crate.nextFrame(); _parent.unloadMovie(); _root.crate.crate_alive.attachMovie(bullgex, bull, _root.getNextHighestDepth); } if (this.hitTest(_root.ground.crys1.crys_alive)) { _root.ground.crys1.nextFrame(); _parent.unloadMovie(); _root.crys1.crys_alive.attachMovie(bullgex, bull, _root.getNextHighestDepth); } if (this.hitTest(_root.ground.crys2.crys_alive)) { _root.ground.crys2.nextFrame(); _parent.unloadMovie(); _root.crys2.crys_alive.attachMovie(bullgex, bull, _root.getNextHighestDepth); } if (this.hitTest(_root.ground.crys3.crys_alive)) { _root.ground.crys3.nextFrame(); _parent.unloadMovie(); _root.crys3.crys_alive.attachMovie(bullgex, bull, _root.getNextHighestDepth); } if (this.hitTest(_root.ground.crys4.crys_alive)) { _root.ground.crys4.nextFrame(); _parent.unloadMovie(); _root.crys4.crys_alive.attachMovie(bullgex, bull, _root.getNextHighestDepth); } if (this.hitTest(_root.ground.crys5.crys_alive)) { _root.ground.crys5.nextFrame(); _parent.unloadMovie(); _root.crys5.crys_alive.attachMovie(bullgex, bull, _root.getNextHighestDepth); } if (this.hitTest(_root.ground.crys6.crys_alive)) { _root.ground.crys6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys7.crys_alive)) { _root.ground.crys7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys8.crys_alive)) { _root.ground.crys8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys9.crys_alive)) { _root.ground.crys9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys10.crys_alive)) { _root.ground.crys10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys11.crys_alive)) { _root.ground.crys11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys12.crys_alive)) { _root.ground.crys12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys13.crys_alive)) { _root.ground.crys13.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys14.crys_alive)) { _root.ground.crys14.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys15.crys_alive)) { _root.ground.crys15.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys16.crys_alive)) { _root.ground.crys16.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys17.crys_alive)) { _root.ground.crys17.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys18.crys_alive)) { _root.ground.crys18.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crate.crate_alive)) { _root.crate.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate2.crate_alive)) { _root.crate2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate3.crate_alive)) { _root.crate3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate4.crate_alive)) { _root.crate4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate5.crate_alive)) { _root.crate5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate6.crate_alive)) { _root.crate6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate7.crate_alive)) { _root.crate7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate8.crate_alive)) { _root.crate8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate9.crate_alive)) { _root.crate9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate10.crate_alive)) { _root.crate10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate11.crate_alive)) { _root.crate11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate12.crate_alive)) { _root.crate12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate13.crate_alive)) { _root.crate13.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate14.crate_alive)) { _root.crate14.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate15.crate_alive)) { _root.crate15.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate16.crate_alive)) { _root.crate16.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate17.crate_alive)) { _root.crate17.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate18.crate_alive)) { _root.crate18.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate19.crate_alive)) { _root.crate19.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate20.crate_alive)) { _root.crate20.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate21.crate_alive)) { _root.crate21.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate22.crate_alive)) { _root.crate22.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate23.crate_alive)) { _root.crate23.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate24.crate_alive)) { _root.crate24.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz1.buzz_alive)) { _root.buzz1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz2.buzz_alive)) { _root.buzz2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz3.buzz_alive)) { _root.buzz3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz4.buzz_alive)) { _root.buzz4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz5.buzz_alive)) { _root.buzz5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz6.buzz_alive)) { _root.buzz6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz7.buzz_alive)) { _root.buzz7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz8.buzz_alive)) { _root.buzz8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz9.buzz_alive)) { _root.buzz9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz10.buzz_alive)) { _root.buzz10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz11.buzz_alive)) { _root.buzz11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz12.buzz_alive)) { _root.buzz12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz13.buzz_alive)) { _root.buzz13.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.wall1.wall_alive)) { _root.wall1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.wall2.wall_alive)) { _root.ground.wall2.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.wall3.wall_alive)) { _root.ground.wall3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.wall4.wall_alive)) { _root.ground.wall4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.wall5.wall_alive)) { _root.ground.wall5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.wall6.wall_alive)) { _root.ground.wall6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g3.node)) { _root.tank1.g3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g4.node)) { _root.tank1.g4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g5.node)) { _root.tank1.g5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g6.node)) { _root.tank1.g6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g7.node)) { _root.tank1.g7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g8.node)) { _root.tank1.g8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g9.node)) { _root.tank1.g9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g1.node)) { _root.tank1.g1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g10.node)) { _root.tank1.g10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g11.node)) { _root.tank1.g11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g12.node)) { _root.tank1.g12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g12.eye)) { _root.tank1.g12.eye.play()(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g2.node)) { _root.tank1.g2.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g2.node)) { _root.tank2.g2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g3.node)) { _root.tank2.g3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g4.node)) { _root.tank2.g4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g5.node)) { _root.tank2.g5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g6.node)) { _root.tank2.g6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g7.node)) { _root.tank2.g7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g8.node)) { _root.tank2.g8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g9.node)) { _root.tank2.g9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g10.node)) { _root.tank2.g10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g11.node)) { _root.tank2.g11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g12.node)) { _root.tank2.g12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g12.eye)) { _root.tank2.g12.eye.play()(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g2.node)) { _root.tank3.g2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g3.node)) { _root.tank3.g3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g4.node)) { _root.tank3.g4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g5.node)) { _root.tank3.g5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g6.node)) { _root.tank3.g6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g7.node)) { _root.tank3.g7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g8.node)) { _root.tank3.g8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g9.node)) { _root.tank3.g9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g10.node)) { _root.tank3.g10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g11.node)) { _root.tank3.g11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g12.node)) { _root.tank3.g12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g12.eye)) { _root.tank3.g12.eye.play()(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g1.node)) { _root.tank4.g1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g2.node)) { _root.tank4.g2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g3.node)) { _root.tank4.g3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g4.node)) { _root.tank4.g4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g12.node)) { _root.tank4.g12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g12.eye)) { _root.tank4.g12.eye.play()(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g5.node)) { _root.tank4.g5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g6.node)) { _root.tank4.g6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g7.node)) { _root.tank4.g7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g8.node)) { _root.tank4.g8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g9.node)) { _root.tank4.g9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g10.node)) { _root.tank4.g10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g11.node)) { _root.tank4.g11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister1.lips.node)) { _root.blister1.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister2.lips.node)) { _root.blister2.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister3.lips.node)) { _root.blister3.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister4.lips.node)) { _root.blister4.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister5.lips.node)) { _root.blister5.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister6.lips.node)) { _root.blister6.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister7.lips.node)) { _root.blister7.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister8.lips.node)) { _root.blister8.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister8.lips.node)) { _root.blister8.lips.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister1.node2)) { _root.blister1.nextFrame(); _root.blister1.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister2.node2)) { _root.blister2.nextFrame(); _root.blister2.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister3.node2)) { _root.blister3.nextFrame(); _root.blister3.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister4.node2)) { _root.blister4.nextFrame(); _root.blister4.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister5.node2)) { _root.blister5.nextFrame(); _root.blister5.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister6.node2)) { _root.blister6.nextFrame(); _root.blister6.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister7.node2)) { _root.blister7.nextFrame(); _root.blister7.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister8.node2)) { _root.blister8.nextFrame(); _root.blister8.lips.gotoAndStop(8); this.nextFrame(); } if (this.hitTest(_root.ench1.legs.legs1.part1.legbox)) { _root.ench1.legs.legs1.part1.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part2.legbox)) { _root.ench1.legs.legs1.part2.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.torso.bodyshot)) { _root.ench1.torso.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.head1.head_destruct.head.headshot)) { _root.ench1.head1.head_destruct.head.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part3.legbox)) { _root.ench1.legs.legshit.part3.nextFrame(); _root.ench1.legs.legs1.part3.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part4.legbox)) { _root.ench1.legs.legshit.part4.nextFrame(); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.arm1.armhit.arm_hitbox)) { _root.ench1.arm1.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench1.arm2.armhit.arm_hitbox)) { _root.ench1.arm2.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench2.legs.legs1.part1.legbox)) { _root.ench2.legs.legs1.part1.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.legs.legs1.part2.legbox)) { _root.ench2.legs.legs1.part2.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.torso.bodyshot)) { _root.ench2.torso.nextFrame(); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.head1.head_destruct.head.headshot)) { _root.ench2.head1.head_destruct.head.nextFrame(); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.legs.legs1.part3.legbox)) { _root.ench2.legs.legshit.part3.nextFrame(); _root.ench2.legs.legs1.part3.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.legs.legs1.part4.legbox)) { _root.ench2.legs.legshit.part4.nextFrame(); _root.ench2.legs.legs1.part4.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.legs.legs1.part4.nextFrame(); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.arm1.armhit.arm_hitbox)) { _root.ench1.arm1.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench1.arm2.armhit.arm_hitbox)) { _root.ench1.arm2.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench1.shield.shieldhitter)) { _root.ench1.shield.play(); _root.ench1.shield.shieldmain.gotoAndPlay(2); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.shield.shieldhitter)) { _root.ench2.shield.nextFrame(); _root.ench2.shield.shieldmain.gotoAndPlay(2); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.arm2.armhit.arm_hitbox)) { _root.ench1.arm2.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench2.arm1.armhit.arm_hitbox)) { _root.ench2.arm1.armhit.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench2.arm2.armhit.arm_hitbox)) { _root.ench2.arm2.armhit.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ground.wall1.wall_alive)) { _root.ground.wall1.nextFrame(); } if (this.hitTest(_root.ceiling1.wall_alive)) { _root.ceiling1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.wingleft)) { _root.ench2.wingleft.gotoAndStop(2); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.wingleft)) { _root.ench1.wingleft.gotoAndStop(2); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.wingright)) { _root.ench2.wingright.gotoAndStop(2); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.wingright)) { _root.ench1.wingright.gotoAndStop(2); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part1.legbox)) { _root.ench1.legs.legs1.part1.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part2.legbox)) { _root.ench1.legs.legs1.part2.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.torso.bodyshot)) { _root.ench1.torso.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.head1.head_destruct.head.headshot)) { _root.ench1.head1.head_destruct.head.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part3.legbox)) { _root.ench1.legs.legshit.part3.nextFrame(); _root.ench1.legs.legs1.part3.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part4.legbox)) { _root.ench1.legs.legshit.part4.nextFrame(); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.arm1.armhit.arm_hitbox)) { _root.ench1.arm1.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench1.arm2.armhit.arm_hitbox)) { _root.ench1.arm2.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench3.legs.legs1.part1.legbox)) { _root.ench3.legs.legs1.part1.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.legs.legs1.part2.legbox)) { _root.ench3.legs.legs1.part2.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.torso.bodyshot)) { _root.ench3.torso.nextFrame(); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.head1.head_destruct.head.headshot)) { _root.ench3.head1.head_destruct.head.nextFrame(); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.legs.legs1.part3.legbox)) { _root.ench3.legs.legshit.part3.nextFrame(); _root.ench3.legs.legs1.part3.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.legs.legs1.part4.legbox)) { _root.ench3.legs.legshit.part4.nextFrame(); _root.ench3.legs.legs1.part4.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.legs.legs1.part4.nextFrame(); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.arm1.armhit.arm_hitbox)) { _root.ench3.arm1.armhit.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench3.arm2.armhit.arm_hitbox)) { _root.ench3.arm2.armhit.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench3.shield.shieldhitter)) { _root.ench3.shield.play(); _root.ench3.shield.shieldmain.gotoAndPlay(2); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.shield.shieldhitter)) { _root.ench4.shield.nextFrame(); _root.ench4.shield.shieldmain.gotoAndPlay(2); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.arm2.armhit.arm_hitbox)) { _root.ench4.arm2.armhit.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench4.arm1.armhit.arm_hitbox)) { _root.ench4.arm1.armhit.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench4.arm2.armhit.arm_hitbox)) { _root.ench4.arm2.armhit.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); } if (this.hitTest(_root.ench4.wingleft)) { _root.ench4.wingleft.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.wingleft)) { _root.ench4.wingleft.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.wingright)) { _root.ench4.wingright.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.wingright)) { _root.ench4.wingright.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.head1.head_destruct.head.headshot)) { _root.ench4.head1.head_destruct.head.nextFrame(); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.legs.legs1.part3.legbox)) { _root.ench4.legs.legshit.part3.nextFrame(); _root.ench4.legs.legs1.part3.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.legs.legs2.part4.legbox)) { _root.ench4.legs.legshit.part4.nextFrame(); _root.ench4.legs.legs2.part4.nextFrame(); _root.ench4.legs.legs2.gotoAndPlay(17); _root.ench4.legs.legs2.part4.nextFrame(); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.torso.bodyshot)) { _root.ench4.torso.nextFrame(); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.orb1.orbhit)) { _root.ench1.orb1.nextFrame(); } if (this.hitTest(_root.ench1.orb2.orbhit)) { _root.ench1.orb2.nextFrame(); } if (this.hitTest(_root.ench2.orb1.orbhit)) { _root.ench2.orb1.nextFrame(); } if (this.hitTest(_root.ench2.orb2.orbhit)) { _root.ench2.orb2.nextFrame(); } if (this.hitTest(_root.ench3.orb1.orbhit)) { _root.ench3.orb1.nextFrame(); } if (this.hitTest(_root.ench3.orb2.orbhit)) { _root.ench3.orb2.nextFrame(); } if (this.hitTest(_root.ench4.orb1.orbhit)) { _root.ench4.orb1.nextFrame(); } if (this.hitTest(_root.ench4.orb2.orbhit)) { _root.ench4.orb2.nextFrame(); } if (this.hitTest(_root.ground.realground.doodad1.rocker)) { _root.ground.realground.doodad1.nextFrame(); } if (this.hitTest(_root.ground.realground.doodad2.rocker)) { _root.ground.realground.doodad2.nextFrame(); } if (this.hitTest(_root.pir1.hit)) { _root.pir1.dsw.gotoAndStop(3); _root.pir1.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir2.hit)) { _root.pir2.dsw.gotoAndStop(3); _root.pir2.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir3.hit)) { _root.pir3.dsw.gotoAndStop(3); _root.pir3.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir4.hit)) { _root.pir4.dsw.gotoAndStop(3); _root.pir4.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir5.hit)) { _root.pir5.dsw.gotoAndStop(3); _root.pir5.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir6.hit)) { _root.pir6.dsw.gotoAndStop(3); _root.pir6.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir7.hit)) { _root.pir7.dsw.gotoAndStop(3); _root.pir7.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir8.hit)) { _root.pir8.dsw.gotoAndStop(3); _root.pir8.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir9.hit)) { _root.pir9.dsw.gotoAndStop(3); _root.pir9.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir10.hit)) { _root.pir10.dsw.gotoAndStop(3); _root.pir10.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir11.hit)) { _root.pir11.dsw.gotoAndStop(3); _root.pir11.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir12.hit)) { _root.pir12.dsw.gotoAndStop(3); _root.pir12.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir13.hit)) { _root.pir13.dsw.gotoAndStop(3); _root.pir13.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir14.hit)) { _root.pir14.dsw.gotoAndStop(3); _root.pir14.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir15.hit)) { _root.pir15.dsw.gotoAndStop(3); _root.pir15.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir16.hit)) { _root.pir16.dsw.gotoAndStop(3); _root.pir16.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir17.hit)) { _root.pir17.dsw.gotoAndStop(3); _root.pir17.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir18.hit)) { _root.pir18.dsw.gotoAndStop(3); _root.pir18.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir19.hit)) { _root.pir19.dsw.gotoAndStop(3); _root.pir19.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir20.hit)) { _root.pir20.dsw.gotoAndStop(3); _root.pir20.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir21.hit)) { _root.pir21.dsw.gotoAndStop(3); _root.pir21.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir22.hit)) { _root.pir22.dsw.gotoAndStop(3); _root.pir22.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir23.hit)) { _root.pir23.dsw.gotoAndStop(3); _root.pir23.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir24.hit)) { _root.pir24.dsw.gotoAndStop(3); _root.pir24.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir25.hit)) { _root.pir25.dsw.gotoAndStop(3); _root.pir25.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir26.hit)) { _root.pir26.dsw.gotoAndStop(3); _root.pir26.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir27.hit)) { _root.pir27.dsw.gotoAndStop(3); _root.pir27.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir28.hit)) { _root.pir28.dsw.gotoAndStop(3); _root.pir28.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.bgr1.hit2)) { _root.bgr1.attachMovie(bullgex, bull, _root.getNextHighestDepth); _root.bgr1.nextFrame(); _root.bgr1.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr2.hit2)) { _root.bgr2.attachMovie(bullgex, bull, _root.getNextHighestDepth); _root.bgr2.nextFrame(); _root.bgr2.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr3.hit2)) { _root.bgr3.attachMovie(bullgex, bull, _root.getNextHighestDepth); _root.bgr3.nextFrame(); _root.bgr3.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr4.hit2)) { _root.bgr4.attachMovie(bullgex, bull, _root.getNextHighestDepth); _root.bgr4.nextFrame(); _root.bgr4.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr5.hit2)) { _root.bgr5.attachMovie(bullgex, bull, _root.getNextHighestDepth); _root.bgr5.nextFrame(); _root.bgr5.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr6.hit2)) { _root.bgr6.attachMovie(bullgex, bull, _root.getNextHighestDepth); _root.bgr6.nextFrame(); _root.bgr6.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr7.hit2)) { _root.bgr7.attachMovie(bullgex, bull, _root.getNextHighestDepth); _root.bgr7.nextFrame(); _root.bgr7.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.realground.flatland1.rocker)) { _root.ground.realground.flatland1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf1.sup1.hit)) { _root.ground.scaf1.sup1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf1.sup2.hit)) { _root.ground.scaf1.sup2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf1.sup2.hit)) { _root.ground.scaf1.sup2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf1.scafftop.hit)) { _root.ground.scaf1.scafftop.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf2.sup1.hit)) { _root.ground.scaf2.sup1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf2.sup2.hit)) { _root.ground.scaf2.sup2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf2.sup2.hit)) { _root.ground.scaf2.sup2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf2.scafftop.hit)) { _root.ground.scaf2.scafftop.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.fly1.hit)) { _root.fly1.gotoAndStop(2); removeMovieClip(_parent); } if (this.hitTest(_root.fly1.hit2)) { _root.fly1.gotoAndStop(3); removeMovieClip(_parent); } if (this.hitTest(_root.fly2.hit)) { _root.fly2.gotoAndStop(2); removeMovieClip(_parent); } if (this.hitTest(_root.fly2.hit2)) { _root.fly2.gotoAndStop(3); removeMovieClip(_parent); } if (this.hitTest(_root.fly3.hit)) { _root.fly3.gotoAndStop(2); removeMovieClip(_parent); } if (this.hitTest(_root.fly3.hit2)) { _root.fly3.gotoAndStop(3); removeMovieClip(_parent); } if (this.hitTest(_root.fly4.hit)) { _root.fly4.gotoAndStop(2); removeMovieClip(_parent); } if (this.hitTest(_root.fly4.hit2)) { _root.fly4.gotoAndStop(3); removeMovieClip(_parent); } f = 0; while (f < _root.flyArray.length) { if (this.hitTest(_root["fly" + f].hit)) { _root.flyArray[f].gotoAndStop(2); _root.makeBP(); removeMovieClip(_parent); } if (this.hitTest(_root.gro.hit)) { _root.gro.grohit.play(); _root.gro.damage = _root.gro.damage - 1; _parent.unloadMovie(); } f++; } }
Symbol 117 MovieClip Frame 1
this.play();
Symbol 117 MovieClip Frame 11
_parent.gotoAndStop(random(6));
Symbol 117 MovieClip Frame 69
_parent.gotoAndStop(random(6));
Symbol 117 MovieClip Frame 79
_parent._parent.gotoAndStop(3);
Symbol 128 MovieClip Frame 191
_parent.gotoAndStop(1);
Symbol 134 MovieClip Frame 1
_parent._parent._parent.jumper.gotoAndStop(2);
Symbol 134 MovieClip Frame 46
_parent._parent._parent.jumper.gotoAndStop(1); _parent.gotoAndStop(1);
Symbol 135 MovieClip Frame 1
stop(); _parent.jumper.gotoAndStop(1);
Symbol 135 MovieClip Frame 2
stop(); _parent.jumper.gotoAndStop(1);
Symbol 135 MovieClip Frame 4
stop(); _parent.jumper.gotoAndStop(1);
Symbol 135 MovieClip Frame 5
stop(); _parent.jumper.gotoAndStop(1);
Symbol 135 MovieClip Frame 6
stop(); _parent.jumper.gotoAndStop(1);
Symbol 135 MovieClip Frame 7
stop(); _parent.jumper.gotoAndStop(1);
Symbol 141 MovieClip Frame 17
_parent.gotoAndStop(1);
Symbol 160 MovieClip Frame 1
play();
Symbol 160 MovieClip Frame 58
_parent.gotoAndStop(1);
Symbol 162 MovieClip Frame 1
this._alpha = 0; this.gotoAndStop(random(5)); stop(); onEnterFrame = function () { xsp = 2; _parent._parent._xscale = 100; _parent._parent._x = _parent._parent._x - xsp; };
Symbol 162 MovieClip Frame 2
onEnterFrame = function () { xsp = 3; _parent._parent._xscale = -100; _parent._parent._x = _parent._parent._x + xsp; };
Symbol 162 MovieClip Frame 3
onEnterFrame = function () { xsp = 8; xsp--; };
Symbol 163 MovieClip [sprout1] Frame 1
stop();
Symbol 165 MovieClip Frame 1
_alpha = 0; stop(); onEnterFrame = function () { spd = 0; _parent._y = _parent._y - spd; }; stop();
Symbol 165 MovieClip Frame 2
onEnterFrame = function () { spd = 14; _parent._y = _parent._y - spd; _parent._x = _parent._x + (random(3) - 5); };
Symbol 167 MovieClip Frame 11
stop();
Symbol 185 MovieClip Frame 25
_parent._parent.jumper.gotoAndStop(1);
Symbol 185 MovieClip Frame 65
stop(); _parent._parent.removeMovieClip();
Symbol 192 MovieClip Frame 1
stop(); this._alpha = 0; this.gotoAndStop(random(5));
Symbol 203 MovieClip Frame 1
Symbol 203 MovieClip Frame 50
stop(); this.unloadMovie();
Symbol 204 MovieClip Frame 1
stop(); this.gotoAndStop(random(11));
Symbol 208 MovieClip Frame 1
onEnterFramef = function () { this._alpha = this._alpha - 1; if (_alpha == 0) { this.unloadMovie(); } }; var ySp = 1; var xSp = 1; var fall = 29; var gravi = ((this.gravi = random(1) - 0.35)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(21) - 10; this.ySp = random(22) - 15; this.rota = random(50) - 20; this.onEnterFrame = explode;
Instance of Symbol 40 MovieClip in Symbol 208 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { _parent.unloadMovie(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Symbol 212 MovieClip Frame 10
stop();
Symbol 223 MovieClip Frame 1
var fall = 6; var gravi = ((this.gravi = random(1) - 0.55)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(20) - 10; this.ySp = random(20) - 15; this.rota = random(50) - 20; this.onEnterFrame = explode; stop(); gotoAndStop(random(11));
Symbol 236 MovieClip Frame 1
gotoAndStop(random(6)); var fall = 2; var gravi = ((this.gravi = random(0.5) - 0.5)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(10) - 5; this.ySp = random(18) - 14; this.rota = random(50) - 20; this.onEnterFrame = explode;
Symbol 239 MovieClip Frame 1
var counter = 500; counter--; this.onEnterFrame == function () { counter--; if (counter <= 0) { this.removeMovieClip(); } }; this.gotoAndStop(random(11)); var fall = 6; var gravi = ((this.gravi = random(1) - 0.55)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(20) - 10; this.ySp = random(20) - 15; this.rota = random(50) - 20; this.onEnterFrame = explode;
Symbol 239 MovieClip Frame 2
stop();
Instance of Symbol 223 MovieClip in Symbol 240 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 223 MovieClip in Symbol 240 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 223 MovieClip in Symbol 240 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 236 MovieClip in Symbol 240 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 223 MovieClip in Symbol 240 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 223 MovieClip in Symbol 240 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 223 MovieClip in Symbol 240 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 223 MovieClip in Symbol 240 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Symbol 240 MovieClip Frame 81
_parent.removeMovieClip();
Symbol 241 MovieClip Frame 55
stop(); _parent.removeMovieClip(); _parent._parent.removeMovieClip();
Symbol 274 MovieClip Frame 1
var gravi = ((this.gravi = random(0.5) - 0.5)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(10) - 5; this.ySp = random(5) - 8; this.rota = random(50) - 20; this.onEnterFrame = explode; var fall = 2;
Symbol 274 MovieClip Frame 33
var gravi = ((this.gravi = random(0.5) - 0.5)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = 0; this.ySp = 0; this.rota = 20; this.onEnterFrame = explode;
Symbol 276 MovieClip Frame 1
var gravi = ((this.gravi = random(0.5) - 0.5)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(10) - 5; this.ySp = random(5) - 8; this.rota = random(50) - 20; this.onEnterFrame = explode;
Symbol 276 MovieClip Frame 40
_parent.removeMovieClip();
Symbol 278 MovieClip Frame 1
var gravi = ((this.gravi = random(0.5) - 0.5)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(5) - 5; this.ySp = random(5) - 8; this.rota = random(5) - 5; this.onEnterFrame = explode;
Symbol 278 MovieClip Frame 35
_parent.removeMovieClip();
Symbol 280 MovieClip Frame 1
var gravi = ((this.gravi = random(0.5) - 0.5)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(10) - 5; this.ySp = random(5) - 8; this.rota = random(50) - 20; this.onEnterFrame = explode;
Symbol 280 MovieClip Frame 31
_parent.removeMovieClip();
Symbol 281 MovieClip Frame 1
stop(); gotoAndStop(random(7));
Instance of Symbol 274 MovieClip in Symbol 281 MovieClip Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 25; this._alpha = this._alpha - 42; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = this._alpha - 42; } }
Instance of Symbol 276 MovieClip in Symbol 281 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = this._alpha - 42; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = this._alpha - 42; } }
Instance of Symbol 278 MovieClip in Symbol 281 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = this._alpha - 42; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = this._alpha - 42; } }
Instance of Symbol 223 MovieClip in Symbol 281 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 223 MovieClip in Symbol 281 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Symbol 298 MovieClip [flamegib] Frame 1
var ySp = 1; var xSp = 1; var fall = 300; var gravi = ((this.gravi = random(1) - 0.85)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(21) - 10; this.ySp = random(22) - 15; this.onEnterFrame = explode;
Symbol 298 MovieClip [flamegib] Frame 49
stop();
Symbol 299 MovieClip Frame 51
stop(); _parent._parent.removeMovieClip();
Symbol 326 MovieClip [ammog] Frame 24
_parent.unloadMovie(); stop();
Symbol 380 MovieClip Frame 1
this._alpha = "0";
Symbol 380 MovieClip Frame 50
this._alpha = "0"; _parent.removeMovieClip();
Symbol 381 MovieClip Frame 55
stop(); stop();
Symbol 382 MovieClip Frame 1
stop(); gotoAndStop(random(5));
Symbol 382 MovieClip Frame 2
stop();
Symbol 382 MovieClip Frame 3
stop();
Symbol 385 MovieClip [smoke] Frame 1
onEnterFrame = function () { this._rotation = this._rotation + (random(4) + 5); };
Symbol 385 MovieClip [smoke] Frame 56
this.unloadMovie();
Symbol 386 MovieClip Frame 1
play();
Instance of Symbol 385 MovieClip [smoke] in Symbol 386 MovieClip Frame 1
onClipEvent (load) { speed = random(5) + 3; } onClipEvent (enterFrame) { this._y = this._y - 5; this._xscale = this._xscale + this.speed; this._yscale = this._yscale + this.speed; this._alpha = this._alpha - this.speed; if (this._alpha <= 0) { delete this.onEnterFrame; removeMovieClip(this); } }
Instance of Symbol 385 MovieClip [smoke] in Symbol 386 MovieClip Frame 1
onClipEvent (load) { speed = random(4) + 11; } onClipEvent (enterFrame) { this._y = this._y - 9; this._xscale = this._xscale + this.speed; this._yscale = this._yscale + this.speed; this._alpha = this._alpha - this.speed; if (this._alpha <= 0) { delete this.onEnterFrame; removeMovieClip(this); } }
Instance of Symbol 385 MovieClip [smoke] in Symbol 386 MovieClip Frame 5
onClipEvent (load) { speed = random(1) + 3; } onClipEvent (enterFrame) { this._y = this._y - 9; this._xscale = this._xscale + this.speed; this._yscale = this._yscale + this.speed; this._alpha = this._alpha - this.speed; if (this._alpha <= 0) { delete this.onEnterFrame; removeMovieClip(this); } }
Instance of Symbol 385 MovieClip [smoke] in Symbol 386 MovieClip Frame 5
onClipEvent (load) { speed = random(9) + 13; } onClipEvent (enterFrame) { this._y = this._y - 9; this._xscale = this._xscale + this.speed; this._yscale = this._yscale + this.speed; this._alpha = this._alpha - this.speed; if (this._alpha <= 0) { delete this.onEnterFrame; removeMovieClip(this); } }
Instance of Symbol 385 MovieClip [smoke] in Symbol 386 MovieClip Frame 12
onClipEvent (load) { speed = random(5) + 3; } onClipEvent (enterFrame) { this._y = this._y - 9; this._xscale = this._xscale + this.speed; this._yscale = this._yscale + this.speed; this._alpha = this._alpha - this.speed; if (this._alpha <= 0) { delete this.onEnterFrame; removeMovieClip(this); } }
Instance of Symbol 385 MovieClip [smoke] in Symbol 386 MovieClip Frame 12
onClipEvent (load) { speed = random(2) + 6; } onClipEvent (enterFrame) { this._y = this._y - 9; this._xscale = this._xscale + this.speed; this._yscale = this._yscale + this.speed; this._alpha = this._alpha - this.speed; if (this._alpha <= 0) { delete this.onEnterFrame; removeMovieClip(this); } }
Instance of Symbol 385 MovieClip [smoke] in Symbol 386 MovieClip Frame 12
onClipEvent (load) { speed = random(5) + 3; } onClipEvent (enterFrame) { this._y = this._y - 9; this._xscale = this._xscale + this.speed; this._yscale = this._yscale + this.speed; this._alpha = this._alpha - this.speed; if (this._alpha <= 0) { delete this.onEnterFrame; removeMovieClip(this); } }
Symbol 386 MovieClip Frame 81
stop();
Symbol 453 MovieClip Frame 247
_parent.unloadMovie();
Symbol 455 MovieClip Frame 1
this._alpha = 0; this.gotoAndStop(random(4)); onEnterFrame = function () { _parent._x = _parent._x - _parent.xsp; _parent._y = _parent._y + _parent.ysp; };
Symbol 455 MovieClip Frame 2
this._alpha = 0; onEnterFrame = function () { _parent._x = _parent._x + _parent.xsp; _parent._y = _parent._y + _parent.ysp; };
Symbol 455 MovieClip Frame 3
this._alpha = 0; onEnterFrame = function () { _parent.xsp = _parent.xsp + 2; _parent.ysp = _parent.ysp + 2; _parent._x = _parent._x + _parent.xsp; _parent._y = _parent._y + _parent.ysp; };
Symbol 457 MovieClip [coinrab] Frame 1
stop(); var ground = _root.ground; var grav = 0; var gravity = 0.2; var speed = 16; var maxJump = -18; var touchingGround = false; onEnterFrame = function () { ysp = ysp - 0.1; xsp = xsp - 0.1; this._y = this._y + grav; grav = grav + gravity; while (ground.hitTest(this._x, this._y, true)) { this._y = this._y - gravity; grav = 0; } if (ground.hitTest(this._x, this._y + 5, true)) { touchingGround = true; } else { touchingGround = false; } xsp = random(1) - 2; ysp = random(9) - 11; if (this.hitTest(_root.hero)) { this.gotoAndStop(2); } }; _root.makeSMO(); _root.makeSMOs._x = this._x; _root.makeSMOs._y = this._y;
Instance of Symbol 453 MovieClip in Symbol 457 MovieClip [coinrab] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { _parent.ySp = _parent.ySp * -1; } if (this.hitTest(_root.ground.stubble2)) { _parent.ySp = _parent.ySp * -1; _parent.ySp = 2; } }
Instance of Symbol 33 MovieClip [box_alive] in Symbol 457 MovieClip [coinrab] Frame 1
onClipEvent (enterFrame) { if ((_root.hero._x >= 420) && (_root.screenmove == true)) { _parent._x = _parent._x - 6; } if (_root.hero._x <= 150) { _parent._x = _parent._x + 6; } }
Symbol 457 MovieClip [coinrab] Frame 2
var xSp = 0; var ySp = 0; var grav = 0; var fall = 0; stop(); _root.coins = _root.coins + 1;
Instance of Symbol 33 MovieClip [box_alive] in Symbol 457 MovieClip [coinrab] Frame 2
onClipEvent (enterFrame) { if ((_root.hero._x >= 420) && (_root.screenmove == true)) { _parent._x = _parent._x - 6; } if (_root.hero._x <= 150) { _parent._x = _parent._x + 6; } }
Symbol 458 MovieClip [enemy] Frame 1
stop(); var ground = _root.ground; var grav = 0; var gravity = 0.5; var speed = 2; var maxJump = -12; var touchingGround = false; onEnterFrame = function () { _y = (_y + grav); grav = grav + gravity; while (ground.hitTest(_x, _y, true)) { _y = (_y - gravity); grav = 0; } if (ground.hitTest(_x, _y + 5, true)) { touchingGround = true; } else { touchingGround = false; } if (ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { _x = (_x - speed); } if (ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { _x = (_x + speed); } }; var ground = _root.ground; var grav = 0; var gravity = 1; var speed = 7; var maxJump = -18; var touchingGround = false; onEnterFrame = function () { _y = (_y + grav); grav = grav + gravity; while (ground.hitTest(_x, _y, true)) { _y = (_y - gravity); grav = 0; } if (ground.hitTest(_x, _y + 5, true)) { touchingGround = true; } else { touchingGround = false; } if (ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { _x = (_x - speed); } if (ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { _x = (_x + speed); } }; stop();
Instance of Symbol 33 MovieClip [box_alive] "box_alive" in Symbol 458 MovieClip [enemy] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hurtbox)) { _root.life = _root.life - 1; _root.lifebar.nextFrame(); } }
Instance of Symbol 163 MovieClip [sprout1] "sprout_main" in Symbol 458 MovieClip [enemy] Frame 1
onClipEvent (load) { var mspeed = 2; var ground = _root.ground; var grav = 0; var gravity = 0.5; var speed = 4; var maxJump = -18; var touchingGround = false; }
Instance of Symbol 40 MovieClip in Symbol 458 MovieClip [enemy] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hand.swipe)) { _parent.gotoAndStop(4); } }
Instance of Symbol 167 MovieClip in Symbol 458 MovieClip [enemy] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hand.swipe)) { _parent.gotoAndStop(3); } }
Instance of Symbol 33 MovieClip [box_alive] in Symbol 458 MovieClip [enemy] Frame 1
onClipEvent (enterFrame) { if ((_root.hero._x >= 420) && (_root.screenmove == true)) { _parent._x = _parent._x - 6; } if (_root.hero._x <= 150) { _parent._x = _parent._x + 6; } }
Instance of Symbol 163 MovieClip [sprout1] "sprout_main" in Symbol 458 MovieClip [enemy] Frame 2
onClipEvent (load) { var mspeed = 2; var ground = _root.ground; var grav = 0; var gravity = 1; var speed = 4; var maxJump = -18; var touchingGround = false; }
Instance of Symbol 33 MovieClip [box_alive] "box_alive" in Symbol 458 MovieClip [enemy] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.life = _root.life - 1; _root.lifebar.nextFrame(); } }
Symbol 458 MovieClip [enemy] Frame 4
_root.makecgrab(); _root.makec._x = this._x; _root.makec._y = this._y; _root.makecgrab(); _root.makec._x = this._x; _root.makec._y = this._y;
Instance of Symbol 33 MovieClip [box_alive] in Symbol 458 MovieClip [enemy] Frame 4
onClipEvent (enterFrame) { if ((_root.hero._x >= 420) && (_root.screenmove == true)) { _parent._x = _parent._x - 6; } if (_root.hero._x <= 150) { _parent._x = _parent._x + 6; } }
Symbol 458 MovieClip [enemy] Frame 5
_root.makecgrab(); _root.makec._x = this._x; _root.makec._y = this._y; _root.makecgrab(); _root.makec._x = this._x; _root.makec._y = this._y;
Instance of Symbol 457 MovieClip [coinrab] in Symbol 458 MovieClip [enemy] Frame 6
onClipEvent (enterFrame) { stop(); if (this.hitTest(_root.hero)) { this.gotoAndStop(2); } }
Instance of Symbol 33 MovieClip [box_alive] in Symbol 458 MovieClip [enemy] Frame 6
onClipEvent (enterFrame) { if (_root.hero._x >= 520) { _parent._x = _parent._x - 6; } if (_root.hero._x <= 150) { _parent._x = _parent._x + 6; } }
Symbol 468 MovieClip [gib] Frame 1
var fall = 6; var gravi = ((this.gravi = random(1) - 0.55)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(25) - 10; this.ySp = random(10) - 15; this.rota = random(10) - 20; this.onEnterFrame = explode; this.gotoAndStop(random(10)); stop();
Symbol 482 MovieClip Frame 79
_parent._parent.gotoAndStop(2);
Symbol 491 MovieClip Frame 45
_parent._parent.gotoAndStop(1);
Symbol 510 MovieClip Frame 1
onEnterFrame = function () { _parent._parent.hit.nextFrame(); };
Symbol 510 MovieClip Frame 155
onEnterFrame = function () { _parent._parent.xsp = 2; _parent._parent._xscale = 100; _parent._parent._x = _parent._parent._x - xsp; }; onEnterFrame = function () { _parent.hit.prevFrame(); };
Symbol 510 MovieClip Frame 156
_parent.gotoAndStop(1);
Symbol 519 MovieClip Frame 58
_parent.gotoAndStop(1);
Symbol 520 MovieClip Frame 1
this.gotoAndStop(random(5));
Symbol 528 MovieClip Frame 42
_root.createPb();
Symbol 528 MovieClip Frame 97
_parent._parent.gotoAndStop(1);
Symbol 529 MovieClip Frame 1
stop(); gotoAndStop(random(3));
Symbol 535 MovieClip Frame 45
_parent.gotoAndStop(4);
Symbol 536 MovieClip Frame 1
onEnterFrame = function () { if ((_root.hero._x - this.piri._x) > 400) { gotoAndStop (6); _parent._xscale = 100; } }; stop(); this.gotoAndStop(random(10));
Symbol 536 MovieClip Frame 4
_parent.gotoAndStop(2);
Symbol 536 MovieClip Frame 5
_parent.gotoAndStop(2);
Symbol 536 MovieClip Frame 6
_parent.gotoAndStop(2);
Symbol 536 MovieClip Frame 8
onEnterFrame = function () { _parent._xscale = 100; _parent._x = _parent._x - 2; };
Symbol 561 MovieClip Frame 41
_parent.gotoAndStop(1);
Symbol 573 MovieClip Frame 1
var fall = 6; var gravi = ((this.gravi = random(1) - 0.55)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(5) - 5; this.ySp = random(6) - 3; this.rota = random(10) - 20; this.onEnterFrame = explode;
Symbol 581 MovieClip Frame 16
_parent.hit.unloadMovie();
Symbol 581 MovieClip Frame 22
_parent.hit.unloadMovie();
Symbol 581 MovieClip Frame 27
_parent.hit.unloadMovie();
Symbol 581 MovieClip Frame 31
_parent.hit.unloadMovie();
Symbol 581 MovieClip Frame 95
stop(); _parent.unloadMovie();
Symbol 581 MovieClip Frame 105
stop(); _parent.unloadMovie();
Symbol 591 MovieClip Frame 32
stop(); this.unloadMovie();
Symbol 607 MovieClip Frame 11
_parent.hit.unloadMovie();
Symbol 607 MovieClip Frame 18
_parent.hit.unloadMovie();
Symbol 607 MovieClip Frame 22
_parent.hit.unloadMovie();
Symbol 607 MovieClip Frame 29
_parent.hit.unloadMovie();
Symbol 607 MovieClip Frame 35
_parent.hit.unloadMovie();
Symbol 607 MovieClip Frame 77
_parent.hit.unloadMovie();
Symbol 607 MovieClip Frame 81
_parent.hit.unloadMovie();
Symbol 607 MovieClip Frame 95
_parent.unloadMovie();
Symbol 616 MovieClip Frame 1
stop(); gotoAndStop(random(3));
Symbol 626 MovieClip Frame 21
_parent.hit.unloadMovie();
Symbol 626 MovieClip Frame 27
_parent.hit.unloadMovie();
Symbol 626 MovieClip Frame 32
_parent.hit.unloadMovie();
Symbol 626 MovieClip Frame 36
_parent.hit.unloadMovie();
Symbol 626 MovieClip Frame 58
stop(); _parent.unloadMovie();
Symbol 639 MovieClip [bloodcloud] Frame 42
this.unloadMovie(); stop();
Symbol 640 MovieClip Frame 1
var fall = 2; var gravi = ((this.gravi = random(1) - 0.33)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(22) - 8; this.ySp = random(17) - 14; this.onEnterFrame = explode;
Symbol 642 MovieClip Frame 1
this._alpha = 0;
Symbol 642 MovieClip Frame 134
_parent.removeMovieClip(); stop();
Symbol 655 MovieClip Frame 1
onEnterFrame = function () { if (this.hitTest(_root.ground)) { this.rota = 0; this.ySp = this.ySp * -1; } }; var fall = 1.6; var gravi = ((this.gravi = random(0.2) - 0.2)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; ySp = ySp + _root.explodespeed; this.xSp = random(6) - 1; this.ySp = random(9) - 8; this.rota = random(1) - 5; this.onEnterFrame = explode; stop(); this.gotoAndStop(random(14));
Instance of Symbol 40 MovieClip in Symbol 655 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { _parent.unloadMovie(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Symbol 655 MovieClip Frame 2
var fall = 1.6; var gravi = ((this.gravi = random(0.2) - 0.2)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; ySp = ySp + _root.explodespeed; this.xSp = random(5) - 1; this.ySp = random(7) - 8; this.rota = random(1) - 5; this.onEnterFrame = explode;
Symbol 655 MovieClip Frame 3
var fall = 1.6; var gravi = ((this.gravi = random(0.3) - 0.3)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; ySp = ySp + _root.explodespeed; this.xSp = random(7) - 1; this.ySp = random(8) - 8; this.rota = random(1) - 5; this.onEnterFrame = explode;
Symbol 655 MovieClip Frame 4
var fall = 1.6; var gravi = ((this.gravi = random(0.2) - 0.2)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; ySp = ySp + _root.explodespeed; this.xSp = random(10) - 1; this.ySp = random(15) - 8; this.rota = random(1) - 5; this.onEnterFrame = explode;
Symbol 655 MovieClip Frame 5
var fall = 1.6; var gravi = ((this.gravi = random(0.1) - 0.1)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; ySp = ySp + _root.explodespeed; this.xSp = random(9) - 1; this.ySp = random(10) - 8; this.rota = random(1) - 5; this.onEnterFrame = explode;
Symbol 655 MovieClip Frame 6
var fall = 1.6; var gravi = ((this.gravi = random(0.2) - 0.2)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; ySp = ySp + _root.explodespeed; this.xSp = random(10) - 1; this.ySp = random(15) - 8; this.rota = random(1) - 5; this.onEnterFrame = explode;
Symbol 655 MovieClip Frame 7
var fall = 1.6; var gravi = ((this.gravi = random(0.3) - 0.3)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; ySp = ySp + _root.explodespeed; this.xSp = random(10) - 1; this.ySp = random(15) - 8; this.rota = random(1) - 5; this.onEnterFrame = explode;
Symbol 655 MovieClip Frame 11
var fall = 1; var gravi = ((this.gravi = random(1) - 0.55)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; if (this.hitTest(_root.ground.stubble)) { this.rota = 0; this.ySp = this.ySp * -1; } this.xSp = random(3) - 2; this.ySp = random(4) - 2; this.rota = random(1) - 5; this.onEnterFrame = explode;
Symbol 666 MovieClip Frame 9
_parent.hit.unloadMovie();
Symbol 666 MovieClip Frame 98
stop(); _parent.unloadMovie();
Symbol 683 MovieClip Frame 1
var fall = 1.6; var gravi = ((this.gravi = random(0.1) - 0.1)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; ySp = ySp + _root.explodespeed; this.xSp = random(7) - 4; this.ySp = random(13) - 6; this.rota = random(1) - 5; this.onEnterFrame = explode; gotoAndStop(random(26));
Instance of Symbol 40 MovieClip in Symbol 683 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { _parent.unloadMovie(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Symbol 683 MovieClip Frame 2
var fall = 1.6; var gravi = ((this.gravi = random(0.2) - 0.2)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; ySp = ySp + _root.explodespeed; this.xSp = random(10) - 5; this.ySp = random(15) - 6; this.rota = random(1) - 5; this.onEnterFrame = explode;
Symbol 683 MovieClip Frame 3
var fall = 1.6; var gravi = ((this.gravi = random(0.3) - 0.3)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; ySp = ySp + _root.explodespeed; this.xSp = random(7) - 5; this.ySp = random(14) - 7; this.rota = random(1) - 5; this.onEnterFrame = explode;
Symbol 683 MovieClip Frame 4
var fall = 1.6; var gravi = ((this.gravi = random(0.1) - 0.1)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; ySp = ySp + _root.explodespeed; this.xSp = random(10) - 5; this.ySp = random(16) - 6; this.rota = random(1) - 5; this.onEnterFrame = explode;
Symbol 683 MovieClip Frame 5
var fall = 1.6; var gravi = ((this.gravi = random(0.1) - 0.1)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; ySp = ySp + _root.explodespeed; this.xSp = random(7) - 5; this.ySp = random(15) - 6; this.rota = random(1) - 5; this.onEnterFrame = explode;
Symbol 683 MovieClip Frame 9
_parent.torso.gotoAndStop(10);
Symbol 683 MovieClip Frame 10
_parent.torso.gotoAndStop(11);
Symbol 683 MovieClip Frame 13
_parent.torso.gotoAndStop(10);
Symbol 695 MovieClip Frame 6
_parent._parent.hit.unloadMovie();
Symbol 695 MovieClip Frame 37
_parent._parent.hit.unloadMovie();
Symbol 695 MovieClip Frame 47
stop();
Symbol 704 MovieClip Frame 3
_parent._parent.hit.unloadMovie();
Symbol 704 MovieClip Frame 66
stop();
Symbol 705 MovieClip Frame 1
top(); var ground = _root.ground; var grav = 0; var gravity = 1; var speed = 2; var maxJump = -12; var rota = (math.random(4) - 10); var touchingGround = false; onEnterFrame = function () { rota_box._rotation = rota_box._rotation + this.rota; _y = (_y + grav); grav = grav + gravity; while (ground.hitTest(_x, _y, true)) { _y = (_y - gravity); grav = 0; } if (ground.hitTest(_x, _y + 5, true)) { touchingGround = true; rota = 0; } else { touchingGround = false; rota = 6; } if (ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { _x = (_x - speed); } if (ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { _x = (_x + speed); } }; onEnterFrame = function () { var gravi = ((this.gravi = random(0.5) - 0.5)); var _local2 = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(10) - 5; this.ySp = random(5) - 8; this.rota = random(12) - 8; this.onEnterFrame = _local2; }; stop(); gotoAndStop(random(3));
Symbol 723 MovieClip Frame 1
var fall = 0.8; var gravi = ((this.gravi = random(0.2) - 0.2)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; ySp = ySp + _root.explodespeed; this.xSp = random(7) - 1; this.ySp = random(8) - 8; this.rota = random(1) - 5; this.onEnterFrame = explode;
Symbol 723 MovieClip Frame 32
this.unloadMovie();
Symbol 731 MovieClip Frame 1
var fall = 0.8; var gravi = ((this.gravi = random(0.2) - 0.2)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; ySp = ySp + _root.explodespeed; this.xSp = random(7) - 1; this.ySp = random(8) - 8; this.rota = random(1) - 5; this.onEnterFrame = explode;
Symbol 731 MovieClip Frame 50
this.unloadMovie();
Symbol 732 MovieClip Frame 1
gotoAndStop(random(14)); stop();
Symbol 732 MovieClip Frame 2
fall = 0; xSp = 0; ySp = 0; grav = 0; rota = 0;
Symbol 732 MovieClip Frame 6
var gravi = ((_parent.gravi = random(0.1) - 0.1)); var explode = function () { _parent._x = _parent._x + _parent.xSp; _parent.ySp = _parent.ySp - gravi; _parent._y = _parent._y + _parent.ySp; }; _parent.xSp = random(3) - 2; _parent.ySp = random(3) - 2; _parent.onEnterFrame = explode;
Instance of Symbol 616 MovieClip in Symbol 732 MovieClip Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.ySp = this.ySp * -0.2; } }
Symbol 732 MovieClip Frame 9
this._rotation = 0;
Symbol 732 MovieClip Frame 10
var gravi = ((_parent.gravi = random(0.1) - 0.1)); var explode = function () { _parent._x = _parent._x + _parent.xSp; _parent.ySp = _parent.ySp - gravi; _parent._y = _parent._y + _parent.ySp; _parent.hit.unloadMovie(); _parent._rotation = _parent._rotation + _parent.rota; }; _parent.xSp = random(3) - 2; _parent.ySp = random(2) - 3; _parent.onEnterFrame = explode;
Symbol 732 MovieClip Frame 11
var gravi = ((_parent.gravi = random(0.05) - 0.3)); var explode = function () { _parent._x = _parent._x + _parent.xSp; _parent.ySp = _parent.ySp - gravi; _parent._y = _parent._y + _parent.ySp; _parent.hit.unloadMovie(); _parent._rotation = _parent._rotation + _parent.rota; }; _parent.xSp = random(4) - 2; _parent.ySp = random(3) - 2; _parent.onEnterFrame = explode;
Instance of Symbol 723 MovieClip in Symbol 732 MovieClip Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.ySp = this.ySp * -0.7; this._alpha = this._alpha - 5; } }
Instance of Symbol 731 MovieClip in Symbol 732 MovieClip Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.ySp = this.ySp * -0.7; this._alpha = this._alpha - 1; } }
Symbol 732 MovieClip Frame 13
_parent.gotoAndStop(4);
Symbol 746 MovieClip Frame 1
var fall = 0.5; var gravi = ((this.gravi = random(0.1) - 0.1)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; if (this.hitTest(_root.ground.stubble)) { this.rota = 0; this.ySp = this.ySp * -1; } this.xSp = random(6) - 3; this.ySp = random(4) - 5; this.onEnterFrame = explode; stop();
Instance of Symbol 745 MovieClip in Symbol 746 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { _parent.xSp = 0; _parent.ySp = 0; _parent.fall = 0; _parent.gravi = 0; } if (this.hitTest(_root.ground.stubble2)) { _parent.xSp = 0; _parent.ySp = 0; _parent.fall = 0; _parent.gravi = 0; } }
Instance of Symbol 40 MovieClip in Symbol 746 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.life = _root.life + 3; _parent.nextFrame(); } }
Symbol 747 MovieClip Frame 1
stop(); onEnterFrame = function () { if (_root["bullet1" + b].mis.hitTest(_root.parent)) { this.nextFrame(); } };
Symbol 753 MovieClip Frame 1
onEnterFrame = function () { if (this.hitTest(_root.ground.stubble)) { this.unloadMovie(); } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }; var fall = 6; var gravi = ((this.gravi = random(1) - 0.55)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(10) - 3; this.ySp = random(8) - 15; this.rota = random(10) - 20; this.onEnterFrame = explode; gotoAndStop(random(8));
Symbol 753 MovieClip Frame 6
onEnterFrame = function () { if (this.hitTest(_root.ground.stubble)) { this.unloadMovie(); } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }; var fall = 6; var gravi = ((this.gravi = random(1) - 0.55)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(10) - 3; this.ySp = random(8) - 15; this.rota = random(10) - 20; this.onEnterFrame = explode;
Symbol 758 MovieClip Frame 1
onEnterFrame = function () { if (this.hitTest(_root.ground.stubble)) { this.unloadMovie(); } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }; var fall = 6; var gravi = ((this.gravi = random(1) - 0.55)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(5) - 5; this.ySp = random(6) - 3; this.rota = random(10) - 20; this.onEnterFrame = explode; gotoAndStop(random(7));
Instance of Symbol 40 MovieClip in Symbol 758 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { _parent.unloadMovie(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Symbol 762 MovieClip Frame 13
this.stop();
Symbol 773 MovieClip Frame 1
var fall = 0.5; var gravi = ((this.gravi = random(0.2) - 0.2)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; ySp = ySp + _root.explodespeed; this.xSp = random(7) - 1; this.ySp = random(6) - 8; this.rota = random(1) - 5; this.onEnterFrame = explode; gotoAndStop(random(12));
Symbol 773 MovieClip Frame 2
var fall = 0.5; var gravi = ((this.gravi = random(0.2) - 0.2)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; ySp = ySp + _root.explodespeed; this.xSp = random(5) - 1; this.ySp = random(6) - 8; this.rota = random(1) - 5; this.onEnterFrame = explode;
Symbol 773 MovieClip Frame 3
var fall = 0.5; var gravi = ((this.gravi = random(0.2) - 0.2)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; ySp = ySp + _root.explodespeed; this.xSp = random(8) - 1; this.ySp = random(9) - 8; this.rota = random(1) - 5; this.onEnterFrame = explode;
Symbol 780 MovieClip Frame 1
play(); var fall = 3; var gravi = ((this.gravi = random(0.1) - 0.1)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(14) - 7; this.ySp = random(12) - 5; this.rota = random(50) - 20; this.onEnterFrame = explode;
Symbol 793 MovieClip Frame 1
play();
Symbol 800 MovieClip Frame 1
onEnterFrame = function () { if (this.hitTest(_root.ground.stubble)) { _parent._x = _parent._x - 5; } }; var fall = 0.5; var gravi = ((this.gravi = random(0.1) - 0.1)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; ySp = ySp + _root.explodespeed; this.xSp = random(13) - 5; this.ySp = random(18) - 7; this.rota = random(1) - 5; this.onEnterFrame = explode; gotoAndStop(random(11));
Instance of Symbol 40 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { _parent.unloadMovie(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Symbol 809 MovieClip Frame 1
play();
Symbol 809 MovieClip Frame 59
stop(); this.removeMovieClip();
Symbol 810 MovieClip [pirate1] Frame 1
stop(); var ground = _root.ground; var grav = 0; var gravity = 0.3; var speed = 5; var maxJump = -18; var touchingGround = false; var vel = 0; onEnterFrame = function () { if (vel == 20) { gotoAndStop (4); } _y = (_y + grav); grav = grav + gravity; while (ground.hitTest(_x, _y, true)) { pirfall._alpha = "0"; pirid._alpha = 100; _y = (_y - gravity); grav = 0; } if (ground.hitTest(_x, _y + 5, true)) { touchingGround = true; } else { touchingGround = false; pirid._alpha = 0; vel = vel + 0.8; pirid.stop(); pirfall._alpha = 100; } if (ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { _x = (_x - speed); } if (ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { _x = (_x + speed); } }; _parent._parent._parent.unloadMovie(); stop();
Instance of Symbol 40 MovieClip "hit" in Symbol 810 MovieClip [pirate1] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hand.swipe)) { _parent.gotoAndStop(3); } }
Instance of Symbol 33 MovieClip [box_alive] in Symbol 810 MovieClip [pirate1] Frame 1
onClipEvent (enterFrame) { if ((_root.hero._x >= 420) && (_root.screenmove == true)) { _parent._x = _parent._x - 6; } if (_root.hero._x <= 150) { _parent._x = _parent._x + 6; } }
Symbol 810 MovieClip [pirate1] Frame 2
speed = 34; this._x = this._x + ((_root.char._x - this.lastX) / speed);
Symbol 810 MovieClip [pirate1] Frame 3
var touchingGround = false;
Instance of Symbol 746 MovieClip in Symbol 810 MovieClip [pirate1] Frame 3
onClipEvent (load) { if (_root.life >= 30) { this.unloadMovie(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.life = _root.life + 3; } }
Instance of Symbol 33 MovieClip [box_alive] in Symbol 810 MovieClip [pirate1] Frame 3
onClipEvent (enterFrame) { if ((_root.hero._x >= 420) && (_root.screenmove == true)) { _parent._x = _parent._x - 6; } if (_root.hero._x <= 150) { _parent._x = _parent._x + 6; } }
Symbol 810 MovieClip [pirate1] Frame 4
var touchingGround = false; _rotation = 0;
Instance of Symbol 683 MovieClip in Symbol 810 MovieClip [pirate1] Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.ySp = this.ySp * -1; this._alpha = this._alpha - 0.1; } }
Instance of Symbol 758 MovieClip in Symbol 810 MovieClip [pirate1] Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.ySp = this.ySp * -1; this._alpha = this._alpha - 0.1; } }
Instance of Symbol 758 MovieClip in Symbol 810 MovieClip [pirate1] Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.ySp = this.ySp * -1; this._alpha = this._alpha - 0.1; } }
Instance of Symbol 683 MovieClip in Symbol 810 MovieClip [pirate1] Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.ySp = this.ySp * -0.5; this._alpha = this._alpha - 0.1; } }
Instance of Symbol 773 MovieClip in Symbol 810 MovieClip [pirate1] Frame 4
onClipEvent (enterFrame) { _rotation = 0; if (this.hitTest(_root.ground.stubble)) { this.rota = 0; this.ySp = this.ySp * -1; } }
Instance of Symbol 746 MovieClip in Symbol 810 MovieClip [pirate1] Frame 4
onClipEvent (load) { if (_root.life >= 30) { this.unloadMovie(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.life = _root.life + 3; } if (this.hitTest(_root.ground.stubble)) { this.ySp = this.ySp * -0.6; } }
Instance of Symbol 780 MovieClip in Symbol 810 MovieClip [pirate1] Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = 0; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 780 MovieClip in Symbol 810 MovieClip [pirate1] Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.ySp = this.ySp * -0.5; this._alpha = this._alpha - 2; } }
Instance of Symbol 33 MovieClip [box_alive] in Symbol 810 MovieClip [pirate1] Frame 4
onClipEvent (enterFrame) { if ((_root.hero._x >= 420) && (_root.screenmove == true)) { _parent._x = _parent._x - 6; } if (_root.hero._x <= 150) { _parent._x = _parent._x + 6; } }
Instance of Symbol 746 MovieClip in Symbol 810 MovieClip [pirate1] Frame 5
onClipEvent (load) { if (_root.life >= 30) { this.unloadMovie(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.life = _root.life + 3; } }
Symbol 815 MovieClip Frame 1
_alpha = 0; onEnterFrame = function () { xsp = 0; this.gotoAndPlay(random(120)); };
Symbol 815 MovieClip Frame 60
onEnterFrame = function () { xsp = 4; _parent._x = _parent._x - xsp; _parent._y = _parent._y - (random(15) - 9); };
Symbol 815 MovieClip Frame 75
onEnterFrame = function () { xsp = 4; _parent._x = _parent._x - xsp; _parent._y = _parent._y - (random(13) - 5); };
Symbol 815 MovieClip Frame 87
onEnterFrame = function () { xsp = 4; _parent._x = _parent._x + xsp; _parent._y = _parent._y + (random(6) - 9); };
Symbol 815 MovieClip Frame 97
onEnterFrame = function () { xsp = random(3) + 5; _parent._x = _parent._x + xsp; _parent._y = _parent._y + (random(3) - 5); };
Symbol 815 MovieClip Frame 111
gotoAndPlay (1);
Symbol 823 MovieClip Frame 1
this.gotoAndStop(random(4));
Symbol 826 MovieClip Frame 1
this.gotoAndStop(random(7));
Symbol 827 MovieClip Frame 1
stop(); onEnterFrame = function () { if (this.hitTest(_root.ground.stubble)) { this.nextFrame(); _parent.ySp = _parent.ySp * -1; } };
Symbol 827 MovieClip Frame 2
onEnterFrame = function () { _parent.ySp = _parent.ySp * -1; };
Symbol 828 MovieClip Frame 1
play(); var fall = 0.4; var gravi = ((this.gravi = random(0.3) - 0.3)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(15) - 5; this.ySp = random(18) - 8; this.rota = random(50) - 20; this.onEnterFrame = explode;
Symbol 830 MovieClip Frame 1
play(); var fall = 0.1; var gravi = ((_parent.gravi = random(1) - 1)); var explode = function () { _parent._x = _parent._x + _parent.xSp; _parent.ySp = _parent.ySp - gravi; _parent._y = _parent._y + _parent.ySp; _parent._rotation = _parent._rotation + _parent.rota; }; _parent.xSp = random(2) - 2; _parent.ySp = random(1) - 8; _parent.onEnterFrame = explode;
Symbol 831 MovieClip [boltflyer] Frame 1
stop(); var timer = 77; onEnterFrame = function () { timer--; if (timer <= 0) { _root.createES(); timer = 77; } if (this._y <= -15) { this._y = -14; shifter.play(); } if (this._y >= 280) { shifter.play(); this._y = 280; } if (this._x <= 95) { shifter.play(); this._x = 94; } if (this._x >= 700) { shifter.play(); this._x = 700; } }; stop();
Instance of Symbol 817 MovieClip in Symbol 831 MovieClip [boltflyer] Frame 1
onClipEvent (enterFrame) { playerX = this._x; playerY = this._y; rotationDirection = Math.round(90 - ((Math.atan2(_root.hero._x - playerX, _root.hero._y - playerY) * 90) / Math.PI)); this._rotation = rotationDirection; }
Instance of Symbol 33 MovieClip [box_alive] in Symbol 831 MovieClip [boltflyer] Frame 1
onClipEvent (enterFrame) { if ((_root.hero._x >= 420) && (_root.screenmove == true)) { _parent._x = _parent._x - 6; } if (_root.hero._x <= 150) { _parent._x = _parent._x + 6; } }
Instance of Symbol 40 MovieClip in Symbol 831 MovieClip [boltflyer] Frame 1
onClipEvent (enterFrame) { if (this._root._y <= 70) { _parent._y = _parent._y + 3; } }
Symbol 831 MovieClip [boltflyer] Frame 2
_root.makeMetal(); _root.makeMetalG._x = this._x; _root.makeMetalG._y = this._y; _root.makeMetal(); _root.makeMetalG._x = this._x; _root.makeMetalG._y = this._y; _root.makeMetal(); _root.makeMetalG._x = this._x; _root.makeMetalG._y = this._y; _root.makeMetal(); _root.makeMetalG._x = this._x; _root.makeMetalG._y = this._y; _root.makecgrab(); _root.makec._x = this._x; _root.makec._y = this._y; _root.makecgrab(); _root.makec._x = this._x; _root.makec._y = this._y; stop(); var timer = 77; onEnterFrame = function () { if (timer <= 0) { _root.createES(); timer = 77; } }; _root.px1.nextFrame();
Instance of Symbol 828 MovieClip in Symbol 831 MovieClip [boltflyer] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.ySp = this.ySp * -1; this._alpha = this._alpha - 5; } }
Instance of Symbol 385 MovieClip [smoke] in Symbol 831 MovieClip [boltflyer] Frame 2
onClipEvent (load) { speed = random(5) + 3; } onClipEvent (enterFrame) { this._y = this._y - 5; this._xscale = this._xscale + this.speed; this._yscale = this._yscale + this.speed; this._alpha = this._alpha - this.speed; if (this._alpha <= 0) { delete this.onEnterFrame; removeMovieClip(this); } }
Instance of Symbol 385 MovieClip [smoke] in Symbol 831 MovieClip [boltflyer] Frame 2
onClipEvent (load) { speed = random(5) + 3; } onClipEvent (enterFrame) { this._y = this._y - 9; this._xscale = this._xscale + this.speed; this._yscale = this._yscale + this.speed; this._alpha = this._alpha - this.speed; if (this._alpha <= 0) { delete this.onEnterFrame; removeMovieClip(this); } }
Instance of Symbol 385 MovieClip [smoke] in Symbol 831 MovieClip [boltflyer] Frame 2
onClipEvent (load) { speed = random(2) + 6; } onClipEvent (enterFrame) { this._y = this._y - 9; this._xscale = this._xscale + this.speed; this._yscale = this._yscale + this.speed; this._alpha = this._alpha - this.speed; if (this._alpha <= 0) { delete this.onEnterFrame; removeMovieClip(this); } }
Instance of Symbol 385 MovieClip [smoke] in Symbol 831 MovieClip [boltflyer] Frame 2
onClipEvent (load) { speed = random(5) + 3; } onClipEvent (enterFrame) { this._y = this._y - 9; this._xscale = this._xscale + this.speed; this._yscale = this._yscale + this.speed; this._alpha = this._alpha - this.speed; if (this._alpha <= 0) { delete this.onEnterFrame; removeMovieClip(this); } }
Symbol 831 MovieClip [boltflyer] Frame 3
stop(); var timer = 77; onEnterFrame = function () { if (timer <= 0) { _root.createES(); timer = 77; } }; _root.px1.nextFrame(); _root.makecgrab(); _root.makec._x = this._x; _root.makec._y = this._y; _root.makeGC(); _root.makeGCS._x = this._x; _root.makeGCS._y = this._y;
Instance of Symbol 830 MovieClip in Symbol 831 MovieClip [boltflyer] Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { _parent.gotoAndStop(2); } }
Symbol 836 MovieClip Frame 241
_parent.unloadMovie();
Symbol 837 MovieClip [pirate_bullet] Frame 1
stop(); speed = 7; onEnterFrame = function () { this._x = this._x - speed; }; function randomBetween(a, b) { return(Math.floor(Math.random() * ((b - a) + 1)) + a); } var mc = _root.pirArray[randomBetween(0, _root.pirArray.length - 1)]; this._x = mc._x; this._y = mc._y - 35; if (this._x >= 420) { this.unloadMovie(); }
Instance of Symbol 33 MovieClip [box_alive] in Symbol 837 MovieClip [pirate_bullet] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hurtbox)) { _parent.unloadMovie(); _root.life = _root.life - 25; _root.lifebar.nextFrame(); _root.lifebar.nextFrame(); _root.lifebar.nextFrame(); } }
Instance of Symbol 33 MovieClip [box_alive] in Symbol 837 MovieClip [pirate_bullet] Frame 1
onClipEvent (enterFrame) { if ((_root.hero._x >= 520) && (_root.screenmove == true)) { _parent._x = _parent._x - 6; } if (_root.hero._x <= 150) { _parent._x = _parent._x + 6; } }
Symbol 879 MovieClip Frame 1
stop(); this.gotoAndStop(random(10));
Symbol 880 MovieClip [tb] Frame 1
stop(); var ground = _root.ground; var grav = 0; var gravity = 1; var speed = 2; var maxJump = -12; var rota = (math.random(4) - 10); var touchingGround = false; var spd = 19; var rota = 5; onEnterFrame = function () { this._rotation = this._rotation + rota; this._x = this._x - spd; _y = (_y + grav); grav = grav + gravity; while (ground.hitTest(_x, _y, true)) { _y = (_y - gravity); grav = 0; } if (ground.hitTest(_x, _y + 5, true)) { this.gotoAndStop(2); spd = 0; rota = 0; touchingGround = true; } else { touchingGround = false; rota = 6; } if (ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { _x = (_x - speed); } if (ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { _x = (_x + speed); } }; stop();
Instance of Symbol 33 MovieClip [box_alive] "hit" in Symbol 880 MovieClip [tb] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hurtbox)) { _root.life = _root.life - 12; _root.lifebar.nextFrame(); _parent.gotoAndStop(3); } }
Instance of Symbol 33 MovieClip [box_alive] in Symbol 880 MovieClip [tb] Frame 1
onClipEvent (enterFrame) { if (_root.hero._x >= 520) { _parent._x = _parent._x - 8; } if (_root.hero._x <= 150) { _parent._x = _parent._x + 8; } }
Symbol 880 MovieClip [tb] Frame 3
stop();
Symbol 886 MovieClip [enemyshot] Frame 1
function randomBetween(a, b) { return(Math.floor(Math.random() * ((b - a) + 1)) + a); } var mc = _root.flyArray[randomBetween(0, _root.flyArray.length - 1)]; this._x = mc._x; this._y = mc._y;
Instance of Symbol 33 MovieClip [box_alive] "dis" in Symbol 886 MovieClip [enemyshot] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _parent.unloadMovie(); _root.hero.gotoAndStop(5); _root.life = _root.life - 15; _root.lifebar.nextFrame(); _root.lifebar.nextFrame(); } }
Instance of Symbol 33 MovieClip [box_alive] in Symbol 886 MovieClip [enemyshot] Frame 1
onClipEvent (enterFrame) { if ((_root.hero._x >= 420) && (_root.screenmove == true)) { _parent._x = _parent._x - 6; } if (_root.hero._x <= 150) { _parent._x = _parent._x + 6; } }
Instance of Symbol 33 MovieClip [box_alive] in Symbol 886 MovieClip [enemyshot] Frame 1
onClipEvent (enterFrame) { if ((_root.hero._x >= 520) && (_root.screenmove == true)) { _parent._x = _parent._x - 6; } if (_root.hero._x <= 150) { _parent._x = _parent._x + 6; } }
Symbol 886 MovieClip [enemyshot] Frame 2
stop(); speed = 0.7; onEnterFrame = function () { this._x = this._x + ((_root.char._x / this.lastX) / speed); this._y = this._y + ((_root.char._y / this.lastY) / speed); this.lastX = this._x; this.lastY = this._y; };
Symbol 896 MovieClip Frame 1
stop();
Symbol 896 MovieClip Frame 7
play(); _root.createMetalB();
Symbol 896 MovieClip Frame 14
stop(); _parent._parent._parent.wheels.play();
Symbol 943 MovieClip Frame 85
_parent._parent.tshift.gotoAndStop(4);
Instance of Symbol 896 MovieClip in Symbol 943 MovieClip Frame 85
onClipEvent (enterFrame) { this.play(); }
Symbol 943 MovieClip Frame 97
_parent._parent.tshift.gotoAndStop(2);
Symbol 965 MovieClip Frame 1
play();
Symbol 965 MovieClip Frame 22
onEnterFrame = function () { _parent._x = _parent._x - 2; };
Symbol 965 MovieClip Frame 36
_parent.nextFrame();
Symbol 967 MovieClip Frame 1
this._alpha = 0; stop(); var ground = _root.ground; var grav = 0; var gravity = 1; var speed = 5; var maxJump = -18; var touchingGround = false; onEnterFrame = function () { _parent._y = _parent._y + grav; grav = grav + gravity; while (ground.hitTest(_parent._x, _parent._y, true)) { _parent._y = _parent._y - gravity; grav = 0; } if (ground.hitTest(_parent._x, _parent._y + 5, true)) { touchingGround = true; } else { touchingGround = false; } if (ground.hitTest(_parent._x + (_width / 3), _parent._y - (_height / 3), true)) { _parent._x = _parent._x - speed; speed = speed - 1; } if (ground.hitTest(_parent._x - (_width / 3), _parent._y - (_height / 3), true)) { _parent._x = _parent._x + speed; speed = speed - 1; } };
Symbol 992 MovieClip Frame 1
stop();
Symbol 992 MovieClip Frame 16
_parent._xscale = -100;
Symbol 992 MovieClip Frame 32
this.gotoAndStop(1);
Symbol 994 MovieClip Frame 2
this.unloadMovie();
Symbol 1008 MovieClip Frame 1
play(); var fall = 4; var gravi = ((this.gravi = random(0.3) - 0.3)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(11) - 5; this.ySp = random(22) - 15; this.rota = random(50) - 20; this.onEnterFrame = explode;
Instance of Symbol 40 MovieClip "hit" in Symbol 1008 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { _parent.ySp = _parent.ySp * -1; } if (this.hitTest(_root.ground.stubble2)) { _parent.ySp = _parent.ySp * -1; _parent.ySp = 2; } }
Symbol 1010 MovieClip Frame 1
this._alpha = 0; var speed = 3; var nspeed = 3; stop(); onEnterFrame = function () { if (_parent._x >= 750) { gotoAndStop (3); } _parent._x = _parent._x - speed; if (_parent._x <= 60) { nextFrame(); } };
Symbol 1010 MovieClip Frame 2
onEnterFrame = function () { nspeed = 2; speed = 0; _parent._x = _parent._x + nspeed; if (_parent._x >= 750) { _parent.head.play(); gotoAndStop (3); } };
Symbol 1010 MovieClip Frame 3
onEnterFrame = function () { timer = 25; nspeed = 3; speed = 3; _parent._x = _parent._x - nspeed; _parent._xscale = 100; if (_parent._x <= 60) { _parent.head.play(); gotoAndStop (2); } };
Symbol 1010 MovieClip Frame 4
onEnterFrame = function () { nspeed = 0; speed = 0; _parent._xscale = 100; };
Symbol 1013 MovieClip [metal_gib_random] Frame 1
play(); var fall = 0.02; if (this.hitTest(_root.ground.stubble)) { this.ySp = this.ySp * -1; touch = touch - 1; } var gravi = ((this.gravi = random(0.2) - 0.2)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(15) - 5; this.ySp = random(18) - 8; this.rota = random(50) - 20; this.onEnterFrame = explode;
Symbol 1013 MovieClip [metal_gib_random] Frame 78
stop(); this.unloadMovie();
Symbol 1015 MovieClip Frame 1
this._alpha = 0; play();
Symbol 1015 MovieClip Frame 149
stop(); _parent.unloadMovie();
Symbol 1019 MovieClip Frame 1
play(); var fall = 4; var speed = 4; var gravi = ((this.gravi = random(0.3) - 0.3)); var ground = _root.ground; var touchingGround = false; var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; onEnterFrame = function () { if (ground.hitTest(_x, _y + 5, true)) { touchingGround = true; rota = 0; } else { touchingGround = false; rota = 6; } if (ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { _x = (_x - speed); } if (ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { _x = (_x + speed); } this.xSp = random(20) - 5; this.ySp = random(12) - 10; this.rota = random(20) - 11; this.onEnterFrame = explode; }; this.gotoAndStop(random(4));
Symbol 1020 MovieClip [speedt] Frame 1
stop();
Instance of Symbol 33 MovieClip [box_alive] in Symbol 1020 MovieClip [speedt] Frame 1
onClipEvent (enterFrame) { if ((_root.hero._x >= 420) && (_root.screenmove == true)) { _parent._x = _parent._x - 6; } if (_root.hero._x <= 150) { _parent._x = _parent._x + 6; } }
Symbol 1020 MovieClip [speedt] Frame 2
stop(); this._y = this._y + grav; this._x = this._x + grav;
Instance of Symbol 994 MovieClip "1" in Symbol 1020 MovieClip [speedt] Frame 2
onClipEvent (enterFrame) { this.gotoAndStop(1); }
Symbol 1020 MovieClip [speedt] Frame 3
stop(); ysp = 1; this._y = this._y + grav; this._x = this._x + grav; this._y = this._y - ysp; ysp = ysp - 1;
Symbol 1020 MovieClip [speedt] Frame 4
stop(); ysp = 1; this._y = this._y + grav; this._x = this._x + grav; this._y = this._y - ysp; ysp = ysp - 1;
Symbol 1020 MovieClip [speedt] Frame 5
stop(); ysp = 1; this._y = this._y + grav; this._x = this._x + grav; this._y = this._y - ysp; ysp = ysp - 1;
Symbol 1020 MovieClip [speedt] Frame 6
stop(); ysp = 1; this._y = this._y + grav; this._x = this._x + grav; this._y = this._y - ysp; ysp = ysp - 1;
Symbol 1020 MovieClip [speedt] Frame 7
stop(); ysp = 1; this._y = this._y + grav; this._x = this._x + grav; this._y = this._y - ysp; ysp = ysp - 1;
Symbol 1020 MovieClip [speedt] Frame 8
stop(); ysp = 1; this._y = this._y + grav; this._x = this._x + grav; this._y = this._y - ysp; ysp = ysp - 1;
Symbol 1020 MovieClip [speedt] Frame 9
stop(); ysp = 1; this._y = this._y + grav; this._x = this._x + grav; this._y = this._y - ysp; ysp = ysp - 1;
Symbol 1020 MovieClip [speedt] Frame 10
stop(); ysp = 1; this._y = this._y + grav; this._x = this._x + grav; this._y = this._y - ysp; ysp = ysp - 1;
Symbol 1020 MovieClip [speedt] Frame 11
this.speed = 0; _root.makecgrab(); _root.makec._x = this._x; _root.makec._y = this._y; _root.makecgrab(); _root.makec._x = this._x; _root.makec._y = this._y; _root.makecgrab(); _root.makec._x = this._x; _root.makec._y = this._y; _root.makecgrab(); _root.makec._x = this._x; _root.makec._y = this._y;
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1020 MovieClip [speedt] Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] "2" in Symbol 1020 MovieClip [speedt] Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1020 MovieClip [speedt] Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1019 MovieClip in Symbol 1020 MovieClip [speedt] Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.ySp = this.ySp * -1; this._alpha = this._alpha - 5; } }
Instance of Symbol 33 MovieClip [box_alive] in Symbol 1020 MovieClip [speedt] Frame 11
onClipEvent (enterFrame) { if ((_root.hero._x >= 520) && (_root.screenmove == true)) { _parent._x = _parent._x - 6; } if (_root.hero._x <= 150) { _parent._x = _parent._x + 6; } }
Symbol 1022 MovieClip Frame 1
this._alpha = 0; stop(); var ground = _root.ground; var grav = 0; var gravity = 0.1; var speed = 9; var maxJump = -18; var touchingGround = false; onEnterFrame = function () { _parent._rotation = _parent._rotation - 1; _parent._y = _parent._y + grav; grav = grav + gravity; while (ground.hitTest(_parent._x, _parent._y, true)) { this.speed = this.speed * -1; _parent.nextFrame(); grav = 0; } if (ground.hitTest(_parent._x, _parent._y + 5, true)) { touchingGround = true; } else { touchingGround = false; } if (ground.hitTest(_parent._x + (_width / 2), _parent._y - (_height / 2), true)) { _parent.nextFrame(); } if (ground.hitTest(_parent._x - (_width / 2), _parent._y - (_height / 2), true)) { _parent.nextFrame(); } };
Symbol 1023 MovieClip [metalbullet] Frame 1
stop(); spd = 9; onEnterFrame = function () { _x = (_x - spd); }; function randomBetween(a, b) { return(Math.floor(Math.random() * ((b - a) + 1)) + a); } var xc = _root.stArray[randomBetween(0, _root.stArray.length - 1)]; this._x = xc._x - 20; this._y = xc._y - 60;
Symbol 1025 MovieClip [ps1] Frame 1
stop(); _parent.screenmove = false;
Symbol 1025 MovieClip [ps1] Frame 8
this.unloadMovie(); _root.screenmove = true;
Symbol 1026 MovieClip [bullet22] Frame 1
stop();
Instance of Symbol 31 MovieClip "basichit" in Symbol 1026 MovieClip [bullet22] Frame 1
onClipEvent (enterFrame) { k = 0; while (k < _root.stArray.length) { if (this.shot.hitTest(_root["st1" + k].hitta)) { _root.stArray[k].nextFrame(); removeMovieClip(_parent); } k++; } c = 0; while (c < _root.boxArray.length) { if (this.shot.hitTest(_root["box" + c].box_alive)) { _root.boxArray[c].nextFrame(); _root.boxArray[c].sprout_main.gotoAndStop(2); removeMovieClip(_parent); } c++; } t = 0; while (t < _root.TankBArray.length) { if (this.shot.hitTest(_root["tb1" + t].hit)) { _root.TankBArray[t].unloadMovie(); removeMovieClip(_parent); } t++; } f = 0; while (f < _root.flyArray.length) { if (this.shot.hitTest(_root["fly" + f].hit)) { _root.flyArray[f].gotoAndStop(2); _root.makeBP(); removeMovieClip(_parent); } f++; } f = 0; while (f < _root.flyArray.length) { if (this.shot.hitTest(_root["fly" + f].hit2)) { _root.flyArray[f].gotoAndStop(3); removeMovieClip(_parent); } f++; } g = 0; while (g < _root.pirArray.length) { if (this.shot.hitTest(_root["pir" + g].hit)) { _root.pirArray[g].dsw.gotoAndStop(random(3)); _parent.unloadMovie(); } if (this.shot.hitTest(_root["pir" + g].hit)) { _root.pirArray[g].dsw.gotoAndStop(6); _parent.unloadMovie(); } g++; } if (this.shot.hitTest(_root.ground.crys1.crys_alive)) { _root.crys1.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.ground.crys1.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crys2.crys_alive)) { _root.crys2.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.ground.crys2.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crys3.crys_alive)) { _root.crys3.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.ground.crys3.nextFrame(); this.nextFrame(); this.removeMovieClip(); this.attachMovie(bullet_explode, be, 100); } if (this.shot.hitTest(_root.ground.crys4.crys_alive)) { _root.crys14.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.ground.crys4.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crys5.crys_alive)) { _root.crys5.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.ground.crys5.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crys6.crys_alive)) { _root.crys6.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.ground.crys6.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crys7.crys_alive)) { _root.crys7.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.ground.crys7.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crys8.crys_alive)) { _root.crys8.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.ground.crys8.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crys9.crys_alive)) { _root.crys9.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.ground.crys9.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crys10.crys_alive)) { _root.crys10.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.ground.crys10.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crys11.crys_alive)) { _root.crys11.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.ground.crys11.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crys12.crys_alive)) { _root.crys12.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.ground.crys12.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crys13.crys_alive)) { _root.crys13.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.ground.crys13.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crys14.crys_alive)) { _root.crys14.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.ground.crys14.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crys15.crys_alive)) { _root.ground.crys15.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crys16.crys_alive)) { _root.ground.crys16.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crys17.crys_alive)) { _root.ground.crys17.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crys18.crys_alive)) { _root.ground.crys18.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate.crate_alive)) { _root.crate.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate2.crate_alive)) { _root.crate2.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate2.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate3.crate_alive)) { _root.crate3.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate3.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate4.crate_alive)) { _root.crate4.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate4.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate5.crate_alive)) { _root.crate5.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate5.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate6.crate_alive)) { _root.crate6.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate6.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate7.crate_alive)) { _root.crate7.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate7.nextFrame(); _root.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate8.crate_alive)) { _root.crate8.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate8.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate9.crate_alive)) { _root.crate9.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate9.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate10.crate_alive)) { _root.crate10.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate10.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate11.crate_alive)) { _root.crate11.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate11.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate12.crate_alive)) { _root.crate12.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate12.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate13.crate_alive)) { _root.crate13.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate13.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate14.crate_alive)) { _root.crate14.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate14.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate15.crate_alive)) { _root.crate15.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate15.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate16.crate_alive)) { _root.crate16.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate16.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate17.crate_alive)) { _root.crate17.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate17.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate18.crate_alive)) { _root.crate18.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate18.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate19.crate_alive)) { _root.crate19.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate19.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate20.crate_alive)) { _root.crate20.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate20.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate21.crate_alive)) { _root.crate21.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate21.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate22.crate_alive)) { _root.crate22.attachMovie(dia_explode, dia, _root.getNextHighestDepth); _root.crate22.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate23.crate_alive)) { _root.crate23.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.crate24.crate_alive)) { _root.crate24.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.buzz1.buzz_alive)) { _root.buzz1.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.buzz2.buzz_alive)) { _root.buzz2.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.buzz3.buzz_alive)) { _root.buzz3.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.buzz4.buzz_alive)) { _root.buzz4.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.buzz5.buzz_alive)) { _root.buzz5.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.buzz6.buzz_alive)) { _root.buzz6.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.buzz7.buzz_alive)) { _root.buzz7.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.buzz8.buzz_alive)) { _root.buzz8.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.buzz9.buzz_alive)) { _root.buzz9.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.buzz10.buzz_alive)) { _root.buzz10.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.buzz11.buzz_alive)) { _root.buzz11.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.buzz12.buzz_alive)) { _root.buzz12.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.wall1.wall_alive)) { _root.ground.wall1.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.wall2.wall_alive)) { _root.ground.wall2.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.wall3.wall_alive)) { _root.ground.wall3.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.wall4.wall_alive)) { _root.wall4.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.wall5.wall_alive)) { _root.wall5.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.wall6.wall_alive)) { _root.wall6.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.wall7.wall_alive)) { _root.wall7.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ceiling1.wall_alive)) { _root.ceiling1.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank1.g2.node)) { _root.attachMovie("bullet_explode", "bull1", _root.getNextHighestDepth()); _root.bull1._y = _parent._y; _root.bull1._x = _parent._x; _root.tank1.g2.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank1.g3.node)) { _root.attachMovie("bullet_explode", "bull1", _root.getNextHighestDepth()); _root.bull1._y = _parent._y; _root.bull1._x = _parent._x; _root.tank1.g3.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank1.g4.node)) { _root.attachMovie("bullet_explode", "bull1", _root.getNextHighestDepth()); _root.bull1._y = _parent._y; _root.bull1._x = _parent._x; _root.tank1.g4.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank1.g5.node)) { _root.attachMovie("bullet_explode", "bull1", _root.getNextHighestDepth()); _root.bull1._y = _parent._y; _root.bull1._x = _parent._x; _root.tank1.g5.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank1.g6.node)) { _root.attachMovie("bullet_explode", "bull1", _root.getNextHighestDepth()); _root.bull1._y = _parent._y; _root.bull1._x = _parent._x; _root.tank1.g6.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank1.g7.node)) { _root.tank1.g7.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank1.g8.node)) { _root.tank1.g8.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank1.g9.node)) { _root.tank1.g9.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank1.g1.node)) { _root.tank1.g1.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank1.g10.node)) { _root.tank1.g10.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank1.g11.node)) { _root.tank1.g11.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank1.g12.node)) { _root.tank1.g12.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank1.g12.eye)) { _root.tank1.g12.eye.play()(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank2.g12.node)) { _root.tank2.g12.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank2.g2.node)) { _root.tank2.g2.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank2.g3.node)) { _root.tank2.g3.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank2.g4.node)) { _root.tank2.g4.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank2.g5.node)) { _root.tank2.g5.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank2.g6.node)) { _root.tank2.g6.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank2.g7.node)) { _root.tank2.g7.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank2.g8.node)) { _root.tank2.g8.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank2.g9.node)) { _root.tank2.g9.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank2.g10.node)) { _root.tank2.g11.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank2.g11.node)) { _root.tank2.g11.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank3.g12.node)) { _root.tank3.g12.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank3.g12.eye)) { _root.tank3.g12.eye.play()(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank3.g2.node)) { _root.tank3.g2.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank3.g3.node)) { _root.tank3.g3.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank3.g4.node)) { _root.tank3.g4.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank3.g5.node)) { _root.tank3.g5.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank3.g6.node)) { _root.tank3.g6.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank3.g7.node)) { _root.tank3.g7.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank3.g8.node)) { _root.tank3.g8.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank3.g9.node)) { _root.tank3.g9.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank3.g10.node)) { _root.tank3.g10.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank3.g11.node)) { _root.tank3.g11.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank4.g12.node)) { _root.tank4.g11.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank4.g12.eye)) { _root.tank4.g12.eye.play()(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank4.g2.node)) { _root.tank4.g2.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank4.g3.node)) { _root.tank4.g3.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank4.g4.node)) { _root.tank4.g4.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank4.g5.node)) { _root.tank4.g5.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank4.g6.node)) { _root.tank4.g6.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank4.g7.node)) { _root.tank4.g7.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank4.g8.node)) { _root.tank4.g8.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank4.g9.node)) { _root.tank4.g9.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank4.g10.node)) { _root.tank4.g10.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.tank4.g11.node)) { _root.tank4.g11.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.blister1.lips.node)) { _root.blister1.lips.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.blister2.lips.node)) { _root.blister2.lips.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.blister3.lips.node)) { _root.blister3.lips.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.blister4.lips.node)) { _root.blister4.lips.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.blister5.lips.node)) { _root.blister5.lips.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.blister6.lips.node)) { _root.blister6.lips.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.blister7.lips.node)) { _root.blister7.lips.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.blister8.lips.node)) { _root.blister8.lips.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.blister1.node2)) { _root.blister1.nextFrame(); _root.blister1.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.blister2.node2)) { _root.blister2.nextFrame(); _root.blister2.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.blister3.node2)) { _root.blister3.nextFrame(); _root.blister3.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.blister4.node2)) { _root.blister4.nextFrame(); _root.blister4.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.blister5.node2)) { _root.blister5.nextFrame(); _root.blister5.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.blister6.node2)) { _root.blister6.nextFrame(); _root.blister6.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.blister7.node2)) { _root.blister7.nextFrame(); _root.blister7.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.blister8.node2)) { _root.blister8.nextFrame(); _root.blister8.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench1.legs.legs1.part1.legbox)) { _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.legs.legs1.part1.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.torso.top1.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench1.legs.legs1.part2.legbox)) { _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.legs.legs1.part2.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench1.torso.bodyshot)) { _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); _root.ench1.torso.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench1.head1.head_destruct.head.headshot)) { _root.ench1.head1.head_destruct.head.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench1.legs.legs1.part3.legbox)) { _root.ench1.legs.legshit.part3.nextFrame(); _root.ench1.legs.legs1.part3.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); _root.ench1.legs.legs1.gotoAndPlay(17); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench1.legs.legs1.part4.legbox)) { _root.ench1.legs.legshit.part4.nextFrame(); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench1.arm1.armhit.arm_hitbox)) { _root.ench1.arm1.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.shot.hitTest(_root.ench1.arm2.armhit.arm_hitbox)) { _root.ench1.arm2.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.shot.hitTest(_root.ench1.shield.shieldhitter)) { _root.ench1.dealer.deal = _root.ench1.dealer.deal - 1; _parent.basichit.nextFrame(); _root.ench1.shield.nextFrame(); _root.ench1.shield.shieldmain.gotoAndPlay(2); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench2.shield.shieldhitter)) { _root.ench2.dealer.deal = _root.ench2.dealer.deal - 1; _root.ench2.shield.nextFrame(); _root.ench2.shield.shieldmain.gotoAndPlay(2); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench2.legs.legs1.part1.legbox)) { _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.legs.legs1.part1.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.torso.top1.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench2.legs.legs1.part2.legbox)) { _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.legs.legs1.part2.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench2.torso.bodyshot)) { _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); _root.ench2.torso.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench2.head1.head_destruct.head.headshot)) { _root.ench2.head1.head_destruct.head.nextFrame(); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench2.legs.legs1.part3.legbox)) { _root.ench2.legs.legshit.part3.nextFrame(); _root.ench2.legs.legs1.part3.nextFrame(); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); _root.ench2.legs.legs1.gotoAndPlay(17); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench2.legs.legs1.part4.legbox)) { _root.ench2.legs.legshit.part4.nextFrame(); _root.ench2.legs.legs1.part4.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.legs.legs1.part4.nextFrame(); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench2.wingleft)) { _root.ench2.wingleft.gotoAndStop(2); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench1.wingleft)) { _root.ench1.wingleft.gotoAndStop(2); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench2.wingright)) { _root.ench2.wingright.gotoAndStop(2); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench1.wingright)) { _root.ench1.wingright.gotoAndStop(2); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench3.legs.legs1.part1.legbox)) { _root.ench3.legs.legs1.part1.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench3.legs.legs1.part2.legbox)) { _root.ench3.legs.legs1.part2.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench3.torso.bodyshot)) { _root.ench3.torso.nextFrame(); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench3.head1.head_destruct.head.headshot)) { _root.ench3.head1.head_destruct.head.nextFrame(); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench3.legs.legs1.part3.legbox)) { _root.ench3.legs.legshit.part3.nextFrame(); _root.ench3.legs.legs1.part3.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench3.legs.legs1.part4.legbox)) { _root.ench3.legs.legshit.part4.nextFrame(); _root.ench3.legs.legs1.part4.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.legs.legs1.part4.nextFrame(); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench3.arm1.armhit.arm_hitbox)) { _root.ench3.arm1.armhit.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top1.gotoAndPlay(11); } if (this.shot.hitTest(_root.ench3.arm2.armhit.arm_hitbox)) { _root.ench3.arm2.armhit.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top1.gotoAndPlay(11); } if (this.shot.hitTest(_root.ench3.shield.shieldhitter)) { _root.ench3.shield.play(); _root.ench3.shield.shieldmain.gotoAndPlay(2); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench4.shield.shieldhitter)) { _root.ench4.shield.nextFrame(); _root.ench4.shield.shieldmain.gotoAndPlay(2); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench4.arm2.armhit.arm_hitbox)) { _root.ench4.arm2.armhit.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top1.gotoAndPlay(11); } if (this.shot.hitTest(_root.ench4.arm1.armhit.arm_hitbox)) { _root.ench4.arm1.armhit.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top1.gotoAndPlay(11); } if (this.shot.hitTest(_root.ench4.arm2.armhit.arm_hitbox)) { _root.ench4.arm2.armhit.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top1.gotoAndPlay(11); } if (this.shot.hitTest(_root.ench4.wingleft)) { _root.ench4.wingleft.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench4.wingleft)) { _root.ench4.wingleft.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench4.wingright)) { _root.ench4.wingright.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench4.wingright)) { _root.ench4.wingright.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); } if (this.shot.hitTest(_root.ench4.head1.head_destruct.head.headshot)) { _root.ench4.head1.head_destruct.head.nextFrame(); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench4.legs.legs1.part3.legbox)) { _root.ench4.legs.legshit.part3.nextFrame(); _root.ench4.legs.legs1.part3.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench4.legs.legs1.part4.legbox)) { _root.ench4.legs.legshit.part4.nextFrame(); _root.ench4.legs.legs1.part4.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.legs.legs1.part4.nextFrame(); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top.gotoAndPlay(11); this.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ench1.orb1.orbhit)) { _root.ench1.orb1.nextFrame(); } if (this.shot.hitTest(_root.ench1.orb2.orbhit)) { _root.ench1.orb2.nextFrame(); } if (this.shot.hitTest(_root.ench2.orb1.orbhit)) { _root.ench2.orb1.nextFrame(); } if (this.shot.hitTest(_root.ench2.orb2.orbhit)) { _root.ench2.orb2.nextFrame(); } if (this.shot.hitTest(_root.ench3.orb1.orbhit)) { _root.ench3.orb1.nextFrame(); } if (this.shot.hitTest(_root.ench3.orb2.orbhit)) { _root.ench3.orb2.nextFrame(); } if (this.shot.hitTest(_root.ench4.orb1.orbhit)) { _root.ench4.orb1.nextFrame(); } if (this.shot.hitTest(_root.ench4.orb2.orbhit)) { _root.ench4.orb2.nextFrame(); } if (this.shot.hitTest(_root.pir1.hit)) { _root.pir1.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir2.hit)) { _root.pir2.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir3.hit)) { _root.pir3.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir4.hit)) { _root.pir4.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir5.hit)) { _root.pir5.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir6.hit)) { _root.pir6.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir7.hit)) { _root.pir7.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir8.hit)) { _root.pir8.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir9.hit)) { _root.pir9.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir10.hit)) { _root.pir10.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir11.hit)) { _root.pir11.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir12.hit)) { _root.pir12.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir13.hit)) { _root.pir13.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir14.hit)) { _root.pir14.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir15.hit)) { _root.pir15.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir16.hit)) { _root.pir16.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir17.hit)) { _root.pir17.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir18.hit)) { _root.pir18.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir19.hit)) { _root.pir19.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir20.hit)) { _root.pir20.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir21.hit)) { _root.pir21.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir22.hit)) { _root.pir22.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir23.hit)) { _root.pir23.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir24.hit)) { _root.pir24.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir25.hit)) { _root.pir25.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir26.hit)) { _root.pir26.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir27.hit)) { _root.pir27.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir28.hit)) { _root.pir28.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir29.hit)) { _root.pir29.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.pir30.hit)) { _root.pir30.gotoAndStop(3); removeMovieClip(_parent); } if (this.shot.hitTest(_root.fly1.hit)) { _root.attachMovie("bullet_explode", "bull1", _root.getNextHighestDepth()); _root.bull1._y = _parent._y; _root.bull1._x = _parent._x; _root.fly1.gotoAndStop(2); removeMovieClip(_parent); } if (this.shot.hitTest(_root.fly1.hit2)) { _root.fly1.gotoAndStop(3); _parent.attachMovie("bullet_explode", "bullet_explode" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); } if (this.shot.hitTest(_root.fly2.hit)) { _root.fly2.gotoAndStop(2); _parent.attachMovie("bullet_explode", "bullet_explode" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); } if (this.shot.hitTest(_root.fly2.hit2)) { _root.fly2.gotoAndStop(3); _parent.attachMovie("bullet_explode", "bullet_explode" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); } if (this.shot.hitTest(_root.fly3.hit)) { _root.fly3.gotoAndStop(2); _parent.attachMovie("bullet_explode", "bullet_explode" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); } if (this.shot.hitTest(_root.fly3.hit2)) { _root.fly3.gotoAndStop(3); _parent.attachMovie("bullet_explode", "bullet_explode" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); } if (this.shot.hitTest(_root.fly4.hit)) { _root.fly4.gotoAndStop(2); _parent.attachMovie("bullet_explode", "bullet_explode" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); } if (this.shot.hitTest(_root.fly4.hit2)) { _root.fly4.gotoAndStop(3); _parent.attachMovie("bullet_explode", "bullet_explode" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); } if (this.shot.hitTest(_root.bgr1.hit2)) { _root.bgr1.nextFrame(); _root.bgr1.gr1.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.bgr2.hit2)) { _root.bgr2.nextFrame(); _root.bgr2.gr1.nextFrame(); _parent.unloadMovie(); } if (this.shot.hitTest(_root.bgr3.hit2)) { _root.bgr3.nextFrame(); _root.bgr3.gr1.nextFrame(); _parent.unloadMovie(); } if (this.shot.hitTest(_root.bgr4.hit2)) { _root.bgr4.nextFrame(); _root.bgr4.gr1.nextFrame(); _parent.unloadMovie(); } if (this.shot.hitTest(_root.bgr5.hit2)) { _root.bgr5.nextFrame(); _root.bgr5.gr1.nextFrame(); _parent.unloadMovie(); } if (this.shot.hitTest(_root.bgr6.hit2)) { _root.bgr6.nextFrame(); _root.bgr6.gr1.nextFrame(); _parent.unloadMovie(); } if (this.shot.hitTest(_root.bgr7.hit2)) { _root.bgr7.nextFrame(); _root.bgr7.gr1.nextFrame(); _parent.unloadMovie(); } if (this.shot.hitTest(_root.ground.realground.flatland1.rocker)) { _root.attachMovie("bullet_explode", "bull1", _root.getNextHighestDepth()); _root.ground.realground.flatland1.nextFrame(); _parent.unloadMovie(); } if (this.shot.hitTest(_root.ground.scaf1.sup1.hit)) { _root.ground.scaf1.sup1.nextFrame(); _root.bullpop(); _root.bull1._y = _parent._y; _root.bull1._x = _parent._x; _parent.unloadMovie(); } if (this.shot.hitTest(_root.ground.scaf1.sup2.hit)) { _root.attachMovie("bullet_explode", "bull1", _root.getNextHighestDepth()); _root.bull1._y = _parent._y; _root.bull1._x = _parent._x; } if (this.shot.hitTest(_root.ground.scaf1.sup2.hit)) { _root.makeBP(); _root.ground.scaf1.sup2.nextFrame(); _parent.unloadMovie(); } if (this.shot.hitTest(_root.ground.scaf1.scafftop.hit)) { _root.attachMovie("bullet_explode", "bull1", _root.getNextHighestDepth()); _root.ground.scaf1.scafftop.nextFrame(); _parent.unloadMovie(); } if (this.shot.hitTest(_root.ground.scaf2.sup1.hit)) { _root.attachMovie("bullet_explode", "bull1", _root.getNextHighestDepth()); _root.ground.scaf2.sup1.nextFrame(); _parent.unloadMovie(); } if (this.shot.hitTest(_root.ground.scaf2.sup2.hit)) { _root.ground.scaf2.sup2.nextFrame(); _parent.unloadMovie(); } if (this.shot.hitTest(_root.ground.scaf2.sup2.hit)) { _root.attachMovie("bullet_explode", "bull1", _root.getNextHighestDepth()); _root.bull1._y = _parent._y; _root.bull1._x = _parent._x; } if (this.shot.hitTest(_root.ground.scaf2.sup2.hit)) { _root.ground.scaf2.sup2.nextFrame(); _parent.unloadMovie(); } if (this.shot.hitTest(_root.ground.scaf2.scafftop.hit)) { _root.ground.scaf2.scafftop.nextFrame(); _parent.unloadMovie(); } if (this.shot.hitTest(_root.gro.hit)) { _root.gro.grohit.play(); _root.gro.damage = _root.gro.damage - 1; _parent.unloadMovie(); } }
Instance of Symbol 33 MovieClip [box_alive] in Symbol 1026 MovieClip [bullet22] Frame 1
onClipEvent (enterFrame) { if ((_root.hero._x >= 520) && (_root.screenmove == true)) { _parent._x = _parent._x - 6; } if (_root.hero._x <= 150) { _parent._x = _parent._x + 6; } }
Symbol 1026 MovieClip [bullet22] Frame 2
stop();
Instance of Symbol 43 MovieClip "bullet2" in Symbol 1026 MovieClip [bullet22] Frame 2
onClipEvent (load) { var ground = _root.ground; var grav = 0; var gravity = 1; var speed = 7; var maxJump = -18; var touchingGround = false; } onClipEvent (enterFrame) { c = 0; while (c < _root.boxArray.length) { if (this.hitTest(_root["box" + c].box_alive)) { _root.boxArray[c].gotoAndStop(6); _parent.unloadMovie(); } c++; } if (this.hitTest(_root.crate.crate_alive)) { _root.crate.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys1.crys_alive)) { _root.ground.crys1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys2.crys_alive)) { _root.ground.crys2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys3.crys_alive)) { _root.ground.crys3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys4.crys_alive)) { _root.ground.crys4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys5.crys_alive)) { _root.ground.crys5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys6.crys_alive)) { _root.ground.crys6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys7.crys_alive)) { _root.ground.crys7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys8.crys_alive)) { _root.ground.crys8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys9.crys_alive)) { _root.ground.crys9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys10.crys_alive)) { _root.ground.crys10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys11.crys_alive)) { _root.ground.crys11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys12.crys_alive)) { _root.ground.crys12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys13.crys_alive)) { _root.ground.crys13.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys14.crys_alive)) { _root.ground.crys14.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys15.crys_alive)) { _root.ground.crys15.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys16.crys_alive)) { _root.ground.crys16.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys17.crys_alive)) { _root.ground.crys17.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys18.crys_alive)) { _root.ground.crys18.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crate.crate_alive)) { _root.crate.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate2.crate_alive)) { _root.crate2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate3.crate_alive)) { _root.crate3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate4.crate_alive)) { _root.crate4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate5.crate_alive)) { _root.crate5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate6.crate_alive)) { _root.crate6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate7.crate_alive)) { _root.crate7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate8.crate_alive)) { _root.crate8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate9.crate_alive)) { _root.crate9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate10.crate_alive)) { _root.crate10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate11.crate_alive)) { _root.crate11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate12.crate_alive)) { _root.crate12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz1.buzz_alive)) { _root.buzz1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz2.buzz_alive)) { _root.buzz2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz3.buzz_alive)) { _root.buzz3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz4.buzz_alive)) { _root.buzz4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz5.buzz_alive)) { _root.buzz5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz6.buzz_alive)) { _root.buzz6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz7.buzz_alive)) { _root.buzz7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz8.buzz_alive)) { _root.buzz8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz9.buzz_alive)) { _root.buzz9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz10.buzz_alive)) { _root.buzz10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz11.buzz_alive)) { _root.buzz11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz12.buzz_alive)) { _root.buzz12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz13.buzz_alive)) { _root.buzz13.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.wall1.wall_alive)) { _root.wall1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.wall2.wall_alive)) { _root.ground.wall2.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.wall3.wall_alive)) { _root.ground.wall3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.wall4.wall_alive)) { _root.ground.wall4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.wall5.wall_alive)) { _root.ground.wall5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g3.node)) { _root.tank1.g3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g4.node)) { _root.tank1.g4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g5.node)) { _root.tank1.g5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g6.node)) { _root.tank1.g6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g7.node)) { _root.tank1.g7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g8.node)) { _root.tank1.g8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g9.node)) { _root.tank1.g9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g1.node)) { _root.tank1.g1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g10.node)) { _root.tank1.g10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g11.node)) { _root.tank1.g11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g12.node)) { _root.tank1.g12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g12.eye)) { _root.tank1.g12.eye.play()(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g2.node)) { _root.tank1.g2.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g2.node)) { _root.tank2.g2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g3.node)) { _root.tank2.g3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g4.node)) { _root.tank2.g4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g5.node)) { _root.tank2.g5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g6.node)) { _root.tank2.g6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g7.node)) { _root.tank2.g7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g8.node)) { _root.tank2.g8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g9.node)) { _root.tank2.g9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g10.node)) { _root.tank2.g10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g11.node)) { _root.tank2.g11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g12.node)) { _root.tank2.g12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g12.eye)) { _root.tank2.g12.eye.play()(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g2.node)) { _root.tank3.g2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g3.node)) { _root.tank3.g3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g4.node)) { _root.tank3.g4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g5.node)) { _root.tank3.g5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g6.node)) { _root.tank3.g6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g7.node)) { _root.tank3.g7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g8.node)) { _root.tank3.g8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g9.node)) { _root.tank3.g9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g10.node)) { _root.tank3.g10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g11.node)) { _root.tank3.g11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g12.node)) { _root.tank3.g12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g12.eye)) { _root.tank3.g12.eye.play()(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g1.node)) { _root.tank4.g1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g2.node)) { _root.tank4.g2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g3.node)) { _root.tank4.g3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g4.node)) { _root.tank4.g4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g12.node)) { _root.tank4.g12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g12.eye)) { _root.tank4.g12.eye.play()(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g5.node)) { _root.tank4.g5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g6.node)) { _root.tank4.g6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g7.node)) { _root.tank4.g7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g8.node)) { _root.tank4.g8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g9.node)) { _root.tank4.g9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g10.node)) { _root.tank4.g10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g11.node)) { _root.tank4.g11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister1.lips.node)) { _root.blister1.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister2.lips.node)) { _root.blister2.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister3.lips.node)) { _root.blister3.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister4.lips.node)) { _root.blister4.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister5.lips.node)) { _root.blister5.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister6.lips.node)) { _root.blister6.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister7.lips.node)) { _root.blister7.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister8.lips.node)) { _root.blister8.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister8.lips.node)) { _root.blister8.lips.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister1.node2)) { _root.blister1.nextFrame(); _root.blister1.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister2.node2)) { _root.blister2.nextFrame(); _root.blister2.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister3.node2)) { _root.blister3.nextFrame(); _root.blister3.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister4.node2)) { _root.blister4.nextFrame(); _root.blister4.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister5.node2)) { _root.blister5.nextFrame(); _root.blister5.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister6.node2)) { _root.blister6.nextFrame(); _root.blister6.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister7.node2)) { _root.blister7.nextFrame(); _root.blister7.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister8.node2)) { _root.blister8.nextFrame(); _root.blister8.lips.gotoAndStop(8); this.nextFrame(); } if (this.hitTest(_root.ench1.legs.legs1.part1.legbox)) { _root.ench1.legs.legs1.part1.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part2.legbox)) { _root.ench1.legs.legs1.part2.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.torso.bodyshot)) { _root.ench1.torso.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.head1.head_destruct.head.headshot)) { _root.ench1.head1.head_destruct.head.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part3.legbox)) { _root.ench1.legs.legshit.part3.nextFrame(); _root.ench1.legs.legs1.part3.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part4.legbox)) { _root.ench1.legs.legshit.part4.nextFrame(); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.arm1.armhit.arm_hitbox)) { _root.ench1.arm1.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench1.arm2.armhit.arm_hitbox)) { _root.ench1.arm2.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench2.legs.legs1.part1.legbox)) { _root.ench2.legs.legs1.part1.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.legs.legs1.part2.legbox)) { _root.ench2.legs.legs1.part2.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.torso.bodyshot)) { _root.ench2.torso.nextFrame(); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.head1.head_destruct.head.headshot)) { _root.ench2.head1.head_destruct.head.nextFrame(); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.legs.legs1.part3.legbox)) { _root.ench2.legs.legshit.part3.nextFrame(); _root.ench2.legs.legs1.part3.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.legs.legs1.part4.legbox)) { _root.ench2.legs.legshit.part4.nextFrame(); _root.ench2.legs.legs1.part4.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.legs.legs1.part4.nextFrame(); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.arm1.armhit.arm_hitbox)) { _root.ench1.arm1.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench1.arm2.armhit.arm_hitbox)) { _root.ench1.arm2.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench1.shield.shieldhitter)) { _root.ench1.shield.play(); _root.ench1.shield.shieldmain.gotoAndPlay(2); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.shield.shieldhitter)) { _root.ench2.shield.nextFrame(); _root.ench2.shield.shieldmain.gotoAndPlay(2); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.arm2.armhit.arm_hitbox)) { _root.ench1.arm2.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench2.arm1.armhit.arm_hitbox)) { _root.ench2.arm1.armhit.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench2.arm2.armhit.arm_hitbox)) { _root.ench2.arm2.armhit.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ground.wall1.wall_alive)) { _root.ground.wall1.nextFrame(); } if (this.hitTest(_root.ceiling1.wall_alive)) { _root.ceiling1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.wingleft)) { _root.ench2.wingleft.gotoAndStop(2); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.wingleft)) { _root.ench1.wingleft.gotoAndStop(2); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.wingright)) { _root.ench2.wingright.gotoAndStop(2); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.wingright)) { _root.ench1.wingright.gotoAndStop(2); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part1.legbox)) { _root.ench1.legs.legs1.part1.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part2.legbox)) { _root.ench1.legs.legs1.part2.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.torso.bodyshot)) { _root.ench1.torso.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.head1.head_destruct.head.headshot)) { _root.ench1.head1.head_destruct.head.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part3.legbox)) { _root.ench1.legs.legshit.part3.nextFrame(); _root.ench1.legs.legs1.part3.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part4.legbox)) { _root.ench1.legs.legshit.part4.nextFrame(); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.arm1.armhit.arm_hitbox)) { _root.ench1.arm1.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench1.arm2.armhit.arm_hitbox)) { _root.ench1.arm2.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench3.legs.legs1.part1.legbox)) { _root.ench3.legs.legs1.part1.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.legs.legs1.part2.legbox)) { _root.ench3.legs.legs1.part2.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.torso.bodyshot)) { _root.ench3.torso.nextFrame(); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.head1.head_destruct.head.headshot)) { _root.ench3.head1.head_destruct.head.nextFrame(); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.legs.legs1.part3.legbox)) { _root.ench3.legs.legshit.part3.nextFrame(); _root.ench3.legs.legs1.part3.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.legs.legs1.part4.legbox)) { _root.ench3.legs.legshit.part4.nextFrame(); _root.ench3.legs.legs1.part4.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.legs.legs1.part4.nextFrame(); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.arm1.armhit.arm_hitbox)) { _root.ench3.arm1.armhit.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench3.arm2.armhit.arm_hitbox)) { _root.ench3.arm2.armhit.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench3.shield.shieldhitter)) { _root.ench3.shield.play(); _root.ench3.shield.shieldmain.gotoAndPlay(2); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.shield.shieldhitter)) { _root.ench4.shield.nextFrame(); _root.ench4.shield.shieldmain.gotoAndPlay(2); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.arm2.armhit.arm_hitbox)) { _root.ench4.arm2.armhit.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench4.arm1.armhit.arm_hitbox)) { _root.ench4.arm1.armhit.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench4.arm2.armhit.arm_hitbox)) { _root.ench4.arm2.armhit.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); } if (this.hitTest(_root.ench4.wingleft)) { _root.ench4.wingleft.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.wingleft)) { _root.ench4.wingleft.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.wingright)) { _root.ench4.wingright.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.wingright)) { _root.ench4.wingright.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.head1.head_destruct.head.headshot)) { _root.ench4.head1.head_destruct.head.nextFrame(); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.legs.legs1.part3.legbox)) { _root.ench4.legs.legshit.part3.nextFrame(); _root.ench4.legs.legs1.part3.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.legs.legs2.part4.legbox)) { _root.ench4.legs.legshit.part4.nextFrame(); _root.ench4.legs.legs2.part4.nextFrame(); _root.ench4.legs.legs2.gotoAndPlay(17); _root.ench4.legs.legs2.part4.nextFrame(); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.torso.bodyshot)) { _root.ench4.torso.nextFrame(); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.orb1.orbhit)) { _root.ench1.orb1.nextFrame(); } if (this.hitTest(_root.ench1.orb2.orbhit)) { _root.ench1.orb2.nextFrame(); } if (this.hitTest(_root.ench2.orb1.orbhit)) { _root.ench2.orb1.nextFrame(); } if (this.hitTest(_root.ench2.orb2.orbhit)) { _root.ench2.orb2.nextFrame(); } if (this.hitTest(_root.ench3.orb1.orbhit)) { _root.ench3.orb1.nextFrame(); } if (this.hitTest(_root.ench3.orb2.orbhit)) { _root.ench3.orb2.nextFrame(); } if (this.hitTest(_root.ench4.orb1.orbhit)) { _root.ench4.orb1.nextFrame(); } if (this.hitTest(_root.ench4.orb2.orbhit)) { _root.ench4.orb2.nextFrame(); } if (this.hitTest(_root.ground.realground.doodad1.rocker)) { _root.ground.realground.doodad1.nextFrame(); } if (this.hitTest(_root.ground.realground.doodad2.rocker)) { _root.ground.realground.doodad2.nextFrame(); } if (this.hitTest(_root.pir1.hit)) { _root.pir1.dsw.gotoAndStop(3); _root.pir1.gotoAndStop(5); _parent.unloadMovie(); } if (this.hitTest(_root.pir2.hit)) { _root.pir2.dsw.gotoAndStop(3); _root.pir2.gotoAndStop(5); _parent.unloadMovie(); } if (this.hitTest(_root.pir3.hit)) { _root.pir3.dsw.gotoAndStop(3); _root.pir3.gotoAndStop(5); _parent.unloadMovie(); } if (this.hitTest(_root.pir4.hit)) { _root.pir4.dsw.gotoAndStop(3); _root.pir4.gotoAndStop(5); _parent.unloadMovie(); } if (this.hitTest(_root.pir5.hit)) { _root.pir5.dsw.gotoAndStop(3); _root.pir5.gotoAndStop(5); _parent.unloadMovie(); } if (this.hitTest(_root.pir6.hit)) { _root.pir6.dsw.gotoAndStop(3); _root.pir6.gotoAndStop(5); _parent.unloadMovie(); } if (this.hitTest(_root.pir7.hit)) { _root.pir7.dsw.gotoAndStop(3); _root.pir7.gotoAndStop(5); _parent.unloadMovie(); } if (this.hitTest(_root.pir8.hit)) { _root.pir8.dsw.gotoAndStop(3); _root.pir8.gotoAndStop(5); _parent.unloadMovie(); } if (this.hitTest(_root.pir9.hit)) { _root.pir9.dsw.gotoAndStop(3); _root.pir9.gotoAndStop(5); _parent.unloadMovie(); } if (this.hitTest(_root.pir10.hit)) { _root.pir10.dsw.gotoAndStop(3); _root.pir10.gotoAndStop(5); _parent.unloadMovie(); } if (this.hitTest(_root.pir11.hit)) { _root.pir11.dsw.gotoAndStop(3); _root.pir11.gotoAndStop(5); _parent.unloadMovie(); } if (this.hitTest(_root.pir12.hit)) { _root.pir12.dsw.gotoAndStop(3); _root.pir12.gotoAndStop(5); _parent.unloadMovie(); } if (this.hitTest(_root.pir13.hit)) { _root.pir13.dsw.gotoAndStop(3); _root.pir13.gotoAndStop(5); _parent.unloadMovie(); } if (this.hitTest(_root.pir14.hit)) { _root.pir14.dsw.gotoAndStop(3); _root.pir14.gotoAndStop(5); _parent.unloadMovie(); } if (this.hitTest(_root.pir15.hit)) { _root.pir15.dsw.gotoAndStop(3); _root.pir15.gotoAndStop(5); _parent.unloadMovie(); } if (this.hitTest(_root.pir16.hit)) { _root.pir16.dsw.gotoAndStop(3); _root.pir16.gotoAndStop(5); _parent.unloadMovie(); } if (this.hitTest(_root.pir17.hit)) { _root.pir17.dsw.gotoAndStop(3); _root.pir17.gotoAndStop(5); _parent.unloadMovie(); } if (this.hitTest(_root.pir18.hit)) { _root.pir18.dsw.gotoAndStop(3); _root.pir18.gotoAndStop(5); _parent.unloadMovie(); } if (this.hitTest(_root.bgr1.hit2)) { _root.bgr1.nextFrame(); _root.bgr1.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr1.firehit)) { _root.bgr1.gotoAndStop(26); _parent.unloadMovie(); } if (this.hitTest(_root.bgr2.hit2)) { _root.bgr2.nextFrame(); _root.bgr2.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr2.firehit)) { _root.bgr2.gotoAndStop(26); _parent.unloadMovie(); } if (this.hitTest(_root.bgr3.hit2)) { _root.bgr3.nextFrame(); _root.bgr3.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr3.firehit)) { _root.bgr3.gotoAndStop(26); _parent.unloadMovie(); } if (this.hitTest(_root.bgr4.hit2)) { _root.bgr4.nextFrame(); _root.bgr4.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr4.firehit)) { _root.bgr4.gotoAndStop(26); _parent.unloadMovie(); } if (this.hitTest(_root.bgr5.hit2)) { _root.bgr5.nextFrame(); _root.bgr5.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr6.firehit)) { _root.bgr6.gotoAndStop(26); _parent.unloadMovie(); } if (this.hitTest(_root.bgr6.hit2)) { _root.bgr6.nextFrame(); _root.bgr6.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr7.firehit)) { _root.bgr7.gotoAndStop(26); _parent.unloadMovie(); } if (this.hitTest(_root.bgr7.hit2)) { _root.bgr7.nextFrame(); _root.bgr7.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr8.firehit)) { _root.bgr8.gotoAndStop(26); _parent.unloadMovie(); } if (this.hitTest(_root.bgr8.hit2)) { _root.bgr8.nextFrame(); _root.bgr8.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.fly1.hit)) { _root.fly1.gotoAndStop(2); this.attachMovie("bullet_explode", "bullet_explode" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); removeMovieClip(_parent); } if (this.hitTest(_root.fly1.hit2)) { _root.fly1.gotoAndStop(3); _parent.attachMovie("bullet_explode", "bullet_explode" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); } if (this.hitTest(_root.fly2.hit)) { _root.fly2.gotoAndStop(2); _parent.attachMovie("bullet_explode", "bullet_explode" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); } if (this.hitTest(_root.fly2.hit2)) { _root.fly2.gotoAndStop(3); _parent.attachMovie("bullet_explode", "bullet_explode" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); } if (this.hitTest(_root.fly3.hit)) { _root.fly3.gotoAndStop(2); _parent.attachMovie("bullet_explode", "bullet_explode" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); } if (this.hitTest(_root.fly3.hit2)) { _root.fly3.gotoAndStop(3); _parent.attachMovie("bullet_explode", "bullet_explode" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); } if (this.hitTest(_root.fly4.hit)) { _root.fly4.gotoAndStop(2); _parent.attachMovie("bullet_explode", "bullet_explode" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); } if (this.hitTest(_root.fly4.hit2)) { _root.fly4.gotoAndStop(3); _parent.attachMovie("bullet_explode", "bullet_explode" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); } }
Symbol 1026 MovieClip [bullet22] Frame 3
stop();
Instance of Symbol 49 MovieClip in Symbol 1026 MovieClip [bullet22] Frame 3
/* no clip actions */
Symbol 1026 MovieClip [bullet22] Frame 4
this._y = this._y - 2;
Instance of Symbol 56 MovieClip in Symbol 1026 MovieClip [bullet22] Frame 4
onClipEvent (enterFrame) { o = 0; while (o < _root.stArray.length) { if (this.hitTest(_root["st1" + o].hitta)) { _root.stArray[o].nextFrame(); _parent.unloadMovie(); } o++; } c = 0; while (c < _root.boxArray.length) { if (this.hitTest(_root["box" + c].box_alive)) { _root.boxArray[c].nextFrame(); _root.boxArray[c].sprout_main.gotoAndStop(2); _parent.attachMovie(bullgex, bull1, _root.getNextHighestDepth); _parent.unloadMovie(); } c++; } g = 0; while (g < _root.pirArray.length) { if (this.hitTest(_root["pir" + g].hit)) { _root.pirArray[g].gotoAndStop(3); _parent.unloadMovie(); } g++; } g = 0; while (g < _root.pirArray.length) { if (this.hitTest(_root["pir" + g].dsw.hit)) { _root.pirArray[g].gotoAndStop(4); _parent.unloadMovie(); } g++; } if (this.hitTest(_root.crate.crate_alive)) { _root.crate.nextFrame(); _parent.unloadMovie(); _root.crate.crate_alive.attachMovie(bullgex, bull, _root.getNextHighestDepth); } if (this.hitTest(_root.ground.crys1.crys_alive)) { _root.ground.crys1.nextFrame(); _parent.unloadMovie(); _root.crys1.crys_alive.attachMovie(bullgex, bull, _root.getNextHighestDepth); } if (this.hitTest(_root.ground.crys2.crys_alive)) { _root.ground.crys2.nextFrame(); _parent.unloadMovie(); _root.crys2.crys_alive.attachMovie(bullgex, bull, _root.getNextHighestDepth); } if (this.hitTest(_root.ground.crys3.crys_alive)) { _root.ground.crys3.nextFrame(); _parent.unloadMovie(); _root.crys3.crys_alive.attachMovie(bullgex, bull, _root.getNextHighestDepth); } if (this.hitTest(_root.ground.crys4.crys_alive)) { _root.ground.crys4.nextFrame(); _parent.unloadMovie(); _root.crys4.crys_alive.attachMovie(bullgex, bull, _root.getNextHighestDepth); } if (this.hitTest(_root.ground.crys5.crys_alive)) { _root.ground.crys5.nextFrame(); _parent.unloadMovie(); _root.crys5.crys_alive.attachMovie(bullgex, bull, _root.getNextHighestDepth); } if (this.hitTest(_root.ground.crys6.crys_alive)) { _root.ground.crys6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys7.crys_alive)) { _root.ground.crys7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys8.crys_alive)) { _root.ground.crys8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys9.crys_alive)) { _root.ground.crys9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys10.crys_alive)) { _root.ground.crys10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys11.crys_alive)) { _root.ground.crys11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys12.crys_alive)) { _root.ground.crys12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys13.crys_alive)) { _root.ground.crys13.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys14.crys_alive)) { _root.ground.crys14.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys15.crys_alive)) { _root.ground.crys15.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys16.crys_alive)) { _root.ground.crys16.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys17.crys_alive)) { _root.ground.crys17.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys18.crys_alive)) { _root.ground.crys18.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crate.crate_alive)) { _root.crate.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate2.crate_alive)) { _root.crate2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate3.crate_alive)) { _root.crate3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate4.crate_alive)) { _root.crate4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate5.crate_alive)) { _root.crate5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate6.crate_alive)) { _root.crate6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate7.crate_alive)) { _root.crate7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate8.crate_alive)) { _root.crate8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate9.crate_alive)) { _root.crate9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate10.crate_alive)) { _root.crate10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate11.crate_alive)) { _root.crate11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate12.crate_alive)) { _root.crate12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate13.crate_alive)) { _root.crate13.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate14.crate_alive)) { _root.crate14.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate15.crate_alive)) { _root.crate15.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate16.crate_alive)) { _root.crate16.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate17.crate_alive)) { _root.crate17.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate18.crate_alive)) { _root.crate18.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate19.crate_alive)) { _root.crate19.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate20.crate_alive)) { _root.crate20.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate21.crate_alive)) { _root.crate21.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate22.crate_alive)) { _root.crate22.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate23.crate_alive)) { _root.crate23.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate24.crate_alive)) { _root.crate24.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz1.buzz_alive)) { _root.buzz1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz2.buzz_alive)) { _root.buzz2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz3.buzz_alive)) { _root.buzz3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz4.buzz_alive)) { _root.buzz4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz5.buzz_alive)) { _root.buzz5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz6.buzz_alive)) { _root.buzz6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz7.buzz_alive)) { _root.buzz7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz8.buzz_alive)) { _root.buzz8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz9.buzz_alive)) { _root.buzz9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz10.buzz_alive)) { _root.buzz10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz11.buzz_alive)) { _root.buzz11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz12.buzz_alive)) { _root.buzz12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz13.buzz_alive)) { _root.buzz13.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.wall1.wall_alive)) { _root.wall1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.wall2.wall_alive)) { _root.ground.wall2.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.wall3.wall_alive)) { _root.ground.wall3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.wall4.wall_alive)) { _root.ground.wall4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.wall5.wall_alive)) { _root.ground.wall5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.wall6.wall_alive)) { _root.ground.wall6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g3.node)) { _root.tank1.g3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g4.node)) { _root.tank1.g4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g5.node)) { _root.tank1.g5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g6.node)) { _root.tank1.g6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g7.node)) { _root.tank1.g7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g8.node)) { _root.tank1.g8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g9.node)) { _root.tank1.g9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g1.node)) { _root.tank1.g1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g10.node)) { _root.tank1.g10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g11.node)) { _root.tank1.g11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g12.node)) { _root.tank1.g12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g12.eye)) { _root.tank1.g12.eye.play()(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g2.node)) { _root.tank1.g2.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g2.node)) { _root.tank2.g2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g3.node)) { _root.tank2.g3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g4.node)) { _root.tank2.g4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g5.node)) { _root.tank2.g5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g6.node)) { _root.tank2.g6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g7.node)) { _root.tank2.g7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g8.node)) { _root.tank2.g8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g9.node)) { _root.tank2.g9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g10.node)) { _root.tank2.g10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g11.node)) { _root.tank2.g11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g12.node)) { _root.tank2.g12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g12.eye)) { _root.tank2.g12.eye.play()(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g2.node)) { _root.tank3.g2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g3.node)) { _root.tank3.g3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g4.node)) { _root.tank3.g4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g5.node)) { _root.tank3.g5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g6.node)) { _root.tank3.g6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g7.node)) { _root.tank3.g7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g8.node)) { _root.tank3.g8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g9.node)) { _root.tank3.g9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g10.node)) { _root.tank3.g10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g11.node)) { _root.tank3.g11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g12.node)) { _root.tank3.g12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g12.eye)) { _root.tank3.g12.eye.play()(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g1.node)) { _root.tank4.g1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g2.node)) { _root.tank4.g2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g3.node)) { _root.tank4.g3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g4.node)) { _root.tank4.g4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g12.node)) { _root.tank4.g12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g12.eye)) { _root.tank4.g12.eye.play()(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g5.node)) { _root.tank4.g5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g6.node)) { _root.tank4.g6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g7.node)) { _root.tank4.g7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g8.node)) { _root.tank4.g8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g9.node)) { _root.tank4.g9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g10.node)) { _root.tank4.g10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g11.node)) { _root.tank4.g11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister1.lips.node)) { _root.blister1.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister2.lips.node)) { _root.blister2.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister3.lips.node)) { _root.blister3.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister4.lips.node)) { _root.blister4.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister5.lips.node)) { _root.blister5.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister6.lips.node)) { _root.blister6.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister7.lips.node)) { _root.blister7.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister8.lips.node)) { _root.blister8.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister8.lips.node)) { _root.blister8.lips.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister1.node2)) { _root.blister1.nextFrame(); _root.blister1.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister2.node2)) { _root.blister2.nextFrame(); _root.blister2.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister3.node2)) { _root.blister3.nextFrame(); _root.blister3.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister4.node2)) { _root.blister4.nextFrame(); _root.blister4.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister5.node2)) { _root.blister5.nextFrame(); _root.blister5.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister6.node2)) { _root.blister6.nextFrame(); _root.blister6.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister7.node2)) { _root.blister7.nextFrame(); _root.blister7.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister8.node2)) { _root.blister8.nextFrame(); _root.blister8.lips.gotoAndStop(8); this.nextFrame(); } if (this.hitTest(_root.ench1.legs.legs1.part1.legbox)) { _root.ench1.legs.legs1.part1.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part2.legbox)) { _root.ench1.legs.legs1.part2.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.torso.bodyshot)) { _root.ench1.torso.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.head1.head_destruct.head.headshot)) { _root.ench1.head1.head_destruct.head.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part3.legbox)) { _root.ench1.legs.legshit.part3.nextFrame(); _root.ench1.legs.legs1.part3.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part4.legbox)) { _root.ench1.legs.legshit.part4.nextFrame(); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.arm1.armhit.arm_hitbox)) { _root.ench1.arm1.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench1.arm2.armhit.arm_hitbox)) { _root.ench1.arm2.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench2.legs.legs1.part1.legbox)) { _root.ench2.legs.legs1.part1.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.legs.legs1.part2.legbox)) { _root.ench2.legs.legs1.part2.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.torso.bodyshot)) { _root.ench2.torso.nextFrame(); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.head1.head_destruct.head.headshot)) { _root.ench2.head1.head_destruct.head.nextFrame(); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.legs.legs1.part3.legbox)) { _root.ench2.legs.legshit.part3.nextFrame(); _root.ench2.legs.legs1.part3.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.legs.legs1.part4.legbox)) { _root.ench2.legs.legshit.part4.nextFrame(); _root.ench2.legs.legs1.part4.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.legs.legs1.part4.nextFrame(); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.arm1.armhit.arm_hitbox)) { _root.ench1.arm1.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench1.arm2.armhit.arm_hitbox)) { _root.ench1.arm2.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench1.shield.shieldhitter)) { _root.ench1.shield.play(); _root.ench1.shield.shieldmain.gotoAndPlay(2); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.shield.shieldhitter)) { _root.ench2.shield.nextFrame(); _root.ench2.shield.shieldmain.gotoAndPlay(2); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.arm2.armhit.arm_hitbox)) { _root.ench1.arm2.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench2.arm1.armhit.arm_hitbox)) { _root.ench2.arm1.armhit.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench2.arm2.armhit.arm_hitbox)) { _root.ench2.arm2.armhit.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ground.wall1.wall_alive)) { _root.ground.wall1.nextFrame(); } if (this.hitTest(_root.ceiling1.wall_alive)) { _root.ceiling1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.wingleft)) { _root.ench2.wingleft.gotoAndStop(2); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.wingleft)) { _root.ench1.wingleft.gotoAndStop(2); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.wingright)) { _root.ench2.wingright.gotoAndStop(2); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.wingright)) { _root.ench1.wingright.gotoAndStop(2); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part1.legbox)) { _root.ench1.legs.legs1.part1.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part2.legbox)) { _root.ench1.legs.legs1.part2.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.torso.bodyshot)) { _root.ench1.torso.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.head1.head_destruct.head.headshot)) { _root.ench1.head1.head_destruct.head.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part3.legbox)) { _root.ench1.legs.legshit.part3.nextFrame(); _root.ench1.legs.legs1.part3.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part4.legbox)) { _root.ench1.legs.legshit.part4.nextFrame(); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.arm1.armhit.arm_hitbox)) { _root.ench1.arm1.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench1.arm2.armhit.arm_hitbox)) { _root.ench1.arm2.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench3.legs.legs1.part1.legbox)) { _root.ench3.legs.legs1.part1.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.legs.legs1.part2.legbox)) { _root.ench3.legs.legs1.part2.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.torso.bodyshot)) { _root.ench3.torso.nextFrame(); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.head1.head_destruct.head.headshot)) { _root.ench3.head1.head_destruct.head.nextFrame(); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.legs.legs1.part3.legbox)) { _root.ench3.legs.legshit.part3.nextFrame(); _root.ench3.legs.legs1.part3.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.legs.legs1.part4.legbox)) { _root.ench3.legs.legshit.part4.nextFrame(); _root.ench3.legs.legs1.part4.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.legs.legs1.part4.nextFrame(); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.arm1.armhit.arm_hitbox)) { _root.ench3.arm1.armhit.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench3.arm2.armhit.arm_hitbox)) { _root.ench3.arm2.armhit.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench3.shield.shieldhitter)) { _root.ench3.shield.play(); _root.ench3.shield.shieldmain.gotoAndPlay(2); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.shield.shieldhitter)) { _root.ench4.shield.nextFrame(); _root.ench4.shield.shieldmain.gotoAndPlay(2); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.arm2.armhit.arm_hitbox)) { _root.ench4.arm2.armhit.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench4.arm1.armhit.arm_hitbox)) { _root.ench4.arm1.armhit.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench4.arm2.armhit.arm_hitbox)) { _root.ench4.arm2.armhit.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); } if (this.hitTest(_root.ench4.wingleft)) { _root.ench4.wingleft.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.wingleft)) { _root.ench4.wingleft.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.wingright)) { _root.ench4.wingright.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.wingright)) { _root.ench4.wingright.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.head1.head_destruct.head.headshot)) { _root.ench4.head1.head_destruct.head.nextFrame(); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.legs.legs1.part3.legbox)) { _root.ench4.legs.legshit.part3.nextFrame(); _root.ench4.legs.legs1.part3.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.legs.legs2.part4.legbox)) { _root.ench4.legs.legshit.part4.nextFrame(); _root.ench4.legs.legs2.part4.nextFrame(); _root.ench4.legs.legs2.gotoAndPlay(17); _root.ench4.legs.legs2.part4.nextFrame(); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.torso.bodyshot)) { _root.ench4.torso.nextFrame(); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.orb1.orbhit)) { _root.ench1.orb1.nextFrame(); } if (this.hitTest(_root.ench1.orb2.orbhit)) { _root.ench1.orb2.nextFrame(); } if (this.hitTest(_root.ench2.orb1.orbhit)) { _root.ench2.orb1.nextFrame(); } if (this.hitTest(_root.ench2.orb2.orbhit)) { _root.ench2.orb2.nextFrame(); } if (this.hitTest(_root.ench3.orb1.orbhit)) { _root.ench3.orb1.nextFrame(); } if (this.hitTest(_root.ench3.orb2.orbhit)) { _root.ench3.orb2.nextFrame(); } if (this.hitTest(_root.ench4.orb1.orbhit)) { _root.ench4.orb1.nextFrame(); } if (this.hitTest(_root.ench4.orb2.orbhit)) { _root.ench4.orb2.nextFrame(); } if (this.hitTest(_root.ground.realground.doodad1.rocker)) { _root.ground.realground.doodad1.nextFrame(); } if (this.hitTest(_root.ground.realground.doodad2.rocker)) { _root.ground.realground.doodad2.nextFrame(); } if (this.hitTest(_root.pir1.hit)) { _root.pir1.dsw.gotoAndStop(3); _root.pir1.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir2.hit)) { _root.pir2.dsw.gotoAndStop(3); _root.pir2.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir3.hit)) { _root.pir3.dsw.gotoAndStop(3); _root.pir3.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir4.hit)) { _root.pir4.dsw.gotoAndStop(3); _root.pir4.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir5.hit)) { _root.pir5.dsw.gotoAndStop(3); _root.pir5.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir6.hit)) { _root.pir6.dsw.gotoAndStop(3); _root.pir6.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir7.hit)) { _root.pir7.dsw.gotoAndStop(3); _root.pir7.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir8.hit)) { _root.pir8.dsw.gotoAndStop(3); _root.pir8.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir9.hit)) { _root.pir9.dsw.gotoAndStop(3); _root.pir9.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir10.hit)) { _root.pir10.dsw.gotoAndStop(3); _root.pir10.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir11.hit)) { _root.pir11.dsw.gotoAndStop(3); _root.pir11.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir12.hit)) { _root.pir12.dsw.gotoAndStop(3); _root.pir12.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir13.hit)) { _root.pir13.dsw.gotoAndStop(3); _root.pir13.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir14.hit)) { _root.pir14.dsw.gotoAndStop(3); _root.pir14.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir15.hit)) { _root.pir15.dsw.gotoAndStop(3); _root.pir15.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir16.hit)) { _root.pir16.dsw.gotoAndStop(3); _root.pir16.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir17.hit)) { _root.pir17.dsw.gotoAndStop(3); _root.pir17.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir18.hit)) { _root.pir18.dsw.gotoAndStop(3); _root.pir18.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir19.hit)) { _root.pir19.dsw.gotoAndStop(3); _root.pir19.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir20.hit)) { _root.pir20.dsw.gotoAndStop(3); _root.pir20.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir21.hit)) { _root.pir21.dsw.gotoAndStop(3); _root.pir21.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir22.hit)) { _root.pir22.dsw.gotoAndStop(3); _root.pir22.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir23.hit)) { _root.pir23.dsw.gotoAndStop(3); _root.pir23.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir24.hit)) { _root.pir24.dsw.gotoAndStop(3); _root.pir24.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir25.hit)) { _root.pir25.dsw.gotoAndStop(3); _root.pir25.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir26.hit)) { _root.pir26.dsw.gotoAndStop(3); _root.pir26.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir27.hit)) { _root.pir27.dsw.gotoAndStop(3); _root.pir27.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir28.hit)) { _root.pir28.dsw.gotoAndStop(3); _root.pir28.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.bgr1.hit2)) { _root.bgr1.attachMovie(bullgex, bull, _root.getNextHighestDepth); _root.bgr1.nextFrame(); _root.bgr1.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr2.hit2)) { _root.bgr2.attachMovie(bullgex, bull, _root.getNextHighestDepth); _root.bgr2.nextFrame(); _root.bgr2.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr3.hit2)) { _root.bgr3.attachMovie(bullgex, bull, _root.getNextHighestDepth); _root.bgr3.nextFrame(); _root.bgr3.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr4.hit2)) { _root.bgr4.attachMovie(bullgex, bull, _root.getNextHighestDepth); _root.bgr4.nextFrame(); _root.bgr4.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr5.hit2)) { _root.bgr5.attachMovie(bullgex, bull, _root.getNextHighestDepth); _root.bgr5.nextFrame(); _root.bgr5.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr6.hit2)) { _root.bgr6.attachMovie(bullgex, bull, _root.getNextHighestDepth); _root.bgr6.nextFrame(); _root.bgr6.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr7.hit2)) { _root.bgr7.attachMovie(bullgex, bull, _root.getNextHighestDepth); _root.bgr7.nextFrame(); _root.bgr7.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.realground.flatland1.rocker)) { _root.ground.realground.flatland1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf1.sup1.hit)) { _root.ground.scaf1.sup1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf1.sup2.hit)) { _root.ground.scaf1.sup2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf1.sup2.hit)) { _root.ground.scaf1.sup2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf1.scafftop.hit)) { _root.ground.scaf1.scafftop.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf2.sup1.hit)) { _root.ground.scaf2.sup1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf2.sup2.hit)) { _root.ground.scaf2.sup2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf2.sup2.hit)) { _root.ground.scaf2.sup2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf2.scafftop.hit)) { _root.ground.scaf2.scafftop.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.fly1.hit)) { _root.fly1.gotoAndStop(2); removeMovieClip(_parent); } if (this.hitTest(_root.fly1.hit2)) { _root.fly1.gotoAndStop(3); removeMovieClip(_parent); } if (this.hitTest(_root.fly2.hit)) { _root.fly2.gotoAndStop(2); removeMovieClip(_parent); } if (this.hitTest(_root.fly2.hit2)) { _root.fly2.gotoAndStop(3); removeMovieClip(_parent); } if (this.hitTest(_root.fly3.hit)) { _root.fly3.gotoAndStop(2); removeMovieClip(_parent); } if (this.hitTest(_root.fly3.hit2)) { _root.fly3.gotoAndStop(3); removeMovieClip(_parent); } if (this.hitTest(_root.fly4.hit)) { _root.fly4.gotoAndStop(2); removeMovieClip(_parent); } if (this.hitTest(_root.fly4.hit2)) { _root.fly4.gotoAndStop(3); removeMovieClip(_parent); } f = 0; while (f < _root.flyArray.length) { if (this.hitTest(_root["fly" + f].hit)) { _root.flyArray[f].gotoAndStop(2); _root.makeBP(); removeMovieClip(_parent); } if (this.hitTest(_root.gro.hit)) { _root.gro.grohit.play(); _root.gro.damage = _root.gro.damage - 1; _parent.unloadMovie(); } f++; } }
Instance of Symbol 99 MovieClip in Symbol 1026 MovieClip [bullet22] Frame 5
onClipEvent (enterFrame) { o = 0; while (o < _root.stArray.length) { if (this.hitTest(_root["st1" + o].hitta)) { _root.stArray[o].nextFrame(); _parent.unloadMovie(); } o++; } c = 0; while (c < _root.boxArray.length) { if (this.hitTest(_root["box" + c].box_alive)) { _root.boxArray[c].nextFrame(); _root.boxArray[c].sprout_main.gotoAndStop(2); _parent.attachMovie(bullgex, bull1, _root.getNextHighestDepth); _parent.unloadMovie(); } c++; } g = 0; while (g < _root.pirArray.length) { if (this.hitTest(_root["pir" + g].hit)) { _root.pirArray[g].gotoAndStop(3); _parent.unloadMovie(); } g++; } g = 0; while (g < _root.pirArray.length) { if (this.hitTest(_root["pir" + g].dsw.hit)) { _root.pirArray[g].gotoAndStop(4); _parent.unloadMovie(); } g++; } if (this.hitTest(_root.crate.crate_alive)) { _root.crate.nextFrame(); _parent.unloadMovie(); _root.crate.crate_alive.attachMovie(bullgex, bull, _root.getNextHighestDepth); } if (this.hitTest(_root.ground.crys1.crys_alive)) { _root.ground.crys1.nextFrame(); _parent.unloadMovie(); _root.crys1.crys_alive.attachMovie(bullgex, bull, _root.getNextHighestDepth); } if (this.hitTest(_root.ground.crys2.crys_alive)) { _root.ground.crys2.nextFrame(); _parent.unloadMovie(); _root.crys2.crys_alive.attachMovie(bullgex, bull, _root.getNextHighestDepth); } if (this.hitTest(_root.ground.crys3.crys_alive)) { _root.ground.crys3.nextFrame(); _parent.unloadMovie(); _root.crys3.crys_alive.attachMovie(bullgex, bull, _root.getNextHighestDepth); } if (this.hitTest(_root.ground.crys4.crys_alive)) { _root.ground.crys4.nextFrame(); _parent.unloadMovie(); _root.crys4.crys_alive.attachMovie(bullgex, bull, _root.getNextHighestDepth); } if (this.hitTest(_root.ground.crys5.crys_alive)) { _root.ground.crys5.nextFrame(); _parent.unloadMovie(); _root.crys5.crys_alive.attachMovie(bullgex, bull, _root.getNextHighestDepth); } if (this.hitTest(_root.ground.crys6.crys_alive)) { _root.ground.crys6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys7.crys_alive)) { _root.ground.crys7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys8.crys_alive)) { _root.ground.crys8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys9.crys_alive)) { _root.ground.crys9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys10.crys_alive)) { _root.ground.crys10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys11.crys_alive)) { _root.ground.crys11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys12.crys_alive)) { _root.ground.crys12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys13.crys_alive)) { _root.ground.crys13.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys14.crys_alive)) { _root.ground.crys14.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys15.crys_alive)) { _root.ground.crys15.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys16.crys_alive)) { _root.ground.crys16.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys17.crys_alive)) { _root.ground.crys17.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crys18.crys_alive)) { _root.ground.crys18.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.crate.crate_alive)) { _root.crate.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate2.crate_alive)) { _root.crate2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate3.crate_alive)) { _root.crate3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate4.crate_alive)) { _root.crate4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate5.crate_alive)) { _root.crate5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate6.crate_alive)) { _root.crate6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate7.crate_alive)) { _root.crate7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate8.crate_alive)) { _root.crate8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate9.crate_alive)) { _root.crate9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate10.crate_alive)) { _root.crate10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate11.crate_alive)) { _root.crate11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate12.crate_alive)) { _root.crate12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate13.crate_alive)) { _root.crate13.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate14.crate_alive)) { _root.crate14.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate15.crate_alive)) { _root.crate15.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate16.crate_alive)) { _root.crate16.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate17.crate_alive)) { _root.crate17.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate18.crate_alive)) { _root.crate18.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate19.crate_alive)) { _root.crate19.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate20.crate_alive)) { _root.crate20.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate21.crate_alive)) { _root.crate21.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate22.crate_alive)) { _root.crate22.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate23.crate_alive)) { _root.crate23.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.crate24.crate_alive)) { _root.crate24.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz1.buzz_alive)) { _root.buzz1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz2.buzz_alive)) { _root.buzz2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz3.buzz_alive)) { _root.buzz3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz4.buzz_alive)) { _root.buzz4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz5.buzz_alive)) { _root.buzz5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz6.buzz_alive)) { _root.buzz6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz7.buzz_alive)) { _root.buzz7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz8.buzz_alive)) { _root.buzz8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz9.buzz_alive)) { _root.buzz9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz10.buzz_alive)) { _root.buzz10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz11.buzz_alive)) { _root.buzz11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz12.buzz_alive)) { _root.buzz12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.buzz13.buzz_alive)) { _root.buzz13.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.wall1.wall_alive)) { _root.wall1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.wall2.wall_alive)) { _root.ground.wall2.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.wall3.wall_alive)) { _root.ground.wall3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.wall4.wall_alive)) { _root.ground.wall4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.wall5.wall_alive)) { _root.ground.wall5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.wall6.wall_alive)) { _root.ground.wall6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g3.node)) { _root.tank1.g3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g4.node)) { _root.tank1.g4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g5.node)) { _root.tank1.g5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g6.node)) { _root.tank1.g6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g7.node)) { _root.tank1.g7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g8.node)) { _root.tank1.g8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g9.node)) { _root.tank1.g9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g1.node)) { _root.tank1.g1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g10.node)) { _root.tank1.g10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g11.node)) { _root.tank1.g11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g12.node)) { _root.tank1.g12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g12.eye)) { _root.tank1.g12.eye.play()(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank1.g2.node)) { _root.tank1.g2.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g2.node)) { _root.tank2.g2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g3.node)) { _root.tank2.g3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g4.node)) { _root.tank2.g4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g5.node)) { _root.tank2.g5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g6.node)) { _root.tank2.g6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g7.node)) { _root.tank2.g7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g8.node)) { _root.tank2.g8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g9.node)) { _root.tank2.g9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g10.node)) { _root.tank2.g10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g11.node)) { _root.tank2.g11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g12.node)) { _root.tank2.g12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank2.g12.eye)) { _root.tank2.g12.eye.play()(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g2.node)) { _root.tank3.g2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g3.node)) { _root.tank3.g3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g4.node)) { _root.tank3.g4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g5.node)) { _root.tank3.g5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g6.node)) { _root.tank3.g6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g7.node)) { _root.tank3.g7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g8.node)) { _root.tank3.g8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g9.node)) { _root.tank3.g9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g10.node)) { _root.tank3.g10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g11.node)) { _root.tank3.g11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g12.node)) { _root.tank3.g12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank3.g12.eye)) { _root.tank3.g12.eye.play()(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g1.node)) { _root.tank4.g1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g2.node)) { _root.tank4.g2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g3.node)) { _root.tank4.g3.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g4.node)) { _root.tank4.g4.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g12.node)) { _root.tank4.g12.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g12.eye)) { _root.tank4.g12.eye.play()(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g5.node)) { _root.tank4.g5.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g6.node)) { _root.tank4.g6.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g7.node)) { _root.tank4.g7.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g8.node)) { _root.tank4.g8.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g9.node)) { _root.tank4.g9.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g10.node)) { _root.tank4.g10.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.tank4.g11.node)) { _root.tank4.g11.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister1.lips.node)) { _root.blister1.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister2.lips.node)) { _root.blister2.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister3.lips.node)) { _root.blister3.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister4.lips.node)) { _root.blister4.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister5.lips.node)) { _root.blister5.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister6.lips.node)) { _root.blister6.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister7.lips.node)) { _root.blister7.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister8.lips.node)) { _root.blister8.lips.nextFrame(); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.blister8.lips.node)) { _root.blister8.lips.nextFrame(); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister1.node2)) { _root.blister1.nextFrame(); _root.blister1.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister2.node2)) { _root.blister2.nextFrame(); _root.blister2.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister3.node2)) { _root.blister3.nextFrame(); _root.blister3.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister4.node2)) { _root.blister4.nextFrame(); _root.blister4.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister5.node2)) { _root.blister5.nextFrame(); _root.blister5.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister6.node2)) { _root.blister6.nextFrame(); _root.blister6.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister7.node2)) { _root.blister7.nextFrame(); _root.blister7.lips.gotoAndStop(8); this.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.blister8.node2)) { _root.blister8.nextFrame(); _root.blister8.lips.gotoAndStop(8); this.nextFrame(); } if (this.hitTest(_root.ench1.legs.legs1.part1.legbox)) { _root.ench1.legs.legs1.part1.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part2.legbox)) { _root.ench1.legs.legs1.part2.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.torso.bodyshot)) { _root.ench1.torso.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.head1.head_destruct.head.headshot)) { _root.ench1.head1.head_destruct.head.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part3.legbox)) { _root.ench1.legs.legshit.part3.nextFrame(); _root.ench1.legs.legs1.part3.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part4.legbox)) { _root.ench1.legs.legshit.part4.nextFrame(); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.arm1.armhit.arm_hitbox)) { _root.ench1.arm1.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench1.arm2.armhit.arm_hitbox)) { _root.ench1.arm2.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench2.legs.legs1.part1.legbox)) { _root.ench2.legs.legs1.part1.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.legs.legs1.part2.legbox)) { _root.ench2.legs.legs1.part2.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.torso.bodyshot)) { _root.ench2.torso.nextFrame(); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.head1.head_destruct.head.headshot)) { _root.ench2.head1.head_destruct.head.nextFrame(); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.legs.legs1.part3.legbox)) { _root.ench2.legs.legshit.part3.nextFrame(); _root.ench2.legs.legs1.part3.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.legs.legs1.part4.legbox)) { _root.ench2.legs.legshit.part4.nextFrame(); _root.ench2.legs.legs1.part4.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.legs.legs1.part4.nextFrame(); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.arm1.armhit.arm_hitbox)) { _root.ench1.arm1.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench1.arm2.armhit.arm_hitbox)) { _root.ench1.arm2.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench1.shield.shieldhitter)) { _root.ench1.shield.play(); _root.ench1.shield.shieldmain.gotoAndPlay(2); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.shield.shieldhitter)) { _root.ench2.shield.nextFrame(); _root.ench2.shield.shieldmain.gotoAndPlay(2); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.arm2.armhit.arm_hitbox)) { _root.ench1.arm2.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench2.arm1.armhit.arm_hitbox)) { _root.ench2.arm1.armhit.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench2.arm2.armhit.arm_hitbox)) { _root.ench2.arm2.armhit.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ground.wall1.wall_alive)) { _root.ground.wall1.nextFrame(); } if (this.hitTest(_root.ceiling1.wall_alive)) { _root.ceiling1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.wingleft)) { _root.ench2.wingleft.gotoAndStop(2); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.wingleft)) { _root.ench1.wingleft.gotoAndStop(2); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench2.wingright)) { _root.ench2.wingright.gotoAndStop(2); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.wingright)) { _root.ench1.wingright.gotoAndStop(2); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part1.legbox)) { _root.ench1.legs.legs1.part1.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part2.legbox)) { _root.ench1.legs.legs1.part2.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.torso.bodyshot)) { _root.ench1.torso.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.head1.head_destruct.head.headshot)) { _root.ench1.head1.head_destruct.head.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part3.legbox)) { _root.ench1.legs.legshit.part3.nextFrame(); _root.ench1.legs.legs1.part3.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.legs.legs1.part4.legbox)) { _root.ench1.legs.legshit.part4.nextFrame(); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.arm1.armhit.arm_hitbox)) { _root.ench1.arm1.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench1.arm2.armhit.arm_hitbox)) { _root.ench1.arm2.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench3.legs.legs1.part1.legbox)) { _root.ench3.legs.legs1.part1.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.legs.legs1.part2.legbox)) { _root.ench3.legs.legs1.part2.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.torso.bodyshot)) { _root.ench3.torso.nextFrame(); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.head1.head_destruct.head.headshot)) { _root.ench3.head1.head_destruct.head.nextFrame(); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.legs.legs1.part3.legbox)) { _root.ench3.legs.legshit.part3.nextFrame(); _root.ench3.legs.legs1.part3.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.legs.legs1.part4.legbox)) { _root.ench3.legs.legshit.part4.nextFrame(); _root.ench3.legs.legs1.part4.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.legs.legs1.part4.nextFrame(); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench3.arm1.armhit.arm_hitbox)) { _root.ench3.arm1.armhit.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench3.arm2.armhit.arm_hitbox)) { _root.ench3.arm2.armhit.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench3.shield.shieldhitter)) { _root.ench3.shield.play(); _root.ench3.shield.shieldmain.gotoAndPlay(2); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.shield.shieldhitter)) { _root.ench4.shield.nextFrame(); _root.ench4.shield.shieldmain.gotoAndPlay(2); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.arm2.armhit.arm_hitbox)) { _root.ench4.arm2.armhit.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench4.arm1.armhit.arm_hitbox)) { _root.ench4.arm1.armhit.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench4.arm2.armhit.arm_hitbox)) { _root.ench4.arm2.armhit.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); } if (this.hitTest(_root.ench4.wingleft)) { _root.ench4.wingleft.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.wingleft)) { _root.ench4.wingleft.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.wingright)) { _root.ench4.wingright.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.wingright)) { _root.ench4.wingright.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.head1.head_destruct.head.headshot)) { _root.ench4.head1.head_destruct.head.nextFrame(); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.legs.legs1.part3.legbox)) { _root.ench4.legs.legshit.part3.nextFrame(); _root.ench4.legs.legs1.part3.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.legs.legs2.part4.legbox)) { _root.ench4.legs.legshit.part4.nextFrame(); _root.ench4.legs.legs2.part4.nextFrame(); _root.ench4.legs.legs2.gotoAndPlay(17); _root.ench4.legs.legs2.part4.nextFrame(); _root.ench4.head1.head_destruct.gotoAndPlay(31); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench4.torso.bodyshot)) { _root.ench4.torso.nextFrame(); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top.gotoAndPlay(11); this.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ench1.orb1.orbhit)) { _root.ench1.orb1.nextFrame(); } if (this.hitTest(_root.ench1.orb2.orbhit)) { _root.ench1.orb2.nextFrame(); } if (this.hitTest(_root.ench2.orb1.orbhit)) { _root.ench2.orb1.nextFrame(); } if (this.hitTest(_root.ench2.orb2.orbhit)) { _root.ench2.orb2.nextFrame(); } if (this.hitTest(_root.ench3.orb1.orbhit)) { _root.ench3.orb1.nextFrame(); } if (this.hitTest(_root.ench3.orb2.orbhit)) { _root.ench3.orb2.nextFrame(); } if (this.hitTest(_root.ench4.orb1.orbhit)) { _root.ench4.orb1.nextFrame(); } if (this.hitTest(_root.ench4.orb2.orbhit)) { _root.ench4.orb2.nextFrame(); } if (this.hitTest(_root.ground.realground.doodad1.rocker)) { _root.ground.realground.doodad1.nextFrame(); } if (this.hitTest(_root.ground.realground.doodad2.rocker)) { _root.ground.realground.doodad2.nextFrame(); } if (this.hitTest(_root.pir1.hit)) { _root.pir1.dsw.gotoAndStop(3); _root.pir1.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir2.hit)) { _root.pir2.dsw.gotoAndStop(3); _root.pir2.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir3.hit)) { _root.pir3.dsw.gotoAndStop(3); _root.pir3.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir4.hit)) { _root.pir4.dsw.gotoAndStop(3); _root.pir4.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir5.hit)) { _root.pir5.dsw.gotoAndStop(3); _root.pir5.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir6.hit)) { _root.pir6.dsw.gotoAndStop(3); _root.pir6.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir7.hit)) { _root.pir7.dsw.gotoAndStop(3); _root.pir7.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir8.hit)) { _root.pir8.dsw.gotoAndStop(3); _root.pir8.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir9.hit)) { _root.pir9.dsw.gotoAndStop(3); _root.pir9.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir10.hit)) { _root.pir10.dsw.gotoAndStop(3); _root.pir10.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir11.hit)) { _root.pir11.dsw.gotoAndStop(3); _root.pir11.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir12.hit)) { _root.pir12.dsw.gotoAndStop(3); _root.pir12.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir13.hit)) { _root.pir13.dsw.gotoAndStop(3); _root.pir13.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir14.hit)) { _root.pir14.dsw.gotoAndStop(3); _root.pir14.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir15.hit)) { _root.pir15.dsw.gotoAndStop(3); _root.pir15.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir16.hit)) { _root.pir16.dsw.gotoAndStop(3); _root.pir16.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir17.hit)) { _root.pir17.dsw.gotoAndStop(3); _root.pir17.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir18.hit)) { _root.pir18.dsw.gotoAndStop(3); _root.pir18.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir19.hit)) { _root.pir19.dsw.gotoAndStop(3); _root.pir19.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir20.hit)) { _root.pir20.dsw.gotoAndStop(3); _root.pir20.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir21.hit)) { _root.pir21.dsw.gotoAndStop(3); _root.pir21.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir22.hit)) { _root.pir22.dsw.gotoAndStop(3); _root.pir22.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir23.hit)) { _root.pir23.dsw.gotoAndStop(3); _root.pir23.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir24.hit)) { _root.pir24.dsw.gotoAndStop(3); _root.pir24.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir25.hit)) { _root.pir25.dsw.gotoAndStop(3); _root.pir25.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir26.hit)) { _root.pir26.dsw.gotoAndStop(3); _root.pir26.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir27.hit)) { _root.pir27.dsw.gotoAndStop(3); _root.pir27.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.pir28.hit)) { _root.pir28.dsw.gotoAndStop(3); _root.pir28.gotoAndStop(3); _parent.unloadMovie(); } if (this.hitTest(_root.bgr1.hit2)) { _root.bgr1.attachMovie(bullgex, bull, _root.getNextHighestDepth); _root.bgr1.nextFrame(); _root.bgr1.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr2.hit2)) { _root.bgr2.attachMovie(bullgex, bull, _root.getNextHighestDepth); _root.bgr2.nextFrame(); _root.bgr2.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr3.hit2)) { _root.bgr3.attachMovie(bullgex, bull, _root.getNextHighestDepth); _root.bgr3.nextFrame(); _root.bgr3.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr4.hit2)) { _root.bgr4.attachMovie(bullgex, bull, _root.getNextHighestDepth); _root.bgr4.nextFrame(); _root.bgr4.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr5.hit2)) { _root.bgr5.attachMovie(bullgex, bull, _root.getNextHighestDepth); _root.bgr5.nextFrame(); _root.bgr5.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr6.hit2)) { _root.bgr6.attachMovie(bullgex, bull, _root.getNextHighestDepth); _root.bgr6.nextFrame(); _root.bgr6.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.bgr7.hit2)) { _root.bgr7.attachMovie(bullgex, bull, _root.getNextHighestDepth); _root.bgr7.nextFrame(); _root.bgr7.gr1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.realground.flatland1.rocker)) { _root.ground.realground.flatland1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf1.sup1.hit)) { _root.ground.scaf1.sup1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf1.sup2.hit)) { _root.ground.scaf1.sup2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf1.sup2.hit)) { _root.ground.scaf1.sup2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf1.scafftop.hit)) { _root.ground.scaf1.scafftop.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf2.sup1.hit)) { _root.ground.scaf2.sup1.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf2.sup2.hit)) { _root.ground.scaf2.sup2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf2.sup2.hit)) { _root.ground.scaf2.sup2.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.ground.scaf2.scafftop.hit)) { _root.ground.scaf2.scafftop.nextFrame(); _parent.unloadMovie(); } if (this.hitTest(_root.fly1.hit)) { _root.fly1.gotoAndStop(2); removeMovieClip(_parent); } if (this.hitTest(_root.fly1.hit2)) { _root.fly1.gotoAndStop(3); removeMovieClip(_parent); } if (this.hitTest(_root.fly2.hit)) { _root.fly2.gotoAndStop(2); removeMovieClip(_parent); } if (this.hitTest(_root.fly2.hit2)) { _root.fly2.gotoAndStop(3); removeMovieClip(_parent); } if (this.hitTest(_root.fly3.hit)) { _root.fly3.gotoAndStop(2); removeMovieClip(_parent); } if (this.hitTest(_root.fly3.hit2)) { _root.fly3.gotoAndStop(3); removeMovieClip(_parent); } if (this.hitTest(_root.fly4.hit)) { _root.fly4.gotoAndStop(2); removeMovieClip(_parent); } if (this.hitTest(_root.fly4.hit2)) { _root.fly4.gotoAndStop(3); removeMovieClip(_parent); } f = 0; while (f < _root.flyArray.length) { if (this.hitTest(_root["fly" + f].hit)) { _root.flyArray[f].gotoAndStop(2); _root.makeBP(); removeMovieClip(_parent); } if (this.hitTest(_root.gro.hit)) { _root.gro.grohit.play(); _root.gro.damage = _root.gro.damage - 1; _parent.unloadMovie(); } f++; } }
Symbol 1029 MovieClip Frame 1
this.gotoAndStop(random(3));
Symbol 1045 MovieClip Frame 1
this.gotoAndStop(random(5));
Instance of Symbol 33 MovieClip [box_alive] in Symbol 1045 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.hero._x >= 420) && (_root.screenmove == true)) { _parent._x = _parent._x - 6; } if (_root.hero._x <= 150) { _parent._x = _parent._x + 6; } }
Instance of Symbol 33 MovieClip [box_alive] in Symbol 1045 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.hero._x >= 520) && (_root.screenmove == true)) { _parent._x = _parent._x - 6; } if (_root.hero._x <= 150) { _parent._x = _parent._x + 6; } }
Symbol 1045 MovieClip Frame 3
_parent.unloadMovie();
Symbol 1045 MovieClip Frame 4
_parent.unloadMovie();
Symbol 1063 MovieClip Frame 1
gotoAndStop(random(3));
Symbol 1064 MovieClip [particle] Frame 1
Instance of Symbol 1063 MovieClip in Symbol 1064 MovieClip [particle] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ground._x, _y)) { _parent.rota = 0; _parent.gravi = 1; _parent.xSp = 0; _parent.ySp = 0; } }
Instance of Symbol 1063 MovieClip in Symbol 1064 MovieClip [particle] Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.ground._x, _y)) { _parent.rota = 0; _parent.gravi = 1; _parent.xSp = 0; _parent.ySp = 0; } }
Instance of Symbol 1063 MovieClip in Symbol 1064 MovieClip [particle] Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.ground._x, _y)) { _parent.rota = 0; _parent.gravi = 1; _parent.xSp = 0; _parent.ySp = 0; } }
Instance of Symbol 1063 MovieClip in Symbol 1064 MovieClip [particle] Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ground._x, _y)) { _parent.rota = 0; _parent.gravi = 1; _parent.xSp = 0; _parent.ySp = 0; } }
Symbol 1065 MovieClip [particle_explode] Frame 1
stop(); var fall = 6; var gravi = ((this.gravi = random(0.3) - 0.3)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this._xscale = random(210) - 190; this._yscale = random(210) - 190; this.xSp = random(10) - 5; this.ySp = random(12) - 8; this.rota = random(50) - 20; this.onEnterFrame = explode; play();
Instance of Symbol 1064 MovieClip [particle] "shard" in Symbol 1065 MovieClip [particle_explode] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.unloadMovie(); } if (this.hitTest(_root.ground.stubble2)) { this._alpha = 0; this._y = this._y - 30; } }
Symbol 1065 MovieClip [particle_explode] Frame 60
stop(); this.unloadMovie();
Symbol 1068 MovieClip Frame 1
var fall = 2; var gravi = ((this.gravi = random(0.5) - 0.5)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(10) - 5; this.ySp = random(18) - 18; this.onEnterFrame = explode;
Symbol 1068 MovieClip Frame 14
this.unloadMovie();
Symbol 1071 MovieClip Frame 1
Symbol 1071 MovieClip Frame 13
this.unloadMovie();
Symbol 1073 MovieClip [iball] Frame 1
stop(); stop(); var ground = _root.ground; var grav = 0; var gravity = 0.5; var speed = 20; var maxJump = -18; var touchingGround = false; onEnterFrame = function () { this._y = this._y + grav; grav = grav + gravity; while (ground.hitTest(this._x, this._y, true)) { this._y = this._y - gravity; grav = 0; } if (ground.hitTest(this._x, this._y + 5, true)) { touchingGround = true; } else { touchingGround = false; } if (ground.hitTest(this._x + (_width / 2), this._y - (_height / 2), true)) { this._x = this._x - speed; } if (ground.hitTest(this._x - (_width / 2), this._y - (_height / 2), true)) { this._x = this._x + speed; } ysp = random(2) - 3; if (this._x >= 70) { this._x = this._x - this.ysp; this._y = this._y + this.ysp; this.ysp = this.ysp - 1; } if (this._x <= 550) { this._x = this._x + this.ysp; this._y = this._y + this.ysp; this.ysp = this.ysp - 1; } };
Instance of Symbol 40 MovieClip "hit" in Symbol 1073 MovieClip [iball] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _parent.nextFrame(); } }
Instance of Symbol 33 MovieClip [box_alive] in Symbol 1073 MovieClip [iball] Frame 1
onClipEvent (enterFrame) { if ((_root.hero._x >= 420) && (_root.screenmove == true)) { _parent._x = _parent._x - 6; } if (_root.hero._x <= 150) { _parent._x = _parent._x + 6; } }
Symbol 1074 MovieClip [smokeanim] Frame 24
this.unloadMovie();
Symbol 1084 MovieClip Frame 70
_parent.gotoAndPlay(1);
Symbol 1086 MovieClip Frame 1
var life = 2; onEnterFrame = function () { if (life == 0) { _parent.gotoAndStop(4); } };
Symbol 1086 MovieClip Frame 75
_parent.nextFrame();
Symbol 1086 MovieClip Frame 76
life = life - 1; onEnterFrame = function () { _parent.lifed.nextFrame(); _parent.head.nextFrame(); };
Symbol 1089 MovieClip Frame 1
this._alpha = 0; stop();
Symbol 1089 MovieClip Frame 10
_parent.gotoAndStop(4); stop();
Symbol 1093 MovieClip Frame 1
this.gotoAndStop(random(4)); stop();
Symbol 1094 MovieClip Frame 4
_parent.gotoAndStop(1);
Symbol 1095 MovieClip Frame 1
stop();
Symbol 1099 MovieClip Frame 1
this._alpha = 0; this.gotoAndStop(random(5)); stop(); onEnterFrame = function () { xsp = 0.2; _parent._parent._xscale = 100; _parent._parent._x = _parent._parent._x - xsp; };
Symbol 1099 MovieClip Frame 2
onEnterFrame = function () { xsp = 0.5; _parent._parent._xscale = -100; _parent._parent._x = _parent._parent._x + xsp; };
Symbol 1099 MovieClip Frame 3
onEnterFrame = function () { xsp = 15; xsp--; _parent._parent._y = _parent._parent._y - xsp; _parent.gotoAndStop(86); };
Symbol 1126 MovieClip Frame 22
_parent._parent.gotoAndStop(1);
Symbol 1127 MovieClip Frame 84
_parent.gotoAndStop(1);
Instance of Symbol 33 MovieClip [box_alive] "box_alive" in Symbol 1132 MovieClip Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hurtbox)) { _root.life = _root.life - 1; _root.lifebar.nextFrame(); } }
Symbol 1132 MovieClip Frame 20
_parent.gotoAndStop(1);
Symbol 1145 MovieClip Frame 67
_parent.unloadMovie();
Symbol 1147 MovieClip Frame 1
var fall = 1.4; var gravi = ((this.gravi = random(0.2) - 0.2)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(18) - 7; this.ySp = random(18) - 9; this.rota = random(10) - 5; this.onEnterFrame = explode;
Symbol 1152 MovieClip Frame 1
this.gotoAndStop(random(3)); var fall = 0.5; var gravi = ((this.gravi = random(0.2) - 0.2)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; ySp = ySp + _root.explodespeed; this.xSp = random(14) - 1; this.ySp = random(12) - 5; this.rota = random(12) - 5; this.onEnterFrame = explode; this.gotoAndStop(random(4));
Symbol 1153 MovieClip [drill_pirate] Frame 1
stop(); var ground = _root.ground; var grav = 0; var gravity = 0.3; var speed = 5; var maxJump = -18; var touchingGround = false; var vel = 0; onEnterFrame = function () { if (vel == 20) { gotoAndStop (4); } _y = (_y + grav); grav = grav + gravity; while (ground.hitTest(_x, _y, true)) { pirfall._alpha = "0"; pirid._alpha = 100; _y = (_y - gravity); grav = 0; } if (ground.hitTest(_x, _y + 5, true)) { touchingGround = true; } else { touchingGround = false; pirid._alpha = 0; vel = vel + 0.8; pirid.stop(); pirfall._alpha = 100; } if (ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { _x = (_x - speed); } if (ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { _x = (_x + speed); } }; stop();
Instance of Symbol 33 MovieClip [box_alive] in Symbol 1153 MovieClip [drill_pirate] Frame 1
onClipEvent (enterFrame) { if ((_root.hero._x >= 420) && (_root.screenmove == true)) { _parent._x = _parent._x - 6; } if (_root.hero._x <= 150) { _parent._x = _parent._x + 6; } }
Instance of Symbol 40 MovieClip in Symbol 1153 MovieClip [drill_pirate] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _parent.gotoAndStop(3); } }
Instance of Symbol 40 MovieClip in Symbol 1153 MovieClip [drill_pirate] Frame 2
onClipEvent (enterFrame) { if (_parent._x > _root.hero._x) { _parent._x = _parent._x - 3; } if (_parent._x < _root.hero._x) { _parent._x = _parent._x + 3; } if (this._root._y <= 70) { _parent._y = _parent._y + 3; } }
Instance of Symbol 1147 MovieClip in Symbol 1153 MovieClip [drill_pirate] Frame 4
/* no clip actions */
Symbol 1153 MovieClip [drill_pirate] Frame 6
touchingGround = false; _root.makecgrab(); _root.makec._x = this._x; _root.makec._y = this._y;
Instance of Symbol 683 MovieClip in Symbol 1153 MovieClip [drill_pirate] Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.ySp = this.ySp * -1; this._alpha = this._alpha - 0.1; } }
Instance of Symbol 758 MovieClip in Symbol 1153 MovieClip [drill_pirate] Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.ySp = this.ySp * -1; this._alpha = this._alpha - 0.1; } }
Instance of Symbol 758 MovieClip in Symbol 1153 MovieClip [drill_pirate] Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.ySp = this.ySp * -1; this._alpha = this._alpha - 0.1; } }
Instance of Symbol 683 MovieClip in Symbol 1153 MovieClip [drill_pirate] Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.ySp = this.ySp * -0.5; this._alpha = this._alpha - 0.1; } }
Instance of Symbol 773 MovieClip in Symbol 1153 MovieClip [drill_pirate] Frame 6
onClipEvent (enterFrame) { _rotation = 0; if (this.hitTest(_root.ground.stubble)) { this.rota = 0; this.ySp = this.ySp * -1; } }
Instance of Symbol 746 MovieClip in Symbol 1153 MovieClip [drill_pirate] Frame 6
onClipEvent (load) { if (_root.life >= 30) { this.unloadMovie(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.life = _root.life + 3; } if (this.hitTest(_root.ground.stubble)) { this.ySp = this.ySp * -0.6; } }
Instance of Symbol 780 MovieClip in Symbol 1153 MovieClip [drill_pirate] Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = 0; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 780 MovieClip in Symbol 1153 MovieClip [drill_pirate] Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.ySp = this.ySp * -0.5; this._alpha = this._alpha - 2; } }
Symbol 1160 MovieClip Frame 1
this.gotoAndStop(random(9));
Symbol 1167 MovieClip [gem] Frame 1
stop(); var ground = _root.ground; var grav = 0; var gravity = 0.1; var speed = 20; var maxJump = -18; var touchingGround = false; var vmove = 35; var ve = 0; onEnterFrame = function () { this._y = this._y + grav; grav = grav + gravity; while (ground.hitTest(this._x, this._y, true)) { this._y = this._y - gravity; grav = 0; } if (ground.hitTest(this._x, this._y + 5, true)) { touchingGround = true; } else { touchingGround = false; } if (ground.hitTest(this._x + (_width / 2), this._y - (_height / 2), true)) { this._x = this._x - speed; } if (ground.hitTest(this._x - (_width / 2), this._y - (_height / 2), true)) { this._x = this._x + speed; } ysp = random(5) - 3; if (this._x >= 70) { this._x = this._x - this.ysp; this._y = this._y + this.ysp; this.ysp = this.ysp - 1; } if (this._x <= 550) { this._x = this._x + this.ysp; this._y = this._y + this.ysp; this.ysp = this.ysp - 1; } };
Instance of Symbol 33 MovieClip [box_alive] in Symbol 1167 MovieClip [gem] Frame 1
onClipEvent (enterFrame) { if ((_root.hero._x >= 420) && (_root.screenmove == true)) { _parent._x = _parent._x - 6; } if (_root.hero._x <= 150) { _parent._x = _parent._x + 6; } }
Instance of Symbol 40 MovieClip in Symbol 1167 MovieClip [gem] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _parent.nextFrame(); } }
Symbol 1169 MovieClip [switcher] Frame 1
stop(); _alpha = 0;
Symbol 1169 MovieClip [switcher] Frame 2
var fall = 6; var gravi = ((_parent.gravi = random(3) - 3)); _parent.xSp = random(2) - 1; _parent.ySp = random(1) - 3; var explode = function () { _parent.g4._x = _parent.g4._x + _parent.xSp; _parent.g4.ySp = _parent.g4.ySp - gravi; _parent.g4._y = _parent.g4._y - _parent.ySp; _parent.g4._rotation = _parent.g4._rotation + 1; _parent.g3._x = _parent.g3._x + _parent.xSp; _parent.g3.ySp = _parent.g3.ySp - gravi; _parent.g3._y = _parent.g3._y - _parent.ySp; _parent.g3._rotation = _parent.g3._rotation + 1; _parent.g2._x = _parent.g2._x + _parent.xSp; _parent.g2.ySp = _parent.g2.ySp - gravi; _parent.g2._y = _parent.g2._y - _parent.ySp; _parent.g2._rotation = _parent.g2._rotation + 1; _parent.g12._x = _parent.g12._x + _parent.xSp; _parent.g12.ySp = _parent.g12.ySp - gravi; _parent.g12._y = _parent.g12._y - _parent.ySp; _parent.g12._rotation = _parent.g12._rotation + 1; _parent.g11._x = _parent.g11._x + _parent.xSp; _parent.g11.ySp = _parent.g11.ySp - gravi; _parent.g11._y = _parent.g11._y - _parent.ySp; _parent.g11._rotation = _parent.g11._rotation + 1; _parent.g1._x = _parent.g1._x + _parent.xSp; _parent.g1.ySp = _parent.g1.ySp - gravi; _parent.g1._y = _parent.g1._y - _parent.ySp; _parent.g1._rotation = _parent.g1._rotation + 1; }; _parent.onEnterFrame = explode; onEnterFrame = function () { if (_parent.g4.hitTest(_root.ground.stubble)) { _parent.g4._y = _parent.g4._y + _parent.ySp; _parent.g4._x = _parent.g4._x - _parent.xSp; _parent.g4._rotation = 0; } if (_parent.g3.hitTest(_root.ground.stubble)) { _parent.g3._y = _parent.g3._y + _parent.ySp; _parent.g3._x = _parent.g3._x - _parent.xSp; _parent.g3._rotation = 0; } if (_parent.g2.hitTest(_root.ground.stubble)) { _parent.g2._y = _parent.g2._y + _parent.ySp; _parent.g2._x = _parent.g2._x - _parent.xSp; _parent.g2._rotation = 0; } if (_parent.g12.hitTest(_root.ground.stubble)) { _parent.g12._y = _parent.g12._y + _parent.ySp; _parent.g12._x = _parent.g12._x - _parent.xSp; _parent.g12._rotation = 0; } if (_parent.g11.hitTest(_root.ground.stubble)) { _parent.g11._y = _parent.g11._y + _parent.ySp; _parent.g11._x = _parent.g11._x - _parent.xSp; _parent.g11._rotation = 0; } if (_parent.g1.hitTest(_root.ground.stubble)) { _parent.g1._y = _parent.g1._y + _parent.ySp; _parent.g1._x = _parent.g1._x - _parent.xSp; _parent.g1._rotation = 0; } };
Symbol 1178 MovieClip [shine] Frame 1
stop();
Symbol 1178 MovieClip [shine] Frame 5
stop();
Symbol 1181 MovieClip Frame 1
stop(); rota = 10; onEnterFrame = function () { this._rotation = this._rotation + rota; };
Instance of Symbol 40 MovieClip in Symbol 1181 MovieClip Frame 1
onClipEvent (enterFrame) { c = 0; while (c < _root.boxArray.length) { if (this.hitTest(_root["box" + c].box_alive)) { _root.boxArray[c].gotoAndStop(6); _parent.nextFrame(); } c++; } if (this.hitTest(_root.crate.crate_alive)) { _root.crate.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.ground.crys1.crys_alive)) { _root.ground.crys1.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.ground.crys2.crys_alive)) { _root.ground.crys2.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.ground.crys3.crys_alive)) { _root.ground.crys3.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.ground.crys4.crys_alive)) { _root.ground.crys4.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.ground.crys5.crys_alive)) { _root.ground.crys5.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.ground.crys6.crys_alive)) { _root.ground.crys6.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.ground.crys7.crys_alive)) { _root.ground.crys7.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.ground.crys8.crys_alive)) { _root.ground.crys8.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.ground.crys9.crys_alive)) { _root.ground.crys9.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.ground.crys10.crys_alive)) { _root.ground.crys10.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.ground.crys11.crys_alive)) { _root.ground.crys11.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.ground.crys12.crys_alive)) { _root.ground.crys12.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.ground.crys13.crys_alive)) { _root.ground.crys13.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.ground.crys14.crys_alive)) { _root.ground.crys14.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.ground.crys15.crys_alive)) { _root.ground.crys15.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.ground.crys16.crys_alive)) { _root.ground.crys16.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.ground.crys17.crys_alive)) { _root.ground.crys17.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.ground.crys18.crys_alive)) { _root.ground.crys18.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.ground.crate.crate_alive)) { _root.crate.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.crate2.crate_alive)) { _root.crate2.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.crate3.crate_alive)) { _root.crate3.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.crate4.crate_alive)) { _root.crate4.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.crate5.crate_alive)) { _root.crate5.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.crate6.crate_alive)) { _root.crate6.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.crate7.crate_alive)) { _root.crate7.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.crate8.crate_alive)) { _root.crate8.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.crate9.crate_alive)) { _root.crate9.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.crate10.crate_alive)) { _root.crate10.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.crate11.crate_alive)) { _root.crate11.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.crate12.crate_alive)) { _root.crate12.nextFrame(); _parent.nextFrame(); } if (this.shot.hitTest(_root.buzz1.buzz_alive)) { _root.buzz1.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.buzz2.buzz_alive)) { _root.buzz2.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.buzz3.buzz_alive)) { _root.buzz3.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.buzz4.buzz_alive)) { _root.buzz4.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.buzz5.buzz_alive)) { _root.buzz5.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.buzz6.buzz_alive)) { _root.buzz6.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.buzz7.buzz_alive)) { _root.buzz7.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.buzz8.buzz_alive)) { _root.buzz8.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.buzz9.buzz_alive)) { _root.buzz9.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.buzz10.buzz_alive)) { _root.buzz10.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.buzz11.buzz_alive)) { _root.buzz11.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.buzz12.buzz_alive)) { _root.buzz12.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.buzz13.buzz_alive)) { _root.buzz13.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.wall1.wall_alive)) { _root.wall1.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.wall2.wall_alive)) { _root.wall2.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.wall3.wall_alive)) { _root.wall3.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.wall4.wall_alive)) { _root.wall4.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.wall5.wall_alive)) { _root.wall5.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank1.g3.node)) { _root.tank1.g3.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank1.g4.node)) { _root.tank.switcher.xSp = 10; _root.tank1.g4.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank1.g5.node)) { _root.tank1.g5.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank1.g6.node)) { _root.tank1.g6.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank1.g7.node)) { _root.tank1.g7.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank1.g8.node)) { _root.tank1.g8.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank1.g9.node)) { _root.tank1.g9.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank1.g1.node)) { _root.tank1.g1.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank1.g10.node)) { _root.tank1.g10.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank1.g11.node)) { _root.tank1.g11.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank1.g12.node)) { _root.tank1.g12.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank1.g12.eye)) { _root.tank1.g12.eye.play()(); this.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank1.g2.node)) { _root.tank1.g2.nextFrame(); this.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank2.g2.node)) { _root.tank2.g2.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank2.g3.node)) { _root.tank2.g3.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank2.g4.node)) { _root.tank2.g4.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank2.g5.node)) { _root.tank2.g5.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank2.g6.node)) { _root.tank2.g6.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank2.g7.node)) { _root.tank2.g7.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank2.g8.node)) { _root.tank2.g8.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank2.g9.node)) { _root.tank2.g9.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank2.g10.node)) { _root.tank2.g10.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank2.g11.node)) { _root.tank2.g11.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank2.g12.node)) { _root.tank2.g12.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank2.g12.eye)) { _root.tank2.g12.eye.play()(); this.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank3.g2.node)) { _root.tank3.g2.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank3.g3.node)) { _root.tank3.g3.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank3.g4.node)) { _root.tank3.g4.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank3.g5.node)) { _root.tank3.g5.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank3.g6.node)) { _root.tank3.g6.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank3.g7.node)) { _root.tank3.g7.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank3.g8.node)) { _root.tank3.g8.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank3.g9.node)) { _root.tank3.g9.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank3.g10.node)) { _root.tank3.g10.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank3.g11.node)) { _root.tank3.g11.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank3.g12.node)) { _root.tank3.g12.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank3.g12.eye)) { _root.tank3.g12.eye.play()(); this.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank4.g1.node)) { _root.tank4.g1.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank4.g2.node)) { _root.tank4.g2.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank4.g3.node)) { _root.tank4.g3.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank4.g4.node)) { _root.tank4.g4.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank4.g12.node)) { _root.tank4.g12.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank4.g12.eye)) { _root.tank4.g12.eye.play()(); this.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank4.g5.node)) { _root.tank4.g5.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank4.g6.node)) { _root.tank4.g6.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank4.g7.node)) { _root.tank4.g7.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank4.g8.node)) { _root.tank4.g8.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank4.g9.node)) { _root.tank4.g9.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank4.g10.node)) { _root.tank4.g10.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.tank4.g11.node)) { _root.tank4.g11.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.blister1.lips.node)) { _root.blister1.lips.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.blister2.lips.node)) { _root.blister2.lips.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.blister3.lips.node)) { _root.blister3.lips.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.blister4.lips.node)) { _root.blister4.lips.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.blister5.lips.node)) { _root.blister5.lips.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.blister6.lips.node)) { _root.blister6.lips.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.blister7.lips.node)) { _root.blister7.lips.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.blister8.lips.node)) { _root.blister8.lips.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.ench1.legs.legs1.part1.legbox)) { _root.ench1.legs.legs1.part1.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); _parent.nextFrame(); } if (this.hitTest(_root.ench1.legs.legs1.part2.legbox)) { _root.ench1.legs.legs1.part2.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); _parent.nextFrame(); } if (this.hitTest(_root.ench1.torso.bodyshot)) { _root.ench1.torso.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); _parent.nextFrame(); } if (this.hitTest(_root.ench1.head1.head_destruct.head.headshot)) { _root.ench1.head1.head_destruct.head.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); _parent.nextFrame(); } if (this.hitTest(_root.ench1.legs.legs1.part3.legbox)) { _root.ench1.legs.legshit.part3.nextFrame(); _root.ench1.legs.legs1.part3.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); _parent.nextFrame(); } if (this.hitTest(_root.ench1.legs.legs1.part4.legbox)) { _root.ench1.legs.legshit.part4.nextFrame(); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); _parent.nextFrame(); } if (this.hitTest(_root.ench1.arm1.armhit.arm_hitbox)) { _root.ench1.arm1.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench1.arm2.armhit.arm_hitbox)) { _root.ench1.arm2.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench2.legs.legs1.part1.legbox)) { _root.ench2.legs.legs1.part1.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); _parent.nextFrame(); } if (this.hitTest(_root.ench2.legs.legs1.part2.legbox)) { _root.ench2.legs.legs1.part2.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); _parent.nextFrame(); } if (this.hitTest(_root.ench2.torso.bodyshot)) { _root.ench2.torso.nextFrame(); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); _parent.nextFrame(); } if (this.hitTest(_root.ench2.head1.head_destruct.head.headshot)) { _root.ench2.head1.head_destruct.head.nextFrame(); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); _parent.nextFrame(); } if (this.hitTest(_root.ench2.legs.legs1.part3.legbox)) { _root.ench2.legs.legshit.part3.nextFrame(); _root.ench2.legs.legs1.part3.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); _parent.nextFrame(); } if (this.hitTest(_root.ench2.legs.legs1.part4.legbox)) { _root.ench2.legs.legshit.part4.nextFrame(); _root.ench2.legs.legs1.part4.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.legs.legs1.part4.nextFrame(); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); _parent.nextFrame(); } if (this.hitTest(_root.ench1.arm1.armhit.arm_hitbox)) { _root.ench1.arm1.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench1.arm2.armhit.arm_hitbox)) { _root.ench1.arm2.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench1.shield.shieldhitter)) { _root.ench1.shield.play(); _root.ench1.shield.shieldmain.gotoAndPlay(2); _parent.nextFrame(); } if (this.hitTest(_root.ench2.shield.shieldhitter)) { _root.ench2.shield.nextFrame(); _root.ench2.shield.shieldmain.gotoAndPlay(2); _parent.nextFrame(); } if (this.hitTest(_root.ench1.arm2.armhit.arm_hitbox)) { _root.ench1.arm2.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench2.arm1.armhit.arm_hitbox)) { _root.ench2.arm1.armhit.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench2.arm2.armhit.arm_hitbox)) { _root.ench2.arm2.armhit.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ground.wall1.wall_alive)) { _root.ground.wall1.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.ceiling1.wall_alive)) { _root.ceiling1.nextFrame(); _parent.nextFrame(); } if (this.hitTest(_root.ench2.wingleft)) { _root.ench2.wingleft.gotoAndStop(2); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); _parent.nextFrame(); } if (this.hitTest(_root.ench1.wingleft)) { _root.ench1.wingleft.gotoAndStop(2); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); _parent.nextFrame(); } if (this.hitTest(_root.ench2.wingright)) { _root.ench2.wingright.gotoAndStop(2); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); _parent.nextFrame(); } if (this.hitTest(_root.ench1.wingright)) { _root.ench1.wingright.gotoAndStop(2); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); _parent.nextFrame(); } if (this.hitTest(_root.ench1.legs.legs1.part1.legbox)) { _root.ench1.legs.legs1.part1.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); _parent.nextFrame(); } if (this.hitTest(_root.ench1.legs.legs1.part2.legbox)) { _root.ench1.legs.legs1.part2.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); _parent.nextFrame(); } if (this.hitTest(_root.ench1.torso.bodyshot)) { _root.ench1.torso.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); _parent.nextFrame(); } if (this.hitTest(_root.ench1.head1.head_destruct.head.headshot)) { _root.ench1.head1.head_destruct.head.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); _parent.nextFrame(); } if (this.hitTest(_root.ench1.legs.legs1.part3.legbox)) { _root.ench1.legs.legshit.part3.nextFrame(); _root.ench1.legs.legs1.part3.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); _parent.nextFrame(); } if (this.hitTest(_root.ench1.legs.legs1.part4.legbox)) { _root.ench1.legs.legshit.part4.nextFrame(); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); _parent.nextFrame(); } if (this.hitTest(_root.ench1.arm1.armhit.arm_hitbox)) { _root.ench1.arm1.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench1.arm2.armhit.arm_hitbox)) { _root.ench1.arm2.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench3.legs.legs1.part1.legbox)) { _root.ench3.legs.legs1.part1.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); _parent.nextFrame(); } if (this.hitTest(_root.ench3.legs.legs1.part2.legbox)) { _root.ench3.legs.legs1.part2.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); _parent.nextFrame(); } if (this.hitTest(_root.ench3.torso.bodyshot)) { _root.ench3.torso.nextFrame(); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); _parent.nextFrame(); } if (this.hitTest(_root.ench3.head1.head_destruct.head.headshot)) { _root.ench3.head1.head_destruct.head.nextFrame(); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); _parent.nextFrame(); } if (this.hitTest(_root.ench3.legs.legs1.part3.legbox)) { _root.ench3.legs.legshit.part3.nextFrame(); _root.ench3.legs.legs1.part3.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); _parent.nextFrame(); } if (this.hitTest(_root.ench3.legs.legs1.part4.legbox)) { _root.ench3.legs.legshit.part4.nextFrame(); _root.ench3.legs.legs1.part4.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.legs.legs1.part4.nextFrame(); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); _parent.nextFrame(); } if (this.hitTest(_root.ench3.arm1.armhit.arm_hitbox)) { _root.ench3.arm1.armhit.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench3.arm2.armhit.arm_hitbox)) { _root.ench3.arm2.armhit.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench3.shield.shieldhitter)) { _root.ench3.shield.play(); _root.ench3.shield.shieldmain.gotoAndPlay(2); _parent.nextFrame(); } if (this.hitTest(_root.ench4.shield.shieldhitter)) { _root.ench4.shield.nextFrame(); _root.ench4.shield.shieldmain.gotoAndPlay(2); _parent.nextFrame(); } if (this.hitTest(_root.ench4.arm2.armhit.arm_hitbox)) { _root.ench4.arm2.armhit.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench4.arm1.armhit.arm_hitbox)) { _root.ench4.arm1.armhit.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench4.arm2.armhit.arm_hitbox)) { _root.ench4.arm2.armhit.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); _parent.nextFrame(); } if (this.hitTest(_root.ench4.wingleft)) { _root.ench4.wingleft.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); _parent.nextFrame(); } if (this.hitTest(_root.ench4.wingleft)) { _root.ench4.wingleft.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); _parent.nextFrame(); } if (this.hitTest(_root.ench4.wingright)) { _root.ench4.wingright.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); _parent.nextFrame(); } if (this.hitTest(_root.ench4.wingright)) { _root.ench4.wingright.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); _parent.nextFrame(); } if (this.hitTest(_root.ench4.head1.head_destruct.head.headshot)) { _root.ench4.head1.head_destruct.head.nextFrame(); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top.gotoAndPlay(11); } if (this.hitTest(_root.ench4.legs.legs1.part3.legbox)) { _root.ench4.legs.legshit.part3.nextFrame(); _root.ench4.legs.legs1.part3.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); _parent.nextFrame(); } if (this.hitTest(_root.ench4.legs.legs2.part4.legbox)) { _root.ench4.legs.legshit.part4.nextFrame(); _root.ench4.legs.legs2.part4.nextFrame(); _root.ench4.legs.legs2.gotoAndPlay(17); _root.ench4.legs.legs2.part4.nextFrame(); _root.ench4.head1.head_destruct.gotoAndPlay(31); _parent.nextFrame(); } if (this.hitTest(_root.ench4.torso.bodyshot)) { _root.ench4.torso.nextFrame(); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top.gotoAndPlay(11); _parent.nextFrame(); } }
Symbol 1181 MovieClip Frame 2
stop(); rota = 0; _parent.xSp = 0;
Instance of Symbol 809 MovieClip in Symbol 1181 MovieClip Frame 2
onClipEvent (enterFrame) { c = 0; while (c < _root.boxArray.length) { if (this.hitTest(_root["box" + c].box_alive)) { _root.boxArray[c].gotoAndStop(5); } c++; } if (this.hitTest(_root.crate.crate_alive)) { _root.crate.nextFrame(); } if (this.hitTest(_root.ground.crys1.crys_alive)) { _root.ground.crys1.nextFrame(); } if (this.hitTest(_root.ground.crys2.crys_alive)) { _root.ground.crys2.nextFrame(); } if (this.hitTest(_root.ground.crys3.crys_alive)) { _root.ground.crys3.nextFrame(); } if (this.hitTest(_root.ground.crys4.crys_alive)) { _root.ground.crys4.nextFrame(); } if (this.hitTest(_root.ground.crys5.crys_alive)) { _root.ground.crys5.nextFrame(); } if (this.hitTest(_root.ground.crys6.crys_alive)) { _root.ground.crys6.nextFrame(); } if (this.hitTest(_root.ground.crys7.crys_alive)) { _root.ground.crys7.nextFrame(); } if (this.hitTest(_root.ground.crys8.crys_alive)) { _root.ground.crys8.nextFrame(); } if (this.hitTest(_root.ground.crys9.crys_alive)) { _root.ground.crys9.nextFrame(); } if (this.hitTest(_root.ground.crys10.crys_alive)) { _root.ground.crys10.nextFrame(); } if (this.hitTest(_root.ground.crys11.crys_alive)) { _root.ground.crys11.nextFrame(); } if (this.hitTest(_root.ground.crys12.crys_alive)) { _root.ground.crys12.nextFrame(); } if (this.hitTest(_root.ground.crys13.crys_alive)) { _root.ground.crys13.nextFrame(); } if (this.hitTest(_root.ground.crys14.crys_alive)) { _root.ground.crys14.nextFrame(); } if (this.hitTest(_root.ground.crys15.crys_alive)) { _root.ground.crys15.nextFrame(); } if (this.hitTest(_root.ground.crys16.crys_alive)) { _root.ground.crys16.nextFrame(); } if (this.hitTest(_root.ground.crys17.crys_alive)) { _root.ground.crys17.nextFrame(); } if (this.hitTest(_root.ground.crys18.crys_alive)) { _root.ground.crys18.nextFrame(); } if (this.hitTest(_root.ground.crate.crate_alive)) { _root.crate.nextFrame(); } if (this.hitTest(_root.crate2.crate_alive)) { _root.crate2.nextFrame(); } if (this.hitTest(_root.crate3.crate_alive)) { _root.crate3.nextFrame(); } if (this.hitTest(_root.crate4.crate_alive)) { _root.crate4.nextFrame(); } if (this.hitTest(_root.crate5.crate_alive)) { _root.crate5.nextFrame(); } if (this.hitTest(_root.crate6.crate_alive)) { _root.crate6.nextFrame(); } if (this.hitTest(_root.crate7.crate_alive)) { _root.crate7.nextFrame(); } if (this.hitTest(_root.crate8.crate_alive)) { _root.crate8.nextFrame(); } if (this.hitTest(_root.crate9.crate_alive)) { _root.crate9.nextFrame(); } if (this.hitTest(_root.crate10.crate_alive)) { _root.crate10.nextFrame(); } if (this.hitTest(_root.crate11.crate_alive)) { _root.crate11.nextFrame(); } if (this.hitTest(_root.crate12.crate_alive)) { _root.crate12.nextFrame(); } if (this.shot.hitTest(_root.buzz1.buzz_alive)) { _root.buzz1.nextFrame(); } if (this.hitTest(_root.buzz2.buzz_alive)) { _root.buzz2.nextFrame(); } if (this.hitTest(_root.buzz3.buzz_alive)) { _root.buzz3.nextFrame(); } if (this.hitTest(_root.buzz4.buzz_alive)) { _root.buzz4.nextFrame(); } if (this.hitTest(_root.buzz5.buzz_alive)) { _root.buzz5.nextFrame(); } if (this.hitTest(_root.buzz6.buzz_alive)) { _root.buzz6.nextFrame(); } if (this.hitTest(_root.buzz7.buzz_alive)) { _root.buzz7.nextFrame(); } if (this.hitTest(_root.buzz8.buzz_alive)) { _root.buzz8.nextFrame(); } if (this.hitTest(_root.buzz9.buzz_alive)) { _root.buzz9.nextFrame(); } if (this.hitTest(_root.buzz10.buzz_alive)) { _root.buzz10.nextFrame(); } if (this.hitTest(_root.buzz11.buzz_alive)) { _root.buzz11.nextFrame(); } if (this.hitTest(_root.buzz12.buzz_alive)) { _root.buzz12.nextFrame(); } if (this.hitTest(_root.buzz13.buzz_alive)) { _root.buzz13.nextFrame(); } if (this.hitTest(_root.wall1.wall_alive)) { _root.wall1.nextFrame(); } if (this.hitTest(_root.wall2.wall_alive)) { _root.wall2.nextFrame(); } if (this.hitTest(_root.wall3.wall_alive)) { _root.wall3.nextFrame(); } if (this.hitTest(_root.wall4.wall_alive)) { _root.wall4.nextFrame(); } if (this.hitTest(_root.wall5.wall_alive)) { _root.wall5.nextFrame(); } if (this.hitTest(_root.wall6.wall_alive)) { _root.wall6.nextFrame(); } if (this.hitTest(_root.wall7.wall_alive)) { _root.wall7.nextFrame(); } if (this.hitTest(_root.tank1.g3.node)) { _root.tank1.g3.nextFrame(); } if (this.hitTest(_root.tank1.g4.node)) { _root.tank1.g4.nextFrame(); } if (this.hitTest(_root.tank1.g5.node)) { _root.tank1.g5.nextFrame(); } if (this.hitTest(_root.tank1.g6.node)) { _root.tank1.g6.nextFrame(); } if (this.hitTest(_root.tank1.g7.node)) { _root.tank1.g7.nextFrame(); } if (this.hitTest(_root.tank1.g8.node)) { _root.tank1.g8.nextFrame(); } if (this.hitTest(_root.tank1.g9.node)) { _root.tank1.g9.nextFrame(); } if (this.hitTest(_root.tank1.g1.node)) { _root.tank1.g1.nextFrame(); } if (this.hitTest(_root.tank1.g10.node)) { _root.tank1.g10.nextFrame(); } if (this.hitTest(_root.tank1.g11.node)) { _root.tank1.g11.nextFrame(); } if (this.hitTest(_root.tank1.g12.node)) { _root.tank1.g12.nextFrame(); } if (this.hitTest(_root.tank1.g12.eye)) { _root.tank1.g12.eye.play()(); this.nextFrame(); } if (this.hitTest(_root.tank1.g2.node)) { _root.tank1.g2.nextFrame(); this.nextFrame(); } if (this.hitTest(_root.tank2.g2.node)) { _root.tank2.g2.nextFrame(); } if (this.hitTest(_root.tank2.g3.node)) { _root.tank2.g3.nextFrame(); } if (this.hitTest(_root.tank2.g4.node)) { _root.tank2.g4.nextFrame(); } if (this.hitTest(_root.tank2.g5.node)) { _root.tank2.g5.nextFrame(); } if (this.hitTest(_root.tank2.g6.node)) { _root.tank2.g6.nextFrame(); } if (this.hitTest(_root.tank2.g7.node)) { _root.tank2.g7.nextFrame(); } if (this.hitTest(_root.tank2.g8.node)) { _root.tank2.g8.nextFrame(); } if (this.hitTest(_root.tank2.g9.node)) { _root.tank2.g9.nextFrame(); } if (this.hitTest(_root.tank2.g10.node)) { _root.tank2.g10.nextFrame(); } if (this.hitTest(_root.tank2.g11.node)) { _root.tank2.g11.nextFrame(); } if (this.hitTest(_root.tank2.g12.node)) { _root.tank2.g12.nextFrame(); } if (this.hitTest(_root.tank2.g12.eye)) { _root.tank2.g12.eye.play()(); this.nextFrame(); } if (this.hitTest(_root.tank3.g2.node)) { _root.tank3.g2.nextFrame(); } if (this.hitTest(_root.tank3.g3.node)) { _root.tank3.g3.nextFrame(); } if (this.hitTest(_root.tank3.g4.node)) { _root.tank3.g4.nextFrame(); } if (this.hitTest(_root.tank3.g5.node)) { _root.tank3.g5.nextFrame(); } if (this.hitTest(_root.tank3.g6.node)) { _root.tank3.g6.nextFrame(); } if (this.hitTest(_root.tank3.g7.node)) { _root.tank3.g7.nextFrame(); } if (this.hitTest(_root.tank3.g8.node)) { _root.tank3.g8.nextFrame(); } if (this.hitTest(_root.tank3.g9.node)) { _root.tank3.g9.nextFrame(); } if (this.hitTest(_root.tank3.g10.node)) { _root.tank3.g10.nextFrame(); } if (this.hitTest(_root.tank3.g11.node)) { _root.tank3.g11.nextFrame(); } if (this.hitTest(_root.tank3.g12.node)) { _root.tank3.g12.nextFrame(); } if (this.hitTest(_root.tank3.g12.eye)) { _root.tank3.g12.eye.play()(); this.nextFrame(); } if (this.hitTest(_root.tank4.g1.node)) { _root.tank4.g1.nextFrame(); } if (this.hitTest(_root.tank4.g2.node)) { _root.tank4.g2.nextFrame(); } if (this.hitTest(_root.tank4.g3.node)) { _root.tank4.g3.nextFrame(); } if (this.hitTest(_root.tank4.g4.node)) { _root.tank4.g4.nextFrame(); } if (this.hitTest(_root.tank4.g12.node)) { _root.tank4.g12.nextFrame(); } if (this.hitTest(_root.tank4.g12.eye)) { _root.tank4.g12.eye.play()(); this.nextFrame(); } if (this.hitTest(_root.tank4.g5.node)) { _root.tank4.g5.nextFrame(); } if (this.hitTest(_root.tank4.g6.node)) { _root.tank4.g6.nextFrame(); } if (this.hitTest(_root.tank4.g7.node)) { _root.tank4.g7.nextFrame(); } if (this.hitTest(_root.tank4.g8.node)) { _root.tank4.g8.nextFrame(); } if (this.hitTest(_root.tank4.g9.node)) { _root.tank4.g9.nextFrame(); } if (this.hitTest(_root.tank4.g10.node)) { _root.tank4.g10.nextFrame(); } if (this.hitTest(_root.tank4.g11.node)) { _root.tank4.g11.nextFrame(); } if (this.hitTest(_root.blister1.lips.node)) { _root.blister1.lips.nextFrame(); } if (this.hitTest(_root.blister2.lips.node)) { _root.blister2.lips.nextFrame(); } if (this.hitTest(_root.blister3.lips.node)) { _root.blister3.lips.nextFrame(); } if (this.hitTest(_root.blister4.lips.node)) { _root.blister4.lips.nextFrame(); } if (this.hitTest(_root.blister5.lips.node)) { _root.blister5.lips.nextFrame(); } if (this.hitTest(_root.blister6.lips.node)) { _root.blister6.lips.nextFrame(); } if (this.hitTest(_root.blister7.lips.node)) { _root.blister7.lips.nextFrame(); } if (this.hitTest(_root.blister8.lips.node)) { _root.blister8.lips.nextFrame(); } if (this.hitTest(_root.ench1.legs.legs1.part1.legbox)) { _root.ench1.legs.legs1.part1.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); } if (this.hitTest(_root.ench1.legs.legs1.part2.legbox)) { _root.ench1.legs.legs1.part2.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); } if (this.hitTest(_root.ench1.torso.bodyshot)) { _root.ench1.torso.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); } if (this.hitTest(_root.ench1.head1.head_destruct.head.headshot)) { _root.ench1.head1.head_destruct.head.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); } if (this.hitTest(_root.ench1.legs.legs1.part3.legbox)) { _root.ench1.legs.legshit.part3.nextFrame(); _root.ench1.legs.legs1.part3.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); } if (this.hitTest(_root.ench1.legs.legs1.part4.legbox)) { _root.ench1.legs.legshit.part4.nextFrame(); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); } if (this.hitTest(_root.ench1.arm1.armhit.arm_hitbox)) { _root.ench1.arm1.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench1.arm2.armhit.arm_hitbox)) { _root.ench1.arm2.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench2.legs.legs1.part1.legbox)) { _root.ench2.legs.legs1.part1.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); } if (this.hitTest(_root.ench2.legs.legs1.part2.legbox)) { _root.ench2.legs.legs1.part2.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); } if (this.hitTest(_root.ench2.torso.bodyshot)) { _root.ench2.torso.nextFrame(); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); } if (this.hitTest(_root.ench2.head1.head_destruct.head.headshot)) { _root.ench2.head1.head_destruct.head.nextFrame(); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); } if (this.hitTest(_root.ench2.legs.legs1.part3.legbox)) { _root.ench2.legs.legshit.part3.nextFrame(); _root.ench2.legs.legs1.part3.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); } if (this.hitTest(_root.ench2.legs.legs1.part4.legbox)) { _root.ench2.legs.legshit.part4.nextFrame(); _root.ench2.legs.legs1.part4.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.legs.legs1.part4.nextFrame(); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); } if (this.hitTest(_root.ench1.arm1.armhit.arm_hitbox)) { _root.ench1.arm1.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench1.arm2.armhit.arm_hitbox)) { _root.ench1.arm2.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench1.shield.shieldhitter)) { _root.ench1.shield.play(); _root.ench1.shield.shieldmain.gotoAndPlay(2); } if (this.hitTest(_root.ench2.shield.shieldhitter)) { _root.ench2.shield.nextFrame(); _root.ench2.shield.shieldmain.gotoAndPlay(2); } if (this.hitTest(_root.ench1.arm2.armhit.arm_hitbox)) { _root.ench1.arm2.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench2.arm1.armhit.arm_hitbox)) { _root.ench2.arm1.armhit.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench2.arm2.armhit.arm_hitbox)) { _root.ench2.arm2.armhit.nextFrame(); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ground.wall1.wall_alive)) { _root.ground.wall1.nextFrame(); } if (this.hitTest(_root.ceiling1.wall_alive)) { _root.ceiling1.nextFrame(); } if (this.hitTest(_root.ench2.wingleft)) { _root.ench2.wingleft.gotoAndStop(2); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); } if (this.hitTest(_root.ench1.wingleft)) { _root.ench1.wingleft.gotoAndStop(2); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); } if (this.hitTest(_root.ench2.wingright)) { _root.ench2.wingright.gotoAndStop(2); _root.ench2.legs.legs1.gotoAndPlay(17); _root.ench2.head1.head_destruct.gotoAndPlay(31); _root.ench2.torso.top.gotoAndPlay(11); } if (this.hitTest(_root.ench1.wingright)) { _root.ench1.wingright.gotoAndStop(2); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); } if (this.hitTest(_root.ench1.legs.legs1.part1.legbox)) { _root.ench1.legs.legs1.part1.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); } if (this.hitTest(_root.ench1.legs.legs1.part2.legbox)) { _root.ench1.legs.legs1.part2.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); } if (this.hitTest(_root.ench1.torso.bodyshot)) { _root.ench1.torso.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); } if (this.hitTest(_root.ench1.head1.head_destruct.head.headshot)) { _root.ench1.head1.head_destruct.head.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); } if (this.hitTest(_root.ench1.legs.legs1.part3.legbox)) { _root.ench1.legs.legshit.part3.nextFrame(); _root.ench1.legs.legs1.part3.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); } if (this.hitTest(_root.ench1.legs.legs1.part4.legbox)) { _root.ench1.legs.legshit.part4.nextFrame(); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.legs.legs1.part4.nextFrame(); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top.gotoAndPlay(11); } if (this.hitTest(_root.ench1.arm1.armhit.arm_hitbox)) { _root.ench1.arm1.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench1.arm2.armhit.arm_hitbox)) { _root.ench1.arm2.armhit.nextFrame(); _root.ench1.legs.legs1.gotoAndPlay(17); _root.ench1.head1.head_destruct.gotoAndPlay(31); _root.ench1.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench3.legs.legs1.part1.legbox)) { _root.ench3.legs.legs1.part1.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); } if (this.hitTest(_root.ench3.legs.legs1.part2.legbox)) { _root.ench3.legs.legs1.part2.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); } if (this.hitTest(_root.ench3.torso.bodyshot)) { _root.ench3.torso.nextFrame(); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); } if (this.hitTest(_root.ench3.head1.head_destruct.head.headshot)) { _root.ench3.head1.head_destruct.head.nextFrame(); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); } if (this.hitTest(_root.ench3.legs.legs1.part3.legbox)) { _root.ench3.legs.legshit.part3.nextFrame(); _root.ench3.legs.legs1.part3.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); } if (this.hitTest(_root.ench3.legs.legs1.part4.legbox)) { _root.ench3.legs.legshit.part4.nextFrame(); _root.ench3.legs.legs1.part4.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.legs.legs1.part4.nextFrame(); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top.gotoAndPlay(11); } if (this.hitTest(_root.ench3.arm1.armhit.arm_hitbox)) { _root.ench3.arm1.armhit.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench3.arm2.armhit.arm_hitbox)) { _root.ench3.arm2.armhit.nextFrame(); _root.ench3.legs.legs1.gotoAndPlay(17); _root.ench3.head1.head_destruct.gotoAndPlay(31); _root.ench3.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench3.shield.shieldhitter)) { _root.ench3.shield.play(); _root.ench3.shield.shieldmain.gotoAndPlay(2); } if (this.hitTest(_root.ench4.shield.shieldhitter)) { _root.ench4.shield.nextFrame(); _root.ench4.shield.shieldmain.gotoAndPlay(2); } if (this.hitTest(_root.ench4.arm2.armhit.arm_hitbox)) { _root.ench4.arm2.armhit.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench4.arm1.armhit.arm_hitbox)) { _root.ench4.arm1.armhit.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top1.gotoAndPlay(11); } if (this.hitTest(_root.ench4.arm2.armhit.arm_hitbox)) { _root.ench4.arm2.armhit.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); } if (this.hitTest(_root.ench4.wingleft)) { _root.ench4.wingleft.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); } if (this.hitTest(_root.ench4.wingleft)) { _root.ench4.wingleft.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); } if (this.hitTest(_root.ench4.wingright)) { _root.ench4.wingright.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); } if (this.hitTest(_root.ench4.wingright)) { _root.ench4.wingright.gotoAndStop(2); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); } if (this.hitTest(_root.ench4.head1.head_destruct.head.headshot)) { _root.ench4.head1.head_destruct.head.nextFrame(); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top.gotoAndPlay(11); } if (this.hitTest(_root.ench4.legs.legs1.part3.legbox)) { _root.ench4.legs.legshit.part3.nextFrame(); _root.ench4.legs.legs1.part3.nextFrame(); _root.ench4.legs.legs1.gotoAndPlay(17); _root.ench4.head1.head_destruct.gotoAndPlay(31); } if (this.hitTest(_root.ench4.legs.legs2.part4.legbox)) { _root.ench4.legs.legshit.part4.nextFrame(); _root.ench4.legs.legs2.part4.nextFrame(); _root.ench4.legs.legs2.gotoAndPlay(17); _root.ench4.legs.legs2.part4.nextFrame(); _root.ench4.head1.head_destruct.gotoAndPlay(31); } if (this.hitTest(_root.ench4.torso.bodyshot)) { _root.ench4.torso.nextFrame(); _root.ench4.head1.head_destruct.gotoAndPlay(31); _root.ench4.torso.top.gotoAndPlay(11); } if (this.hitTest(_root.ground.scaf1.sup1.hit)) { _root.ground.scaf1.sup1.nextFrame(); } if (this.hitTest(_root.ground.scaf1.sup2.hit)) { _root.ground.scaf1.sup2.nextFrame(); } if (this.hitTest(_root.ground.scaf2.sup1.hit)) { _root.ground.scaf2.sup1.nextFrame(); } if (this.hitTest(_root.ground.scaf2.sup2.hit)) { _root.ground.scaf2.sup2.nextFrame(); } if (this.hitTest(_root.ground.scaf1.scafftop.hit)) { _root.ground.scaf1.scafftop.nextFrame(); } if (this.hitTest(_root.bgr1.box_alive)) { _root.bgr1.nextFrame(); } if (this.hitTest(_root.bgr2.box_alive)) { _root.bgr1.nextFrame(); } if (this.hitTest(_root.bgr3.box_alive)) { _root.bgr1.nextFrame(); } }
Symbol 1182 MovieClip [grenader] Frame 1
stop(); onEnterFrame = function () { this._x = _root.hero._x; this._y = _root.hero._y - 30; if (Key.isDown(70)) { this.nextFrame(); } };
Symbol 1182 MovieClip [grenader] Frame 2
play(); var fall = 3; var gravi = ((this.gravi = random(0.6) - 0.6)); this._alpha = 100; var explode = function () { _y = (_y - 16); this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + rota; _root.cursor.name = "zero"; }; this.xSp = 8; this.ySp = 3; this.onEnterFrame = explode;
Instance of Symbol 33 MovieClip [box_alive] in Symbol 1182 MovieClip [grenader] Frame 2
onClipEvent (enterFrame) { if (_root.hero._x >= 550) { _parent._x = _parent._x - 8; } if (_root.hero._x <= 150) { _parent._x = _parent._x + 8; } }
Instance of Symbol 1181 MovieClip in Symbol 1182 MovieClip [grenader] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.gotoAndStop(2); _parent.rota = 0; _parent.xSp = 0; _parent.ySp = 0; _parent.fall = 0; } if (this.hitTest(_root.ground.stubble2)) { this.gotoAndStop(8); _parent.rota = 0; _parent.xSp = 0; _parent.ySp = 0; _parent.fall = 0; } }
Symbol 1182 MovieClip [grenader] Frame 105
gotoAndStop (1); _root.zero.name = "cursor";
Symbol 1186 MovieClip Frame 1
stop();
Symbol 1201 MovieClip Frame 1
stop(); this._alpha = "0";
Symbol 1213 MovieClip Frame 1
stop();
Instance of Symbol 1212 MovieClip "gem" in Symbol 1213 MovieClip Frame 1
/* no clip actions */
Symbol 1217 MovieClip Frame 1
this.gotoAndPlay(random(36));
Symbol 1221 MovieClip Frame 1
play();
Symbol 1221 MovieClip Frame 4
stop();
Symbol 1272 MovieClip Frame 1
play(); play(); var fall = 0.03; var gravi = ((this.gravi = random(0.4) - 0.4)); var explode = function () { if (this.hitTest(_root.ground.stubble)) { this.rota = 0; this.ySp = this.ySp * -1; } this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; }; this.xSp = random(4) - 4; this.ySp = random(4) - 4; this.onEnterFrame = explode;
Symbol 1272 MovieClip Frame 110
stop();
Symbol 1285 MovieClip Frame 1
var fall = 0.01; var gravi = ((this.gravi = random(0.3) - 0.3)); var explode = function () { if (this.hitTest(_root.ground.stubble)) { this.rota = 0; this.ySp = this.ySp * -1; } this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(15) - 5; this.ySp = random(18) - 8; this.rota = random(20) - 10; this.onEnterFrame = explode;
Symbol 1285 MovieClip Frame 90
stop();
Symbol 1287 MovieClip Frame 1
stop();
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1287 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1287 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1287 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1287 MovieClip Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1287 MovieClip Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1287 MovieClip Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1287 MovieClip Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1287 MovieClip Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1287 MovieClip Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1287 MovieClip Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1287 MovieClip Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1287 MovieClip Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1287 MovieClip Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1287 MovieClip Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1287 MovieClip Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1287 MovieClip Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1287 MovieClip Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1287 MovieClip Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Symbol 1287 MovieClip Frame 24
play(); onEnterFrame = function () { _root.ceiling1._y = _root.ceiling1._y - 9; _root.ceiling1._rotation = _root.ceiling1._rotation + 6; _root.crate3._y = _root.crate3._y - 15; _root.crate3._x = _root.crate3._x - 6; _root.crate6._y = _root.crate6._y - 18; _root.crate6._x = _root.crate6._x + 7; _root.crate7._y = _root.crate7._y - 17; _root.crate7._x = _root.crate7._x - 9; _root.crate8._y = _root.crate8._y - 15; _root.crate8._x = _root.crate8._x - 5; };
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1287 MovieClip Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1287 MovieClip Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1287 MovieClip Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 33 MovieClip [box_alive] in Symbol 1287 MovieClip Frame 24
onClipEvent (enterFrame) { stop(); if (this.hitTest(_root.hero)) { this.gotoAndStop(2); } }
Symbol 1287 MovieClip Frame 25
_root.makeMetal(); _root.makeMetalG._x = _parent._x; _root.makeMetalG._y = _parent._y; _root.makeMetal(); _root.makeMetalG._x = _parent._x; _root.makeMetalG._y = _parent._y; _root.makeMetal(); _root.makeMetalG._x = _parent._x; _root.makeMetalG._y = _parent._y; _root.makeMetal(); _root.makeMetalG._x = _parent._x; _root.makeMetalG._y = _parent._y; _root.makeMetal(); _root.makeMetalG._x = _parent._x; _root.makeMetalG._y = _parent._y; play(); onEnterFrame = function () { _root.ceiling1._y = _root.ceiling1._y - 0; _root.ceiling1._rotation = _root.ceiling1._rotation + 0; };
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1287 MovieClip Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1287 MovieClip Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1287 MovieClip Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1287 MovieClip Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1287 MovieClip Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1287 MovieClip Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1287 MovieClip Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1287 MovieClip Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1287 MovieClip Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1287 MovieClip Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1287 MovieClip Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1287 MovieClip Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1287 MovieClip Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1287 MovieClip Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Symbol 1287 MovieClip Frame 101
stop(); this.removeMovieClip();
Symbol 1299 MovieClip Frame 112
stop();
Symbol 1303 MovieClip Frame 1
var fall = 2; var gravi = ((this.gravi = random(0.5) - 0.5)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(10) - 5; this.ySp = random(18) - 18; this.rota = random(50) - 20; this.onEnterFrame = explode; this.gotoAndStop(random(5));
Symbol 1306 MovieClip Frame 1
if (_root.nade.hitTest(_parent._parent._parent)) { ySp = ySp + 12; } var fall = 0.4; var gravi = ((this.gravi = random(0.5) - 0.5)); if (this.hitTest(_root.ground.stubble)) { this.ySp = this.ySp * -1; touch = touch - 1; } var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(10) - 5; this.ySp = random(18) - 18; this.rota = random(2) - 4; this.onEnterFrame = explode; this.gotoAndStop(random(3));
Symbol 1307 MovieClip Frame 1
stop();
Symbol 1307 MovieClip Frame 4
stop(); _parent.scafftop.switcher.nextFrame(); _parent._parent.integrity = _parent._parent.integrity - 1;
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1307 MovieClip Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1307 MovieClip Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1307 MovieClip Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1307 MovieClip Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1307 MovieClip Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1307 MovieClip Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1303 MovieClip in Symbol 1307 MovieClip Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1303 MovieClip in Symbol 1307 MovieClip Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1303 MovieClip in Symbol 1307 MovieClip Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1303 MovieClip in Symbol 1307 MovieClip Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1303 MovieClip in Symbol 1307 MovieClip Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1303 MovieClip in Symbol 1307 MovieClip Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Symbol 1314 MovieClip Frame 14
stop();
Symbol 1316 MovieClip Frame 2
stop();
Symbol 1338 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 3; }; stop(); gotoAndStop(random(7));
Symbol 1338 MovieClip Frame 6
onEnterFrame = function () { this._rotation = this._rotation + 3; }; _parent.unloadMovie();
Symbol 1339 MovieClip Frame 1
stop(); this.gotoAndStop(random(4)); var fall = 0.3; var gravi = ((this.gravi = random(0.1) - 0.1)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; }; if (this.hitTest(_root.ground.stubble)) { this.rota = 0; this.ySp = this.ySp * -2; this.xSp = this.xSp * -2; } this.xSp = random(13) - 7; this.ySp = random(12) - 10; this.onEnterFrame = explode;
Instance of Symbol 40 MovieClip "hit" in Symbol 1339 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { _parent.ySp = _parent.ySp * -1; } if (this.hitTest(_root.ground.stubble2)) { _parent.ySp = _parent.ySp * -1; _parent.ySp = 2; } }
Symbol 1339 MovieClip Frame 2
stop(); var fall = 0.3; var gravi = ((this.gravi = random(0.1) - 0.1)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; }; if (this.hitTest(_root.ground.stubble)) { this.rota = 0; this.ySp = this.ySp * -2; this.xSp = this.xSp * -2; } this.xSp = random(7) - 7; this.ySp = random(24) - 15; this.onEnterFrame = explode;
Symbol 1339 MovieClip Frame 3
onLoad = function () { }; onEnterFrame = function () { xSp = 0; ySp = 0; x = x + 0; _rotation = 0; rota = 0; };
Symbol 1344 MovieClip Frame 9
this.unloadMovie(); stop();
Symbol 1346 MovieClip Frame 1
stop();
Instance of Symbol 40 MovieClip "hit" in Symbol 1346 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.nade.hitTest(this)) { _parent.nextFrame(); } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1346 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1346 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1346 MovieClip Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1346 MovieClip Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1346 MovieClip Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1346 MovieClip Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1346 MovieClip Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1346 MovieClip Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1346 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1346 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1346 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1346 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1346 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1346 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1346 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1346 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1346 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1346 MovieClip Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1346 MovieClip Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1346 MovieClip Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1346 MovieClip Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1346 MovieClip Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1346 MovieClip Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Symbol 1346 MovieClip Frame 8
_parent.scafftop.gotoAndStop(11); _parent.sup1.gotoAndStop(11); _parent.sup2.gotoAndStop(11);
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1346 MovieClip Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1346 MovieClip Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1346 MovieClip Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1346 MovieClip Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1339 MovieClip "chunk1" in Symbol 1346 MovieClip Frame 8
onClipEvent (enterFrame) { _root.makeSMOs(); _root.makSMOs._x = this._x; _root.makeSMOs._y = this._y; }
Instance of Symbol 780 MovieClip in Symbol 1346 MovieClip Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.ySp = this.ySp * -0.5; this._alpha = this._alpha - 2; } }
Instance of Symbol 780 MovieClip in Symbol 1346 MovieClip Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.ySp = this.ySp * -0.5; this._alpha = this._alpha - 2; } }
Instance of Symbol 780 MovieClip in Symbol 1346 MovieClip Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.ySp = this.ySp * -0.5; this._alpha = this._alpha - 2; } }
Instance of Symbol 780 MovieClip in Symbol 1346 MovieClip Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.ySp = this.ySp * -0.5; this._alpha = this._alpha - 2; } }
Instance of Symbol 780 MovieClip in Symbol 1346 MovieClip Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.ySp = this.ySp * -0.5; this._alpha = this._alpha - 2; } }
Symbol 1350 MovieClip Frame 1
_alpha = 0;
Symbol 1350 MovieClip Frame 2
stop(); var grav = 0; var gravity = 0.2; var speed = 0.2; var maxJump = -5; var rota = 0.5; var touchingGround = true; onEnterFrame = function () { while (_root.stubbleg.hitTest(_x, _y, true)) { _y = (_y - gravity); grav = 0; } if (_root.stubbleg.hitTest(_x, _y + 5, true)) { touchingGround = true; rota = 0; } else { touchingGround = false; rota = 6; } if (_root.stubbleg.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { _x = (_x - speed); } if (_root.stubbleg.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { _x = (_x + speed); } }; onEnterFrame = function () { _parent._y = _parent._y - 4; _parent._rotation = _parent._rotation + rota; _parent._y = _parent._y + grav; grav = grav + gravity; };
Symbol 1358 MovieClip Frame 17
this.gotoAndStop(1);
Symbol 1359 MovieClip Frame 1
stop();
Instance of Symbol 1350 MovieClip "switcher" in Symbol 1359 MovieClip Frame 1
onClipEvent (load) { stop(); }
Symbol 1359 MovieClip Frame 5
this._rotation = 0; _parent.sup1.play(); _parent.sup2.play();
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1359 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1359 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1359 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1359 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1359 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1359 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1359 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1359 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1359 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1359 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1359 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1359 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1359 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1359 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1359 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1359 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1359 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1359 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1359 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Symbol 1360 MovieClip Frame 1
onEnterFrame = function () { var _local2 = 2; if (_local2 == 0) { _parent.scaf2.switcher.nextFrame(); } };
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createPirate(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createFly(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createFly(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createFly(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.makeDPir(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createPirate(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.makeDPir(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createPirate(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.makeDPir(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.makeDPir(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1213 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.flamethrower = false; _root.cuttershot = false; _root.rocket = true; _root.ammo = 1300; this.nextFrame(); } if (this.hitTest(_root.hero)) { _root.explodespeed = _root.explodespeed + 5; _root.weapon1 = true; _root.char.gotoAndStop(3); _root.bulletLifeTimerTotal = 670; _root.bulletSpeed = 20; _root.bulletOffset = 5; _root.reloadSpeed = 80.5; } }
Instance of Symbol 1213 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.flamethrower = false; _root.cuttershot = true; _root.rocket = false; _root.rocketshot = false; _root.ammo = 350; this.nextFrame(); } if (this.hitTest(_root.hero)) { _root.char.gotoAndStop(3); _root.explodespeed = _root.explodespeed + 2; _root.bulletLifeTimerTotal = 670; _root.bulletSpeed = 13; _root.bulletOffset = 0; _root.reloadSpeed = 145; _root.bulletLifeTimerTotal2 = 670; _root.bulletSpeed2 = 24; _root.bulletOffset2 = 0; _root.reloadSpeed2 = 115; } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createFly(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createFly(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createFly(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createFly(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createFly(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createFly(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createFly(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createFly(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createFly(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createFly(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createPirate(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createPirate(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createFly(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createPirate(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createPirate(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.makeST(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.makeST(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createFly(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createFly(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createFly(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.makeDPir(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.makeDPir(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createPirate(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.makeDPir(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.makeDPir(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createPirate(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Instance of Symbol 1201 MovieClip in Symbol 1362 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.makeDPir(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }
Symbol 1375 MovieClip Frame 1
play(); if (this.hitTest(_root.ground.stubble)) { this.ySp = this.ySp * -1; } var fall = 6; var gravi = ((this.gravi = random(0.3) - 0.3)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(10) - 5; this.ySp = random(12) - 8; this.rota = random(50) - 20; this.onEnterFrame = explode;
Symbol 1375 MovieClip Frame 51
stop(); this.unloadMovie();
Symbol 1376 MovieClip Frame 1
var hground = true; onEnterFrame = function () { if (hground == false) { this.gotoAndPlay(7); } if (this.hitTest(_root.ground)) { hground = true; this.stop(); } else { hground = false; } }; stop();
Instance of Symbol 33 MovieClip [box_alive] in Symbol 1376 MovieClip Frame 1
onClipEvent (enterFrame) { stop(); if (this.hitTest(_root.hero)) { this.gotoAndStop(2); } }
Instance of Symbol 33 MovieClip [box_alive] in Symbol 1376 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.hero._x >= 420) && (_root.screenmove == true)) { _parent._x = _parent._x - 6; } if (_root.hero._x <= 150) { _parent._x = _parent._x + 6; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1376 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1376 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Symbol 1376 MovieClip Frame 6
_root.makeMetal(); _root.makeMetalG._x = this._x; _root.makeMetalG._y = this._y; _root.makeMetal(); _root.makeMetalG._x = this._x; _root.makeMetalG._y = this._y; _root.makeMetal(); _root.makeMetalG._x = this._x; _root.makeMetalG._y = this._y; _root.makeMetal(); _root.makeMetalG._x = this._x; _root.makeMetalG._y = this._y; _root.makeMetal(); _root.makeMetalG._x = this._x; _root.makeMetalG._y = this._y; _root.makeMetal(); _root.makeMetalG._x = this._x; _root.makeMetalG._y = this._y; _root.makeMetal(); _root.makeMetalG._x = this._x; _root.makeMetalG._y = this._y; _root.makeMetal(); _root.makeMetalG._x = this._x; _root.makeMetalG._y = this._y; _root.makeMetal(); _root.makeMetalG._x = this._x; _root.makeMetalG._y = this._y; _root.makeMetal(); _root.makeMetalG._x = this._x; _root.makeMetalG._y = this._y; _root.makecgrab(); _root.makec._x = this._x; _root.makec._y = this._y; _root.makecgrab(); _root.makec._x = this._x; _root.makec._y = this._y; _root.makeMetal(); _root.makeMetalG._x = this._x; _root.makeMetalG._y = this._y; play(); var touchingGround = true; var speed = 0; _root.makeiball(); _root.makei._x = this._x; _root.makei._y = this._y; onEnterFrame = function () { _root.makeSMO(); _root.makeSMOs._x = this.wig1._x; _root.makeSMOs._y = this.wig1._y; };
Instance of Symbol 1375 MovieClip "wig1" in Symbol 1376 MovieClip Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = this._alpha - 5; } }
Instance of Symbol 1375 MovieClip in Symbol 1376 MovieClip Frame 6
onClipEvent (enterFrame) { _root.makeSMOs._x = this._x; _root.makeSMOs._y = this._y; if (this.hitTest(_root.ground.stubble)) { this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1376 MovieClip Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 98 MovieClip in Symbol 1376 MovieClip Frame 6
onClipEvent (enterFrame) { this._rotation = random(3) - 10; }
Instance of Symbol 33 MovieClip [box_alive] in Symbol 1376 MovieClip Frame 6
onClipEvent (enterFrame) { if ((_root.hero._x >= 420) && (_root.screenmove == true)) { _parent._x = _parent._x - 6; } if (_root.hero._x <= 150) { _parent._x = _parent._x + 6; } }
Symbol 1376 MovieClip Frame 127
stop(); this.unloadMovie();
Symbol 1381 MovieClip Frame 1
stop();
Symbol 1387 MovieClip Frame 20
stop();
Symbol 1388 MovieClip Frame 1
stop(); var ground = _root.ground; var grav = 0; var gravity = 1; var speed = 2; var maxJump = -12; var rota = (math.random(4) - 10); var touchingGround = false; onEnterFrame = function () { rota_box._rotation = rota_box._rotation + this.rota; _y = (_y + grav); grav = grav + gravity; while (ground.hitTest(_x, _y, true)) { _y = (_y - gravity); grav = 0; } if (ground.hitTest(_x, _y + 5, true)) { touchingGround = true; rota = 0; } else { touchingGround = false; rota = 6; } if (ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { _x = (_x - speed); } if (ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { _x = (_x + speed); } }; stop(); var ground = _root.ground; var grav = 0;
Instance of Symbol 40 MovieClip in Symbol 1388 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hand.swipe)) { _parent.gotoAndPlay(3); } }
Instance of Symbol 33 MovieClip [box_alive] in Symbol 1388 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.hero._x >= 420) && (_root.screenmove == true)) { _parent._x = _parent._x - 6; } if (_root.hero._x <= 150) { _parent._x = _parent._x + 6; } }
Symbol 1388 MovieClip Frame 2
stop(); var ground = _root.ground; var grav = 0; var gravity = 1; var speed = 2; var maxJump = -12; var rota = (math.random(4) - 10); var touchingGround = false; var ysp = 5; onEnterFrame = function () { this._y = this._y - ysp; ysp = ysp - 1; this._x = this._x - (math.random(2) - 20); rota_box._rotation = rota_box._rotation + this.rota; _y = (_y + grav); grav = grav + gravity; while (ground.hitTest(_x, _y, true)) { _y = (_y - gravity); grav = 0; } if (ground.hitTest(_x, _y + 5, true)) { touchingGround = true; rota = 0; } else { touchingGround = false; rota = 6; } if (ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { _x = (_x - speed); } if (ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { _x = (_x + speed); } };
Instance of Symbol 1381 MovieClip "rota_box" in Symbol 1388 MovieClip Frame 2
onClipEvent (enterFrame) { this.nextFrame(); }
Instance of Symbol 1303 MovieClip in Symbol 1388 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1303 MovieClip in Symbol 1388 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Symbol 1388 MovieClip Frame 3
var touchingGround = true; var speed = 0; var ysp = 0; play(); _root.makeiball(); _root.makei._x = this._x; _root.makei._y = this._y; _root.makecgrab(); _root.makec._x = this._x; _root.makec._y = this._y; _root.makeiball(); _root.makei._x = this._x; _root.makei._y = this._y; _root.makeGC(); _root.makeGCS._x = this._x; _root.makeGCS._y = this._y;
Instance of Symbol 30 MovieClip [bullet_explode] in Symbol 1388 MovieClip Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1303 MovieClip in Symbol 1388 MovieClip Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.ySp = this.ySp * -1; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1303 MovieClip in Symbol 1388 MovieClip Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.ySp = this.ySp * -1; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1303 MovieClip in Symbol 1388 MovieClip Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.ySp = this.ySp * -1; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1303 MovieClip in Symbol 1388 MovieClip Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.ySp = this.ySp * -1; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1303 MovieClip in Symbol 1388 MovieClip Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.ySp = this.ySp * -1; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1303 MovieClip in Symbol 1388 MovieClip Frame 182
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1303 MovieClip in Symbol 1388 MovieClip Frame 182
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1303 MovieClip in Symbol 1388 MovieClip Frame 182
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1303 MovieClip in Symbol 1388 MovieClip Frame 182
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } }
Instance of Symbol 1303 MovieClip in Symbol 1388 MovieClip Frame 182
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1303 MovieClip in Symbol 1388 MovieClip Frame 182
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1303 MovieClip in Symbol 1388 MovieClip Frame 182
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } }
Instance of Symbol 1303 MovieClip in Symbol 1388 MovieClip Frame 182
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1303 MovieClip in Symbol 1388 MovieClip Frame 182
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1303 MovieClip in Symbol 1388 MovieClip Frame 182
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1303 MovieClip in Symbol 1388 MovieClip Frame 182
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1303 MovieClip in Symbol 1388 MovieClip Frame 182
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1303 MovieClip in Symbol 1388 MovieClip Frame 182
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 457 MovieClip [coinrab] in Symbol 1388 MovieClip Frame 182
onClipEvent (enterFrame) { stop(); if (this.hitTest(_root.hero)) { this.gotoAndStop(2); } }
Instance of Symbol 457 MovieClip [coinrab] in Symbol 1388 MovieClip Frame 182
onClipEvent (enterFrame) { stop(); if (this.hitTest(_root.hero)) { this.gotoAndStop(2); } }
Instance of Symbol 33 MovieClip [box_alive] in Symbol 1388 MovieClip Frame 182
onClipEvent (enterFrame) { if (_root.hero._x >= 550) { _parent._x = _parent._x - 8; } if (_root.hero._x <= 150) { _parent._x = _parent._x + 8; } }
Symbol 1388 MovieClip Frame 186
var touchingGround = true; var speed = 0; stop(); this.removeMovieClip();
Symbol 1391 MovieClip Frame 1
stop();
Symbol 1391 MovieClip Frame 2
play();
Symbol 1412 MovieClip Frame 19
_parent.gotoAndStop(1);
Symbol 1413 MovieClip Frame 1
stop();
Symbol 1414 MovieClip Frame 1
stop();
Instance of Symbol 1391 MovieClip in Symbol 1414 MovieClip Frame 1
onClipEvent (mouseDown) { this.nextFrame(); }
Symbol 1414 MovieClip Frame 2
stop();
Symbol 1429 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 1; };
Symbol 1429 MovieClip Frame 50
onEnterFrame = function () { this._rotation = this._rotation + 1; };
Symbol 1437 MovieClip Frame 19
_parent._parent.gotoAndStop(1);
Symbol 1438 MovieClip Frame 1
this.gotoAndStop(random(6));
Symbol 1439 MovieClip Frame 1
stop();
Instance of Symbol 40 MovieClip in Symbol 1439 MovieClip Frame 1
onClipEvent (enterFrame) { if (Key.isDown(81)) { _root.hero.head.gotoAndStop(2); _parent.gotoAndStop(2); } }
Symbol 1439 MovieClip Frame 2
_root.hero.gotoAndStop(7); _root.hero.head.gotoAndStop(3);
Symbol 1460 MovieClip Frame 26
_parent.gotoAndStop(1);
Symbol 1462 MovieClip Frame 10
_parent.gotoAndStop(1);
Symbol 1463 MovieClip Frame 1
stop();
Symbol 1465 MovieClip Frame 1
this._alpha = 0;
Symbol 1475 MovieClip Frame 1
onEnterFrame = function () { head.gotoAndStop(2); };
Symbol 1475 MovieClip Frame 25
_parent.gotoAndStop(1);
Instance of Symbol 1463 MovieClip in Symbol 1487 MovieClip Frame 1
onClipEvent (enterFrame) { this.stop(); }
Symbol 1487 MovieClip Frame 48
_parent.gotoAndStop(1);
Symbol 1492 MovieClip Frame 6
stop();
Instance of Symbol 1463 MovieClip "head" in Symbol 1492 MovieClip Frame 6
onClipEvent (load) { this.gotoAndStop(1); }
Symbol 1500 MovieClip Frame 29
_parent.gotoAndStop(1);
Symbol 1507 MovieClip Frame 9
_parent.gotoAndStop(1);
Symbol 1508 MovieClip Frame 1
stop(); onEnterFrame = function () { _root.makeBS(); _root.hero.speed = 8; _root.char._y = _root.char._y - 1; };
Symbol 1508 MovieClip Frame 2
onEnterFrame = function () { _root.hero.speed = 8; head.nextFrame(); };
Symbol 1508 MovieClip Frame 3
onEnterFrame = function () { _root.hero.speed = 8; };
Symbol 1508 MovieClip Frame 4
onEnterFrame = function () { _root.char._y = _root.char._y + 20; };
Symbol 1508 MovieClip Frame 5
_root.hero.speed = 0;
Symbol 1508 MovieClip Frame 6
_root.hero.speed = 0;
Symbol 1532 MovieClip Frame 16
_parent._parent.gotoAndStop(1);
Symbol 1539 MovieClip Frame 19
_parent._parent.gotoAndStop(1);
Symbol 1540 MovieClip Frame 1
this.gotoAndStop(random(3)); stop();
Symbol 1541 MovieClip Frame 1
stop();
Symbol 1556 MovieClip Frame 1
if (this.hitTest(_root.ground.stubble)) { this.ySp = this.ySp * -1; } var fall = 2; var gravi = ((this.gravi = random(0.5) - 0.5)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(10) - 5; this.ySp = random(18) - 18; this.rota = random(50) - 20; this.onEnterFrame = explode;
Symbol 1567 MovieClip Frame 30
this.unloadMovie();
Symbol 1571 MovieClip Frame 1
var fall = 1; var gravi = ((this.gravi = random(1) - 0.55)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(16) - 12; this.ySp = random(17) - 18; this.rota = random(6) - 2; this.onEnterFrame = explode; if (this.hitTest(_root.ground.stubble)) { this.ySp = this.ySp * -1; touch = touch - 1; } stop(); gotoAndStop(random(11));
Symbol 1595 MovieClip Frame 14
_parent._parent.gotoAndStop(1);
Symbol 1602 MovieClip Frame 15
_parent._parent.gotoAndStop(1);
Symbol 1603 MovieClip Frame 1
stop(); this.gotoAndStop(random(3));
Symbol 1604 MovieClip Frame 1
stop();
Symbol 1612 MovieClip Frame 59
stop();
Symbol 1618 MovieClip Frame 1
var fall = 1; var gravi = ((this.gravi = random(1) - 0.55)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(6) - 4; this.ySp = random(7) - 5; this.rota = random(4) - 1; this.onEnterFrame = explode; if (this.hitTest(_root.ground.stubble)) { this.ySp = this.ySp * -1; touch = touch - 1; }
Symbol 1618 MovieClip Frame 62
this.unloadMovie();
Symbol 1626 MovieClip Frame 1
var fall = 1; var gravi = ((this.gravi = random(1) - 0.55)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; if (this.hitTest(_root.ground.stubble)) { this.ySp = this.ySp * -1; touch = touch - 1; } }; this.xSp = random(6) - 4; this.ySp = random(7) - 5; this.rota = random(4) - 1; this.onEnterFrame = explode;
Instance of Symbol 1571 MovieClip in Symbol 1645 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.ySp = this.ySp * -1; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Symbol 1645 MovieClip Frame 95
this.unloadMovie();
Instance of Symbol 1618 MovieClip in Symbol 1645 MovieClip Frame 95
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.unloadMovie(); } }
Instance of Symbol 1571 MovieClip in Symbol 1645 MovieClip Frame 95
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.unloadMovie(); } }
Instance of Symbol 1571 MovieClip in Symbol 1645 MovieClip Frame 95
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.unloadMovie(); } }
Instance of Symbol 1571 MovieClip in Symbol 1645 MovieClip Frame 95
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.unloadMovie(); } }
Instance of Symbol 1571 MovieClip in Symbol 1645 MovieClip Frame 95
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.unloadMovie(); } }
Instance of Symbol 1571 MovieClip in Symbol 1645 MovieClip Frame 95
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.unloadMovie(); } }
Symbol 1646 MovieClip Frame 1
gotoAndStop(random(3));
Symbol 1647 MovieClip Frame 1
stop(); var ground = _root.ground; var grav = 0; var gravity = 0.3; var speed = 7; var maxJump = -18; var touchingGround = false; onEnterFrame = function () { if (gr1.hitTest(_root.hand.swipe)) { _x = (_x - (random(2) - 12)); _y = (_y - grav); _y = (_y - speed); gr1.nextFrame(); this.nextFrame(); } _y = (_y + grav); grav = grav + gravity; while (ground.hitTest(_x, _y, true)) { _y = (_y - gravity); grav = 0; } if (ground.hitTest(_x, _y + 5, true)) { touchingGround = true; } else { touchingGround = false; } if (ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { _x = (_x - speed); } if (ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { _x = (_x + speed); } }; stop();
Instance of Symbol 33 MovieClip [box_alive] "box_alive" in Symbol 1647 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hurtbox)) { _root.life = _root.life - 5; _root.hero.gotoAndStop(5); _root.lifebar.nextFrame(); _root.lifebar.nextFrame(); } }
Instance of Symbol 33 MovieClip [box_alive] in Symbol 1647 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.hero._x >= 420) && (_root.screenmove == true)) { _parent._x = _parent._x - 6; } if (_root.hero._x <= 150) { _parent._x = _parent._x + 6; } }
Instance of Symbol 1556 MovieClip in Symbol 1647 MovieClip Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.unloadMovie(); } }
Instance of Symbol 1571 MovieClip in Symbol 1647 MovieClip Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.unloadMovie(); } }
Instance of Symbol 1556 MovieClip in Symbol 1647 MovieClip Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.unloadMovie(); } }
Symbol 1647 MovieClip Frame 15
stop(); var ground = _root.ground; var grav = 0; var gravity = 1; var speed = 7; var maxJump = -18; var touchingGround = false; onEnterFrame = function () { _y = (_y + grav); grav = grav + gravity; while (ground.hitTest(_x, _y, true)) { _y = (_y - gravity); grav = 0; } if (ground.hitTest(_x, _y + 5, true)) { touchingGround = true; } else { touchingGround = false; } if (ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { _x = (_x - speed); } if (ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { _x = (_x + speed); } }; _root.makecgrab(); _root.makec._x = this._x; _root.makec._y = this._y;
Instance of Symbol 33 MovieClip [box_alive] "box_alive" in Symbol 1647 MovieClip Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hurtbox)) { _root.life = _root.life - 5; _root.lifebar.nextFrame(); _root.lifebar.nextFrame(); } }
Instance of Symbol 1556 MovieClip in Symbol 1647 MovieClip Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.unloadMovie(); } }
Instance of Symbol 1556 MovieClip in Symbol 1647 MovieClip Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.unloadMovie(); } }
Instance of Symbol 1571 MovieClip in Symbol 1647 MovieClip Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.unloadMovie(); } }
Symbol 1647 MovieClip Frame 17
_root.makecgrab(); _root.makec._x = this._x; _root.makec._y = this._y; _root.makecgrab(); _root.makec._x = this._x; _root.makec._y = this._y;
Instance of Symbol 1604 MovieClip "gr1" in Symbol 1647 MovieClip Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.hand.swipe)) { _parent.nextFrame(); this.nextFrame(); } }
Instance of Symbol 1556 MovieClip in Symbol 1647 MovieClip Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.unloadMovie(); } }
Instance of Symbol 1556 MovieClip in Symbol 1647 MovieClip Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.unloadMovie(); } }
Symbol 1647 MovieClip Frame 18
_root.makecgrab(); _root.makec._x = this._x; _root.makec._y = this._y; _root.makecgrab(); _root.makec._x = this._x; _root.makec._y = this._y; _root.makecgrab(); _root.makec._x = this._x; _root.makec._y = this._y; _root.makecgrab(); _root.makec._x = this._x; _root.makec._y = this._y; _root.makecgrab(); _root.makec._x = this._x; _root.makec._y = this._y;
Instance of Symbol 33 MovieClip [box_alive] in Symbol 1647 MovieClip Frame 18
onClipEvent (enterFrame) { if (_root.hero._x >= 520) { _parent._x = _parent._x - 8; } if (_root.hero._x <= 150) { _parent._x = _parent._x + 8; } }
Instance of Symbol 1556 MovieClip in Symbol 1647 MovieClip Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.unloadMovie(); } }
Instance of Symbol 1556 MovieClip in Symbol 1647 MovieClip Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.unloadMovie(); } }
Instance of Symbol 1556 MovieClip in Symbol 1647 MovieClip Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.unloadMovie(); } }
Instance of Symbol 1556 MovieClip in Symbol 1647 MovieClip Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.unloadMovie(); } }
Instance of Symbol 33 MovieClip [box_alive] in Symbol 1647 MovieClip Frame 19
onClipEvent (enterFrame) { if (_root.hero._x >= 520) { _parent._x = _parent._x - 8; } if (_root.hero._x <= 150) { _parent._x = _parent._x + 8; } }
Symbol 1660 MovieClip Frame 12
stop();
Symbol 1661 MovieClip Frame 1
stop();
Symbol 1661 MovieClip Frame 2
onEnterFrame = function () { _parent.g5.bt.stop(); _parent.g6.t.stop(); _parent.g7.t.stop(); _parent.g8.t.stop(); _parent.g9.bt.stop(); _parent.xsp = 0; };
Symbol 1666 MovieClip Frame 1
play(); var fall = 6; var gravi = ((this.gravi = random(0.3) - 0.3)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(10) - 5; this.ySp = random(12) - 8; this.rota = random(50) - 20; this.onEnterFrame = explode;
Symbol 1666 MovieClip Frame 60
this.removeMovieClip(); stop();
Symbol 1667 MovieClip Frame 1
stop();
Symbol 1667 MovieClip Frame 2
_parent.drop = _parent.drop - 1; onEnterFrame = function () { _parent.g5.bt.stop(); _parent.g6.t.stop(); _parent.g7.t.stop(); _parent.g8.t.stop(); _parent.g9.bt.stop(); _parent.g10.nextFrame(); };
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1667 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1667 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1667 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1667 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1667 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1667 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1667 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1666 MovieClip in Symbol 1667 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Symbol 1672 MovieClip Frame 1
play(); var fall = 6; var gravi = ((this.gravi = random(0.3) - 0.3)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(15) - 5; this.ySp = random(16) - 8; this.rota = random(50) - 20; this.onEnterFrame = explode;
Symbol 1672 MovieClip Frame 60
stop(); this.removeMovieClip();
Symbol 1673 MovieClip Frame 1
stop();
Symbol 1673 MovieClip Frame 2
onEnterFrame = function () { _parent.g5.bt.stop(); _parent.g6.t.stop(); _parent.g7.t.stop(); _parent.g8.t.stop(); _parent.g9.bt.stop(); _parent.g10.nextFrame(); };
Symbol 1684 MovieClip Frame 2
stop();
Symbol 1690 MovieClip Frame 14
stop();
Symbol 1692 MovieClip Frame 1
play(); var fall = 6; var gravi = ((this.gravi = random(0.3) - 0.3)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(15) - 8; this.ySp = random(14) - 8; this.rota = random(50) - 20; this.onEnterFrame = explode;
Symbol 1692 MovieClip Frame 125
stop(); this.removeMovieClip();
Symbol 1694 MovieClip Frame 1
play(); var fall = 6; var gravi = ((this.gravi = random(0.3) - 0.3)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(10) - 5; this.ySp = random(12) - 8; this.rota = random(50) - 20; this.onEnterFrame = explode;
Symbol 1694 MovieClip Frame 144
this.removeMovieClip(); stop();
Symbol 1701 MovieClip Frame 5
stop();
Symbol 1704 MovieClip Frame 1
var shoot = true; hurt = 12; onEnterFrame = function () { timer--; if ((timer <= 0) && (shoot == true)) { _root.createTankB(); timer = 67; shoot = false; } }; stop();
Instance of Symbol 1690 MovieClip in Symbol 1704 MovieClip Frame 11
onClipEvent (enterFrame) { this.play(); }
Instance of Symbol 1692 MovieClip "1" in Symbol 1704 MovieClip Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1694 MovieClip "2" in Symbol 1704 MovieClip Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1704 MovieClip Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1704 MovieClip Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1704 MovieClip Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1704 MovieClip Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Symbol 1704 MovieClip Frame 14
stop(); gunt1.unloadMovie(); _parent.g3.gotoAndStop(7);
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1704 MovieClip Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1704 MovieClip Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1704 MovieClip Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Symbol 1706 MovieClip Frame 1
stop();
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1706 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Symbol 1711 MovieClip Frame 1
stop();
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1711 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Symbol 1721 MovieClip Frame 4
stop();
Symbol 1739 MovieClip Frame 1
play(); var fall = 4; var gravi = ((this.gravi = random(0.3) - 0.3)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.onEnterFrame = explode;
Symbol 1744 MovieClip Frame 1
var fall = 3; var gravi = ((this.gravi = random(0.2) - 0.2)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(28) - 25; this.ySp = random(32) - 22; this.rota = random(50) - 20; this.onEnterFrame = explode; this.gotoAndStop(random(3)); this.gotoAndStop(random(4));
Symbol 1746 MovieClip Frame 1
stop(); var fall = 4; var gravi = ((this.gravi = random(0.3) - 0.3)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(15) - 5; this.ySp = random(20) - 13; this.rota = random(50) - 20; this.onEnterFrame = explode; this.gotoAndStop(random(3));
Symbol 1748 MovieClip Frame 1
stop(); var fall = 4; var gravi = ((this.gravi = random(0.3) - 0.3)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(20) - 5; this.ySp = random(22) - 15; this.rota = random(50) - 20; this.onEnterFrame = explode; this.gotoAndStop(random(3));
Symbol 1749 MovieClip Frame 1
stop();
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1749 MovieClip Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1749 MovieClip Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1749 MovieClip Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1749 MovieClip Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1749 MovieClip Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1749 MovieClip Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1749 MovieClip Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1749 MovieClip Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1749 MovieClip Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1749 MovieClip Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1744 MovieClip in Symbol 1749 MovieClip Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = 0; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1746 MovieClip in Symbol 1749 MovieClip Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = 0; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1748 MovieClip in Symbol 1749 MovieClip Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = 0; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1744 MovieClip in Symbol 1749 MovieClip Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = 0; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1748 MovieClip in Symbol 1749 MovieClip Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = 0; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Symbol 1749 MovieClip Frame 17
_root.makecgrab(); _root.makec._x = this._x; _root.makec._y = this._y; _root.makecgrab(); _root.makec._x = this._x; _root.makec._y = this._y; onEnterFrame = function () { _parent.g2.gotoAndStop(14); _parent.g3.gotoAndStop(12); _parent.g12.gotoAndStop(12); _parent.g1.gotoAndStop(18); _parent.g11.gotoAndStop(6); };
Instance of Symbol 1013 MovieClip [metal_gib_random] "7" in Symbol 1749 MovieClip Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1749 MovieClip Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] "4" in Symbol 1749 MovieClip Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] "1" in Symbol 1749 MovieClip Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 780 MovieClip in Symbol 1749 MovieClip Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 5; this._alpha = 0; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 809 MovieClip "3" in Symbol 1749 MovieClip Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.pir1.hit)) { _root.pir1.gotoAndStop(4); } if (this.hitTest(_root.pir2.hit)) { _root.pir2.gotoAndStop(4); } if (this.hitTest(_root.pir3.hit)) { _root.pir3.gotoAndStop(4); } if (this.hitTest(_root.pir4.hit)) { _root.pir4.gotoAndStop(4); } if (this.hitTest(_root.pir5.hit)) { _root.pir5.gotoAndStop(4); } if (this.hitTest(_root.pir6.hit)) { _root.pir6.gotoAndStop(4); } if (this.hitTest(_root.pir7.hit)) { _root.pir7.gotoAndStop(4); } if (this.hitTest(_root.pir8.hit)) { _root.pir8.gotoAndStop(4); } if (this.hitTest(_root.pir9.hit)) { _root.pir9.gotoAndStop(4); } }
Instance of Symbol 780 MovieClip in Symbol 1749 MovieClip Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = 0; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 780 MovieClip in Symbol 1749 MovieClip Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._alpha = 0; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Symbol 1753 MovieClip Frame 2
play();
Symbol 1753 MovieClip Frame 6
gotoAndStop (1);
Symbol 1769 MovieClip Frame 54
stop();
Symbol 1770 MovieClip Frame 1
stop();
Instance of Symbol 1753 MovieClip "eye3" in Symbol 1770 MovieClip Frame 2
onClipEvent (enterFrame) { this.gotoAndPlay(2); }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1770 MovieClip Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1770 MovieClip Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1770 MovieClip Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1770 MovieClip Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1770 MovieClip Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Symbol 1770 MovieClip Frame 12
_parent.g5.bt.stop(); _parent.g4.bt.stop(); _parent.g9.bt.stop(); _parent.g6.t.stop(); _parent.g7.t.stop(); _parent.g1.gotoAndStop(20); _parent.g2.gotoAndStop(20); _parent.g11.gotoAndStop(20); _root.makecgrab(); _root.makec._x = this._x; _root.makec._y = this._y; _root.makecgrab(); _root.makec._x = this._x; _root.makec._y = this._y; _root.makecgrab(); _root.makec._x = this._x; _root.makec._y = this._y; _root.makecgrab(); _root.makec._x = this._x; _root.makec._y = this._y; _root.makecgrab(); _root.makec._x = this._x; _root.makec._y = this._y;
Symbol 1780 MovieClip Frame 7
stop();
Symbol 1785 MovieClip Frame 3
stop();
Symbol 1788 MovieClip Frame 12
stop();
Symbol 1793 MovieClip Frame 1
play();
Symbol 1793 MovieClip Frame 6
stop();
Symbol 1795 MovieClip Frame 1
stop(); this.gotoAndStop(random(4)); var fall = 6; var gravi = ((this.gravi = random(0.3) - 0.3)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(13) - 7; this.ySp = random(10) - 13; this.rota = random(3) - 4; this.onEnterFrame = explode;
Symbol 1796 MovieClip Frame 1
stop();
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1796 MovieClip Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1796 MovieClip Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1796 MovieClip Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1796 MovieClip Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this._y = this._y - 20; this._alpha = this._alpha - 5; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Symbol 1796 MovieClip Frame 11
_parent.g1.gotoAndStop(2); _parent.g11.gotoAndStop(2);
Instance of Symbol 1013 MovieClip [metal_gib_random] in Symbol 1796 MovieClip Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.unloadMovie(); } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1795 MovieClip in Symbol 1796 MovieClip Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.unloadMovie(); } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1795 MovieClip in Symbol 1796 MovieClip Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.unloadMovie(); } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1795 MovieClip in Symbol 1796 MovieClip Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.unloadMovie(); } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Instance of Symbol 1795 MovieClip in Symbol 1796 MovieClip Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.unloadMovie(); } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }
Symbol 1797 MovieClip Frame 1
stop(); var ground = _root.ground; var grav = 0; var gravity = 1; var speed = 2; var maxJump = -12; var touchingGround = false; drop = 0; onEnterFrame = function () { this._x = this._x + 3; _y = (_y + grav); grav = grav + gravity; while (ground.hitTest(_x, _y, true)) { _y = (_y - gravity); grav = 0; } if (ground.hitTest(_x, _y + 5, true)) { touchingGround = true; } else { touchingGround = false; } if (ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { _x = (_x - speed); } if (ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { _x = (_x + speed); } }; var ground = _root.ground; var grav = 0; var gravity = 1; var speed = 7; var maxJump = -18; var touchingGround = false; onEnterFrame = function () { _y = (_y + grav); grav = grav + gravity; while (ground.hitTest(_x, _y, true)) { _y = (_y - gravity); grav = 0; } if (ground.hitTest(_x, _y + 5, true)) { touchingGround = true; } else { touchingGround = false; } if (ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { _x = (_x - speed); } if (ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { _x = (_x + speed); } };
Instance of Symbol 33 MovieClip [box_alive] in Symbol 1797 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.hero._x >= 420) && (_root.screenmove == true)) { _parent._x = _parent._x - 6; } if (_root.hero._x <= 150) { _parent._x = _parent._x + 6; } }
Symbol 1823 MovieClip Frame 1
onLoad = function () { turn = 0; }; onEnterFrame = function () { _parent._x = _parent._x - 0; };
Symbol 1831 MovieClip Frame 3
stop();
Symbol 1860 MovieClip Frame 1
onEnterFrame = function () { _root.makeBS(); if (this.hitTest(_root.ground.stubble)) { this._alpha = "0"; } if (this.hitTest(_root.ground.stubble2)) { this._alpha = "0"; } }; var fall = 6; var gravi = ((this.gravi = random(1) - 0.55)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(15) - 10; this.ySp = random(10) - 15; this.rota = random(3) - 2; this.onEnterFrame = explode; this.gotoAndStop(random(14));
Symbol 1860 MovieClip Frame 2
var fall = 6; var gravi = ((this.gravi = random(1) - 0.55)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(25) - 10; this.ySp = random(6) - 5; this.rota = random(5) - 7; this.onEnterFrame = explode;
Symbol 1860 MovieClip Frame 3
var fall = 6; var gravi = ((this.gravi = random(1) - 0.55)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(17) - 13; this.ySp = random(7) - 3; this.rota = random(4) - 6; this.onEnterFrame = explode;
Symbol 1860 MovieClip Frame 4
var fall = 6; var gravi = ((this.gravi = random(1) - 0.55)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(15) - 10; this.ySp = random(10) - 15; this.rota = random(5) - 8; this.onEnterFrame = explode;
Symbol 1861 MovieClip Frame 1
play();
Instance of Symbol 1860 MovieClip in Symbol 1861 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.unloadMovie(); } }
Symbol 1861 MovieClip Frame 105
stop(); this.unloadMovie();
Symbol 1866 MovieClip Frame 10
stop();
Symbol 1868 MovieClip [tooth] Frame 1
var fall = 6; var gravi = ((this.gravi = random(1) - 0.25)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(15) - 10; this.ySp = random(5) - 8; this.rota = random(10) - 20; this.onEnterFrame = explode; this.gotoAndStop(random(4));
Symbol 1869 MovieClip Frame 1
stop();
Symbol 1869 MovieClip Frame 2
_parent._y = _parent._y - ysp; ysp = ysp - 1;
Instance of Symbol 40 MovieClip "node" in Symbol 1869 MovieClip Frame 2
onClipEvent (enterFrame) { _parent._parent._y = _parent._parent._y - 5; }
Symbol 1869 MovieClip Frame 3
_parent._y = _parent._y - ysp; ysp = ysp - 1;
Symbol 1869 MovieClip Frame 4
_parent._y = _parent._y - ysp; ysp = ysp - 1;
Symbol 1869 MovieClip Frame 5
_parent._y = _parent._y - ysp; ysp = ysp - 1;
Symbol 1869 MovieClip Frame 6
_parent._y = _parent._y - ysp; ysp = ysp - 1;
Instance of Symbol 1843 MovieClip in Symbol 1869 MovieClip Frame 6
onClipEvent (load) { this.gotoAndPlay(random(12)); }
Symbol 1869 MovieClip Frame 7
onEnterFrame = function () { this.attachMovie(tooth, t1, _root.getNextHighestDepth); }; _parent._y = _parent._y - ysp; ysp = ysp - 1;
Symbol 1869 MovieClip Frame 8
_parent.nextFrame();
Symbol 1874 MovieClip Frame 8
stop();
Symbol 1891 MovieClip Frame 1
var fall = 6; var gravi = ((this.gravi = random(1) - 0.55)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(15) - 10; this.ySp = random(6) - 11; this.rota = random(5) - 10; this.onEnterFrame = explode; stop(); this.gotoAndStop(random(5));
Symbol 1893 MovieClip Frame 1
stop(); var ground = _root.ground; var grav = 0; var gravity = 1; var speed = 7; var maxJump = -18; var touchingGround = false; onEnterFrame = function () { _y = (_y + grav); grav = grav + gravity; while (ground.hitTest(_x, _y, true)) { _y = (_y - gravity); grav = 0; } if (ground.hitTest(_x, _y + 5, true)) { touchingGround = true; } else { touchingGround = false; } if (ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { _x = (_x - speed); } if (ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { _x = (_x + speed); } }; stop();
Instance of Symbol 40 MovieClip "node2" in Symbol 1893 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hand.swipe)) { _parent.nextFrame(); _parent.lips.gotoAndStop(8); this.nextFrame(); } }
Instance of Symbol 33 MovieClip [box_alive] "box_alive" in Symbol 1893 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.life = _root.life - 1; _root.lifebar.nextFrame(); } }
Instance of Symbol 33 MovieClip [box_alive] in Symbol 1893 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.life = _root.life - 1; _root.hero.gotoAndStop(5); _root.lifebar.nextFrame(); } }
Instance of Symbol 33 MovieClip [box_alive] in Symbol 1893 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.hero._x >= 420) && (_root.screenmove == true)) { _parent._x = _parent._x - 6; } if (_root.hero._x <= 150) { _parent._x = _parent._x + 6; } }
Symbol 1893 MovieClip Frame 2
_root.makecgrab(); _root.makec._x = this._x; _root.makec._y = this._y; _root.makecgrab(); _root.makec._x = this._x; _root.makec._y = this._y; _root.makecgrab(); _root.makec._x = this._x; _root.makec._y = this._y; _root.makeiball(); _root.makei._x = this._x; _root.makei._y = this._y; _root.makeGC(); _root.makeGCS._x = this._x; _root.makeGCS._y = this._y; onEnterFrame = function () { lips.gotoAndStop(8); };
Instance of Symbol 1891 MovieClip in Symbol 1893 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ground.stubble)) { this.ySp = this.ySp * -1; this._alpha = this._alpha - 10; } }
Instance of Symbol 33 MovieClip [box_alive] in Symbol 1893 MovieClip Frame 2
onClipEvent (enterFrame) { if ((_root.hero._x >= 420) && (_root.screenmove == true)) { _parent._x = _parent._x - 6; } if (_root.hero._x <= 150) { _parent._x = _parent._x + 6; } }

Library Items

Symbol 1 Sound [ting]
Symbol 2 GraphicUsed by:10
Symbol 3 GraphicUsed by:10
Symbol 4 GraphicUsed by:10
Symbol 5 GraphicUsed by:10
Symbol 6 GraphicUsed by:10
Symbol 7 GraphicUsed by:10
Symbol 8 GraphicUsed by:10
Symbol 9 GraphicUsed by:10
Symbol 10 MovieClipUses:2 3 4 5 6 7 8 9Used by:17
Symbol 11 GraphicUsed by:16
Symbol 12 GraphicUsed by:16
Symbol 13 GraphicUsed by:16
Symbol 14 GraphicUsed by:16
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClipUses:11 12 13 14 15Used by:17
Symbol 17 MovieClip [sprout]Uses:10 16
Symbol 18 BitmapUsed by:19
Symbol 19 GraphicUses:18Used by:100 1026
Symbol 20 BitmapUsed by:21
Symbol 21 GraphicUses:20Used by:22
Symbol 22 MovieClipUses:21Used by:31
Symbol 23 GraphicUsed by:29
Symbol 24 GraphicUsed by:29
Symbol 25 GraphicUsed by:29
Symbol 26 GraphicUsed by:29
Symbol 27 GraphicUsed by:29
Symbol 28 GraphicUsed by:29
Symbol 29 MovieClip [dia_explode]Uses:23 24 25 26 27 28Used by:30 241 281 299 810 831 1020 1086 1153 1287 1307 1346 1376 1391 1500 1645 1647 1893
Symbol 30 MovieClip [bullet_explode]Uses:29Used by:31 49 100 141 458 1388 1770
Symbol 31 MovieClipUses:22 30Used by:100 1026
Symbol 32 GraphicUsed by:33
Symbol 33 MovieClip [box_alive]Uses:32Used by:100 457 458 810 831 837 880 886 1020 1026 1045 1073 1132 1153 1167 1182 1287 1376 1388 1647 1797 1893
Symbol 34 BitmapUsed by:35 41 58 77 82 285 294 387
Symbol 35 GraphicUses:34Used by:43 298
Symbol 36 BitmapUsed by:37 42
Symbol 37 GraphicUses:36Used by:43
Symbol 38 GraphicUsed by:40
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClipUses:38 39Used by:43 49 98 208 458 655 683 732 746 758 800 810 831 1008 1020 1073 1145 1153 1167 1181 1287 1307 1339 1346 1359 1362 1388 1439 1647 1661 1667 1673 1704 1706 1711 1749 1770 1796 1869 1893  Timeline
Symbol 41 GraphicUses:34Used by:43
Symbol 42 GraphicUses:36Used by:43
Symbol 43 MovieClipUses:35 37 40 41 42Used by:100 1026
Symbol 44 GraphicUsed by:49
Symbol 45 BitmapUsed by:46 47
Symbol 46 GraphicUses:45Used by:48
Symbol 47 GraphicUses:45Used by:48
Symbol 48 MovieClipUses:46 47Used by:49
Symbol 49 MovieClipUses:44 48 40 30Used by:100 1026
Symbol 50 SoundUsed by:100
Symbol 51 GraphicUsed by:100
Symbol 52 BitmapUsed by:53 54 55
Symbol 53 GraphicUses:52Used by:56
Symbol 54 GraphicUses:52Used by:56
Symbol 55 GraphicUses:52Used by:56
Symbol 56 MovieClipUses:53 54 55Used by:100 1026
Symbol 57 GraphicUsed by:99
Symbol 58 GraphicUses:34Used by:98
Symbol 59 BitmapUsed by:60
Symbol 60 GraphicUses:59Used by:98
Symbol 61 BitmapUsed by:62 317
Symbol 62 GraphicUses:61Used by:71
Symbol 63 GraphicUsed by:71
Symbol 64 GraphicUsed by:71
Symbol 65 GraphicUsed by:71
Symbol 66 GraphicUsed by:71
Symbol 67 GraphicUsed by:71
Symbol 68 GraphicUsed by:71
Symbol 69 GraphicUsed by:71
Symbol 70 GraphicUsed by:71
Symbol 71 MovieClipUses:62 63 64 65 66 67 68 69 70Used by:98 457 1086 1167
Symbol 72 SoundUsed by:98
Symbol 73 BitmapUsed by:74
Symbol 74 GraphicUses:73Used by:98
Symbol 75 BitmapUsed by:76
Symbol 76 GraphicUses:75Used by:98
Symbol 77 GraphicUses:34Used by:98
Symbol 78 BitmapUsed by:79
Symbol 79 GraphicUses:78Used by:98
Symbol 80 BitmapUsed by:81
Symbol 81 GraphicUses:80Used by:98
Symbol 82 GraphicUses:34Used by:98
Symbol 83 GraphicUsed by:98
Symbol 84 GraphicUsed by:98
Symbol 85 GraphicUsed by:98
Symbol 86 GraphicUsed by:98
Symbol 87 GraphicUsed by:98
Symbol 88 GraphicUsed by:98
Symbol 89 GraphicUsed by:98
Symbol 90 GraphicUsed by:98
Symbol 91 GraphicUsed by:98
Symbol 92 GraphicUsed by:98
Symbol 93 GraphicUsed by:98
Symbol 94 GraphicUsed by:98
Symbol 95 GraphicUsed by:98
Symbol 96 GraphicUsed by:98
Symbol 97 GraphicUsed by:98
Symbol 98 MovieClipUses:58 40 60 71 72 74 76 77 79 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97Used by:99 747 831 880 1020 1287 1307 1339 1346 1359 1376 1704 1749 1770
Symbol 99 MovieClipUses:57 98Used by:100 1026
Symbol 100 MovieClip [bullet1]Uses:19 31 33 43 49 50 51 56 99 30
Symbol 101 BitmapUsed by:102
Symbol 102 GraphicUses:101Used by:117
Symbol 103 BitmapUsed by:104
Symbol 104 GraphicUses:103Used by:117
Symbol 105 BitmapUsed by:106
Symbol 106 GraphicUses:105Used by:117
Symbol 107 BitmapUsed by:108
Symbol 108 GraphicUses:107Used by:117
Symbol 109 BitmapUsed by:110
Symbol 110 GraphicUses:109Used by:117
Symbol 111 GraphicUsed by:117
Symbol 112 GraphicUsed by:117
Symbol 113 GraphicUsed by:117
Symbol 114 GraphicUsed by:117
Symbol 115 GraphicUsed by:117
Symbol 116 GraphicUsed by:117
Symbol 117 MovieClipUses:102 104 106 108 110 111 112 113 114 115 116Used by:135
Symbol 118 GraphicUsed by:128
Symbol 119 GraphicUsed by:128
Symbol 120 GraphicUsed by:128
Symbol 121 GraphicUsed by:128
Symbol 122 GraphicUsed by:128
Symbol 123 GraphicUsed by:128
Symbol 124 GraphicUsed by:128
Symbol 125 GraphicUsed by:128
Symbol 126 GraphicUsed by:128
Symbol 127 GraphicUsed by:128
Symbol 128 MovieClipUses:118 119 120 121 122 123 124 125 126 127Used by:135
Symbol 129 GraphicUsed by:134
Symbol 130 GraphicUsed by:134
Symbol 131 GraphicUsed by:134
Symbol 132 GraphicUsed by:134
Symbol 133 GraphicUsed by:134
Symbol 134 MovieClipUses:129 130 131 132 133Used by:135
Symbol 135 MovieClipUses:117 128 134Used by:163
Symbol 136 GraphicUsed by:141
Symbol 137 GraphicUsed by:141
Symbol 138 GraphicUsed by:141
Symbol 139 GraphicUsed by:141
Symbol 140 GraphicUsed by:141
Symbol 141 MovieClipUses:136 30 137 138 139 140Used by:163
Symbol 142 GraphicUsed by:160
Symbol 143 GraphicUsed by:160
Symbol 144 GraphicUsed by:160
Symbol 145 GraphicUsed by:160
Symbol 146 GraphicUsed by:160
Symbol 147 GraphicUsed by:160
Symbol 148 GraphicUsed by:160
Symbol 149 GraphicUsed by:160
Symbol 150 GraphicUsed by:160
Symbol 151 GraphicUsed by:160
Symbol 152 GraphicUsed by:160
Symbol 153 GraphicUsed by:160
Symbol 154 GraphicUsed by:160
Symbol 155 GraphicUsed by:160
Symbol 156 GraphicUsed by:160
Symbol 157 GraphicUsed by:160
Symbol 158 GraphicUsed by:160
Symbol 159 GraphicUsed by:160
Symbol 160 MovieClipUses:142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159Used by:163
Symbol 161 GraphicUsed by:162 1099
Symbol 162 MovieClipUses:161Used by:163 561 1541 1604 1823
Symbol 163 MovieClip [sprout1]Uses:135 141 160 162Used by:458
Symbol 164 GraphicUsed by:165
Symbol 165 MovieClipUses:164Used by:458
Symbol 166 GraphicUsed by:167
Symbol 167 MovieClipUses:166Used by:458
Symbol 168 GraphicUsed by:185
Symbol 169 GraphicUsed by:185
Symbol 170 GraphicUsed by:185
Symbol 171 GraphicUsed by:185
Symbol 172 GraphicUsed by:185
Symbol 173 GraphicUsed by:185
Symbol 174 GraphicUsed by:185
Symbol 175 GraphicUsed by:185
Symbol 176 GraphicUsed by:185
Symbol 177 GraphicUsed by:185
Symbol 178 GraphicUsed by:185
Symbol 179 GraphicUsed by:185
Symbol 180 GraphicUsed by:185
Symbol 181 GraphicUsed by:185
Symbol 182 GraphicUsed by:185
Symbol 183 GraphicUsed by:185
Symbol 184 GraphicUsed by:185
Symbol 185 MovieClipUses:168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184Used by:281 381 382
Symbol 186 GraphicUsed by:203
Symbol 187 GraphicUsed by:192
Symbol 188 SoundUsed by:192 591
Symbol 189 GraphicUsed by:192
Symbol 190 SoundUsed by:192
Symbol 191 SoundUsed by:192
Symbol 192 MovieClipUses:187 188 189 190 191Used by:203
Symbol 193 GraphicUsed by:203 591
Symbol 194 GraphicUsed by:203
Symbol 195 GraphicUsed by:203
Symbol 196 GraphicUsed by:203
Symbol 197 GraphicUsed by:203
Symbol 198 GraphicUsed by:203
Symbol 199 GraphicUsed by:203
Symbol 200 GraphicUsed by:203
Symbol 201 GraphicUsed by:203
Symbol 202 GraphicUsed by:203 591
Symbol 203 MovieClipUses:186 192 193 194 195 196 197 198 199 200 201 202Used by:204 1500
Symbol 204 MovieClipUses:203Used by:241 281 299 732 810 1153 1541 1604 1645 1647 1770 1869 1893
Symbol 205 BitmapUsed by:206
Symbol 206 GraphicUses:205Used by:208
Symbol 207 GraphicUsed by:208
Symbol 208 MovieClipUses:206 40 207Used by:241 281 299 381 382 810 1647 1770 1893
Symbol 209 GraphicUsed by:212
Symbol 210 GraphicUsed by:212
Symbol 211 GraphicUsed by:212
Symbol 212 MovieClipUses:209 210 211Used by:241 281 299
Symbol 213 GraphicUsed by:223
Symbol 214 GraphicUsed by:223
Symbol 215 GraphicUsed by:223
Symbol 216 GraphicUsed by:223
Symbol 217 GraphicUsed by:223
Symbol 218 GraphicUsed by:223
Symbol 219 GraphicUsed by:223
Symbol 220 GraphicUsed by:223
Symbol 221 GraphicUsed by:223
Symbol 222 GraphicUsed by:223
Symbol 223 MovieClipUses:213 214 215 216 217 218 219 220 221 222Used by:240 281
Symbol 224 GraphicUsed by:231
Symbol 225 GraphicUsed by:231
Symbol 226 GraphicUsed by:231
Symbol 227 GraphicUsed by:231
Symbol 228 GraphicUsed by:231
Symbol 229 GraphicUsed by:231
Symbol 230 GraphicUsed by:231
Symbol 231 MovieClipUses:224 225 226 227 228 229 230Used by:236
Symbol 232 GraphicUsed by:236
Symbol 233 GraphicUsed by:236
Symbol 234 GraphicUsed by:236
Symbol 235 GraphicUsed by:236
Symbol 236 MovieClipUses:231 232 233 234 235Used by:240
Symbol 237 GraphicUsed by:239
Symbol 238 GraphicUsed by:239
Symbol 239 MovieClipUses:237 238Used by:240
Symbol 240 MovieClipUses:223 236 239Used by:241 299
Symbol 241 MovieClipUses:212 240 29 208 204Used by:281 458
Symbol 242 GraphicUsed by:274
Symbol 243 GraphicUsed by:274
Symbol 244 GraphicUsed by:274
Symbol 245 GraphicUsed by:274
Symbol 246 GraphicUsed by:274
Symbol 247 GraphicUsed by:274
Symbol 248 GraphicUsed by:274
Symbol 249 GraphicUsed by:274
Symbol 250 GraphicUsed by:274
Symbol 251 GraphicUsed by:274
Symbol 252 GraphicUsed by:274
Symbol 253 GraphicUsed by:274
Symbol 254 GraphicUsed by:274
Symbol 255 GraphicUsed by:274
Symbol 256 GraphicUsed by:274
Symbol 257 GraphicUsed by:274
Symbol 258 GraphicUsed by:274
Symbol 259 GraphicUsed by:274
Symbol 260 GraphicUsed by:274
Symbol 261 GraphicUsed by:274
Symbol 262 GraphicUsed by:274
Symbol 263 GraphicUsed by:274
Symbol 264 GraphicUsed by:274
Symbol 265 GraphicUsed by:274
Symbol 266 GraphicUsed by:274
Symbol 267 GraphicUsed by:274
Symbol 268 GraphicUsed by:274
Symbol 269 GraphicUsed by:274
Symbol 270 GraphicUsed by:274
Symbol 271 GraphicUsed by:274
Symbol 272 GraphicUsed by:274
Symbol 273 GraphicUsed by:274
Symbol 274 MovieClipUses:242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273Used by:281
Symbol 275 GraphicUsed by:276
Symbol 276 MovieClipUses:275Used by:281
Symbol 277 GraphicUsed by:278
Symbol 278 MovieClipUses:277Used by:281
Symbol 279 GraphicUsed by:280
Symbol 280 MovieClipUses:279Used by:281
Symbol 281 MovieClipUses:185 204 29 208 241 274 276 278 280 223 212Used by:458
Symbol 282 GraphicUsed by:458
Symbol 283 BitmapUsed by:285
Symbol 284 BitmapUsed by:285
Symbol 285 GraphicUses:283 284 34Used by:298
Symbol 286 BitmapUsed by:287
Symbol 287 GraphicUses:286Used by:298
Symbol 288 BitmapUsed by:289
Symbol 289 GraphicUses:288Used by:298
Symbol 290 BitmapUsed by:291 292
Symbol 291 GraphicUses:290Used by:298
Symbol 292 GraphicUses:290Used by:298
Symbol 293 BitmapUsed by:294 297
Symbol 294 GraphicUses:293 34Used by:298
Symbol 295 BitmapUsed by:296
Symbol 296 GraphicUses:295Used by:298
Symbol 297 GraphicUses:293Used by:298
Symbol 298 MovieClip [flamegib]Uses:285 35 287 289 291 292 294 296 297Used by:299 810 1020 1647
Symbol 299 MovieClipUses:212 240 29 208 204 298Used by:382
Symbol 300 GraphicUsed by:313
Symbol 301 GraphicUsed by:313
Symbol 302 GraphicUsed by:313
Symbol 303 GraphicUsed by:313
Symbol 304 GraphicUsed by:313
Symbol 305 GraphicUsed by:313
Symbol 306 GraphicUsed by:313
Symbol 307 GraphicUsed by:313
Symbol 308 GraphicUsed by:313
Symbol 309 GraphicUsed by:313
Symbol 310 GraphicUsed by:313
Symbol 311 GraphicUsed by:313
Symbol 312 GraphicUsed by:313
Symbol 313 MovieClipUses:300 301 302 303 304 305 306 307 308 309 310 311 312Used by:381 382
Symbol 314 GraphicUsed by:381
Symbol 315 GraphicUsed by:381
Symbol 316 GraphicUsed by:381
Symbol 317 GraphicUses:61Used by:326
Symbol 318 GraphicUsed by:326
Symbol 319 GraphicUsed by:326
Symbol 320 GraphicUsed by:326
Symbol 321 GraphicUsed by:326
Symbol 322 GraphicUsed by:326
Symbol 323 GraphicUsed by:326
Symbol 324 GraphicUsed by:326
Symbol 325 GraphicUsed by:326
Symbol 326 MovieClip [ammog]Uses:317 318 319 320 321 322 323 324 325Used by:381 457 746 809 1167 1213
Symbol 327 GraphicUsed by:381
Symbol 328 GraphicUsed by:381
Symbol 329 GraphicUsed by:381
Symbol 330 GraphicUsed by:381
Symbol 331 GraphicUsed by:381
Symbol 332 GraphicUsed by:381
Symbol 333 GraphicUsed by:381
Symbol 334 GraphicUsed by:381
Symbol 335 GraphicUsed by:381
Symbol 336 GraphicUsed by:381
Symbol 337 GraphicUsed by:381
Symbol 338 GraphicUsed by:381
Symbol 339 GraphicUsed by:381
Symbol 340 GraphicUsed by:381
Symbol 341 GraphicUsed by:381
Symbol 342 GraphicUsed by:381
Symbol 343 GraphicUsed by:381
Symbol 344 GraphicUsed by:381
Symbol 345 GraphicUsed by:381
Symbol 346 GraphicUsed by:381
Symbol 347 GraphicUsed by:381
Symbol 348 GraphicUsed by:381
Symbol 349 GraphicUsed by:381
Symbol 350 GraphicUsed by:381
Symbol 351 GraphicUsed by:381
Symbol 352 GraphicUsed by:381
Symbol 353 GraphicUsed by:381
Symbol 354 GraphicUsed by:381
Symbol 355 GraphicUsed by:381
Symbol 356 GraphicUsed by:381
Symbol 357 GraphicUsed by:381
Symbol 358 GraphicUsed by:381
Symbol 359 GraphicUsed by:381
Symbol 360 GraphicUsed by:381
Symbol 361 GraphicUsed by:381
Symbol 362 GraphicUsed by:381
Symbol 363 GraphicUsed by:381
Symbol 364 GraphicUsed by:381
Symbol 365 GraphicUsed by:381
Symbol 366 GraphicUsed by:381
Symbol 367 GraphicUsed by:381
Symbol 368 GraphicUsed by:381
Symbol 369 GraphicUsed by:381
Symbol 370 GraphicUsed by:381
Symbol 371 GraphicUsed by:381
Symbol 372 GraphicUsed by:381
Symbol 373 GraphicUsed by:381
Symbol 374 GraphicUsed by:381
Symbol 375 GraphicUsed by:381
Symbol 376 GraphicUsed by:381
Symbol 377 GraphicUsed by:381
Symbol 378 GraphicUsed by:381
Symbol 379 GraphicUsed by:380
Symbol 380 MovieClipUses:379Used by:381
Symbol 381 MovieClipUses:314 315 316 326 327 313 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 185 208 380Used by:382
Symbol 382 MovieClipUses:299 185 313 208 381Used by:458
Symbol 383 BitmapUsed by:384
Symbol 384 GraphicUses:383Used by:385
Symbol 385 MovieClip [smoke]Uses:384Used by:386 831
Symbol 386 MovieClipUses:385Used by:458 810 831 1020 1074 1287 1346 1376 1647 1704 1744 1749 1770
Symbol 387 GraphicUses:34Used by:457
Symbol 388 BitmapUsed by:389
Symbol 389 GraphicUses:388Used by:453
Symbol 390 BitmapUsed by:391
Symbol 391 GraphicUses:390Used by:453
Symbol 392 BitmapUsed by:393
Symbol 393 GraphicUses:392Used by:453
Symbol 394 BitmapUsed by:395
Symbol 395 GraphicUses:394Used by:453
Symbol 396 BitmapUsed by:397 398
Symbol 397 GraphicUses:396Used by:453
Symbol 398 GraphicUses:396Used by:453
Symbol 399 GraphicUsed by:453
Symbol 400 GraphicUsed by:453
Symbol 401 GraphicUsed by:453
Symbol 402 GraphicUsed by:453
Symbol 403 GraphicUsed by:453
Symbol 404 GraphicUsed by:453
Symbol 405 GraphicUsed by:453
Symbol 406 GraphicUsed by:453
Symbol 407 GraphicUsed by:453
Symbol 408 GraphicUsed by:453
Symbol 409 GraphicUsed by:453
Symbol 410 GraphicUsed by:453
Symbol 411 GraphicUsed by:453
Symbol 412 GraphicUsed by:453
Symbol 413 GraphicUsed by:453
Symbol 414 GraphicUsed by:453
Symbol 415 GraphicUsed by:453
Symbol 416 GraphicUsed by:453
Symbol 417 GraphicUsed by:453
Symbol 418 GraphicUsed by:453
Symbol 419 GraphicUsed by:453
Symbol 420 GraphicUsed by:453
Symbol 421 GraphicUsed by:453
Symbol 422 GraphicUsed by:453
Symbol 423 GraphicUsed by:453
Symbol 424 GraphicUsed by:453
Symbol 425 GraphicUsed by:453
Symbol 426 GraphicUsed by:453
Symbol 427 GraphicUsed by:453
Symbol 428 GraphicUsed by:453
Symbol 429 GraphicUsed by:453
Symbol 430 GraphicUsed by:453
Symbol 431 GraphicUsed by:453
Symbol 432 GraphicUsed by:453
Symbol 433 GraphicUsed by:453
Symbol 434 GraphicUsed by:453
Symbol 435 GraphicUsed by:453
Symbol 436 GraphicUsed by:453
Symbol 437 GraphicUsed by:453
Symbol 438 GraphicUsed by:453
Symbol 439 GraphicUsed by:453
Symbol 440 GraphicUsed by:453
Symbol 441 GraphicUsed by:453
Symbol 442 GraphicUsed by:453
Symbol 443 GraphicUsed by:453
Symbol 444 GraphicUsed by:453
Symbol 445 GraphicUsed by:453
Symbol 446 GraphicUsed by:453
Symbol 447 GraphicUsed by:453
Symbol 448 GraphicUsed by:453
Symbol 449 GraphicUsed by:453
Symbol 450 GraphicUsed by:453
Symbol 451 GraphicUsed by:453
Symbol 452 GraphicUsed by:453
Symbol 453 MovieClipUses:389 391 393 395 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452Used by:457
Symbol 454 GraphicUsed by:455
Symbol 455 MovieClipUses:454Used by:457
Symbol 456 SoundUsed by:457
Symbol 457 MovieClip [coinrab]Uses:387 453 33 455 326 71 456Used by:458 1388
Symbol 458 MovieClip [enemy]Uses:33 163 165 40 167 30 281 282 241 382 386 457
Symbol 459 GraphicUsed by:468
Symbol 460 GraphicUsed by:468
Symbol 461 GraphicUsed by:468
Symbol 462 GraphicUsed by:468
Symbol 463 GraphicUsed by:468
Symbol 464 GraphicUsed by:468
Symbol 465 GraphicUsed by:468
Symbol 466 GraphicUsed by:468
Symbol 467 GraphicUsed by:468
Symbol 468 MovieClip [gib]Uses:459 460 461 462 463 464 465 466 467
Symbol 469 GraphicUsed by:810
Symbol 470 BitmapUsed by:471 477
Symbol 471 GraphicUses:470Used by:482
Symbol 472 BitmapUsed by:473 476 478 480
Symbol 473 GraphicUses:472Used by:482
Symbol 474 BitmapUsed by:475 479
Symbol 475 GraphicUses:474Used by:482
Symbol 476 GraphicUses:472Used by:482
Symbol 477 GraphicUses:470Used by:482
Symbol 478 GraphicUses:472Used by:482
Symbol 479 GraphicUses:474Used by:482
Symbol 480 GraphicUses:472Used by:482
Symbol 481 GraphicUsed by:482
Symbol 482 MovieClipUses:471 473 475 476 477 478 479 480 481Used by:536
Symbol 483 GraphicUsed by:491
Symbol 484 GraphicUsed by:491
Symbol 485 GraphicUsed by:491
Symbol 486 GraphicUsed by:491
Symbol 487 GraphicUsed by:491
Symbol 488 GraphicUsed by:491
Symbol 489 GraphicUsed by:491
Symbol 490 GraphicUsed by:491
Symbol 491 MovieClipUses:483 484 485 486 487 488 489 490Used by:520
Symbol 492 GraphicUsed by:510
Symbol 493 GraphicUsed by:510
Symbol 494 GraphicUsed by:510
Symbol 495 GraphicUsed by:510
Symbol 496 GraphicUsed by:510
Symbol 497 GraphicUsed by:510
Symbol 498 GraphicUsed by:510
Symbol 499 GraphicUsed by:510
Symbol 500 GraphicUsed by:510
Symbol 501 GraphicUsed by:510
Symbol 502 GraphicUsed by:510
Symbol 503 GraphicUsed by:510
Symbol 504 GraphicUsed by:510
Symbol 505 GraphicUsed by:510
Symbol 506 GraphicUsed by:510
Symbol 507 GraphicUsed by:510
Symbol 508 GraphicUsed by:510
Symbol 509 GraphicUsed by:510
Symbol 510 MovieClipUses:492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509Used by:520 536
Symbol 511 GraphicUsed by:519
Symbol 512 GraphicUsed by:519
Symbol 513 GraphicUsed by:519
Symbol 514 GraphicUsed by:519
Symbol 515 GraphicUsed by:519
Symbol 516 GraphicUsed by:519
Symbol 517 GraphicUsed by:519
Symbol 518 GraphicUsed by:519
Symbol 519 MovieClipUses:511 512 513 514 515 516 517 518Used by:520
Symbol 520 MovieClipUses:491 510 519Used by:536
Symbol 521 GraphicUsed by:528
Symbol 522 GraphicUsed by:528
Symbol 523 GraphicUsed by:528
Symbol 524 GraphicUsed by:528
Symbol 525 GraphicUsed by:528
Symbol 526 GraphicUsed by:528
Symbol 527 GraphicUsed by:528
Symbol 528 MovieClipUses:521 522 523 524 525 526 527Used by:529
Symbol 529 MovieClipUses:528Used by:536
Symbol 530 GraphicUsed by:535
Symbol 531 GraphicUsed by:535
Symbol 532 GraphicUsed by:535
Symbol 533 GraphicUsed by:535
Symbol 534 GraphicUsed by:535
Symbol 535 MovieClipUses:530 531 532 533 534Used by:536
Symbol 536 MovieClipUses:482 520 529 535 510Used by:810
Symbol 537 GraphicUsed by:544
Symbol 538 GraphicUsed by:544
Symbol 539 GraphicUsed by:544
Symbol 540 GraphicUsed by:544
Symbol 541 GraphicUsed by:544
Symbol 542 GraphicUsed by:544
Symbol 543 GraphicUsed by:544
Symbol 544 MovieClipUses:537 538 539 540 541 542 543Used by:616 810
Symbol 545 GraphicUsed by:561
Symbol 546 GraphicUsed by:561
Symbol 547 GraphicUsed by:561
Symbol 548 GraphicUsed by:561
Symbol 549 GraphicUsed by:561
Symbol 550 GraphicUsed by:561
Symbol 551 GraphicUsed by:561
Symbol 552 GraphicUsed by:561
Symbol 553 GraphicUsed by:561
Symbol 554 GraphicUsed by:561
Symbol 555 GraphicUsed by:561
Symbol 556 GraphicUsed by:561
Symbol 557 GraphicUsed by:561
Symbol 558 GraphicUsed by:561
Symbol 559 GraphicUsed by:561
Symbol 560 GraphicUsed by:561
Symbol 561 MovieClipUses:545 162 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560Used by:810
Symbol 562 GraphicUsed by:581
Symbol 563 GraphicUsed by:581
Symbol 564 GraphicUsed by:581
Symbol 565 GraphicUsed by:581
Symbol 566 GraphicUsed by:581
Symbol 567 GraphicUsed by:581
Symbol 568 GraphicUsed by:572
Symbol 569 GraphicUsed by:572
Symbol 570 GraphicUsed by:572
Symbol 571 GraphicUsed by:572
Symbol 572 MovieClipUses:568 569 570 571Used by:573
Symbol 573 MovieClipUses:572Used by:581
Symbol 574 GraphicUsed by:581
Symbol 575 GraphicUsed by:581
Symbol 576 GraphicUsed by:581
Symbol 577 GraphicUsed by:581
Symbol 578 GraphicUsed by:581
Symbol 579 GraphicUsed by:581
Symbol 580 GraphicUsed by:581
Symbol 581 MovieClipUses:562 563 564 565 566 567 573 574 575 576 577 578 579 580Used by:732
Symbol 582 GraphicUsed by:591
Symbol 583 GraphicUsed by:591
Symbol 584 GraphicUsed by:591
Symbol 585 GraphicUsed by:591
Symbol 586 GraphicUsed by:591
Symbol 587 GraphicUsed by:591
Symbol 588 GraphicUsed by:591
Symbol 589 GraphicUsed by:591
Symbol 590 GraphicUsed by:591
Symbol 591 MovieClipUses:582 188 193 583 584 585 586 587 588 589 202 590Used by:732 1086 1153
Symbol 592 GraphicUsed by:607
Symbol 593 GraphicUsed by:607
Symbol 594 GraphicUsed by:607
Symbol 595 GraphicUsed by:607
Symbol 596 GraphicUsed by:607
Symbol 597 GraphicUsed by:607
Symbol 598 GraphicUsed by:607
Symbol 599 GraphicUsed by:607
Symbol 600 GraphicUsed by:607
Symbol 601 GraphicUsed by:607
Symbol 602 GraphicUsed by:607
Symbol 603 GraphicUsed by:607
Symbol 604 GraphicUsed by:607
Symbol 605 GraphicUsed by:607
Symbol 606 GraphicUsed by:607
Symbol 607 MovieClipUses:592 593 594 595 596 597 598 599 600 601 602 603 604 605 606Used by:732
Symbol 608 GraphicUsed by:615
Symbol 609 GraphicUsed by:615
Symbol 610 GraphicUsed by:615
Symbol 611 GraphicUsed by:615
Symbol 612 GraphicUsed by:615
Symbol 613 GraphicUsed by:615
Symbol 614 GraphicUsed by:615
Symbol 615 MovieClipUses:608 609 610 611 612 613 614Used by:616
Symbol 616 MovieClipUses:544 615Used by:732
Symbol 617 GraphicUsed by:626
Symbol 618 GraphicUsed by:626
Symbol 619 GraphicUsed by:626
Symbol 620 GraphicUsed by:626
Symbol 621 GraphicUsed by:626
Symbol 622 GraphicUsed by:626
Symbol 623 GraphicUsed by:626
Symbol 624 GraphicUsed by:626
Symbol 625 GraphicUsed by:626
Symbol 626 MovieClipUses:617 618 619 620 621 622 623 624 625Used by:732
Symbol 627 GraphicUsed by:655
Symbol 628 GraphicUsed by:639
Symbol 629 GraphicUsed by:639
Symbol 630 GraphicUsed by:639
Symbol 631 GraphicUsed by:639
Symbol 632 GraphicUsed by:639
Symbol 633 GraphicUsed by:639
Symbol 634 GraphicUsed by:639
Symbol 635 GraphicUsed by:639
Symbol 636 GraphicUsed by:639
Symbol 637 GraphicUsed by:639
Symbol 638 GraphicUsed by:639
Symbol 639 MovieClip [bloodcloud]Uses:628 629 630 631 632 633 634 635 636 637 638Used by:640
Symbol 640 MovieClipUses:639Used by:655 683 810 1153 1647
Symbol 641 GraphicUsed by:642
Symbol 642 MovieClipUses:641Used by:655 683 773 810 831 1153
Symbol 643 GraphicUsed by:655
Symbol 644 GraphicUsed by:655
Symbol 645 GraphicUsed by:651
Symbol 646 GraphicUsed by:651
Symbol 647 GraphicUsed by:651
Symbol 648 GraphicUsed by:651
Symbol 649 GraphicUsed by:651
Symbol 650 GraphicUsed by:651
Symbol 651 MovieClipUses:645 646 647 648 649 650Used by:655
Symbol 652 GraphicUsed by:655
Symbol 653 GraphicUsed by:655
Symbol 654 GraphicUsed by:655
Symbol 655 MovieClipUses:627 640 642 40 643 644 651 652 653 654Used by:732 810
Symbol 656 GraphicUsed by:666
Symbol 657 GraphicUsed by:666
Symbol 658 GraphicUsed by:666
Symbol 659 GraphicUsed by:666
Symbol 660 GraphicUsed by:666
Symbol 661 GraphicUsed by:666
Symbol 662 GraphicUsed by:666
Symbol 663 GraphicUsed by:666
Symbol 664 GraphicUsed by:666
Symbol 665 GraphicUsed by:666
Symbol 666 MovieClipUses:656 657 658 659 660 661 662 663 664 665Used by:732
Symbol 667 GraphicUsed by:683
Symbol 668 GraphicUsed by:683
Symbol 669 GraphicUsed by:683
Symbol 670 GraphicUsed by:683
Symbol 671 GraphicUsed by:683
Symbol 672 GraphicUsed by:683
Symbol 673 GraphicUsed by:683
Symbol 674 GraphicUsed by:683
Symbol 675 GraphicUsed by:682
Symbol 676 GraphicUsed by:682
Symbol 677 GraphicUsed by:682
Symbol 678 GraphicUsed by:682
Symbol 679 GraphicUsed by:682
Symbol 680 GraphicUsed by:682
Symbol 681 GraphicUsed by:682
Symbol 682 MovieClipUses:675 676 677 678 679 680 681Used by:683
Symbol 683 MovieClipUses:667 640 642 40 668 669 670 671 672 673 674 682Used by:732 810 1153
Symbol 684 GraphicUsed by:695
Symbol 685 GraphicUsed by:695
Symbol 686 GraphicUsed by:695
Symbol 687 GraphicUsed by:695
Symbol 688 GraphicUsed by:695
Symbol 689 GraphicUsed by:695
Symbol 690 GraphicUsed by:695
Symbol 691 GraphicUsed by:695
Symbol 692 GraphicUsed by:695
Symbol 693 GraphicUsed by:695
Symbol 694 GraphicUsed by:695
Symbol 695 MovieClipUses:684 685 686 687 688 689 690 691 692 693 694Used by:705
Symbol 696 GraphicUsed by:704
Symbol 697 GraphicUsed by:704
Symbol 698 GraphicUsed by:704
Symbol 699 GraphicUsed by:704
Symbol 700 GraphicUsed by:704
Symbol 701 GraphicUsed by:704
Symbol 702 GraphicUsed by:704
Symbol 703 GraphicUsed by:704
Symbol 704 MovieClipUses:696 697 698 699 700 701 702 703Used by:705
Symbol 705 MovieClipUses:695 704Used by:732
Symbol 706 GraphicUsed by:714
Symbol 707 GraphicUsed by:714
Symbol 708 GraphicUsed by:714
Symbol 709 GraphicUsed by:714
Symbol 710 GraphicUsed by:714
Symbol 711 GraphicUsed by:714
Symbol 712 GraphicUsed by:714
Symbol 713 GraphicUsed by:714
Symbol 714 MovieClipUses:706 707 708 709 710 711 712 713Used by:715
Symbol 715 MovieClipUses:714Used by:732
Symbol 716 GraphicUsed by:732
Symbol 717 GraphicUsed by:723
Symbol 718 GraphicUsed by:723
Symbol 719 GraphicUsed by:723
Symbol 720 GraphicUsed by:723
Symbol 721 GraphicUsed by:723
Symbol 722 GraphicUsed by:723
Symbol 723 MovieClipUses:717 718 719 720 721 722Used by:732
Symbol 724 GraphicUsed by:731
Symbol 725 GraphicUsed by:731
Symbol 726 GraphicUsed by:731
Symbol 727 GraphicUsed by:731
Symbol 728 GraphicUsed by:731
Symbol 729 GraphicUsed by:731
Symbol 730 GraphicUsed by:731
Symbol 731 MovieClipUses:724 725 726 727 728 729 730Used by:732
Symbol 732 MovieClipUses:581 591 40 607 204 616 626 655 666 683 705 715 716 723 731Used by:810
Symbol 733 GraphicUsed by:746
Symbol 734 GraphicUsed by:735
Symbol 735 MovieClipUses:734Used by:745
Symbol 736 GraphicUsed by:737
Symbol 737 MovieClipUses:736Used by:745
Symbol 738 GraphicUsed by:745
Symbol 739 GraphicUsed by:745
Symbol 740 GraphicUsed by:745
Symbol 741 GraphicUsed by:745
Symbol 742 GraphicUsed by:745
Symbol 743 GraphicUsed by:745
Symbol 744 GraphicUsed by:745
Symbol 745 MovieClipUses:735 737 738 739 740 741 742 743 744Used by:746
Symbol 746 MovieClipUses:733 745 40 326Used by:810 1153
Symbol 747 MovieClipUses:98Used by:810 1153
Symbol 748 SoundUsed by:810 1145
Symbol 749 GraphicUsed by:810
Symbol 750 GraphicUsed by:753
Symbol 751 GraphicUsed by:753
Symbol 752 GraphicUsed by:753
Symbol 753 MovieClipUses:750 751 752Used by:810 1153
Symbol 754 GraphicUsed by:758
Symbol 755 GraphicUsed by:758
Symbol 756 GraphicUsed by:758
Symbol 757 GraphicUsed by:758
Symbol 758 MovieClipUses:754 755 40 756 757Used by:810 1153
Symbol 759 GraphicUsed by:762
Symbol 760 GraphicUsed by:762
Symbol 761 GraphicUsed by:762
Symbol 762 MovieClipUses:759 760 761Used by:810 1153
Symbol 763 GraphicUsed by:773
Symbol 764 GraphicUsed by:768
Symbol 765 GraphicUsed by:768
Symbol 766 GraphicUsed by:768
Symbol 767 GraphicUsed by:768
Symbol 768 MovieClipUses:764 765 766 767Used by:773
Symbol 769 GraphicUsed by:773
Symbol 770 GraphicUsed by:773
Symbol 771 GraphicUsed by:773
Symbol 772 GraphicUsed by:773
Symbol 773 MovieClipUses:763 642 768 769 770 771 772Used by:810 1153
Symbol 774 GraphicUsed by:779
Symbol 775 GraphicUsed by:779
Symbol 776 GraphicUsed by:779
Symbol 777 GraphicUsed by:779
Symbol 778 GraphicUsed by:779
Symbol 779 MovieClipUses:774 775 776 777 778Used by:780
Symbol 780 MovieClipUses:779Used by:810 1153 1346 1749
Symbol 781 GraphicUsed by:800
Symbol 782 GraphicUsed by:800
Symbol 783 GraphicUsed by:800
Symbol 784 GraphicUsed by:791
Symbol 785 GraphicUsed by:791
Symbol 786 GraphicUsed by:791
Symbol 787 GraphicUsed by:791
Symbol 788 GraphicUsed by:791
Symbol 789 GraphicUsed by:791
Symbol 790 GraphicUsed by:791
Symbol 791 MovieClipUses:784 785 786 787 788 789 790Used by:800
Symbol 792 GraphicUsed by:793
Symbol 793 MovieClipUses:792Used by:800
Symbol 794 GraphicUsed by:799
Symbol 795 GraphicUsed by:799
Symbol 796 GraphicUsed by:799
Symbol 797 GraphicUsed by:799
Symbol 798 GraphicUsed by:799
Symbol 799 MovieClipUses:794 795 796 797 798Used by:800
Symbol 800 MovieClipUses:781 40 782 783 791 793 799Used by:810 1153
Symbol 801 GraphicUsed by:809
Symbol 802 GraphicUsed by:809
Symbol 803 GraphicUsed by:809
Symbol 804 GraphicUsed by:809
Symbol 805 GraphicUsed by:809
Symbol 806 GraphicUsed by:809
Symbol 807 GraphicUsed by:809
Symbol 808 GraphicUsed by:809
Symbol 809 MovieClipUses:801 326 802 803 804 805 806 807 808Used by:810 827 831 1023 1181 1287 1376 1667 1673 1682 1704 1749 1796
Symbol 810 MovieClip [pirate1]Uses:469 536 544 40 33 561 732 208 29 642 746 747 748 749 683 753 758 204 762 773 780 640 655 800 298 809 386
Symbol 811 GraphicUsed by:813
Symbol 812 GraphicUsed by:813
Symbol 813 MovieClipUses:811 812Used by:831
Symbol 814 GraphicUsed by:815
Symbol 815 MovieClipUses:814Used by:831
Symbol 816 GraphicUsed by:817
Symbol 817 MovieClipUses:816Used by:831
Symbol 818 BitmapUsed by:819
Symbol 819 GraphicUses:818Used by:831
Symbol 820 GraphicUsed by:823
Symbol 821 GraphicUsed by:823
Symbol 822 GraphicUsed by:823
Symbol 823 MovieClipUses:820 821 822Used by:830 831
Symbol 824 GraphicUsed by:826
Symbol 825 GraphicUsed by:826
Symbol 826 MovieClipUses:824 825Used by:827
Symbol 827 MovieClipUses:826 809Used by:828
Symbol 828 MovieClipUses:827Used by:831
Symbol 829 GraphicUsed by:830
Symbol 830 MovieClipUses:829 823Used by:831
Symbol 831 MovieClip [boltflyer]Uses:813 40 815 817 819 33 823 386 809 98 642 828 29 385 830
Symbol 832 GraphicUsed by:836
Symbol 833 GraphicUsed by:836
Symbol 834 GraphicUsed by:836
Symbol 835 GraphicUsed by:836
Symbol 836 MovieClipUses:832 833 834 835Used by:837
Symbol 837 MovieClip [pirate_bullet]Uses:33 836
Symbol 838 GraphicUsed by:845
Symbol 839 GraphicUsed by:845
Symbol 840 GraphicUsed by:845
Symbol 841 GraphicUsed by:845
Symbol 842 GraphicUsed by:845
Symbol 843 GraphicUsed by:845
Symbol 844 GraphicUsed by:845
Symbol 845 MovieClip [cuttershot_explode]Uses:838 839 840 841 842 843 844
Symbol 846 GraphicUsed by:855
Symbol 847 GraphicUsed by:855
Symbol 848 GraphicUsed by:855
Symbol 849 GraphicUsed by:855
Symbol 850 GraphicUsed by:855
Symbol 851 GraphicUsed by:855
Symbol 852 GraphicUsed by:855
Symbol 853 GraphicUsed by:855
Symbol 854 GraphicUsed by:855
Symbol 855 MovieClip [bullgex]Uses:846 847 848 849 850 851 852 853 854
Symbol 856 GraphicUsed by:880
Symbol 857 GraphicUsed by:880
Symbol 858 BitmapUsed by:859
Symbol 859 GraphicUses:858Used by:879
Symbol 860 BitmapUsed by:861
Symbol 861 GraphicUses:860Used by:879
Symbol 862 BitmapUsed by:863
Symbol 863 GraphicUses:862Used by:879
Symbol 864 BitmapUsed by:865
Symbol 865 GraphicUses:864Used by:879
Symbol 866 BitmapUsed by:867
Symbol 867 GraphicUses:866Used by:879
Symbol 868 BitmapUsed by:869
Symbol 869 GraphicUses:868Used by:879
Symbol 870 GraphicUsed by:874
Symbol 871 GraphicUsed by:874
Symbol 872 GraphicUsed by:874
Symbol 873 GraphicUsed by:874
Symbol 874 MovieClipUses:870 871 872 873Used by:879
Symbol 875 BitmapUsed by:876
Symbol 876 GraphicUses:875Used by:879
Symbol 877 BitmapUsed by:878
Symbol 878 GraphicUses:877Used by:879
Symbol 879 MovieClipUses:859 861 863 865 867 869 874 876 878Used by:880 1013
Symbol 880 MovieClip [tb]Uses:856 33 857 879 98
Symbol 881 GraphicUsed by:886
Symbol 882 GraphicUsed by:884
Symbol 883 GraphicUsed by:884
Symbol 884 MovieClipUses:882 883Used by:886
Symbol 885 GraphicUsed by:886
Symbol 886 MovieClip [enemyshot]Uses:881 884 33 885
Symbol 887 GraphicUsed by:965
Symbol 888 GraphicUsed by:943
Symbol 889 GraphicUsed by:896
Symbol 890 GraphicUsed by:896
Symbol 891 GraphicUsed by:896
Symbol 892 GraphicUsed by:896
Symbol 893 GraphicUsed by:896
Symbol 894 GraphicUsed by:896
Symbol 895 GraphicUsed by:896
Symbol 896 MovieClipUses:889 890 891 892 893 894 895Used by:943
Symbol 897 GraphicUsed by:943
Symbol 898 GraphicUsed by:943
Symbol 899 GraphicUsed by:943
Symbol 900 GraphicUsed by:943
Symbol 901 GraphicUsed by:943
Symbol 902 GraphicUsed by:943
Symbol 903 GraphicUsed by:943
Symbol 904 GraphicUsed by:943
Symbol 905 GraphicUsed by:943
Symbol 906 GraphicUsed by:943
Symbol 907 GraphicUsed by:943
Symbol 908 GraphicUsed by:943
Symbol 909 GraphicUsed by:943
Symbol 910 GraphicUsed by:943
Symbol 911 GraphicUsed by:943
Symbol 912 GraphicUsed by:943
Symbol 913 GraphicUsed by:943
Symbol 914 GraphicUsed by:943
Symbol 915 GraphicUsed by:943
Symbol 916 GraphicUsed by:943
Symbol 917 GraphicUsed by:943
Symbol 918 GraphicUsed by:943
Symbol 919 GraphicUsed by:943
Symbol 920 GraphicUsed by:943
Symbol 921 GraphicUsed by:943
Symbol 922 GraphicUsed by:943
Symbol 923 GraphicUsed by:943
Symbol 924 GraphicUsed by:943
Symbol 925 GraphicUsed by:943
Symbol 926 GraphicUsed by:943
Symbol 927 GraphicUsed by:943
Symbol 928 GraphicUsed by:943
Symbol 929 GraphicUsed by:943
Symbol 930 GraphicUsed by:943
Symbol 931 GraphicUsed by:943
Symbol 932 GraphicUsed by:943
Symbol 933 GraphicUsed by:943
Symbol 934 GraphicUsed by:943
Symbol 935 GraphicUsed by:943
Symbol 936 GraphicUsed by:943
Symbol 937 GraphicUsed by:943
Symbol 938 GraphicUsed by:943
Symbol 939 GraphicUsed by:943
Symbol 940 GraphicUsed by:943
Symbol 941 GraphicUsed by:943
Symbol 942 GraphicUsed by:943
Symbol 943 MovieClipUses:888 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942Used by:965 992
Symbol 944 GraphicUsed by:965
Symbol 945 GraphicUsed by:965
Symbol 946 GraphicUsed by:965
Symbol 947 GraphicUsed by:965
Symbol 948 GraphicUsed by:965
Symbol 949 GraphicUsed by:965
Symbol 950 GraphicUsed by:965
Symbol 951 GraphicUsed by:965
Symbol 952 GraphicUsed by:965
Symbol 953 GraphicUsed by:965
Symbol 954 GraphicUsed by:965
Symbol 955 GraphicUsed by:965
Symbol 956 GraphicUsed by:965
Symbol 957 GraphicUsed by:965
Symbol 958 GraphicUsed by:965
Symbol 959 GraphicUsed by:965
Symbol 960 GraphicUsed by:965
Symbol 961 GraphicUsed by:965
Symbol 962 GraphicUsed by:965
Symbol 963 GraphicUsed by:965
Symbol 964 GraphicUsed by:965
Symbol 965 MovieClipUses:887 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964Used by:1020
Symbol 966 GraphicUsed by:967 1022
Symbol 967 MovieClipUses:966Used by:1020
Symbol 968 GraphicUsed by:984
Symbol 969 GraphicUsed by:984
Symbol 970 GraphicUsed by:984
Symbol 971 GraphicUsed by:984
Symbol 972 GraphicUsed by:984
Symbol 973 GraphicUsed by:984
Symbol 974 GraphicUsed by:984
Symbol 975 GraphicUsed by:984
Symbol 976 GraphicUsed by:984
Symbol 977 GraphicUsed by:984
Symbol 978 GraphicUsed by:984
Symbol 979 GraphicUsed by:984
Symbol 980 GraphicUsed by:984
Symbol 981 GraphicUsed by:984
Symbol 982 GraphicUsed by:984
Symbol 983 GraphicUsed by:984
Symbol 984 MovieClipUses:968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983Used by:1020
Symbol 985 GraphicUsed by:992
Symbol 986 GraphicUsed by:992
Symbol 987 GraphicUsed by:992
Symbol 988 GraphicUsed by:992
Symbol 989 GraphicUsed by:992
Symbol 990 GraphicUsed by:992
Symbol 991 GraphicUsed by:992
Symbol 992 MovieClipUses:943 985 986 987 988 989 990 991Used by:1020
Symbol 993 GraphicUsed by:994
Symbol 994 MovieClipUses:993Used by:1020
Symbol 995 GraphicUsed by:1007
Symbol 996 GraphicUsed by:1007
Symbol 997 GraphicUsed by:1007
Symbol 998 GraphicUsed by:1007
Symbol 999 GraphicUsed by:1007
Symbol 1000 GraphicUsed by:1007
Symbol 1001 GraphicUsed by:1007
Symbol 1002 GraphicUsed by:1007
Symbol 1003 GraphicUsed by:1007
Symbol 1004 GraphicUsed by:1007
Symbol 1005 GraphicUsed by:1007
Symbol 1006 GraphicUsed by:1007
Symbol 1007 MovieClipUses:995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006Used by:1008
Symbol 1008 MovieClipUses:1007 40Used by:1020
Symbol 1009 GraphicUsed by:1010
Symbol 1010 MovieClipUses:1009Used by:1020
Symbol 1011 GraphicUsed by:1020
Symbol 1012 GraphicUsed by:1020
Symbol 1013 MovieClip [metal_gib_random]Uses:879Used by:1020 1287 1307 1339 1346 1359 1376 1667 1704 1706 1711 1749 1770 1796
Symbol 1014 GraphicUsed by:1015
Symbol 1015 MovieClipUses:1014Used by:1020 1307 1861 1891
Symbol 1016 GraphicUsed by:1019
Symbol 1017 GraphicUsed by:1019
Symbol 1018 GraphicUsed by:1019
Symbol 1019 MovieClipUses:1016 1017 1018Used by:1020
Symbol 1020 MovieClip [speedt]Uses:965 33 40 967 984 992 994 1008 1010 1011 1012 1013 386 98 29 1015 298 1019
Symbol 1021 GraphicUsed by:1023
Symbol 1022 MovieClipUses:966Used by:1023
Symbol 1023 MovieClip [metalbullet]Uses:1021 1022 809
Symbol 1024 GraphicUsed by:1025
Symbol 1025 MovieClip [ps1]Uses:1024
Symbol 1026 MovieClip [bullet22]Uses:19 31 33 43 49 56 99
Symbol 1027 GraphicUsed by:1029
Symbol 1028 GraphicUsed by:1029
Symbol 1029 MovieClipUses:1027 1028Used by:1045
Symbol 1030 GraphicUsed by:1035
Symbol 1031 GraphicUsed by:1035
Symbol 1032 GraphicUsed by:1035
Symbol 1033 GraphicUsed by:1035
Symbol 1034 GraphicUsed by:1035
Symbol 1035 MovieClipUses:1030 1031 1032 1033 1034Used by:1045
Symbol 1036 GraphicUsed by:1045
Symbol 1037 GraphicUsed by:1044
Symbol 1038 GraphicUsed by:1044
Symbol 1039 GraphicUsed by:1044
Symbol 1040 GraphicUsed by:1044
Symbol 1041 GraphicUsed by:1044
Symbol 1042 GraphicUsed by:1044
Symbol 1043 GraphicUsed by:1044
Symbol 1044 MovieClipUses:1037 1038 1039 1040 1041 1042 1043Used by:1045
Symbol 1045 MovieClipUses:1029 1035 1036 33 1044Used by:1073
Symbol 1046 BitmapUsed by:1047
Symbol 1047 GraphicUses:1046Used by:1052
Symbol 1048 BitmapUsed by:1049
Symbol 1049 GraphicUses:1048Used by:1052
Symbol 1050 BitmapUsed by:1051
Symbol 1051 GraphicUses:1050Used by:1052
Symbol 1052 MovieClipUses:1047 1049 1051Used by:1063
Symbol 1053 GraphicUsed by:1057
Symbol 1054 GraphicUsed by:1057
Symbol 1055 GraphicUsed by:1057
Symbol 1056 GraphicUsed by:1057
Symbol 1057 MovieClipUses:1053 1054 1055 1056Used by:1063
Symbol 1058 GraphicUsed by:1062
Symbol 1059 GraphicUsed by:1062
Symbol 1060 GraphicUsed by:1062
Symbol 1061 GraphicUsed by:1062
Symbol 1062 MovieClipUses:1058 1059 1060 1061Used by:1063
Symbol 1063 MovieClipUses:1052 1057 1062Used by:1064
Symbol 1064 MovieClip [particle]Uses:1063Used by:1065
Symbol 1065 MovieClip [particle_explode]Uses:1064Used by:1073 1213 1770 1788 1793 1796
Symbol 1066 GraphicUsed by:1068
Symbol 1067 GraphicUsed by:1068
Symbol 1068 MovieClipUses:1066 1067Used by:1073
Symbol 1069 GraphicUsed by:1071
Symbol 1070 GraphicUsed by:1071
Symbol 1071 MovieClipUses:1069 1070Used by:1073
Symbol 1072 SoundUsed by:1073
Symbol 1073 MovieClip [iball]Uses:1045 40 33 1065 1068 1071 1072
Symbol 1074 MovieClip [smokeanim]Uses:386
Symbol 1075 GraphicUsed by:1086
Symbol 1076 GraphicUsed by:1086
Symbol 1077 GraphicUsed by:1084
Symbol 1078 GraphicUsed by:1084
Symbol 1079 GraphicUsed by:1084
Symbol 1080 GraphicUsed by:1084
Symbol 1081 GraphicUsed by:1084
Symbol 1082 GraphicUsed by:1084
Symbol 1083 GraphicUsed by:1084
Symbol 1084 MovieClipUses:1077 1078 1079 1080 1081 1082 1083Used by:1086
Symbol 1085 SoundUsed by:1086 1346 1376
Symbol 1086 MovieClipUses:1075 1076 1084 29 591 71 1085Used by:1153
Symbol 1087 GraphicUsed by:1089
Symbol 1088 GraphicUsed by:1089
Symbol 1089 MovieClipUses:1087 1088Used by:1153
Symbol 1090 GraphicUsed by:1093
Symbol 1091 GraphicUsed by:1093
Symbol 1092 GraphicUsed by:1093
Symbol 1093 MovieClipUses:1090 1091 1092Used by:1094 1095
Symbol 1094 MovieClipUses:1093Used by:1095
Symbol 1095 MovieClipUses:1093 1094Used by:1153
Symbol 1096 GraphicUsed by:1153
Symbol 1097 GraphicUsed by:1127
Symbol 1098 GraphicUsed by:1099
Symbol 1099 MovieClipUses:1098 161Used by:1127
Symbol 1100 GraphicUsed by:1127
Symbol 1101 GraphicUsed by:1127
Symbol 1102 GraphicUsed by:1127
Symbol 1103 GraphicUsed by:1127
Symbol 1104 GraphicUsed by:1127
Symbol 1105 GraphicUsed by:1127
Symbol 1106 GraphicUsed by:1127
Symbol 1107 GraphicUsed by:1127
Symbol 1108 GraphicUsed by:1127
Symbol 1109 GraphicUsed by:1127
Symbol 1110 GraphicUsed by:1127
Symbol 1111 GraphicUsed by:1127
Symbol 1112 GraphicUsed by:1127
Symbol 1113 GraphicUsed by:1127
Symbol 1114 GraphicUsed by:1127
Symbol 1115 GraphicUsed by:1127
Symbol 1116 GraphicUsed by:1127
Symbol 1117 GraphicUsed by:1127
Symbol 1118 GraphicUsed by:1127
Symbol 1119 GraphicUsed by:1127
Symbol 1120 GraphicUsed by:1126
Symbol 1121 GraphicUsed by:1126
Symbol 1122 GraphicUsed by:1126
Symbol 1123 GraphicUsed by:1126
Symbol 1124 GraphicUsed by:1126
Symbol 1125 GraphicUsed by:1126
Symbol 1126 MovieClipUses:1120 1121 1122 1123 1124 1125Used by:1127
Symbol 1127 MovieClipUses:1097 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1126Used by:1153
Symbol 1128 GraphicUsed by:1132
Symbol 1129 GraphicUsed by:1132
Symbol 1130 GraphicUsed by:1132
Symbol 1131 GraphicUsed by:1132
Symbol 1132 MovieClipUses:1128 1129 1130 33 1131Used by:1153
Symbol 1133 GraphicUsed by:1145
Symbol 1134 GraphicUsed by:1145
Symbol 1135 GraphicUsed by:1145
Symbol 1136 GraphicUsed by:1145
Symbol 1137 GraphicUsed by:1145
Symbol 1138 GraphicUsed by:1145
Symbol 1139 GraphicUsed by:1145
Symbol 1140 GraphicUsed by:1145
Symbol 1141 GraphicUsed by:1145
Symbol 1142 GraphicUsed by:1145
Symbol 1143 GraphicUsed by:1145
Symbol 1144 GraphicUsed by:1145
Symbol 1145 MovieClipUses:1133 40 748 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144Used by:1153
Symbol 1146 GraphicUsed by:1147
Symbol 1147 MovieClipUses:1146Used by:1153
Symbol 1148 GraphicUsed by:1153
Symbol 1149 GraphicUsed by:1152
Symbol 1150 GraphicUsed by:1152
Symbol 1151 GraphicUsed by:1152
Symbol 1152 MovieClipUses:1149 1150 1151Used by:1153
Symbol 1153 MovieClip [drill_pirate]Uses:1086 40 1089 33 1095 1096 1127 1132 1145 1147 591 1148 762 29 683 753 758 204 773 642 746 780 640 747 800 1152
Symbol 1154 GraphicUsed by:1159
Symbol 1155 GraphicUsed by:1159
Symbol 1156 GraphicUsed by:1159
Symbol 1157 GraphicUsed by:1159
Symbol 1158 GraphicUsed by:1159
Symbol 1159 MovieClipUses:1154 1155 1156 1157 1158Used by:1160
Symbol 1160 MovieClipUses:1159Used by:1167
Symbol 1161 GraphicUsed by:1165
Symbol 1162 GraphicUsed by:1165
Symbol 1163 GraphicUsed by:1165
Symbol 1164 GraphicUsed by:1165
Symbol 1165 MovieClipUses:1161 1162 1163 1164Used by:1167
Symbol 1166 SoundUsed by:1167
Symbol 1167 MovieClip [gem]Uses:1160 1165 33 40 326 71 1166
Symbol 1168 GraphicUsed by:1169
Symbol 1169 MovieClip [switcher]Uses:1168Used by:1797
Symbol 1170 GraphicUsed by:1174
Symbol 1171 GraphicUsed by:1174
Symbol 1172 GraphicUsed by:1174
Symbol 1173 GraphicUsed by:1174
Symbol 1174 MovieClip [herodie]Uses:1170 1171 1172 1173Used by:1508
Symbol 1175 GraphicUsed by:1178
Symbol 1176 GraphicUsed by:1178
Symbol 1177 GraphicUsed by:1178
Symbol 1178 MovieClip [shine]Uses:1175 1176 1177Used by:1508
Symbol 1179 GraphicUsed by:1182
Symbol 1180 GraphicUsed by:1181
Symbol 1181 MovieClipUses:1180 40 809Used by:1182
Symbol 1182 MovieClip [grenader]Uses:1179 33 1181Used by:Timeline
Symbol 1183 BitmapUsed by:1184
Symbol 1184 GraphicUses:1183Used by:Timeline
Symbol 1185 GraphicUsed by:1186
Symbol 1186 MovieClipUses:1185Used by:Timeline
Symbol 1187 FontUsed by:1188 1189 1190 1198
Symbol 1188 EditableTextUses:1187Used by:Timeline
Symbol 1189 EditableTextUses:1187Used by:Timeline
Symbol 1190 EditableTextUses:1187Used by:Timeline
Symbol 1191 GraphicUsed by:1197
Symbol 1192 GraphicUsed by:1197
Symbol 1193 GraphicUsed by:1197
Symbol 1194 GraphicUsed by:1197
Symbol 1195 GraphicUsed by:1197
Symbol 1196 GraphicUsed by:1197
Symbol 1197 MovieClipUses:1191 1192 1193 1194 1195 1196Used by:Timeline
Symbol 1198 EditableTextUses:1187Used by:Timeline
Symbol 1199 GraphicUsed by:1362
Symbol 1200 GraphicUsed by:1201
Symbol 1201 MovieClipUses:1200Used by:1362
Symbol 1202 GraphicUsed by:1212
Symbol 1203 GraphicUsed by:1212
Symbol 1204 GraphicUsed by:1212
Symbol 1205 GraphicUsed by:1212
Symbol 1206 GraphicUsed by:1212
Symbol 1207 GraphicUsed by:1212
Symbol 1208 GraphicUsed by:1212
Symbol 1209 GraphicUsed by:1212
Symbol 1210 GraphicUsed by:1212
Symbol 1211 GraphicUsed by:1212
Symbol 1212 MovieClipUses:1202 1203 1204 1205 1206 1207 1208 1209 1210 1211Used by:1213
Symbol 1213 MovieClipUses:1212 1065 326Used by:1362
Symbol 1214 BitmapUsed by:1215
Symbol 1215 GraphicUses:1214Used by:1218
Symbol 1216 GraphicUsed by:1217
Symbol 1217 MovieClipUses:1216Used by:1218
Symbol 1218 MovieClipUses:1215 1217Used by:1287
Symbol 1219 GraphicUsed by:1221
Symbol 1220 GraphicUsed by:1221
Symbol 1221 MovieClipUses:1219 1220Used by:1287
Symbol 1222 GraphicUsed by:1287
Symbol 1223 GraphicUsed by:1287
Symbol 1224 GraphicUsed by:1287
Symbol 1225 GraphicUsed by:1287
Symbol 1226 GraphicUsed by:1287
Symbol 1227 GraphicUsed by:1287
Symbol 1228 GraphicUsed by:1287
Symbol 1229 GraphicUsed by:1287
Symbol 1230 GraphicUsed by:1287
Symbol 1231 GraphicUsed by:1287
Symbol 1232 GraphicUsed by:1287
Symbol 1233 GraphicUsed by:1287
Symbol 1234 GraphicUsed by:1287
Symbol 1235 GraphicUsed by:1287
Symbol 1236 GraphicUsed by:1287
Symbol 1237 GraphicUsed by:1287
Symbol 1238 GraphicUsed by:1287
Symbol 1239 GraphicUsed by:1272
Symbol 1240 GraphicUsed by:1272
Symbol 1241 GraphicUsed by:1272
Symbol 1242 GraphicUsed by:1272
Symbol 1243 GraphicUsed by:1272
Symbol 1244 GraphicUsed by:1272
Symbol 1245 GraphicUsed by:1272
Symbol 1246 GraphicUsed by:1272
Symbol 1247 GraphicUsed by:1272
Symbol 1248 GraphicUsed by:1272
Symbol 1249 GraphicUsed by:1272
Symbol 1250 GraphicUsed by:1272
Symbol 1251 GraphicUsed by:1272
Symbol 1252 GraphicUsed by:1272
Symbol 1253 GraphicUsed by:1272
Symbol 1254 GraphicUsed by:1272
Symbol 1255 GraphicUsed by:1272
Symbol 1256 GraphicUsed by:1272
Symbol 1257 GraphicUsed by:1272
Symbol 1258 GraphicUsed by:1272
Symbol 1259 GraphicUsed by:1272
Symbol 1260 GraphicUsed by:1272
Symbol 1261 GraphicUsed by:1272
Symbol 1262 GraphicUsed by:1272
Symbol 1263 GraphicUsed by:1272
Symbol 1264 GraphicUsed by:1272
Symbol 1265 GraphicUsed by:1272
Symbol 1266 GraphicUsed by:1272
Symbol 1267 GraphicUsed by:1272
Symbol 1268 GraphicUsed by:1272
Symbol 1269 GraphicUsed by:1272
Symbol 1270 GraphicUsed by:1272
Symbol 1271 GraphicUsed by:1272
Symbol 1272 MovieClipUses:1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271Used by:1287
Symbol 1273 GraphicUsed by:1285
Symbol 1274 GraphicUsed by:1285
Symbol 1275 GraphicUsed by:1285
Symbol 1276 GraphicUsed by:1285
Symbol 1277 GraphicUsed by:1285
Symbol 1278 GraphicUsed by:1285
Symbol 1279 GraphicUsed by:1285
Symbol 1280 GraphicUsed by:1285
Symbol 1281 GraphicUsed by:1285
Symbol 1282 GraphicUsed by:1285
Symbol 1283 GraphicUsed by:1285
Symbol 1284 GraphicUsed by:1285
Symbol 1285 MovieClipUses:1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284Used by:1287
Symbol 1286 GraphicUsed by:1287
Symbol 1287 MovieClipUses:1218 40 1221 29 1013 98 1222 809 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1272 1285 33 386 1286Used by:1362
Symbol 1288 GraphicUsed by:1307
Symbol 1289 GraphicUsed by:1307
Symbol 1290 GraphicUsed by:1299
Symbol 1291 GraphicUsed by:1299
Symbol 1292 GraphicUsed by:1299
Symbol 1293 GraphicUsed by:1299
Symbol 1294 GraphicUsed by:1299
Symbol 1295 GraphicUsed by:1299
Symbol 1296 GraphicUsed by:1299
Symbol 1297 GraphicUsed by:1299
Symbol 1298 GraphicUsed by:1299
Symbol 1299 MovieClipUses:1290 1291 1292 1293 1294 1295 1296 1297 1298Used by:1303
Symbol 1300 GraphicUsed by:1303
Symbol 1301 GraphicUsed by:1303
Symbol 1302 GraphicUsed by:1303
Symbol 1303 MovieClipUses:1299 1300 1301 1302Used by:1307 1388
Symbol 1304 GraphicUsed by:1306
Symbol 1305 GraphicUsed by:1306
Symbol 1306 MovieClipUses:1304 1305Used by:1307
Symbol 1307 MovieClipUses:1288 40 1289 98 1013 1303 29 1306 1015Used by:1360
Symbol 1308 BitmapUsed by:1309
Symbol 1309 GraphicUses:1308Used by:1346
Symbol 1310 GraphicUsed by:1314
Symbol 1311 GraphicUsed by:1314
Symbol 1312 GraphicUsed by:1314
Symbol 1313 GraphicUsed by:1314
Symbol 1314 MovieClipUses:1310 1311 1312 1313Used by:1346
Symbol 1315 GraphicUsed by:1316
Symbol 1316 MovieClipUses:1315Used by:1346
Symbol 1317 GraphicUsed by:1346
Symbol 1318 GraphicUsed by:1346
Symbol 1319 GraphicUsed by:1346
Symbol 1320 GraphicUsed by:1346
Symbol 1321 BitmapUsed by:1322
Symbol 1322 GraphicUses:1321Used by:1338
Symbol 1323 BitmapUsed by:1324
Symbol 1324 GraphicUses:1323Used by:1338
Symbol 1325 GraphicUsed by:1337
Symbol 1326 GraphicUsed by:1337
Symbol 1327 GraphicUsed by:1337
Symbol 1328 GraphicUsed by:1337
Symbol 1329 GraphicUsed by:1337
Symbol 1330 GraphicUsed by:1337
Symbol 1331 GraphicUsed by:1337
Symbol 1332 GraphicUsed by:1337
Symbol 1333 GraphicUsed by:1337
Symbol 1334 GraphicUsed by:1337
Symbol 1335 GraphicUsed by:1337
Symbol 1336 GraphicUsed by:1337
Symbol 1337 MovieClipUses:1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336Used by:1338
Symbol 1338 MovieClipUses:1322 1324 1337Used by:1339
Symbol 1339 MovieClipUses:40 1338 98 1013Used by:1346
Symbol 1340 GraphicUsed by:1344
Symbol 1341 GraphicUsed by:1344
Symbol 1342 GraphicUsed by:1344
Symbol 1343 GraphicUsed by:1344
Symbol 1344 MovieClipUses:1340 1341 1342 1343Used by:1346
Symbol 1345 SoundUsed by:1346
Symbol 1346 MovieClipUses:1309 40 1314 98 1013 1085 1316 1317 1318 1319 1320 1339 29 386 780 1344 1345Used by:1360
Symbol 1347 GraphicUsed by:1359
Symbol 1348 GraphicUsed by:1350
Symbol 1349 GraphicUsed by:1350
Symbol 1350 MovieClipUses:1348 1349Used by:1359
Symbol 1351 GraphicUsed by:1358
Symbol 1352 GraphicUsed by:1358
Symbol 1353 GraphicUsed by:1358
Symbol 1354 GraphicUsed by:1358
Symbol 1355 GraphicUsed by:1358
Symbol 1356 GraphicUsed by:1358
Symbol 1357 GraphicUsed by:1358
Symbol 1358 MovieClipUses:1351 1352 1353 1354 1355 1356 1357Used by:1359
Symbol 1359 MovieClipUses:1347 1350 40 1358 1013 98Used by:1360
Symbol 1360 MovieClipUses:1307 1346 1359Used by:1362
Symbol 1361 GraphicUsed by:1362
Symbol 1362 MovieClipUses:1199 1201 1213 1287 1360 1361 40Used by:Timeline
Symbol 1363 BitmapUsed by:1364
Symbol 1364 GraphicUses:1363Used by:1368
Symbol 1365 GraphicUsed by:1368
Symbol 1366 GraphicUsed by:1368
Symbol 1367 GraphicUsed by:1368
Symbol 1368 MovieClipUses:1364 1365 1366 1367Used by:1376
Symbol 1369 GraphicUsed by:1376
Symbol 1370 GraphicUsed by:1376
Symbol 1371 GraphicUsed by:1376
Symbol 1372 GraphicUsed by:1376
Symbol 1373 GraphicUsed by:1376
Symbol 1374 GraphicUsed by:1375
Symbol 1375 MovieClipUses:1374Used by:1376
Symbol 1376 MovieClipUses:1368 33 1369 1013 29 809 1085 1370 386 1371 1372 1373 1375 98Used by:Timeline
Symbol 1377 BitmapUsed by:1378
Symbol 1378 GraphicUses:1377Used by:1381
Symbol 1379 BitmapUsed by:1380
Symbol 1380 GraphicUses:1379Used by:1381
Symbol 1381 MovieClipUses:1378 1380Used by:1388
Symbol 1382 SoundUsed by:1388
Symbol 1383 GraphicUsed by:1387
Symbol 1384 GraphicUsed by:1387
Symbol 1385 GraphicUsed by:1387
Symbol 1386 GraphicUsed by:1387
Symbol 1387 MovieClipUses:1383 1384 1385 1386Used by:1388
Symbol 1388 MovieClipUses:40 1381 33 1303 1382 30 1387 457Used by:Timeline
Symbol 1389 GraphicUsed by:1391
Symbol 1390 GraphicUsed by:1391
Symbol 1391 MovieClipUses:1389 1390 29Used by:1414
Symbol 1392 GraphicUsed by:1414
Symbol 1393 GraphicUsed by:1413
Symbol 1394 GraphicUsed by:1413
Symbol 1395 GraphicUsed by:1412
Symbol 1396 GraphicUsed by:1412
Symbol 1397 GraphicUsed by:1412
Symbol 1398 GraphicUsed by:1412
Symbol 1399 GraphicUsed by:1412
Symbol 1400 GraphicUsed by:1412
Symbol 1401 GraphicUsed by:1412
Symbol 1402 GraphicUsed by:1412
Symbol 1403 GraphicUsed by:1412
Symbol 1404 GraphicUsed by:1412
Symbol 1405 GraphicUsed by:1412
Symbol 1406 GraphicUsed by:1412
Symbol 1407 GraphicUsed by:1412
Symbol 1408 GraphicUsed by:1412
Symbol 1409 GraphicUsed by:1412
Symbol 1410 GraphicUsed by:1412
Symbol 1411 GraphicUsed by:1412
Symbol 1412 MovieClipUses:1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411Used by:1413
Symbol 1413 MovieClipUses:1393 1394 1412Used by:1414 1439
Symbol 1414 MovieClipUses:1391 1392 1413Used by:Timeline
Symbol 1415 GraphicUsed by:1429
Symbol 1416 GraphicUsed by:1429
Symbol 1417 GraphicUsed by:1429
Symbol 1418 GraphicUsed by:1429
Symbol 1419 GraphicUsed by:1429
Symbol 1420 GraphicUsed by:1429
Symbol 1421 GraphicUsed by:1429
Symbol 1422 GraphicUsed by:1429
Symbol 1423 GraphicUsed by:1429
Symbol 1424 GraphicUsed by:1429
Symbol 1425 GraphicUsed by:1429
Symbol 1426 GraphicUsed by:1429
Symbol 1427 GraphicUsed by:1429
Symbol 1428 GraphicUsed by:1429
Symbol 1429 MovieClipUses:1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428Used by:1439
Symbol 1430 GraphicUsed by:1437
Symbol 1431 GraphicUsed by:1437
Symbol 1432 GraphicUsed by:1437
Symbol 1433 GraphicUsed by:1437
Symbol 1434 GraphicUsed by:1437
Symbol 1435 GraphicUsed by:1437
Symbol 1436 GraphicUsed by:1437
Symbol 1437 MovieClipUses:1430 1431 1432 1433 1434 1435 1436Used by:1438
Symbol 1438 MovieClipUses:1437Used by:1439
Symbol 1439 MovieClipUses:40 1429 1438 1413Used by:Timeline
Symbol 1440 GraphicUsed by:1444
Symbol 1441 GraphicUsed by:1444
Symbol 1442 GraphicUsed by:1444
Symbol 1443 GraphicUsed by:1444
Symbol 1444 MovieClipUses:1440 1441 1442 1443Used by:1508
Symbol 1445 GraphicUsed by:1449
Symbol 1446 GraphicUsed by:1449
Symbol 1447 GraphicUsed by:1449
Symbol 1448 GraphicUsed by:1449
Symbol 1449 MovieClipUses:1445 1446 1447 1448Used by:1463
Symbol 1450 GraphicUsed by:1460
Symbol 1451 GraphicUsed by:1460
Symbol 1452 GraphicUsed by:1460
Symbol 1453 GraphicUsed by:1460
Symbol 1454 GraphicUsed by:1460
Symbol 1455 GraphicUsed by:1460
Symbol 1456 GraphicUsed by:1460
Symbol 1457 GraphicUsed by:1460
Symbol 1458 GraphicUsed by:1460
Symbol 1459 GraphicUsed by:1460
Symbol 1460 MovieClipUses:1450 1451 1452 1453 1454 1455 1456 1457 1458 1459Used by:1463
Symbol 1461 GraphicUsed by:1462
Symbol 1462 MovieClipUses:1461Used by:1463
Symbol 1463 MovieClipUses:1449 1460 1462Used by:1475 1487 1492 1508
Symbol 1464 GraphicUsed by:1465
Symbol 1465 MovieClipUses:1464Used by:1508
Symbol 1466 GraphicUsed by:1475
Symbol 1467 GraphicUsed by:1475
Symbol 1468 GraphicUsed by:1475
Symbol 1469 GraphicUsed by:1475
Symbol 1470 GraphicUsed by:1475
Symbol 1471 GraphicUsed by:1475
Symbol 1472 GraphicUsed by:1475
Symbol 1473 GraphicUsed by:1475
Symbol 1474 GraphicUsed by:1475
Symbol 1475 MovieClipUses:1466 1463 1467 1468 1469 1470 1471 1472 1473 1474Used by:1508
Symbol 1476 GraphicUsed by:1487
Symbol 1477 GraphicUsed by:1487
Symbol 1478 GraphicUsed by:1487
Symbol 1479 GraphicUsed by:1487
Symbol 1480 GraphicUsed by:1487
Symbol 1481 GraphicUsed by:1487
Symbol 1482 GraphicUsed by:1487
Symbol 1483 GraphicUsed by:1487
Symbol 1484 GraphicUsed by:1487
Symbol 1485 GraphicUsed by:1487
Symbol 1486 GraphicUsed by:1487
Symbol 1487 MovieClipUses:1476 1463 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486Used by:1508
Symbol 1488 SoundUsed by:1508
Symbol 1489 GraphicUsed by:1492
Symbol 1490 GraphicUsed by:1492
Symbol 1491 GraphicUsed by:1492
Symbol 1492 MovieClipUses:1489 1463 1490 1491Used by:1508
Symbol 1493 GraphicUsed by:1500
Symbol 1494 GraphicUsed by:1500
Symbol 1495 GraphicUsed by:1500
Symbol 1496 GraphicUsed by:1500
Symbol 1497 GraphicUsed by:1500
Symbol 1498 GraphicUsed by:1500
Symbol 1499 GraphicUsed by:1500
Symbol 1500 MovieClipUses:1493 29 203 1494 1495 1496 1497 1498 1499Used by:1508
Symbol 1501 SoundUsed by:1508
Symbol 1502 GraphicUsed by:1507
Symbol 1503 GraphicUsed by:1507
Symbol 1504 GraphicUsed by:1507
Symbol 1505 GraphicUsed by:1507
Symbol 1506 GraphicUsed by:1507
Symbol 1507 MovieClipUses:1502 1503 1504 1505 1506Used by:1508
Symbol 1508 MovieClipUses:1444 1463 1178 1465 1475 1487 1488 1492 1500 1501 1174 1507Used by:Timeline
Symbol 1509 GraphicUsed by:1525
Symbol 1510 GraphicUsed by:1525
Symbol 1511 GraphicUsed by:1525
Symbol 1512 GraphicUsed by:1525
Symbol 1513 GraphicUsed by:1525
Symbol 1514 GraphicUsed by:1525
Symbol 1515 GraphicUsed by:1525
Symbol 1516 GraphicUsed by:1525
Symbol 1517 GraphicUsed by:1525
Symbol 1518 GraphicUsed by:1525
Symbol 1519 GraphicUsed by:1525
Symbol 1520 GraphicUsed by:1525
Symbol 1521 GraphicUsed by:1525
Symbol 1522 GraphicUsed by:1525
Symbol 1523 GraphicUsed by:1525
Symbol 1524 GraphicUsed by:1525
Symbol 1525 MovieClipUses:1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524Used by:1541
Symbol 1526 GraphicUsed by:1532
Symbol 1527 GraphicUsed by:1532
Symbol 1528 GraphicUsed by:1532
Symbol 1529 GraphicUsed by:1532
Symbol 1530 GraphicUsed by:1532
Symbol 1531 GraphicUsed by:1532
Symbol 1532 MovieClipUses:1526 1527 1528 1529 1530 1531Used by:1540
Symbol 1533 GraphicUsed by:1539
Symbol 1534 GraphicUsed by:1539
Symbol 1535 GraphicUsed by:1539
Symbol 1536 GraphicUsed by:1539
Symbol 1537 GraphicUsed by:1539
Symbol 1538 GraphicUsed by:1539
Symbol 1539 MovieClipUses:1533 1534 1535 1536 1537 1538Used by:1540
Symbol 1540 MovieClipUses:1532 1539Used by:1541
Symbol 1541 MovieClipUses:1525 162 1540 204Used by:1647
Symbol 1542 GraphicUsed by:1555
Symbol 1543 GraphicUsed by:1555
Symbol 1544 GraphicUsed by:1555
Symbol 1545 GraphicUsed by:1555
Symbol 1546 GraphicUsed by:1555
Symbol 1547 GraphicUsed by:1555
Symbol 1548 GraphicUsed by:1555
Symbol 1549 GraphicUsed by:1555
Symbol 1550 GraphicUsed by:1555
Symbol 1551 GraphicUsed by:1555
Symbol 1552 GraphicUsed by:1555
Symbol 1553 GraphicUsed by:1555
Symbol 1554 GraphicUsed by:1555
Symbol 1555 MovieClipUses:1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554Used by:1556
Symbol 1556 MovieClipUses:1555Used by:1647
Symbol 1557 GraphicUsed by:1571
Symbol 1558 GraphicUsed by:1567
Symbol 1559 GraphicUsed by:1567
Symbol 1560 GraphicUsed by:1567
Symbol 1561 GraphicUsed by:1567
Symbol 1562 GraphicUsed by:1567
Symbol 1563 GraphicUsed by:1567
Symbol 1564 GraphicUsed by:1567
Symbol 1565 GraphicUsed by:1567
Symbol 1566 GraphicUsed by:1567
Symbol 1567 MovieClipUses:1558 1559 1560 1561 1562 1563 1564 1565 1566Used by:1571
Symbol 1568 GraphicUsed by:1571
Symbol 1569 GraphicUsed by:1571
Symbol 1570 GraphicUsed by:1571
Symbol 1571 MovieClipUses:1557 1567 1568 1569 1570Used by:1645 1647
Symbol 1572 GraphicUsed by:1588
Symbol 1573 GraphicUsed by:1588
Symbol 1574 GraphicUsed by:1588
Symbol 1575 GraphicUsed by:1588
Symbol 1576 GraphicUsed by:1588
Symbol 1577 GraphicUsed by:1588
Symbol 1578 GraphicUsed by:1588
Symbol 1579 GraphicUsed by:1588
Symbol 1580 GraphicUsed by:1588
Symbol 1581 GraphicUsed by:1588
Symbol 1582 GraphicUsed by:1588
Symbol 1583 GraphicUsed by:1588
Symbol 1584 GraphicUsed by:1588
Symbol 1585 GraphicUsed by:1588
Symbol 1586 GraphicUsed by:1588
Symbol 1587 GraphicUsed by:1588
Symbol 1588 MovieClipUses:1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587Used by:1604
Symbol 1589 GraphicUsed by:1595
Symbol 1590 GraphicUsed by:1595
Symbol 1591 GraphicUsed by:1595
Symbol 1592 GraphicUsed by:1595
Symbol 1593 GraphicUsed by:1595
Symbol 1594 GraphicUsed by:1595
Symbol 1595 MovieClipUses:1589 1590 1591 1592 1593 1594Used by:1603
Symbol 1596 GraphicUsed by:1602
Symbol 1597 GraphicUsed by:1602
Symbol 1598 GraphicUsed by:1602
Symbol 1599 GraphicUsed by:1602
Symbol 1600 GraphicUsed by:1602
Symbol 1601 GraphicUsed by:1602
Symbol 1602 MovieClipUses:1596 1597 1598 1599 1600 1601Used by:1603
Symbol 1603 MovieClipUses:1595 1602Used by:1604
Symbol 1604 MovieClipUses:1588 162 1603 204Used by:1647
Symbol 1605 GraphicUsed by:1612
Symbol 1606 GraphicUsed by:1612
Symbol 1607 GraphicUsed by:1612
Symbol 1608 GraphicUsed by:1612
Symbol 1609 GraphicUsed by:1612
Symbol 1610 GraphicUsed by:1612
Symbol 1611 GraphicUsed by:1612
Symbol 1612 MovieClipUses:1605 1606 1607 1608 1609 1610 1611Used by:1646
Symbol 1613 GraphicUsed by:1645
Symbol 1614 GraphicUsed by:1618
Symbol 1615 GraphicUsed by:1618
Symbol 1616 GraphicUsed by:1618
Symbol 1617 GraphicUsed by:1618
Symbol 1618 MovieClipUses:1614 1615 1616 1617Used by:1645
Symbol 1619 GraphicUsed by:1626
Symbol 1620 GraphicUsed by:1626
Symbol 1621 GraphicUsed by:1626
Symbol 1622 GraphicUsed by:1626
Symbol 1623 GraphicUsed by:1626
Symbol 1624 GraphicUsed by:1626
Symbol 1625 GraphicUsed by:1626
Symbol 1626 MovieClipUses:1619 1620 1621 1622 1623 1624 1625Used by:1645
Symbol 1627 GraphicUsed by:1645
Symbol 1628 GraphicUsed by:1645
Symbol 1629 GraphicUsed by:1645
Symbol 1630 GraphicUsed by:1645
Symbol 1631 GraphicUsed by:1645
Symbol 1632 GraphicUsed by:1645
Symbol 1633 GraphicUsed by:1645
Symbol 1634 GraphicUsed by:1645
Symbol 1635 GraphicUsed by:1645
Symbol 1636 GraphicUsed by:1645
Symbol 1637 GraphicUsed by:1645
Symbol 1638 GraphicUsed by:1645
Symbol 1639 GraphicUsed by:1645
Symbol 1640 GraphicUsed by:1645
Symbol 1641 GraphicUsed by:1645
Symbol 1642 GraphicUsed by:1645
Symbol 1643 GraphicUsed by:1645
Symbol 1644 GraphicUsed by:1645
Symbol 1645 MovieClipUses:1613 1618 1571 29 1626 204 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644Used by:1646
Symbol 1646 MovieClipUses:1612 1645Used by:1647
Symbol 1647 MovieClipUses:1541 33 40 1556 1571 204 1604 640 29 1646 208 298 386Used by:Timeline
Symbol 1648 GraphicUsed by:1797
Symbol 1649 GraphicUsed by:1653
Symbol 1650 GraphicUsed by:1653
Symbol 1651 GraphicUsed by:1653
Symbol 1652 GraphicUsed by:1653
Symbol 1653 MovieClipUses:1649 1650 1651 1652Used by:1661
Symbol 1654 GraphicUsed by:1660
Symbol 1655 GraphicUsed by:1660
Symbol 1656 GraphicUsed by:1660
Symbol 1657 GraphicUsed by:1660
Symbol 1658 GraphicUsed by:1660
Symbol 1659 GraphicUsed by:1660
Symbol 1660 MovieClipUses:1654 1655 1656 1657 1658 1659Used by:1661
Symbol 1661 MovieClipUses:1653 40 1660Used by:1797
Symbol 1662 BitmapUsed by:1663
Symbol 1663 GraphicUses:1662Used by:1664
Symbol 1664 MovieClipUses:1663Used by:1667
Symbol 1665 GraphicUsed by:1666
Symbol 1666 MovieClipUses:1665Used by:1667
Symbol 1667 MovieClipUses:1664 40 809 1013 1666Used by:1797
Symbol 1668 BitmapUsed by:1669
Symbol 1669 GraphicUses:1668Used by:1670
Symbol 1670 MovieClipUses:1669Used by:1673
Symbol 1671 GraphicUsed by:1672
Symbol 1672 MovieClipUses:1671Used by:1673
Symbol 1673 MovieClipUses:1670 40 809 1672Used by:1797
Symbol 1674 GraphicUsed by:1704
Symbol 1675 BitmapUsed by:1676 1677 1678 1679
Symbol 1676 GraphicUses:1675Used by:1682
Symbol 1677 GraphicUses:1675Used by:1682
Symbol 1678 GraphicUses:1675Used by:1682
Symbol 1679 GraphicUses:1675Used by:1682
Symbol 1680 GraphicUsed by:1682
Symbol 1681 GraphicUsed by:1682
Symbol 1682 MovieClipUses:1676 1677 1678 809 1679 1680 1681Used by:1704
Symbol 1683 GraphicUsed by:1684
Symbol 1684 MovieClipUses:1683Used by:1704
Symbol 1685 GraphicUsed by:1690
Symbol 1686 GraphicUsed by:1690
Symbol 1687 GraphicUsed by:1690
Symbol 1688 GraphicUsed by:1690
Symbol 1689 GraphicUsed by:1690
Symbol 1690 MovieClipUses:1685 1686 1687 1688 1689Used by:1704
Symbol 1691 GraphicUsed by:1692
Symbol 1692 MovieClipUses:1691Used by:1704
Symbol 1693 GraphicUsed by:1694
Symbol 1694 MovieClipUses:1693Used by:1704
Symbol 1695 GraphicUsed by:1704
Symbol 1696 GraphicUsed by:1701
Symbol 1697 GraphicUsed by:1701
Symbol 1698 GraphicUsed by:1701
Symbol 1699 GraphicUsed by:1701
Symbol 1700 GraphicUsed by:1701
Symbol 1701 MovieClipUses:1696 1697 1698 1699 1700Used by:1704
Symbol 1702 GraphicUsed by:1704
Symbol 1703 GraphicUsed by:1704
Symbol 1704 MovieClipUses:1674 1682 40 1684 1690 1692 1694 1695 1701 1702 1013 809 386 98 1703Used by:1797
Symbol 1705 GraphicUsed by:1706
Symbol 1706 MovieClipUses:1705 40 1013Used by:1797
Symbol 1707 GraphicUsed by:1710
Symbol 1708 GraphicUsed by:1710
Symbol 1709 GraphicUsed by:1710
Symbol 1710 MovieClipUses:1707 1708 1709Used by:1711
Symbol 1711 MovieClipUses:1710 40 1013Used by:1797
Symbol 1712 GraphicUsed by:1749
Symbol 1713 BitmapUsed by:1714
Symbol 1714 GraphicUses:1713Used by:1716
Symbol 1715 GraphicUsed by:1716
Symbol 1716 MovieClipUses:1714 1715Used by:1749
Symbol 1717 GraphicUsed by:1749
Symbol 1718 GraphicUsed by:1721
Symbol 1719 GraphicUsed by:1721
Symbol 1720 GraphicUsed by:1721
Symbol 1721 MovieClipUses:1718 1719 1720Used by:1749
Symbol 1722 GraphicUsed by:1749
Symbol 1723 GraphicUsed by:1749
Symbol 1724 GraphicUsed by:1749
Symbol 1725 GraphicUsed by:1749
Symbol 1726 GraphicUsed by:1749
Symbol 1727 GraphicUsed by:1749
Symbol 1728 GraphicUsed by:1749
Symbol 1729 GraphicUsed by:1749
Symbol 1730 GraphicUsed by:1749
Symbol 1731 GraphicUsed by:1749
Symbol 1732 GraphicUsed by:1749
Symbol 1733 GraphicUsed by:1749
Symbol 1734 GraphicUsed by:1739
Symbol 1735 GraphicUsed by:1739
Symbol 1736 GraphicUsed by:1739
Symbol 1737 GraphicUsed by:1739
Symbol 1738 GraphicUsed by:1739
Symbol 1739 MovieClipUses:1734 1735 1736 1737 1738Used by:1749
Symbol 1740 GraphicUsed by:1749
Symbol 1741 GraphicUsed by:1744
Symbol 1742 GraphicUsed by:1744
Symbol 1743 GraphicUsed by:1744
Symbol 1744 MovieClipUses:1741 1742 386 1743Used by:1749
Symbol 1745 GraphicUsed by:1746
Symbol 1746 MovieClipUses:1745Used by:1749
Symbol 1747 GraphicUsed by:1748
Symbol 1748 MovieClipUses:1747Used by:1749
Symbol 1749 MovieClipUses:1712 1716 40 1717 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 809 1013 1739 386 98 1740 1744 1746 1748 780Used by:1797
Symbol 1750 GraphicUsed by:1753
Symbol 1751 GraphicUsed by:1753
Symbol 1752 GraphicUsed by:1753
Symbol 1753 MovieClipUses:1750 1751 1752Used by:1770
Symbol 1754 GraphicUsed by:1770
Symbol 1755 GraphicUsed by:1770
Symbol 1756 GraphicUsed by:1770
Symbol 1757 GraphicUsed by:1770
Symbol 1758 GraphicUsed by:1770
Symbol 1759 GraphicUsed by:1770
Symbol 1760 GraphicUsed by:1769
Symbol 1761 GraphicUsed by:1769
Symbol 1762 GraphicUsed by:1769
Symbol 1763 GraphicUsed by:1769
Symbol 1764 GraphicUsed by:1769
Symbol 1765 GraphicUsed by:1769
Symbol 1766 GraphicUsed by:1769
Symbol 1767 GraphicUsed by:1769
Symbol 1768 GraphicUsed by:1769
Symbol 1769 MovieClipUses:1760 1761 1762 1763 1764 1765 1766 1767 1768Used by:1770
Symbol 1770 MovieClipUses:1753 1754 40 1755 1756 208 1757 98 1758 1759 1013 204 30 1769 386 1065Used by:1797
Symbol 1771 BitmapUsed by:1772 1773 1774 1775
Symbol 1772 GraphicUses:1771Used by:1776
Symbol 1773 GraphicUses:1771Used by:1776
Symbol 1774 GraphicUses:1771Used by:1776
Symbol 1775 GraphicUses:1771Used by:1776
Symbol 1776 MovieClipUses:1772 1773 1774 1775Used by:1796
Symbol 1777 GraphicUsed by:1780
Symbol 1778 GraphicUsed by:1780
Symbol 1779 GraphicUsed by:1780
Symbol 1780 MovieClipUses:1777 1778 1779Used by:1796
Symbol 1781 GraphicUsed by:1796
Symbol 1782 GraphicUsed by:1785
Symbol 1783 GraphicUsed by:1785
Symbol 1784 GraphicUsed by:1785
Symbol 1785 MovieClipUses:1782 1783 1784Used by:1796
Symbol 1786 GraphicUsed by:1796
Symbol 1787 GraphicUsed by:1788
Symbol 1788 MovieClipUses:1787 1065Used by:1795
Symbol 1789 GraphicUsed by:1793
Symbol 1790 GraphicUsed by:1793
Symbol 1791 GraphicUsed by:1793
Symbol 1792 GraphicUsed by:1793
Symbol 1793 MovieClipUses:1789 1790 1791 1792 1065Used by:1795
Symbol 1794 GraphicUsed by:1795
Symbol 1795 MovieClipUses:1788 1793 1794Used by:1796
Symbol 1796 MovieClipUses:1776 40 1780 1065 1781 809 1013 1785 1786 1795Used by:1797
Symbol 1797 MovieClipUses:1648 1661 1667 1673 1704 1706 1711 1749 1770 1796 1169 33Used by:Timeline
Symbol 1798 GraphicUsed by:1804
Symbol 1799 GraphicUsed by:1804
Symbol 1800 GraphicUsed by:1804
Symbol 1801 GraphicUsed by:1804
Symbol 1802 GraphicUsed by:1804
Symbol 1803 GraphicUsed by:1804
Symbol 1804 MovieClipUses:1798 1799 1800 1801 1802 1803Used by:Timeline
Symbol 1805 GraphicUsed by:Timeline
Symbol 1806 GraphicUsed by:1810
Symbol 1807 GraphicUsed by:1808
Symbol 1808 MovieClipUses:1807Used by:1810
Symbol 1809 GraphicUsed by:1810
Symbol 1810 MovieClipUses:1806 1808 1809Used by:1813
Symbol 1811 GraphicUsed by:1812
Symbol 1812 MovieClipUses:1811Used by:1813
Symbol 1813 MovieClipUses:1810 1812Used by:Timeline
Symbol 1814 GraphicUsed by:1815
Symbol 1815 MovieClipUses:1814Used by:Timeline
Symbol 1816 GraphicUsed by:Timeline
Symbol 1817 GraphicUsed by:1823
Symbol 1818 GraphicUsed by:1822
Symbol 1819 GraphicUsed by:1822
Symbol 1820 GraphicUsed by:1822
Symbol 1821 GraphicUsed by:1822
Symbol 1822 MovieClipUses:1818 1819 1820 1821Used by:1823
Symbol 1823 MovieClipUses:1817 1822 162Used by:1893
Symbol 1824 GraphicUsed by:1828
Symbol 1825 GraphicUsed by:1828
Symbol 1826 GraphicUsed by:1828
Symbol 1827 GraphicUsed by:1828
Symbol 1828 MovieClipUses:1824 1825 1826 1827Used by:1869
Symbol 1829 GraphicUsed by:1831
Symbol 1830 GraphicUsed by:1831
Symbol 1831 MovieClipUses:1829 1830Used by:1869
Symbol 1832 SoundUsed by:1869
Symbol 1833 GraphicUsed by:1843
Symbol 1834 GraphicUsed by:1843
Symbol 1835 GraphicUsed by:1843
Symbol 1836 GraphicUsed by:1843
Symbol 1837 GraphicUsed by:1843
Symbol 1838 GraphicUsed by:1843
Symbol 1839 GraphicUsed by:1843
Symbol 1840 GraphicUsed by:1843
Symbol 1841 GraphicUsed by:1843
Symbol 1842 GraphicUsed by:1843
Symbol 1843 MovieClipUses:1833 1834 1835 1836 1837 1838 1839 1840 1841 1842Used by:1869
Symbol 1844 GraphicUsed by:1860
Symbol 1845 GraphicUsed by:1860
Symbol 1846 GraphicUsed by:1860
Symbol 1847 GraphicUsed by:1860
Symbol 1848 GraphicUsed by:1860
Symbol 1849 GraphicUsed by:1860
Symbol 1850 GraphicUsed by:1860
Symbol 1851 GraphicUsed by:1858
Symbol 1852 GraphicUsed by:1858
Symbol 1853 GraphicUsed by:1858
Symbol 1854 GraphicUsed by:1858
Symbol 1855 GraphicUsed by:1858
Symbol 1856 GraphicUsed by:1858
Symbol 1857 GraphicUsed by:1858
Symbol 1858 MovieClipUses:1851 1852 1853 1854 1855 1856 1857Used by:1860
Symbol 1859 GraphicUsed by:1860
Symbol 1860 MovieClipUses:1844 1845 1846 1847 1848 1849 1850 1858 1859Used by:1861 1869
Symbol 1861 MovieClipUses:1860 1015Used by:1869 1893
Symbol 1862 GraphicUsed by:1866
Symbol 1863 GraphicUsed by:1866
Symbol 1864 GraphicUsed by:1866
Symbol 1865 GraphicUsed by:1866
Symbol 1866 MovieClipUses:1862 1863 1864 1865Used by:1869
Symbol 1867 GraphicUsed by:1868
Symbol 1868 MovieClip [tooth]Uses:1867Used by:1869
Symbol 1869 MovieClipUses:1828 40 1831 1832 204 1843 1861 1866 1860 1868Used by:1893
Symbol 1870 GraphicUsed by:1893
Symbol 1871 GraphicUsed by:1874
Symbol 1872 GraphicUsed by:1874
Symbol 1873 GraphicUsed by:1874
Symbol 1874 MovieClipUses:1871 1872 1873Used by:1893
Symbol 1875 GraphicUsed by:1891
Symbol 1876 GraphicUsed by:1877
Symbol 1877 MovieClipUses:1876Used by:1891
Symbol 1878 GraphicUsed by:1891
Symbol 1879 GraphicUsed by:1891
Symbol 1880 GraphicUsed by:1890
Symbol 1881 GraphicUsed by:1890
Symbol 1882 GraphicUsed by:1890
Symbol 1883 GraphicUsed by:1890
Symbol 1884 GraphicUsed by:1890
Symbol 1885 GraphicUsed by:1890
Symbol 1886 GraphicUsed by:1890
Symbol 1887 GraphicUsed by:1890
Symbol 1888 GraphicUsed by:1890
Symbol 1889 GraphicUsed by:1890
Symbol 1890 MovieClipUses:1880 1881 1882 1883 1884 1885 1886 1887 1888 1889Used by:1891
Symbol 1891 MovieClipUses:1875 1015 1877 1878 1879 1890Used by:1893
Symbol 1892 SoundUsed by:1893
Symbol 1893 MovieClipUses:1823 1869 40 33 1870 1874 1891 208 1861 29 204 1892Used by:Timeline

Instance Names

"lifebar"Frame 1Symbol 1186 MovieClip
"xpbar"Frame 1Symbol 1186 MovieClip
"ammo"Frame 1Symbol 1190 EditableText
"ground"Frame 1Symbol 1362 MovieClip
"buzz6"Frame 1Symbol 1376 MovieClip
"crate3"Frame 1Symbol 1388 MovieClip
"crate"Frame 1Symbol 1388 MovieClip
"nade"Frame 1Symbol 1182 MovieClip [grenader]
"char"Frame 1Symbol 1414 MovieClip
"hand"Frame 1Symbol 1439 MovieClip
"hero"Frame 1Symbol 1508 MovieClip
"bgr1"Frame 1Symbol 1647 MovieClip
"tank1"Frame 1Symbol 1797 MovieClip
"cursor"Frame 1Symbol 1813 MovieClip
"blister1"Frame 1Symbol 1893 MovieClip
"blister2"Frame 1Symbol 1893 MovieClip
"blister4"Frame 1Symbol 1893 MovieClip
"blister3"Frame 1Symbol 1893 MovieClip
"blister5"Frame 1Symbol 1893 MovieClip
"blister8"Frame 1Symbol 1893 MovieClip
"blister6"Frame 1Symbol 1893 MovieClip
"blister7"Frame 1Symbol 1893 MovieClip
"lft"Frame 1Symbol 40 MovieClip
"rite"Frame 1Symbol 40 MovieClip
"head"Symbol 17 MovieClip [sprout] Frame 1Symbol 10 MovieClip
"shot"Symbol 31 MovieClip Frame 1Symbol 22 MovieClip
"rose"Symbol 43 MovieClip Frame 1Symbol 40 MovieClip
"basichit"Symbol 100 MovieClip [bullet1] Frame 1Symbol 31 MovieClip
"bull"Symbol 100 MovieClip [bullet1] Frame 1Symbol 33 MovieClip [box_alive]
"bullet2"Symbol 100 MovieClip [bullet1] Frame 2Symbol 43 MovieClip
"mis"Symbol 100 MovieClip [bullet1] Frame 5Symbol 99 MovieClip
"head"Symbol 163 MovieClip [sprout1] Frame 1Symbol 135 MovieClip
"head"Symbol 236 MovieClip Frame 1Symbol 231 MovieClip
"box_alive"Symbol 458 MovieClip [enemy] Frame 1Symbol 33 MovieClip [box_alive]
"sprout_main"Symbol 458 MovieClip [enemy] Frame 1Symbol 163 MovieClip [sprout1]
"jumper"Symbol 458 MovieClip [enemy] Frame 1Symbol 165 MovieClip
"sprout_main"Symbol 458 MovieClip [enemy] Frame 2Symbol 163 MovieClip [sprout1]
"box_alive"Symbol 458 MovieClip [enemy] Frame 2Symbol 33 MovieClip [box_alive]
"jumper"Symbol 458 MovieClip [enemy] Frame 6Symbol 165 MovieClip
"piri"Symbol 536 MovieClip Frame 1Symbol 482 MovieClip
"hit"Symbol 732 MovieClip Frame 1Symbol 40 MovieClip
"pirid"Symbol 810 MovieClip [pirate1] Frame 1Symbol 536 MovieClip
"pirfall"Symbol 810 MovieClip [pirate1] Frame 1Symbol 544 MovieClip
"hlock"Symbol 810 MovieClip [pirate1] Frame 1Symbol 40 MovieClip
"hit"Symbol 810 MovieClip [pirate1] Frame 1Symbol 40 MovieClip
"dsw"Symbol 810 MovieClip [pirate1] Frame 3Symbol 732 MovieClip
"torso"Symbol 810 MovieClip [pirate1] Frame 4Symbol 800 MovieClip
"dsw"Symbol 810 MovieClip [pirate1] Frame 5Symbol 732 MovieClip
"hit"Symbol 831 MovieClip [boltflyer] Frame 1Symbol 40 MovieClip
"hit2"Symbol 831 MovieClip [boltflyer] Frame 1Symbol 40 MovieClip
"shifter"Symbol 831 MovieClip [boltflyer] Frame 1Symbol 815 MovieClip
"paint"Symbol 831 MovieClip [boltflyer] Frame 1Symbol 823 MovieClip
"1"Symbol 831 MovieClip [boltflyer] Frame 2Symbol 809 MovieClip
"hit"Symbol 831 MovieClip [boltflyer] Frame 3Symbol 40 MovieClip
"hit"Symbol 880 MovieClip [tb] Frame 1Symbol 33 MovieClip [box_alive]
"dis"Symbol 886 MovieClip [enemyshot] Frame 1Symbol 33 MovieClip [box_alive]
"nose"Symbol 943 MovieClip Frame 1Symbol 896 MovieClip
"nose"Symbol 943 MovieClip Frame 22Symbol 896 MovieClip
"nose"Symbol 943 MovieClip Frame 43Symbol 896 MovieClip
"nose"Symbol 943 MovieClip Frame 67Symbol 896 MovieClip
"head"Symbol 992 MovieClip Frame 1Symbol 943 MovieClip
"hit"Symbol 1008 MovieClip Frame 1Symbol 40 MovieClip
"hitta"Symbol 1020 MovieClip [speedt] Frame 1Symbol 40 MovieClip
"wheels"Symbol 1020 MovieClip [speedt] Frame 2Symbol 984 MovieClip
"head"Symbol 1020 MovieClip [speedt] Frame 2Symbol 992 MovieClip
"1"Symbol 1020 MovieClip [speedt] Frame 2Symbol 994 MovieClip
"tshift"Symbol 1020 MovieClip [speedt] Frame 2Symbol 1010 MovieClip
"2"Symbol 1020 MovieClip [speedt] Frame 3Symbol 994 MovieClip
"3"Symbol 1020 MovieClip [speedt] Frame 4Symbol 994 MovieClip
"4"Symbol 1020 MovieClip [speedt] Frame 5Symbol 994 MovieClip
"5"Symbol 1020 MovieClip [speedt] Frame 6Symbol 994 MovieClip
"6"Symbol 1020 MovieClip [speedt] Frame 7Symbol 994 MovieClip
"7"Symbol 1020 MovieClip [speedt] Frame 8Symbol 994 MovieClip
"8"Symbol 1020 MovieClip [speedt] Frame 9Symbol 994 MovieClip
"9"Symbol 1020 MovieClip [speedt] Frame 10Symbol 994 MovieClip
"2"Symbol 1020 MovieClip [speedt] Frame 11Symbol 1013 MovieClip [metal_gib_random]
"basichit"Symbol 1026 MovieClip [bullet22] Frame 1Symbol 31 MovieClip
"bullet2"Symbol 1026 MovieClip [bullet22] Frame 2Symbol 43 MovieClip
"shard"Symbol 1065 MovieClip [particle_explode] Frame 1Symbol 1064 MovieClip [particle]
"hit"Symbol 1073 MovieClip [iball] Frame 1Symbol 40 MovieClip
"box_alive"Symbol 1132 MovieClip Frame 10Symbol 33 MovieClip [box_alive]
"hitta2"Symbol 1145 MovieClip Frame 1Symbol 40 MovieClip
"idle"Symbol 1153 MovieClip [drill_pirate] Frame 1Symbol 1086 MovieClip
"hitta"Symbol 1153 MovieClip [drill_pirate] Frame 1Symbol 40 MovieClip
"lifed"Symbol 1153 MovieClip [drill_pirate] Frame 1Symbol 1089 MovieClip
"head"Symbol 1153 MovieClip [drill_pirate] Frame 1Symbol 1095 MovieClip
"pirdead"Symbol 1153 MovieClip [drill_pirate] Frame 4Symbol 1145 MovieClip
"torso"Symbol 1153 MovieClip [drill_pirate] Frame 6Symbol 800 MovieClip
"gem"Symbol 1213 MovieClip Frame 1Symbol 1212 MovieClip
"wall_alive"Symbol 1287 MovieClip Frame 1Symbol 1218 MovieClip
"flash"Symbol 1287 MovieClip Frame 2Symbol 1221 MovieClip
"flash2"Symbol 1287 MovieClip Frame 3Symbol 1221 MovieClip
"flash3"Symbol 1287 MovieClip Frame 4Symbol 1221 MovieClip
"flash4"Symbol 1287 MovieClip Frame 5Symbol 1221 MovieClip
"flash5"Symbol 1287 MovieClip Frame 6Symbol 1221 MovieClip
"flash6"Symbol 1287 MovieClip Frame 7Symbol 1221 MovieClip
"hit"Symbol 1307 MovieClip Frame 1Symbol 40 MovieClip
"hit"Symbol 1339 MovieClip Frame 1Symbol 40 MovieClip
"hit"Symbol 1346 MovieClip Frame 1Symbol 40 MovieClip
"h1"Symbol 1346 MovieClip Frame 2Symbol 1314 MovieClip
"flash"Symbol 1346 MovieClip Frame 3Symbol 1316 MovieClip
"h2"Symbol 1346 MovieClip Frame 3Symbol 1314 MovieClip
"h3"Symbol 1346 MovieClip Frame 4Symbol 1314 MovieClip
"chunk2"Symbol 1346 MovieClip Frame 8Symbol 1339 MovieClip
"chunk3"Symbol 1346 MovieClip Frame 8Symbol 1339 MovieClip
"chunk1"Symbol 1346 MovieClip Frame 8Symbol 1339 MovieClip
"chunk4"Symbol 1346 MovieClip Frame 8Symbol 1339 MovieClip
"switcher"Symbol 1359 MovieClip Frame 1Symbol 1350 MovieClip
"hit"Symbol 1359 MovieClip Frame 1Symbol 40 MovieClip
"1"Symbol 1359 MovieClip Frame 2Symbol 1358 MovieClip
"2"Symbol 1359 MovieClip Frame 3Symbol 1358 MovieClip
"3"Symbol 1359 MovieClip Frame 4Symbol 1358 MovieClip
"sup1"Symbol 1360 MovieClip Frame 1Symbol 1307 MovieClip
"sup2"Symbol 1360 MovieClip Frame 1Symbol 1307 MovieClip
"wall2"Symbol 1360 MovieClip Frame 1Symbol 1346 MovieClip
"wall1"Symbol 1360 MovieClip Frame 1Symbol 1346 MovieClip
"scafftop"Symbol 1360 MovieClip Frame 1Symbol 1359 MovieClip
"wall1"Symbol 1362 MovieClip Frame 1Symbol 1287 MovieClip
"scaf2"Symbol 1362 MovieClip Frame 1Symbol 1360 MovieClip
"scaf1"Symbol 1362 MovieClip Frame 1Symbol 1360 MovieClip
"wall2"Symbol 1362 MovieClip Frame 1Symbol 1287 MovieClip
"stubble"Symbol 1362 MovieClip Frame 1Symbol 40 MovieClip
"buzz_alive"Symbol 1376 MovieClip Frame 1Symbol 1368 MovieClip
"1"Symbol 1376 MovieClip Frame 2Symbol 809 MovieClip
"3"Symbol 1376 MovieClip Frame 3Symbol 809 MovieClip
"2"Symbol 1376 MovieClip Frame 4Symbol 809 MovieClip
"4"Symbol 1376 MovieClip Frame 5Symbol 809 MovieClip
"4"Symbol 1376 MovieClip Frame 5Symbol 809 MovieClip
"wig1"Symbol 1376 MovieClip Frame 6Symbol 1375 MovieClip
"crate_alive"Symbol 1388 MovieClip Frame 1Symbol 40 MovieClip
"rota_box"Symbol 1388 MovieClip Frame 1Symbol 1381 MovieClip
"rota_box"Symbol 1388 MovieClip Frame 2Symbol 1381 MovieClip
"gcgun"Symbol 1414 MovieClip Frame 3Symbol 1413 MovieClip
"swipe"Symbol 1439 MovieClip Frame 2Symbol 1438 MovieClip
"gcgun"Symbol 1439 MovieClip Frame 3Symbol 1413 MovieClip
"head"Symbol 1463 MovieClip Frame 2Symbol 1460 MovieClip
"head"Symbol 1475 MovieClip Frame 1Symbol 1463 MovieClip
"head"Symbol 1492 MovieClip Frame 1Symbol 1463 MovieClip
"head"Symbol 1492 MovieClip Frame 6Symbol 1463 MovieClip
"1"Symbol 1500 MovieClip Frame 1Symbol 203 MovieClip
"head"Symbol 1508 MovieClip Frame 1Symbol 1463 MovieClip
"shine"Symbol 1508 MovieClip Frame 1Symbol 1178 MovieClip [shine]
"hurtbox"Symbol 1508 MovieClip Frame 1Symbol 1465 MovieClip
"jump"Symbol 1508 MovieClip Frame 3Symbol 1487 MovieClip
"hurtbox"Symbol 1508 MovieClip Frame 4Symbol 1465 MovieClip
"shine"Symbol 1508 MovieClip Frame 7Symbol 1178 MovieClip [shine]
"head"Symbol 1508 MovieClip Frame 7Symbol 1463 MovieClip
"gr1"Symbol 1647 MovieClip Frame 1Symbol 1541 MovieClip
"box_alive"Symbol 1647 MovieClip Frame 1Symbol 33 MovieClip [box_alive]
"hit2"Symbol 1647 MovieClip Frame 1Symbol 40 MovieClip
"gr1"Symbol 1647 MovieClip Frame 15Symbol 1604 MovieClip
"box_alive"Symbol 1647 MovieClip Frame 15Symbol 33 MovieClip [box_alive]
"gr1"Symbol 1647 MovieClip Frame 17Symbol 1604 MovieClip
"firehit"Symbol 1647 MovieClip Frame 17Symbol 40 MovieClip
"node"Symbol 1661 MovieClip Frame 1Symbol 40 MovieClip
"bt"Symbol 1667 MovieClip Frame 1Symbol 1664 MovieClip
"node"Symbol 1667 MovieClip Frame 1Symbol 40 MovieClip
"t"Symbol 1673 MovieClip Frame 1Symbol 1670 MovieClip
"node"Symbol 1673 MovieClip Frame 1Symbol 40 MovieClip
"2"Symbol 1682 MovieClip Frame 60Symbol 809 MovieClip
"node"Symbol 1704 MovieClip Frame 1Symbol 40 MovieClip
"1"Symbol 1704 MovieClip Frame 2Symbol 1684 MovieClip
"2"Symbol 1704 MovieClip Frame 3Symbol 1684 MovieClip
"3"Symbol 1704 MovieClip Frame 4Symbol 1684 MovieClip
"4"Symbol 1704 MovieClip Frame 5Symbol 1684 MovieClip
"5"Symbol 1704 MovieClip Frame 6Symbol 1684 MovieClip
"6"Symbol 1704 MovieClip Frame 7Symbol 1684 MovieClip
"7"Symbol 1704 MovieClip Frame 8Symbol 1684 MovieClip
"8"Symbol 1704 MovieClip Frame 9Symbol 1684 MovieClip
"9"Symbol 1704 MovieClip Frame 10Symbol 1684 MovieClip
"10"Symbol 1704 MovieClip Frame 11Symbol 1684 MovieClip
"1"Symbol 1704 MovieClip Frame 12Symbol 1692 MovieClip
"2"Symbol 1704 MovieClip Frame 12Symbol 1694 MovieClip
"1"Symbol 1704 MovieClip Frame 12Symbol 809 MovieClip
"4"Symbol 1704 MovieClip Frame 13Symbol 809 MovieClip
"2"Symbol 1704 MovieClip Frame 13Symbol 809 MovieClip
"6"Symbol 1704 MovieClip Frame 14Symbol 809 MovieClip
"7"Symbol 1704 MovieClip Frame 14Symbol 809 MovieClip
"node"Symbol 1706 MovieClip Frame 1Symbol 40 MovieClip
"node"Symbol 1711 MovieClip Frame 1Symbol 40 MovieClip
"node"Symbol 1749 MovieClip Frame 1Symbol 40 MovieClip
"1"Symbol 1749 MovieClip Frame 2Symbol 1721 MovieClip
"2"Symbol 1749 MovieClip Frame 3Symbol 1721 MovieClip
"3"Symbol 1749 MovieClip Frame 4Symbol 1721 MovieClip
"4"Symbol 1749 MovieClip Frame 5Symbol 1721 MovieClip
"5"Symbol 1749 MovieClip Frame 6Symbol 1721 MovieClip
"6"Symbol 1749 MovieClip Frame 7Symbol 1721 MovieClip
"7"Symbol 1749 MovieClip Frame 8Symbol 1721 MovieClip
"8"Symbol 1749 MovieClip Frame 9Symbol 1721 MovieClip
"9"Symbol 1749 MovieClip Frame 10Symbol 1721 MovieClip
"10"Symbol 1749 MovieClip Frame 11Symbol 1721 MovieClip
"11"Symbol 1749 MovieClip Frame 12Symbol 1721 MovieClip
"12"Symbol 1749 MovieClip Frame 13Symbol 1721 MovieClip
"13"Symbol 1749 MovieClip Frame 14Symbol 1721 MovieClip
"1"Symbol 1749 MovieClip Frame 15Symbol 809 MovieClip
"14"Symbol 1749 MovieClip Frame 15Symbol 1721 MovieClip
"1"Symbol 1749 MovieClip Frame 16Symbol 809 MovieClip
"1"Symbol 1749 MovieClip Frame 17Symbol 809 MovieClip
"3"Symbol 1749 MovieClip Frame 17Symbol 809 MovieClip
"7"Symbol 1749 MovieClip Frame 17Symbol 1013 MovieClip [metal_gib_random]
"4"Symbol 1749 MovieClip Frame 17Symbol 1013 MovieClip [metal_gib_random]
"1"Symbol 1749 MovieClip Frame 17Symbol 1013 MovieClip [metal_gib_random]
"3"Symbol 1749 MovieClip Frame 17Symbol 809 MovieClip
"eye"Symbol 1770 MovieClip Frame 1Symbol 1753 MovieClip
"node"Symbol 1770 MovieClip Frame 1Symbol 40 MovieClip
"eye3"Symbol 1770 MovieClip Frame 2Symbol 1753 MovieClip
"44"Symbol 1770 MovieClip Frame 11Symbol 1769 MovieClip
"45"Symbol 1770 MovieClip Frame 11Symbol 1769 MovieClip
"44"Symbol 1770 MovieClip Frame 12Symbol 1769 MovieClip
"45"Symbol 1770 MovieClip Frame 12Symbol 1769 MovieClip
"node"Symbol 1796 MovieClip Frame 1Symbol 40 MovieClip
"2"Symbol 1796 MovieClip Frame 2Symbol 1780 MovieClip
"36"Symbol 1796 MovieClip Frame 2Symbol 1065 MovieClip [particle_explode]
"35"Symbol 1796 MovieClip Frame 2Symbol 1065 MovieClip [particle_explode]
"3"Symbol 1796 MovieClip Frame 3Symbol 1780 MovieClip
"31"Symbol 1796 MovieClip Frame 3Symbol 1065 MovieClip [particle_explode]
"37"Symbol 1796 MovieClip Frame 3Symbol 1065 MovieClip [particle_explode]
"4"Symbol 1796 MovieClip Frame 4Symbol 1780 MovieClip
"5"Symbol 1796 MovieClip Frame 5Symbol 1780 MovieClip
"41"Symbol 1796 MovieClip Frame 5Symbol 1065 MovieClip [particle_explode]
"40"Symbol 1796 MovieClip Frame 5Symbol 1065 MovieClip [particle_explode]
"6"Symbol 1796 MovieClip Frame 6Symbol 1780 MovieClip
"56"Symbol 1796 MovieClip Frame 6Symbol 1065 MovieClip [particle_explode]
"55"Symbol 1796 MovieClip Frame 6Symbol 1065 MovieClip [particle_explode]
"7"Symbol 1796 MovieClip Frame 7Symbol 1780 MovieClip
"8"Symbol 1796 MovieClip Frame 8Symbol 1780 MovieClip
"9"Symbol 1796 MovieClip Frame 9Symbol 1780 MovieClip
"34"Symbol 1796 MovieClip Frame 11Symbol 809 MovieClip
"g10"Symbol 1797 MovieClip Frame 1Symbol 1661 MovieClip
"g5"Symbol 1797 MovieClip Frame 1Symbol 1667 MovieClip
"g9"Symbol 1797 MovieClip Frame 1Symbol 1667 MovieClip
"g6"Symbol 1797 MovieClip Frame 1Symbol 1673 MovieClip
"g7"Symbol 1797 MovieClip Frame 1Symbol 1673 MovieClip
"g8"Symbol 1797 MovieClip Frame 1Symbol 1673 MovieClip
"g2"Symbol 1797 MovieClip Frame 1Symbol 1704 MovieClip
"g1"Symbol 1797 MovieClip Frame 1Symbol 1706 MovieClip
"g11"Symbol 1797 MovieClip Frame 1Symbol 1711 MovieClip
"g4"Symbol 1797 MovieClip Frame 1Symbol 1749 MovieClip
"g12"Symbol 1797 MovieClip Frame 1Symbol 1770 MovieClip
"g3"Symbol 1797 MovieClip Frame 1Symbol 1796 MovieClip
"switcher"Symbol 1797 MovieClip Frame 1Symbol 1169 MovieClip [switcher]
"node"Symbol 1869 MovieClip Frame 1Symbol 40 MovieClip
"2"Symbol 1869 MovieClip Frame 2Symbol 1831 MovieClip
"node"Symbol 1869 MovieClip Frame 2Symbol 40 MovieClip
"3"Symbol 1869 MovieClip Frame 3Symbol 1831 MovieClip
"node"Symbol 1869 MovieClip Frame 3Symbol 40 MovieClip
"4"Symbol 1869 MovieClip Frame 3Symbol 204 MovieClip
"4"Symbol 1869 MovieClip Frame 4Symbol 1831 MovieClip
"5"Symbol 1869 MovieClip Frame 4Symbol 204 MovieClip
"5"Symbol 1869 MovieClip Frame 5Symbol 1831 MovieClip
"6"Symbol 1869 MovieClip Frame 5Symbol 204 MovieClip
"3"Symbol 1869 MovieClip Frame 6Symbol 204 MovieClip
"4"Symbol 1869 MovieClip Frame 7Symbol 204 MovieClip
"7"Symbol 1869 MovieClip Frame 7Symbol 204 MovieClip
"3"Symbol 1869 MovieClip Frame 8Symbol 204 MovieClip
"2"Symbol 1869 MovieClip Frame 8Symbol 204 MovieClip
"lips"Symbol 1893 MovieClip Frame 1Symbol 1869 MovieClip
"node2"Symbol 1893 MovieClip Frame 1Symbol 40 MovieClip
"box_alive"Symbol 1893 MovieClip Frame 1Symbol 33 MovieClip [box_alive]
"follow"Symbol 1893 MovieClip Frame 1Symbol 33 MovieClip [box_alive]
"gib1"Symbol 1893 MovieClip Frame 2Symbol 1861 MovieClip
"5"Symbol 1893 MovieClip Frame 2Symbol 204 MovieClip
"5"Symbol 1893 MovieClip Frame 2Symbol 204 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "ting"
ExportAssets (56)Timeline Frame 1Symbol 17 as "sprout"
ExportAssets (56)Timeline Frame 1Symbol 29 as "dia_explode"
ExportAssets (56)Timeline Frame 1Symbol 30 as "bullet_explode"
ExportAssets (56)Timeline Frame 1Symbol 33 as "box_alive"
ExportAssets (56)Timeline Frame 1Symbol 100 as "bullet1"
ExportAssets (56)Timeline Frame 1Symbol 163 as "sprout1"
ExportAssets (56)Timeline Frame 1Symbol 298 as "flamegib"
ExportAssets (56)Timeline Frame 1Symbol 326 as "ammog"
ExportAssets (56)Timeline Frame 1Symbol 385 as "smoke"
ExportAssets (56)Timeline Frame 1Symbol 457 as "coinrab"
ExportAssets (56)Timeline Frame 1Symbol 458 as "enemy"
ExportAssets (56)Timeline Frame 1Symbol 468 as "gib"
ExportAssets (56)Timeline Frame 1Symbol 639 as "bloodcloud"
ExportAssets (56)Timeline Frame 1Symbol 810 as "pirate1"
ExportAssets (56)Timeline Frame 1Symbol 831 as "boltflyer"
ExportAssets (56)Timeline Frame 1Symbol 837 as "pirate_bullet"
ExportAssets (56)Timeline Frame 1Symbol 845 as "cuttershot_explode"
ExportAssets (56)Timeline Frame 1Symbol 855 as "bullgex"
ExportAssets (56)Timeline Frame 1Symbol 880 as "tb"
ExportAssets (56)Timeline Frame 1Symbol 886 as "enemyshot"
ExportAssets (56)Timeline Frame 1Symbol 1013 as "metal_gib_random"
ExportAssets (56)Timeline Frame 1Symbol 1020 as "speedt"
ExportAssets (56)Timeline Frame 1Symbol 1023 as "metalbullet"
ExportAssets (56)Timeline Frame 1Symbol 1025 as "ps1"
ExportAssets (56)Timeline Frame 1Symbol 1026 as "bullet22"
ExportAssets (56)Timeline Frame 1Symbol 1064 as "particle"
ExportAssets (56)Timeline Frame 1Symbol 1065 as "particle_explode"
ExportAssets (56)Timeline Frame 1Symbol 1073 as "iball"
ExportAssets (56)Timeline Frame 1Symbol 1074 as "smokeanim"
ExportAssets (56)Timeline Frame 1Symbol 1153 as "drill_pirate"
ExportAssets (56)Timeline Frame 1Symbol 1167 as "gem"
ExportAssets (56)Timeline Frame 1Symbol 1169 as "switcher"
ExportAssets (56)Timeline Frame 1Symbol 1174 as "herodie"
ExportAssets (56)Timeline Frame 1Symbol 1178 as "shine"
ExportAssets (56)Timeline Frame 1Symbol 1182 as "grenader"
ExportAssets (56)Timeline Frame 1Symbol 1868 as "tooth"

Labels

"alive"Symbol 458 MovieClip [enemy] Frame 1
"dead"Symbol 458 MovieClip [enemy] Frame 4
"dead2"Symbol 458 MovieClip [enemy] Frame 5
"blastr"Symbol 1414 MovieClip Frame 1

Dynamic Text Variables

coinsSymbol 1188 EditableText"0"
ammoSymbol 1190 EditableText"0"
lifeSymbol 1198 EditableText"100"




http://swfchan.com/51/251901/info.shtml
Created: 10/5 -2023 22:05:16 Last modified: 10/5 -2023 22:05:16 Server time: 28/04 -2024 19:58:24