Frame 1
MochiAd.showPreGameAd({id:"a4ca35d72fe52543", res:"550x400"});
Frame 2
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
__com_mochibot__("6369dd88", this, 10301, true);
Frame 122
stop();
gunPowder = 5;
level = 1;
speed = 4;
score = 0;
hits = 10;
health = 100;
l1Clue = 0;
l2Clue = 0;
numEnemy = 10;
_root.weapon = 1;
_root.changing = false;
_root.hiding = false;
_root.machine_gunning = false;
_root.upgrade = 0;
_root.sonicing = false;
MAXrobots = 1;
upBoundry = 130;
downBoundry = 210;
ltBoundry = 50;
rtBoundry = 500;
Xfactor = 0.4;
Yfactor = 0.4;
atMenu = true;
gameover = false;
Mouse.show();
Instance of Symbol 206 MovieClip in Frame 122
onClipEvent (load) {
this.gotoAndStop("off");
}
Frame 123
play();
Instance of Symbol 206 MovieClip in Frame 123
onClipEvent (load) {
this.gotoAndStop("off");
}
Frame 152
play();
Instance of Symbol 134 MovieClip "energyBar" in Frame 169
onClipEvent (enterFrame) {
if (((this._xscale > 10) && (!_root.hiding)) && (!_parent._parent.behindDoor)) {
this._xscale = this._xscale - 0.7;
}
}
Instance of Symbol 329 MovieClip in Frame 256
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) && (!_root.invisible)) {
_root.health = _root.health - 10;
_root.hero.back.gotoAndPlay(2);
}
}
Instance of Symbol 329 MovieClip in Frame 266
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) && (!_root.invisible)) {
_root.health = _root.health - 10;
_root.hero.back.gotoAndPlay(2);
}
}
Instance of Symbol 329 MovieClip in Frame 318
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) && (!_root.invisible)) {
_root.health = _root.health - 10;
_root.hero.back.gotoAndPlay(2);
}
}
Instance of Symbol 329 MovieClip in Frame 328
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) && (!_root.invisible)) {
_root.health = _root.health - 10;
_root.hero.back.gotoAndPlay(2);
}
}
Instance of Symbol 354 MovieClip in Frame 335
onClipEvent (load) {
this._xscale = 15;
this._yscale = 15;
this._alpha = 0;
}
onClipEvent (enterFrame) {
if ((_root.tunnelToll > 6) && (this._xscale < 50)) {
this._xscale = this._xscale * _root.scaleUP;
this._yscale = this._yscale * _root.scaleUP;
this._alpha = this._alpha + 5;
if (this._xscale > 49) {
_root.upBoundry = 175;
_root.gotoAndStop("level7");
}
}
}
Instance of Symbol 355 MovieClip in Frame 335
onClipEvent (enterFrame) {
if (_root.tunnelToll > 6) {
this._xscale = this._xscale * _root.scaleUP;
this._yscale = this._yscale * _root.scaleUP;
this._alpha = this._alpha - 5;
}
}
Instance of Symbol 355 MovieClip in Frame 335
onClipEvent (enterFrame) {
if (_root.tunnelToll > 6) {
this._xscale = this._xscale * _root.scaleUP;
this._yscale = this._yscale * _root.scaleUP;
this._alpha = this._alpha - 5;
}
}
Instance of Symbol 355 MovieClip in Frame 335
onClipEvent (enterFrame) {
if (_root.tunnelToll > 6) {
this._xscale = this._xscale * _root.scaleUP;
this._yscale = this._yscale * _root.scaleUP;
this._alpha = this._alpha - 5;
}
}
Instance of Symbol 355 MovieClip in Frame 335
/* no clip actions */
Instance of Symbol 355 MovieClip in Frame 335
/* no clip actions */
Instance of Symbol 329 MovieClip in Frame 380
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) && (!_root.invisible)) {
_root.health = _root.health - 10;
_root.hero.back.gotoAndPlay(2);
}
}
Instance of Symbol 329 MovieClip in Frame 390
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) && (!_root.invisible)) {
_root.health = _root.health - 10;
_root.hero.back.gotoAndPlay(2);
}
}
Frame 723
stop();
_root.atMenu = true;
Frame 724
function Scope() {
if ((!gameover) && (!_root.atMenu)) {
Mouse.hide();
_root.scope.gotoAndStop(_root.weapon);
} else if (gameover || (_root.atMenu)) {
Mouse.show();
_root.scope.swapDepths(99999);
_root.scope.removeMovieClip();
}
}
function rounds() {
if (weapon == 1) {
ammunition = blaster_shells_loaded;
}
if (weapon == 2) {
ammunition = bazuka_shells_loaded;
}
if (weapon == 3) {
ammunition = machineGun_shells_loaded;
}
if (weapon == 4) {
ammunition = special_shells_loaded;
}
if (weapon == 5) {
ammunition = special_shells_loaded;
}
}
function Reload() {
if (Key.isDown(82) || (Key.isDown(32) && (!changing))) {
_root.changing = true;
_root.hero.arms.gotoAndPlay("changing");
if (((weapon == 1) && (blaster_shells_loaded < 15)) && (blaster_rounds > 0)) {
_root.blaster_shells_loaded = 25;
_root.blaster_rounds = _root.blaster_rounds - 1;
_root.dashboard.ammo.bar._xscale = 100;
}
if (((weapon == 2) && (bazuka_shells_loaded < 4)) && (bazuka_rounds > 0)) {
_root.bazuka_shells_loaded = 11;
_root.bazuka_rounds = _root.bazuka_rounds - 1;
_root.dashboard.ammo.bar._xscale = 100;
}
if (((weapon == 3) && (machineGun_shells_loaded < 25)) && (machineGun_rounds > 0)) {
_root.machineGun_shells_loaded = 50;
_root.machineGun_rounds = _root.machineGun_rounds - 1;
_root.dashboard.ammo.bar._xscale = 100;
}
if (((weapon == 4) && (special_shells_loaded < 1)) && (special_rounds > 0)) {
_root.special_shells_loaded = 1;
_root.special_rounds = _root.special_rounds - 1;
_root.special.ammo.bar._xscale = 100;
}
if (((weapon == 5) && (special_shells_loaded < 1)) && (special_rounds > 0)) {
_root.special_shells_loaded = 1;
_root.special_rounds = _root.special_rounds - 1;
_root.special.ammo.bar._xscale = 100;
}
}
}
function Arms() {
if (!_root.changing) {
_root.hero.arms.gotoAndStop(Math.round(Math.round(_root.scope._x - _root.hero._x) / 50) + 10);
_root.hero.arms.gun.gotoAndStop(_root.weapon);
_root.hero.arms.gun2.gotoAndStop(_root.weapon);
}
}
function moveHero() {
if (!gameover) {
_root.hero._xscale = 100 + ((_root.hero._y - 250) * Xfactor);
_root.hero._yscale = 100 + ((_root.hero._y - 250) * Yfactor);
if (Key.isDown(68) and (_root.hero._x < rtBoundry)) {
_root.hero._x = _root.hero._x + speed;
_root.hero.pants.gotoAndStop("walk");
}
if (Key.isDown(65) and (_root.hero._x > ltBoundry)) {
_root.hero._x = _root.hero._x - speed;
_root.hero.pants.gotoAndStop("walk");
}
if (Key.isDown(87) and (_root.hero._y > _root.upBoundry)) {
_root.hero._y = _root.hero._y - (speed - 2);
_root.hero.pants.gotoAndStop("walk");
}
if (Key.isDown(83) and (_root.hero._y < _root.downBoundry)) {
_root.hero._y = _root.hero._y + (speed - 2);
_root.hero.pants.gotoAndStop("walk");
}
}
}
function HidingOut() {
if (_root.hero.hidingBlockHero.hitTest(_root.hidingBlock || (_root.elevator.hidingBlock2)) || (_root.hero.hidingBlockHero.hitTest(_root.elevator.hidingBlock || (_root.hidingBlock2)))) {
_root.hiding = true;
} else {
_root.hiding = false;
}
}
function LevelUp() {
if (_root.hero.hidingBlockHero.hitTest(_root.levelBlock)) {
_root.arrowUp.gotoAndStop(1);
_root.upBoundry = 130;
_root.level = _root.level + 1;
_root.hero._x = 275;
_root.hero._y = 211.4;
_root.nextFrame();
}
}
function Health() {
if (_root.health < 18) {
_root.gameover = true;
_root.hero.gotoAndStop("captured");
}
}
function BonusPoints() {
if (!gameover) {
_root.bonus = _root.bonus - 1;
}
}
function weaponChoice() {
if (Key.isDown(49)) {
_root.changing = true;
_root.hero.arms.gotoAndPlay("changing");
_root.weapon = 1;
_root.gunPowder = 5;
_root.dashboard.guns.play();
}
if (Key.isDown(50)) {
_root.changing = true;
_root.hero.arms.gotoAndPlay("changing");
_root.weapon = 2;
_root.gunPowder = 15;
_root.dashboard.guns.play();
}
if (Key.isDown(51)) {
_root.changing = true;
_root.hero.arms.gotoAndPlay("changing");
_root.weapon = 3;
_root.gunPowder = 2;
_root.dashboard.guns.play();
}
if (Key.isDown(52) && (special == 4)) {
_root.changing = true;
_root.hero.arms.gotoAndPlay("changing");
weapon = 4;
_root.dashboard.guns.play();
}
if (Key.isDown(52) && (special == 5)) {
_root.changing = true;
_root.hero.arms.gotoAndPlay("changing");
weapon = 5;
_root.dashboard.guns.play();
}
}
stop();
ammunition = 25;
blaster_rounds = 60;
blaster_shells = 50;
blaster_shells_loaded = 25;
bazuka_rounds = 2;
bazuka_shells = 11;
bazuka_shells_loaded = 11;
machineGun_rounds = 6;
machineGun_shells = 50;
machineGun_shells_loaded = 50;
special_rounds = 3;
special_shells = 3;
special_shells_loaded = 1;
gunPowder = 5;
level = 1;
speed = 4;
special = 0;
spiders_killed = 0;
score = 0;
hits = 10;
health = 100;
invisible = false;
l1Clue = 0;
l2Clue = 0;
numEnemy = 10;
open_counter = 0;
_root.weapon = 1;
_root.changing = false;
_root.hiding = false;
_root.machine_gunning = false;
_root.upgrade = 0;
_root.sonicing = false;
MAXrobots = 1;
MAXblast = 10;
upBoundry = 130;
downBoundry = 210;
ltBoundry = 50;
rtBoundry = 500;
Xfactor = 0.4;
Yfactor = 0.4;
gameover = false;
_root.atMenu = false;
_root.door_is_opening = false;
weapon = 1;
scope.onMouseMove = function () {
this._x = this._parent._xmouse;
this._y = this._parent._ymouse;
updateAfterEvent();
};
_root.onEnterFrame = function () {
shoot();
moveHero();
moveEnemy();
Scope();
Arms();
HidingOut();
LevelUp();
Health();
BonusPoints();
weaponChoice();
Reload();
rounds();
};
Instance of Symbol 116 MovieClip [scope] "scope" in Frame 724
onClipEvent (enterFrame) {
this.swapDepths(999);
if (_root.hiding) {
this._alpha = 30;
} else {
this._alpha = 100;
}
}
onClipEvent (mouseDown) {
if (((_root.hiding == false) && (_root.ammunition > 0)) && (!_root.changing)) {
_root.machine_gunning = true;
_root.scope.guts.gotoAndStop(2);
_root.hero.arms.gun.blast.gotoAndStop(2);
_root.hero.arms.gun2.blast.gotoAndStop(2);
_root.shooting = true;
}
}
onClipEvent (mouseUp) {
_root.machine_gunning = false;
_root.scope.guts.gotoAndStop(1);
_root.hero.arms.gun.blast.gotoAndStop(1);
_root.hero.arms.gun2.blast.gotoAndStop(1);
_root.shooting = false;
}
Instance of Symbol 493 MovieClip "hero" in Frame 724
onClipEvent (enterFrame) {
this.swapDepths(1000);
}
Instance of Symbol 390 MovieClip "snow" in Frame 724
onClipEvent (enterFrame) {
this.swapDepths(2000);
}
Instance of Symbol 543 MovieClip "dashboard" in Frame 724
onClipEvent (enterFrame) {
this.swapDepths(5000);
}
Instance of Symbol 206 MovieClip in Frame 724
onClipEvent (load) {
this.gotoAndStop("off");
}
Frame 725
_root.snow.swapDepths(99999);
_root.snow.removeMovieClip();
_root.upBoundry = 180;
Xfactor = 0.65;
Yfactor = 0.65;
Instance of Symbol 554 MovieClip in Frame 725
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
}
onClipEvent (enterFrame) {
if ((this._x > 250) && (!this.Dead)) {
this._x = this._x - 0.6;
}
if (((this._y < 200) && (!this.Dead)) && (this._x < 252)) {
this._y = this._y + 1;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
}
}
onClipEvent (enterFrame) {
if ((this._y > 190) && (!this.Dead)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
}
Instance of Symbol 554 MovieClip in Frame 725
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (this._x < 325) {
this._alpha = 100;
}
if ((this._x > 270) && (!this.Dead)) {
this._x = this._x - 2;
}
if (((this._y < 200) && (!this.Dead)) && (this._x < 272)) {
this._y = this._y + 1;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
}
}
onClipEvent (enterFrame) {
if ((this._y > 190) && (!this.Dead)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
}
Instance of Symbol 554 MovieClip in Frame 725
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (this._x < 325) {
this._alpha = 100;
}
if ((this._x > 270) && (!this.Dead)) {
this._x = this._x - 2;
}
if (((this._y < 200) && (!this.Dead)) && (this._x < 272)) {
this._y = this._y + 1;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
}
}
onClipEvent (enterFrame) {
if ((this._y > 190) && (!this.Dead)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
}
Instance of Symbol 554 MovieClip in Frame 725
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (this._x < 325) {
this._alpha = 100;
}
if ((this._x > 270) && (!this.Dead)) {
this._x = this._x - 2;
}
if (((this._y < 200) && (!this.Dead)) && (this._x < 272)) {
this._y = this._y + 1;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
}
}
onClipEvent (enterFrame) {
if ((this._y > 190) && (!this.Dead)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
}
Instance of Symbol 644 MovieClip in Frame 725
onClipEvent (load) {
this.hp = 12;
this.Dead = false;
}
onClipEvent (enterFrame) {
if ((this._y < 180) && (!this.Dead)) {
this._y = this._y + 1.5;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
}
}
onClipEvent (enterFrame) {
if (((this._y > 176) && (this._y < 178)) && (!this.Dead)) {
this.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (this.deflection.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
}
if (this.hitArea.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
this.hp = this.hp - _root.gunPowder;
if (this.hp < 0) {
this.Dead = true;
_root.score = _root.score + 1000;
this.gotoAndPlay("gone");
}
}
}
Instance of Symbol 3 MovieClip "levelBlock1" in Frame 725
onClipEvent (enterFrame) {
if (_root.hero.hidingBlockHero.hitTest(this)) {
_root.hero._x = 275;
_root.hero._y = 211.4;
_root.nextFrame();
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 725
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 486 MovieClip "arrow2" in Frame 725
onClipEvent (enterFrame) {
if (_root.spiders_killed > 3) {
_root.arrow2.gotoAndStop(2);
_root.upBoundry = 90;
}
}
Frame 726
_root.upBoundry = 180;
Xfactor = 0.65;
Yfactor = 0.65;
_root.spiders_killed = 0;
Instance of Symbol 355 MovieClip in Frame 726
onClipEvent (enterFrame) {
if (_root.tunnelToll > 6) {
this._xscale = this._xscale * _root.scaleUP;
this._yscale = this._yscale * _root.scaleUP;
this._alpha = this._alpha - 5;
}
}
Instance of Symbol 355 MovieClip in Frame 726
onClipEvent (enterFrame) {
if (_root.tunnelToll > 6) {
this._xscale = this._xscale * _root.scaleUP;
this._yscale = this._yscale * _root.scaleUP;
this._alpha = this._alpha - 5;
}
}
Instance of Symbol 355 MovieClip in Frame 726
onClipEvent (enterFrame) {
if (_root.tunnelToll > 6) {
this._xscale = this._xscale * _root.scaleUP;
this._yscale = this._yscale * _root.scaleUP;
this._alpha = this._alpha - 5;
}
}
Instance of Symbol 355 MovieClip in Frame 726
/* no clip actions */
Instance of Symbol 355 MovieClip in Frame 726
/* no clip actions */
Instance of Symbol 354 MovieClip "door3" in Frame 726
/* no clip actions */
Instance of Symbol 554 MovieClip in Frame 726
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
}
onClipEvent (enterFrame) {
if ((this._x < 390) && (!this.Dead)) {
this._x = this._x + 1;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
}
}
onClipEvent (enterFrame) {
if ((this._x > 380) && (!this.Dead)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
}
Instance of Symbol 554 MovieClip in Frame 726
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
}
onClipEvent (enterFrame) {
if ((this._x > 90) && (!this.Dead)) {
this._x = this._x - 1;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
}
}
onClipEvent (enterFrame) {
if ((this._x < 100) && (!this.Dead)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
}
Instance of Symbol 554 MovieClip in Frame 726
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
}
onClipEvent (enterFrame) {
if ((this._y > 30) && (!this.Dead)) {
this._y = this._y - 1;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
}
}
onClipEvent (enterFrame) {
if ((this._y < 36) && (!this.Dead)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
}
Instance of Symbol 644 MovieClip in Frame 726
onClipEvent (load) {
this._alpha = 0;
this.hp = 12;
this.Dead = false;
}
onClipEvent (enterFrame) {
if (((this._y < 180) && (!this.Dead)) && (_root.spiders_killed > 2)) {
this._alpha = this._alpha + 3;
this._y = this._y + 1;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
}
}
onClipEvent (enterFrame) {
if (((this._y > 176) && (this._y < 178)) && (!this.Dead)) {
this.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (this.deflection.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
}
if (this.hitArea.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
this.hp = this.hp - _root.gunPowder;
if (this.hp < 0) {
_root.spiders_killed = _root.spiders_killed + 1;
this.Dead = true;
_root.score = _root.score + 1000;
this.gotoAndPlay("gone");
}
}
}
Instance of Symbol 486 MovieClip "arrow3" in Frame 726
onClipEvent (enterFrame) {
if (_root.spiders_killed > 3) {
_root.arrow3.gotoAndStop(2);
_root.upBoundry = 90;
}
}
Frame 727
_root.upBoundry = 180;
Xfactor = 0.4;
Yfactor = 0.4;
_root.spiders_killed = 0;
Instance of Symbol 700 MovieClip "rbElevator" in Frame 727
onClipEvent (load) {
this.dead = false;
this.active = true;
this.hp = 39;
}
onClipEvent (enterFrame) {
if (((!this.dead) && (this.active)) && (_root.door_is_opening)) {
this.gotoAndStop("aim");
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.scope.guts.inside)) {
this.hp = this.hp - _root.gunPowder;
}
if (this.head.hitTest(_root.scope.guts.inside) && (this.hp < 0)) {
this.dead = true;
_root.upBoundry = 90;
this.gotoAndStop("gone2");
this.active = false;
}
}
Instance of Symbol 354 MovieClip "door3" in Frame 727
onClipEvent (enterFrame) {
if (_root.scope.guts.inside.hitTest(_root.door3.lock)) {
_root.door3.gotoAndPlay("open");
_root.arrowUP3.gotoAndStop(2);
}
}
Instance of Symbol 3 MovieClip in Frame 727
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 727
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Frame 728
_root.hero._x = 275;
_root.hero._y = 250;
_root.upBoundry = 165;
_root.door_is_opening = false;
ltBoundry = 90;
rtBoundry = 470;
_root.l1Clue = 0;
_root.spiders_killed = 0;
Instance of Symbol 354 MovieClip "door5" in Frame 728
/* no clip actions */
Instance of Symbol 354 MovieClip "door4" in Frame 728
/* no clip actions */
Instance of Symbol 149 MovieClip [robot] "robot" in Frame 728
onClipEvent (load) {
this.Dead = false;
this.behindDoor = true;
this._alpha = 0;
this._xscale = 95;
this._yscale = 95;
}
onClipEvent (enterFrame) {
if (_root.door_is_opening && (this._alpha < 100)) {
this._alpha = this._alpha + 10;
this.behindDoor = false;
}
}
onClipEvent (enterFrame) {
if ((((this.head.energyBar._xscale < 12) && (!_root.hiding)) && (!behindDoor)) && (_root.hero._x > 200)) {
this.gun1.gotoAndStop("shoot");
this.gun2.gotoAndStop("shoot");
} else if (this.head.energyBar._xscale > 100) {
this.gun1.gotoAndStop(1);
this.gun2.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.hiding && (!behingDoor)) {
this.legRt.gotoAndPlay("front");
this.legLt.gotoAndPlay("back");
}
}
Instance of Symbol 149 MovieClip [robot] "robot2" in Frame 728
onClipEvent (load) {
this.Dead = false;
this.behindDoor = true;
this._alpha = 0;
this._xscale = 95;
this._yscale = 95;
}
onClipEvent (enterFrame) {
if (_root.door_is_opening && (this._alpha < 100)) {
this._alpha = this._alpha + 10;
this.behindDoor = false;
}
}
onClipEvent (enterFrame) {
if ((((this.head.energyBar._xscale < 12) && (!_root.hiding)) && (!behindDoor)) && (_root.hero._x < 350)) {
this.gun1.gotoAndStop("shoot");
this.gun2.gotoAndStop("shoot");
} else if (this.head.energyBar._xscale > 100) {
this.gun1.gotoAndStop(1);
this.gun2.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.hiding && (!behingDoor)) {
this.legRt.gotoAndPlay("front");
this.legLt.gotoAndPlay("back");
}
}
Instance of Symbol 149 MovieClip [robot] "robot1" in Frame 728
onClipEvent (load) {
this.Dead = false;
this.behindDoor = true;
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.door_is_opening && (this._alpha < 100)) {
this._alpha = this._alpha + 10;
this.behindDoor = false;
}
}
onClipEvent (enterFrame) {
if (((this.head.energyBar._xscale < 12) && (!_root.hiding)) && (!behindDoor)) {
this.gun1.gotoAndStop("shoot");
this.gun2.gotoAndStop("shoot");
} else if (this.head.energyBar._xscale > 100) {
this.gun1.gotoAndStop(1);
this.gun2.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.hiding && (!behingDoor)) {
this.legRt.gotoAndPlay("front");
this.legLt.gotoAndPlay("back");
}
}
onClipEvent (enterFrame) {
if (this.Dead) {
_root.l4Clue = _root.l4Clue + 1;
}
}
Instance of Symbol 663 MovieClip "elevator" in Frame 728
onClipEvent (enterFrame) {
if (Key.isDown(68) and (_root.hero._x < 450)) {
_root.elevator._x = _root.elevator._x - (_root.speed / 2);
}
if (Key.isDown(65) and (_root.hero._x > 100)) {
_root.elevator._x = _root.elevator._x + (_root.speed / 2);
}
}
onClipEvent (load) {
this.elevator_floor = 0;
}
onClipEvent (enterFrame) {
if (this.elevator_floor > -200) {
this.elevator_floor = this.elevator_floor - 1;
}
}
onClipEvent (enterFrame) {
if (this.elevator_floor == -199) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 3 MovieClip "levelBlock4" in Frame 728
onClipEvent (enterFrame) {
if (_root.hero.hidingBlockHero.hitTest(this) && (_root.l1Clue == 3)) {
_root.hero._x = 275;
_root.hero._y = 211.4;
_root.nextFrame();
}
}
Frame 729
_root.hero._x = 275;
_root.hero._y = 250;
_root.upBoundry = 155;
_root.door_is_opening = false;
ltBoundry = 90;
rtBoundry = 470;
_root.l1Clue = 0;
_root.spiders_killed = 0;
Instance of Symbol 354 MovieClip "door5" in Frame 729
onClipEvent (load) {
open_counter2 = 0;
}
onClipEvent (enterFrame) {
if (open_counter2 < 3) {
open_counter2 = open_counter2 + 1;
}
if (open_counter2 == 1) {
this.gotoAndPlay("open");
}
}
Instance of Symbol 354 MovieClip "door4" in Frame 729
onClipEvent (enterFrame) {
if (_root.open_counter < 90) {
_root.open_counter = _root.open_counter + 1;
}
if (_root.open_counter == 1) {
this.gotoAndPlay("open");
}
}
Instance of Symbol 700 MovieClip "rb1" in Frame 729
onClipEvent (load) {
this.dead = false;
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.open_counter > 84) {
if (!this.dead) {
if (this._y < 150) {
this.gotoAndStop("walk");
this._y = this._y + 0.5;
this._x = this._x - 1;
this._yscale = this._yscale + 1;
this._xscale = this._xscale + 1;
if (this._alpha < 100) {
this._alpha = this._alpha + 20;
}
} else {
this.gotoAndStop("aim");
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.scope.guts.inside) && (this._alpha > 90)) {
_root.spiders_killed = _root.spiders_killed + 1;
this.gotoAndStop("gone2");
this.dead = true;
}
}
Instance of Symbol 700 MovieClip "rb2" in Frame 729
onClipEvent (load) {
this.dead = false;
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.open_counter > 84) {
if (!this.dead) {
if (this._y < 150) {
this.gotoAndStop("walk");
this._y = this._y + 0.5;
this._x = this._x + 1.5;
this._yscale = this._yscale + 1;
this._xscale = this._xscale + 1;
if (this._alpha < 100) {
this._alpha = this._alpha + 20;
}
} else {
this.gotoAndStop("aim");
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.scope.guts.inside) && (this._alpha > 90)) {
_root.spiders_killed = _root.spiders_killed + 1;
this.gotoAndStop("gone2");
this.dead = true;
}
}
Instance of Symbol 644 MovieClip "roll1" in Frame 729
onClipEvent (load) {
this._alpha = 0;
this.hp = 12;
this.Dead = false;
}
onClipEvent (enterFrame) {
if (_root.open_counter > 84) {
if ((this._y < 200) && (!this.Dead)) {
this._y = this._y + 1;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
if (this._alpha < 100) {
this._alpha = this._alpha + 20;
}
}
}
}
onClipEvent (enterFrame) {
if (((this._y > 196) && (this._y < 198)) && (!this.Dead)) {
this.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (this.deflection.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
}
if (this.hitArea.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
this.hp = this.hp - _root.gunPowder;
if (this.hp < 0) {
_root.spiders_killed = _root.spiders_killed + 1;
this.Dead = true;
_root.score = _root.score + 1000;
this.gotoAndPlay("gone");
}
}
}
Instance of Symbol 644 MovieClip "roll2" in Frame 729
onClipEvent (load) {
this._alpha = 0;
this.hp = 12;
this.Dead = false;
}
onClipEvent (enterFrame) {
if (_root.open_counter > 84) {
if ((this._y < 200) && (!this.Dead)) {
this._y = this._y + 1;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
if (this._alpha < 100) {
this._alpha = this._alpha + 20;
}
}
}
}
onClipEvent (enterFrame) {
if (((this._y > 196) && (this._y < 198)) && (!this.Dead)) {
this.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (this.deflection.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
}
if (this.hitArea.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
this.hp = this.hp - _root.gunPowder;
if (this.hp < 0) {
_root.spiders_killed = _root.spiders_killed + 1;
this.Dead = true;
_root.score = _root.score + 1000;
this.gotoAndPlay("gone");
}
}
}
Instance of Symbol 644 MovieClip "roll3" in Frame 729
onClipEvent (load) {
this._alpha = 0;
this.hp = 12;
this.Dead = false;
}
onClipEvent (enterFrame) {
if (_root.spiders_killed > 3) {
if ((this._y < 200) && (!this.Dead)) {
this._y = this._y + 1.5;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
if (this._alpha < 100) {
this._alpha = this._alpha + 20;
}
}
}
}
onClipEvent (enterFrame) {
if (((this._y > 196) && (this._y < 198)) && (!this.Dead)) {
this.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (this.deflection.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
}
if (this.hitArea.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
this.hp = this.hp - _root.gunPowder;
if (this.hp < 0) {
_root.spiders_killed = _root.spiders_killed + 1;
this.Dead = true;
_root.score = _root.score + 1000;
this.gotoAndPlay("gone");
}
}
}
Instance of Symbol 644 MovieClip "roll4" in Frame 729
onClipEvent (load) {
this._alpha = 0;
this.hp = 12;
this.Dead = false;
}
onClipEvent (enterFrame) {
if (_root.spiders_killed > 3) {
if ((this._y < 200) && (!this.Dead)) {
this._y = this._y + 1.5;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
if (this._alpha < 100) {
this._alpha = this._alpha + 20;
}
}
}
}
onClipEvent (enterFrame) {
if (((this._y > 196) && (this._y < 198)) && (!this.Dead)) {
this.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (this.deflection.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
}
if (this.hitArea.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
this.hp = this.hp - _root.gunPowder;
if (this.hp < 0) {
_root.spiders_killed = _root.spiders_killed + 1;
this.Dead = true;
_root.score = _root.score + 1000;
this.gotoAndPlay("gone");
}
}
}
Instance of Symbol 644 MovieClip "roll5" in Frame 729
onClipEvent (load) {
this._alpha = 0;
this.hp = 12;
this.Dead = false;
}
onClipEvent (enterFrame) {
if (_root.spiders_killed > 5) {
if ((this._y < 200) && (!this.Dead)) {
this._y = this._y + 1.5;
this._x = this._x + 0.2;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
if (this._alpha < 100) {
this._alpha = this._alpha + 20;
}
}
}
}
onClipEvent (enterFrame) {
if (((this._y > 196) && (this._y < 198)) && (!this.Dead)) {
this.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (this.deflection.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
}
if (this.hitArea.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
this.hp = this.hp - _root.gunPowder;
if (this.hp < 0) {
_root.spiders_killed = _root.spiders_killed + 1;
this.Dead = true;
_root.score = _root.score + 1000;
this.gotoAndPlay("gone");
}
}
}
Instance of Symbol 644 MovieClip "roll6" in Frame 729
onClipEvent (load) {
this._alpha = 0;
this.hp = 12;
this.Dead = false;
}
onClipEvent (enterFrame) {
if (_root.spiders_killed > 6) {
if ((this._y < 200) && (!this.Dead)) {
this._y = this._y + 1.5;
this._x = this._x - 0.2;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
if (this._alpha < 100) {
this._alpha = this._alpha + 20;
}
}
}
}
onClipEvent (enterFrame) {
if (((this._y > 196) && (this._y < 198)) && (!this.Dead)) {
this.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (this.deflection.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
}
if (this.hitArea.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
this.hp = this.hp - _root.gunPowder;
if (this.hp < 0) {
_root.spiders_killed = _root.spiders_killed + 1;
this.Dead = true;
_root.score = _root.score + 1000;
this.gotoAndPlay("gone");
}
}
}
Instance of Symbol 415 MovieClip "steel" in Frame 729
onClipEvent (enterFrame) {
if (_root.hero._y < 160) {
this.swapDepths(1002);
} else if (_root.hero._y > 159) {
this.swapDepths(998);
}
}
Instance of Symbol 3 MovieClip "levelBlock1" in Frame 729
onClipEvent (enterFrame) {
if (_root.hero.hidingBlockHero.hitTest(this)) {
_root.hero._x = 275;
_root.hero._y = 211.4;
_root.gotoAndStop("left");
}
}
Instance of Symbol 3 MovieClip "levelBlock2" in Frame 729
onClipEvent (enterFrame) {
if (_root.hero.hidingBlockHero.hitTest(this)) {
_root.hero._x = 275;
_root.hero._y = 211.4;
_root.gotoAndStop("right");
}
}
Instance of Symbol 486 MovieClip "arrow6" in Frame 729
onClipEvent (enterFrame) {
if (_root.spiders_killed > 7) {
_root.arrow6.gotoAndStop(2);
_root.upBoundry = 90;
}
}
Instance of Symbol 486 MovieClip "arrow7" in Frame 729
onClipEvent (enterFrame) {
if (_root.spiders_killed > 7) {
_root.arrow7.gotoAndStop(2);
_root.upBoundry = 90;
}
}
Frame 730
_root.hero._x = 275;
_root.hero._y = 250;
_root.upBoundry = 165;
_root.door_is_opening = false;
ltBoundry = 90;
rtBoundry = 470;
_root.l1Clue = 0;
_root.spiders_killed = 0;
_root.steel.swapDepths(99999);
_root.steel.removeMovieClip();
Frame 738
_root.hero._x = 275;
_root.hero._y = 250;
_root.upBoundry = 175;
_root.door_is_opening = false;
ltBoundry = 90;
rtBoundry = 470;
Xfactor = 0.65;
Yfactor = 0.65;
_root.l1Clue = 0;
_root.l2Clue = 0;
_root.spiders_killed = 0;
_root.steel.swapDepths(99999);
_root.steel.removeMovieClip();
Instance of Symbol 355 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (_root.tunnelToll > 6) {
this._xscale = this._xscale * _root.scaleUP;
this._yscale = this._yscale * _root.scaleUP;
this._alpha = this._alpha - 5;
}
}
Instance of Symbol 355 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (_root.tunnelToll > 6) {
this._xscale = this._xscale * _root.scaleUP;
this._yscale = this._yscale * _root.scaleUP;
this._alpha = this._alpha - 5;
}
}
Instance of Symbol 355 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (_root.tunnelToll > 6) {
this._xscale = this._xscale * _root.scaleUP;
this._yscale = this._yscale * _root.scaleUP;
this._alpha = this._alpha - 5;
}
}
Instance of Symbol 355 MovieClip in Frame 738
/* no clip actions */
Instance of Symbol 355 MovieClip in Frame 738
/* no clip actions */
Instance of Symbol 354 MovieClip "door3" in Frame 738
/* no clip actions */
Instance of Symbol 149 MovieClip [robot] "robot" in Frame 738
onClipEvent (load) {
this.Dead = false;
this.legRt.gotoAndPlay("front");
this.legLt.gotoAndPlay(6);
this._yscale = 50;
this._xscale = 50;
}
onClipEvent (enterFrame) {
if ((this._xscale < 98) && (!_root.stunned)) {
this.legRt.play();
this.legLt.play();
}
if ((this._xscale > 98) && (!_root.stunned)) {
this.legRt.gotoAndStop(1);
this.legLt.gotoAndStop(1);
}
if ((this._xscale < 100) && (!_root.stunned)) {
this._xscale = this._xscale * 1.02;
this._yscale = this._yscale * 1.02;
}
}
onClipEvent (enterFrame) {
if ((((this.head.energyBar._xscale < 60) && (!_root.hiding)) && (this._xscale > 50)) && (!_root.stunned)) {
this.gun1.gotoAndStop("shoot");
this.gun2.gotoAndStop("shoot");
}
if (_root.stunned) {
this.gun1.gotoAndStop(1);
this.gun2.gotoAndStop(1);
} else if ((this.head.energyBar._xscale > 100) && (!_root.stunned)) {
this.gun1.gotoAndStop(1);
this.gun2.gotoAndStop(1);
}
}
Instance of Symbol 3 MovieClip "levelBlock1" in Frame 738
onClipEvent (enterFrame) {
if (_root.hero.hidingBlockHero.hitTest(this)) {
_root.hero._x = 275;
_root.hero._y = 211.4;
_root.nextFrame();
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 738
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 486 MovieClip "arrow30" in Frame 738
onClipEvent (enterFrame) {
if (_root.l1Clue > 0) {
_root.upBoundry = 175;
}
if ((_root.l1Clue > 0) && (_root.l2Clue > 0)) {
_root.arrow30.gotoAndStop(2);
_root.upBoundry = 90;
}
}
Frame 739
_root.upBoundry = 180;
Xfactor = 0.4;
Yfactor = 0.4;
_root.spiders_killed = 0;
Instance of Symbol 700 MovieClip "rbElevator" in Frame 739
onClipEvent (load) {
this.dead = false;
this.active = true;
this.hp = 39;
}
onClipEvent (enterFrame) {
if ((((!this.dead) && (this.active)) && (_root.door_is_opening)) && (_root.stunned)) {
this.gotoAndStop(1);
} else if ((((!this.dead) && (this.active)) && (_root.door_is_opening)) && (!_root.stunned)) {
this.gotoAndStop("aim");
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.scope.guts.inside)) {
this.hp = this.hp - _root.gunPowder;
}
if (this.head.hitTest(_root.scope.guts.inside) && (this.hp < 0)) {
_root.upBoundry = 90;
this.dead = true;
this.gotoAndStop("gone2");
this.active = false;
}
}
Instance of Symbol 354 MovieClip "door3" in Frame 739
onClipEvent (enterFrame) {
if (_root.scope.guts.inside.hitTest(_root.door3.lock)) {
_root.door3.gotoAndPlay("open");
_root.arrowUP3.gotoAndStop(2);
}
}
Instance of Symbol 3 MovieClip in Frame 739
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 739
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Frame 740
_root.upBoundry = 130;
Xfactor = 0.4;
Yfactor = 0.4;
ltBoundry = 50;
rtBoundry = 500;
_root.box.gotoAndStop(1);
_root.Boss_active = 0;
_root.open_counter = 0;
Instance of Symbol 354 MovieClip "door4" in Frame 740
onClipEvent (enterFrame) {
if ((_root.open_counter < 90) && (!_root.stunned)) {
_root.open_counter = _root.open_counter + 1;
}
if (_root.open_counter == 1) {
this.gotoAndPlay("open");
}
}
Instance of Symbol 774 MovieClip in Frame 740
onClipEvent (enterFrame) {
if (this.hit_Area.hitTest(_root.scope.guts.inside)) {
_root.Boss_active = _root.Boss_active + 1;
this.gotoAndPlay(2);
}
}
Instance of Symbol 149 MovieClip [robot] "robot2" in Frame 740
onClipEvent (load) {
this.Dead = false;
this.legRt.gotoAndPlay("front");
this.legLt.gotoAndPlay(6);
this._yscale = 50;
this._xscale = 50;
}
onClipEvent (enterFrame) {
if ((this._xscale < 98) && (!_root.stunned)) {
this.legRt.play();
this.legLt.play();
}
if ((this._xscale < 98) && (_root.stunned)) {
this.legRt.stop();
this.legLt.stop();
}
if ((this._xscale > 98) && (!_root.stunned)) {
this.legRt.gotoAndStop(1);
this.legLt.gotoAndStop(1);
}
if ((this._xscale < 100) && (!_root.stunned)) {
this._xscale = this._xscale * 1.02;
this._yscale = this._yscale * 1.02;
}
}
onClipEvent (enterFrame) {
if ((((this.head.energyBar._xscale < 60) && (!_root.hiding)) && (this._xscale > 50)) && (!_root.stunned)) {
this.gun1.gotoAndStop("shoot");
this.gun2.gotoAndStop("shoot");
}
if (_root.stunned) {
this.gun1.gotoAndStop(1);
this.gun2.gotoAndStop(1);
} else if ((this.head.energyBar._xscale > 100) && (!_root.stunned)) {
this.gun1.gotoAndStop(1);
this.gun2.gotoAndStop(1);
}
}
Instance of Symbol 774 MovieClip in Frame 740
onClipEvent (enterFrame) {
if (this.hit_Area.hitTest(_root.scope.guts.inside)) {
_root.Boss_active = _root.Boss_active + 1;
this.gotoAndPlay(2);
}
}
Instance of Symbol 149 MovieClip [robot] "robot" in Frame 740
onClipEvent (load) {
this.Dead = false;
this.legRt.gotoAndPlay("front");
this.legLt.gotoAndPlay(6);
this._yscale = 50;
this._xscale = 50;
}
onClipEvent (enterFrame) {
if ((this._xscale < 98) && (!_root.stunned)) {
this.legRt.play();
this.legLt.play();
}
if ((this._xscale < 98) && (_root.stunned)) {
this.legRt.stop();
this.legLt.stop();
}
if ((this._xscale > 98) && (!_root.stunned)) {
this.legRt.gotoAndStop(1);
this.legLt.gotoAndStop(1);
}
if ((this._xscale < 100) && (!_root.stunned)) {
this._xscale = this._xscale * 1.02;
this._yscale = this._yscale * 1.02;
}
}
onClipEvent (enterFrame) {
if ((((this.head.energyBar._xscale < 60) && (!_root.hiding)) && (this._xscale > 50)) && (!_root.stunned)) {
this.gun1.gotoAndStop("shoot");
this.gun2.gotoAndStop("shoot");
}
if (_root.stunned) {
this.gun1.gotoAndStop(1);
this.gun2.gotoAndStop(1);
} else if ((this.head.energyBar._xscale > 100) && (!_root.stunned)) {
this.gun1.gotoAndStop(1);
this.gun2.gotoAndStop(1);
}
}
Instance of Symbol 742 MovieClip "boss" in Frame 740
onClipEvent (load) {
this.Dead = false;
}
onClipEvent (enterFrame) {
if ((_root.Boss_active == 2) && (!_root.stunned)) {
this.play();
_root.Boss_active = _root.Boss_active + 1;
}
}
onClipEvent (enterFrame) {
if ((((!this.Dead) && (_root.Boss_active == 4)) && (!_root.stunned)) && (Math.abs(_root.hero._x - this._x) > 60)) {
this._x = this._x + (((_root.hero._x - this._x) * 0.01) * 2);
this.gotoAndStop("walk");
}
if ((((!this.Dead) && (!_root.stunned)) && (Math.abs(_root.hero._x - this._x) < 60)) && (_root.Boss_active == 4)) {
this.gotoAndStop("shoot");
this.gun1.gotoAndStop("shoot");
this.gun2.gotoAndStop("shoot");
}
if (_root.stunned) {
this.gun1.gotoAndStop(1);
this.gun2.gotoAndStop(1);
}
}
Instance of Symbol 744 MovieClip "steel2" in Frame 740
onClipEvent (enterFrame) {
if (_root.hero._y < 120) {
this.swapDepths(1003);
} else if (_root.hero._y > 119) {
this.swapDepths(997);
}
}
Instance of Symbol 415 MovieClip "steel1" in Frame 740
onClipEvent (enterFrame) {
if (_root.hero._y < 160) {
this.swapDepths(1002);
} else if (_root.hero._y > 159) {
this.swapDepths(998);
}
}
Instance of Symbol 700 MovieClip "rbE" in Frame 740
onClipEvent (load) {
this.dead = false;
this.active = true;
this.hp = 39;
}
onClipEvent (enterFrame) {
if (((!this.dead) && (this.active)) && (_root.stunned)) {
this.gotoAndStop(1);
} else if (((!this.dead) && (this.active)) && (!_root.stunned)) {
this.gotoAndStop("aim");
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.scope.guts.inside)) {
this.hp = this.hp - _root.gunPowder;
}
if (this.head.hitTest(_root.scope.guts.inside) && (this.hp < 0)) {
this.dead = true;
this.gotoAndStop("gone2");
this.active = false;
}
}
Instance of Symbol 700 MovieClip "rbEl" in Frame 740
onClipEvent (load) {
this.dead = false;
this.active = true;
this.hp = 39;
}
onClipEvent (enterFrame) {
if (((!this.dead) && (this.active)) && (_root.stunned)) {
this.gotoAndStop(1);
} else if (((!this.dead) && (this.active)) && (!_root.stunned)) {
this.gotoAndStop("aim");
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.scope.guts.inside)) {
this.hp = this.hp - _root.gunPowder;
}
if (this.head.hitTest(_root.scope.guts.inside) && (this.hp < 0)) {
this.dead = true;
this.gotoAndStop("gone2");
this.active = false;
}
}
Instance of Symbol 3 MovieClip "levelBlock4" in Frame 740
onClipEvent (enterFrame) {
if (_root.hero.hidingBlockHero.hitTest(this)) {
_root.hero._x = 275;
_root.hero._y = 211.4;
_root.nextFrame();
}
}
Frame 741
_root.spiders_killed = 0;
_root.snow.swapDepths(99999);
_root.snow.removeMovieClip();
_root.upBoundry = 180;
Xfactor = 0.65;
Yfactor = 0.65;
_root.steel1.swapDepths(99999);
_root.steel1.removeMovieClip();
_root.steel2.swapDepths(99999);
_root.steel2.removeMovieClip();
Instance of Symbol 644 MovieClip "rb100" in Frame 741
onClipEvent (load) {
this.hp = 12;
this.Dead = false;
}
onClipEvent (enterFrame) {
if (((this._y < 180) && (!this.Dead)) && (!_root.stunned)) {
this._y = this._y + 1.5;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
}
}
onClipEvent (enterFrame) {
if ((((this._y > 176) && (this._y < 178)) && (!this.Dead)) && (!_root.stunned)) {
this.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (this.deflection.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
}
if (this.hitArea.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
this.hp = this.hp - _root.gunPowder;
if (this.hp < 0) {
_root.spiders_killed = _root.spiders_killed + 1;
this.Dead = true;
_root.score = _root.score + 1000;
this.gotoAndPlay("gone");
}
}
}
Instance of Symbol 554 MovieClip "s5" in Frame 741
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
}
onClipEvent (enterFrame) {
if (((this._x < 390) && (!this.Dead)) && (!_root.stunned)) {
this._x = this._x + 1;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
}
}
onClipEvent (enterFrame) {
if (((this._x > 380) && (!this.Dead)) && (!_root.stunned)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
if (_root.stunned) {
this.gun1.gotoAndStop(1);
}
}
Instance of Symbol 554 MovieClip "s6" in Frame 741
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
}
onClipEvent (enterFrame) {
if (((this._x > 90) && (!this.Dead)) && (!_root.stunned)) {
this._x = this._x - 1;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
}
}
onClipEvent (enterFrame) {
if (((this._x < 100) && (!this.Dead)) && (!_root.stunned)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
if (_root.stunned) {
this.gun1.gotoAndStop(1);
}
}
Instance of Symbol 554 MovieClip "s2" in Frame 741
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
}
onClipEvent (enterFrame) {
if (((this._y > 30) && (!this.Dead)) && (!_root.stunned)) {
this._y = this._y - 1;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
}
}
onClipEvent (enterFrame) {
if (((this._y < 36) && (!this.Dead)) && (!_root.stunned)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
if (_root.stunned) {
this.gun1.gotoAndStop(1);
}
}
Instance of Symbol 554 MovieClip "s1" in Frame 741
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
}
onClipEvent (enterFrame) {
if (((this._y > 30) && (!this.Dead)) && (!_root.stunned)) {
this._y = this._y - 1;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
}
}
onClipEvent (enterFrame) {
if (((this._y < 36) && (!this.Dead)) && (!_root.stunned)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
if (_root.stunned) {
this.gun1.gotoAndStop(1);
}
}
Instance of Symbol 554 MovieClip "s3" in Frame 741
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
}
onClipEvent (enterFrame) {
if (((this._y > 30) && (!this.Dead)) && (!_root.stunned)) {
this._y = this._y - 1;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
}
}
onClipEvent (enterFrame) {
if (((this._y < 36) && (!this.Dead)) && (!_root.stunned)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
if (_root.stunned) {
this.gun1.gotoAndStop(1);
}
}
Instance of Symbol 554 MovieClip "s7" in Frame 741
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
}
onClipEvent (enterFrame) {
if (((this._x > 90) && (!this.Dead)) && (!_root.stunned)) {
this._x = this._x - 1;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
}
}
onClipEvent (enterFrame) {
if (((this._x < 100) && (!this.Dead)) && (!_root.stunned)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
if (_root.stunned) {
this.gun1.gotoAndStop(1);
}
}
Instance of Symbol 554 MovieClip "s4" in Frame 741
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
}
onClipEvent (enterFrame) {
if (((this._x < 390) && (!this.Dead)) && (!_root.stunned)) {
this._x = this._x + 1;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
}
}
onClipEvent (enterFrame) {
if (((this._x > 380) && (!this.Dead)) && (!_root.stunned)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
if (_root.stunned) {
this.gun1.gotoAndStop(1);
}
}
Instance of Symbol 3 MovieClip "levelBlock1" in Frame 741
onClipEvent (enterFrame) {
if (_root.hero.hidingBlockHero.hitTest(this)) {
_root.hero._x = 275;
_root.hero._y = 211.4;
_root.nextFrame();
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 741
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 486 MovieClip "arrow2" in Frame 741
onClipEvent (enterFrame) {
if (_root.spiders_killed > 7) {
_root.arrow2.gotoAndStop(2);
_root.upBoundry = 90;
}
}
Frame 742
_root.spiders_killed = 0;
_root.snow.swapDepths(99999);
_root.snow.removeMovieClip();
_root.upBoundry = 180;
Xfactor = 0.65;
Yfactor = 0.65;
_root.steel1.swapDepths(99999);
_root.steel1.removeMovieClip();
_root.steel2.swapDepths(99999);
_root.steel2.removeMovieClip();
Instance of Symbol 700 MovieClip "rbE" in Frame 742
onClipEvent (load) {
this.dead = false;
this.active = true;
this.hp = 39;
}
onClipEvent (enterFrame) {
if (((!this.dead) && (this.active)) && (_root.stunned)) {
this.gotoAndStop(1);
} else if (((!this.dead) && (this.active)) && (!_root.stunned)) {
this.gotoAndStop("aim");
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.scope.guts.inside)) {
this.hp = this.hp - _root.gunPowder;
}
if (this.head.hitTest(_root.scope.guts.inside) && (this.hp < 0)) {
_root.spiders_killed = _root.spiders_killed + 1;
this.dead = true;
this.gotoAndStop("gone2");
this.active = false;
}
}
Instance of Symbol 644 MovieClip "rb200" in Frame 742
onClipEvent (load) {
this.hp = 12;
this.Dead = false;
}
onClipEvent (enterFrame) {
if (((this._y < 180) && (!this.Dead)) && (!_root.stunned)) {
this._y = this._y + 1.5;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
}
}
onClipEvent (enterFrame) {
if ((((this._y > 176) && (this._y < 178)) && (!this.Dead)) && (!_root.stunned)) {
this.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (this.deflection.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
}
if (this.hitArea.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
this.hp = this.hp - _root.gunPowder;
if (this.hp < 0) {
_root.spiders_killed = _root.spiders_killed + 1;
this.Dead = true;
_root.score = _root.score + 1000;
this.gotoAndPlay("gone");
}
}
}
Instance of Symbol 486 MovieClip "arrow2" in Frame 742
onClipEvent (enterFrame) {
if (_root.spiders_killed > 1) {
_root.arrow2.gotoAndStop(2);
_root.upBoundry = 90;
}
}
Frame 743
_root.spiders_killed = 0;
_root.snow.swapDepths(99999);
_root.snow.removeMovieClip();
_root.upBoundry = 180;
Xfactor = 0.65;
Yfactor = 0.65;
_root.steel1.swapDepths(99999);
_root.steel1.removeMovieClip();
_root.steel2.swapDepths(99999);
_root.steel2.removeMovieClip();
Instance of Symbol 700 MovieClip "rbE1" in Frame 743
onClipEvent (load) {
this.dead = false;
this.active = true;
this.hp = 39;
}
onClipEvent (enterFrame) {
if (((!this.dead) && (this.active)) && (_root.stunned)) {
this.gotoAndStop(1);
} else if (((!this.dead) && (this.active)) && (!_root.stunned)) {
this.gotoAndStop("aim");
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.scope.guts.inside)) {
this.hp = this.hp - _root.gunPowder;
}
if (this.head.hitTest(_root.scope.guts.inside) && (this.hp < 0)) {
_root.spiders_killed = _root.spiders_killed + 1;
this.dead = true;
this.gotoAndStop("gone2");
this.active = false;
}
}
Instance of Symbol 700 MovieClip "rb" in Frame 743
onClipEvent (load) {
this.dead = false;
this.active = true;
this.hp = 39;
}
onClipEvent (enterFrame) {
if (((!this.dead) && (this.active)) && (_root.stunned)) {
this.gotoAndStop(1);
} else if (((!this.dead) && (this.active)) && (!_root.stunned)) {
this.gotoAndStop("aim");
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.scope.guts.inside)) {
this.hp = this.hp - _root.gunPowder;
}
if (this.head.hitTest(_root.scope.guts.inside) && (this.hp < 0)) {
_root.spiders_killed = _root.spiders_killed + 1;
this.dead = true;
this.gotoAndStop("gone2");
this.active = false;
}
}
Instance of Symbol 700 MovieClip "rbE2" in Frame 743
onClipEvent (load) {
this.dead = false;
this.active = true;
this.hp = 39;
}
onClipEvent (enterFrame) {
if (((!this.dead) && (this.active)) && (_root.stunned)) {
this.gotoAndStop(1);
} else if (((!this.dead) && (this.active)) && (!_root.stunned)) {
this.gotoAndStop("aim");
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.scope.guts.inside)) {
this.hp = this.hp - _root.gunPowder;
}
if (this.head.hitTest(_root.scope.guts.inside) && (this.hp < 0)) {
_root.spiders_killed = _root.spiders_killed + 1;
this.dead = true;
this.gotoAndStop("gone2");
this.active = false;
}
}
Instance of Symbol 700 MovieClip "rbE111" in Frame 743
onClipEvent (load) {
this.dead = false;
this.active = true;
this.hp = 39;
}
onClipEvent (enterFrame) {
if (((!this.dead) && (this.active)) && (_root.stunned)) {
this.gotoAndStop(1);
} else if (((!this.dead) && (this.active)) && (!_root.stunned)) {
this.gotoAndStop("aim");
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.scope.guts.inside)) {
this.hp = this.hp - _root.gunPowder;
}
if (this.head.hitTest(_root.scope.guts.inside) && (this.hp < 0)) {
_root.spiders_killed = _root.spiders_killed + 1;
this.dead = true;
this.gotoAndStop("gone2");
this.active = false;
}
}
Instance of Symbol 3 MovieClip in Frame 743
onClipEvent (enterFrame) {
if (_root.hero.hidingBlockHero.hitTest(this)) {
_root.hero._x = 275;
_root.hero._y = 211.4;
_root.gotoAndStop("pathway");
}
}
Instance of Symbol 486 MovieClip "arrow22" in Frame 743
onClipEvent (enterFrame) {
if (_root.spiders_killed > 3) {
_root.arrow22.gotoAndStop(2);
_root.upBoundry = 90;
}
}
Frame 753
_root.hero._x = 275;
_root.hero._y = 250;
_root.upBoundry = 175;
_root.door_is_opening = false;
ltBoundry = 90;
rtBoundry = 470;
Xfactor = 0.65;
Yfactor = 0.65;
_root.l1Clue = 0;
_root.l2Clue = 0;
_root.spiders_killed = 0;
_root.steel.swapDepths(99999);
_root.steel.removeMovieClip();
Instance of Symbol 355 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (_root.tunnelToll > 6) {
this._xscale = this._xscale * _root.scaleUP;
this._yscale = this._yscale * _root.scaleUP;
this._alpha = this._alpha - 5;
}
}
Instance of Symbol 355 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (_root.tunnelToll > 6) {
this._xscale = this._xscale * _root.scaleUP;
this._yscale = this._yscale * _root.scaleUP;
this._alpha = this._alpha - 5;
}
}
Instance of Symbol 355 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (_root.tunnelToll > 6) {
this._xscale = this._xscale * _root.scaleUP;
this._yscale = this._yscale * _root.scaleUP;
this._alpha = this._alpha - 5;
}
}
Instance of Symbol 355 MovieClip in Frame 753
/* no clip actions */
Instance of Symbol 355 MovieClip in Frame 753
/* no clip actions */
Instance of Symbol 354 MovieClip "door3" in Frame 753
/* no clip actions */
Instance of Symbol 149 MovieClip [robot] "robot" in Frame 753
onClipEvent (load) {
this.Dead = false;
this.legRt.gotoAndPlay("front");
this.legLt.gotoAndPlay(6);
this._yscale = 50;
this._xscale = 50;
}
onClipEvent (enterFrame) {
if ((this._xscale < 98) && (!_root.stunned)) {
this.legRt.play();
this.legLt.play();
}
if ((this._xscale > 98) && (!_root.stunned)) {
this.legRt.gotoAndStop(1);
this.legLt.gotoAndStop(1);
}
if ((this._xscale < 100) && (!_root.stunned)) {
this._xscale = this._xscale * 1.02;
this._yscale = this._yscale * 1.02;
}
}
onClipEvent (enterFrame) {
if ((((this.head.energyBar._xscale < 60) && (!_root.hiding)) && (this._xscale > 50)) && (!_root.stunned)) {
this.gun1.gotoAndStop("shoot");
this.gun2.gotoAndStop("shoot");
}
if (_root.stunned) {
this.gun1.gotoAndStop(1);
this.gun2.gotoAndStop(1);
} else if ((this.head.energyBar._xscale > 100) && (!_root.stunned)) {
this.gun1.gotoAndStop(1);
this.gun2.gotoAndStop(1);
}
}
Instance of Symbol 3 MovieClip "levelBlock1" in Frame 753
onClipEvent (enterFrame) {
if (_root.hero.hidingBlockHero.hitTest(this)) {
_root.hero._x = 275;
_root.hero._y = 211.4;
_root.nextFrame();
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 486 MovieClip "arrow30" in Frame 753
onClipEvent (enterFrame) {
if (_root.l1Clue > 0) {
_root.upBoundry = 175;
}
if ((_root.l1Clue > 0) && (_root.l2Clue > 0)) {
_root.arrow30.gotoAndStop(2);
_root.upBoundry = 90;
}
}
Frame 754
_root.snow.swapDepths(99999);
_root.snow.removeMovieClip();
_root.upBoundry = 180;
Xfactor = 0.65;
Yfactor = 0.65;
Instance of Symbol 554 MovieClip in Frame 754
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
}
onClipEvent (enterFrame) {
if ((this._x > 250) && (!this.Dead)) {
this._x = this._x - 0.6;
}
if (((this._y < 200) && (!this.Dead)) && (this._x < 252)) {
this._y = this._y + 1;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
}
}
onClipEvent (enterFrame) {
if ((this._y > 190) && (!this.Dead)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
}
Instance of Symbol 554 MovieClip in Frame 754
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (this._x < 325) {
this._alpha = 100;
}
if ((this._x > 270) && (!this.Dead)) {
this._x = this._x - 2;
}
if (((this._y < 200) && (!this.Dead)) && (this._x < 272)) {
this._y = this._y + 1;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
}
}
onClipEvent (enterFrame) {
if ((this._y > 190) && (!this.Dead)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
}
Instance of Symbol 554 MovieClip in Frame 754
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (this._x < 325) {
this._alpha = 100;
}
if ((this._x > 270) && (!this.Dead)) {
this._x = this._x - 2;
}
if (((this._y < 200) && (!this.Dead)) && (this._x < 272)) {
this._y = this._y + 1;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
}
}
onClipEvent (enterFrame) {
if ((this._y > 190) && (!this.Dead)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
}
Instance of Symbol 554 MovieClip in Frame 754
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (this._x < 325) {
this._alpha = 100;
}
if ((this._x > 270) && (!this.Dead)) {
this._x = this._x - 2;
}
if (((this._y < 200) && (!this.Dead)) && (this._x < 272)) {
this._y = this._y + 1;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
}
}
onClipEvent (enterFrame) {
if ((this._y > 190) && (!this.Dead)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
}
Instance of Symbol 554 MovieClip in Frame 754
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (this._x < 325) {
this._alpha = 100;
}
if ((this._x > 260) && (!this.Dead)) {
this._x = this._x - 2;
}
if (((this._y < 200) && (!this.Dead)) && (this._x < 272)) {
this._y = this._y + 1;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
}
}
onClipEvent (enterFrame) {
if ((this._y > 190) && (!this.Dead)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
}
Instance of Symbol 3 MovieClip "levelBlock1" in Frame 754
onClipEvent (enterFrame) {
if (_root.hero.hidingBlockHero.hitTest(this)) {
_root.hero._x = 275;
_root.hero._y = 211.4;
_root.nextFrame();
}
}
Instance of Symbol 486 MovieClip "arrow2" in Frame 754
onClipEvent (enterFrame) {
if (_root.spiders_killed > 3) {
_root.arrow2.gotoAndStop(2);
_root.upBoundry = 90;
}
}
Frame 755
_root.upBoundry = 180;
Xfactor = 0.4;
Yfactor = 0.4;
ltBoundry = 50;
rtBoundry = 500;
_root.box.gotoAndStop(1);
_root.Boss_active = 0;
_root.open_counter = 0;
_root.open_counter2 = 100;
_root.spiders_killed = 0;
Instance of Symbol 354 MovieClip "door4" in Frame 755
onClipEvent (enterFrame) {
if (_root.open_counter == 1) {
this.gotoAndPlay("open");
}
}
Instance of Symbol 805 MovieClip in Frame 755
onClipEvent (enterFrame) {
if ((_root.open_counter > 60) && (_root.open_counter < 62)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 805 MovieClip in Frame 755
onClipEvent (enterFrame) {
if ((_root.open_counter > 30) && (_root.open_counter < 32)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 805 MovieClip in Frame 755
onClipEvent (enterFrame) {
if ((_root.open_counter > 20) && (_root.open_counter < 22)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 805 MovieClip in Frame 755
onClipEvent (enterFrame) {
if ((_root.open_counter > 10) && (_root.open_counter < 12)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 805 MovieClip in Frame 755
onClipEvent (enterFrame) {
if ((_root.open_counter > 0) && (_root.open_counter < 2)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 805 MovieClip in Frame 755
onClipEvent (enterFrame) {
if ((_root.open_counter > 80) && (_root.open_counter < 82)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 644 MovieClip "roll6" in Frame 755
onClipEvent (load) {
this._alpha = 0;
this.hp = 12;
this.Dead = false;
}
onClipEvent (enterFrame) {
if (_root.open_counter > 6) {
if ((this._y < 120) && (!this.Dead)) {
this._y = this._y + 1.5;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
if (this._alpha < 100) {
this._alpha = this._alpha + 25;
}
}
}
}
onClipEvent (enterFrame) {
if (((this._y > 116) && (this._y < 118)) && (!this.Dead)) {
this.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (this.deflection.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
}
if (this.hitArea.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
this.hp = this.hp - _root.gunPowder;
if (this.hp < 0) {
_root.spiders_killed = _root.spiders_killed + 1;
this.Dead = true;
_root.score = _root.score + 1000;
this.gotoAndPlay("gone");
}
}
}
Instance of Symbol 644 MovieClip "roll5" in Frame 755
onClipEvent (load) {
this._alpha = 0;
this.hp = 12;
this.Dead = false;
}
onClipEvent (enterFrame) {
if (_root.open_counter > 15) {
if ((this._y < 120) && (!this.Dead)) {
this._y = this._y + 1.5;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
if (this._alpha < 100) {
this._alpha = this._alpha + 25;
}
}
}
}
onClipEvent (enterFrame) {
if (((this._y > 116) && (this._y < 118)) && (!this.Dead)) {
this.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (this.deflection.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
}
if (this.hitArea.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
this.hp = this.hp - _root.gunPowder;
if (this.hp < 0) {
_root.spiders_killed = _root.spiders_killed + 1;
this.Dead = true;
_root.score = _root.score + 1000;
this.gotoAndPlay("gone");
}
}
}
Instance of Symbol 644 MovieClip "roll4" in Frame 755
onClipEvent (load) {
this._alpha = 0;
this.hp = 12;
this.Dead = false;
}
onClipEvent (enterFrame) {
if (_root.open_counter > 25) {
if ((this._y < 120) && (!this.Dead)) {
this._y = this._y + 1.5;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
if (this._alpha < 100) {
this._alpha = this._alpha + 25;
}
}
}
}
onClipEvent (enterFrame) {
if (((this._y > 116) && (this._y < 118)) && (!this.Dead)) {
this.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (this.deflection.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
}
if (this.hitArea.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
this.hp = this.hp - _root.gunPowder;
if (this.hp < 0) {
_root.spiders_killed = _root.spiders_killed + 1;
this.Dead = true;
_root.score = _root.score + 1000;
this.gotoAndPlay("gone");
}
}
}
Instance of Symbol 644 MovieClip "roll3" in Frame 755
onClipEvent (load) {
this._alpha = 0;
this.hp = 12;
this.Dead = false;
}
onClipEvent (enterFrame) {
if (_root.open_counter > 35) {
if ((this._y < 120) && (!this.Dead)) {
this._y = this._y + 1.5;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
if (this._alpha < 100) {
this._alpha = this._alpha + 25;
}
}
}
}
onClipEvent (enterFrame) {
if (((this._y > 116) && (this._y < 118)) && (!this.Dead)) {
this.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (this.deflection.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
}
if (this.hitArea.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
this.hp = this.hp - _root.gunPowder;
if (this.hp < 0) {
_root.spiders_killed = _root.spiders_killed + 1;
this.Dead = true;
_root.score = _root.score + 1000;
this.gotoAndPlay("gone");
}
}
}
Instance of Symbol 644 MovieClip "roll2" in Frame 755
onClipEvent (load) {
this._alpha = 0;
this.hp = 12;
this.Dead = false;
}
onClipEvent (enterFrame) {
if (_root.open_counter > 65) {
if ((this._y < 120) && (!this.Dead)) {
this._y = this._y + 1.5;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
if (this._alpha < 100) {
this._alpha = this._alpha + 25;
}
}
}
}
onClipEvent (enterFrame) {
if (((this._y > 116) && (this._y < 118)) && (!this.Dead)) {
this.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (this.deflection.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
}
if (this.hitArea.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
this.hp = this.hp - _root.gunPowder;
if (this.hp < 0) {
_root.spiders_killed = _root.spiders_killed + 1;
this.Dead = true;
_root.score = _root.score + 1000;
this.gotoAndPlay("gone");
}
}
}
Instance of Symbol 644 MovieClip "roll1" in Frame 755
onClipEvent (load) {
this._alpha = 0;
this.hp = 12;
this.Dead = false;
}
onClipEvent (enterFrame) {
if (_root.open_counter > 85) {
if ((this._y < 120) && (!this.Dead)) {
this._y = this._y + 1.5;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
if (this._alpha < 100) {
this._alpha = this._alpha + 25;
}
}
}
}
onClipEvent (enterFrame) {
if (((this._y > 116) && (this._y < 118)) && (!this.Dead)) {
this.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (this.deflection.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
}
if (this.hitArea.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
this.hp = this.hp - _root.gunPowder;
if (this.hp < 0) {
_root.spiders_killed = _root.spiders_killed + 1;
this.Dead = true;
_root.score = _root.score + 1000;
this.gotoAndPlay("gone");
}
}
}
Instance of Symbol 644 MovieClip "roll61" in Frame 755
onClipEvent (load) {
this._alpha = 0;
this.hp = 12;
this.Dead = false;
}
onClipEvent (enterFrame) {
if ((_root.open_counter2 > 6) && (_root.open_counter2 < 100)) {
if ((this._y < 140) && (!this.Dead)) {
this._y = this._y + 1.5;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
if (this._alpha < 100) {
this._alpha = this._alpha + 25;
}
}
}
}
onClipEvent (enterFrame) {
if (((this._y > 126) && (this._y < 128)) && (!this.Dead)) {
this.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (this.deflection.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
}
if (this.hitArea.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
this.hp = this.hp - _root.gunPowder;
if (this.hp < 0) {
this.Dead = true;
_root.score = _root.score + 1000;
this.gotoAndPlay("gone");
}
}
}
Instance of Symbol 644 MovieClip "roll51" in Frame 755
onClipEvent (load) {
this._alpha = 0;
this.hp = 12;
this.Dead = false;
}
onClipEvent (enterFrame) {
if ((_root.open_counter2 > 15) && (_root.open_counter2 < 100)) {
if ((this._y < 140) && (!this.Dead)) {
this._y = this._y + 1.5;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
if (this._alpha < 100) {
this._alpha = this._alpha + 25;
}
}
}
}
onClipEvent (enterFrame) {
if (((this._y > 126) && (this._y < 128)) && (!this.Dead)) {
this.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (this.deflection.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
}
if (this.hitArea.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
this.hp = this.hp - _root.gunPowder;
if (this.hp < 0) {
this.Dead = true;
_root.score = _root.score + 1000;
this.gotoAndPlay("gone");
}
}
}
Instance of Symbol 644 MovieClip "roll41" in Frame 755
onClipEvent (load) {
this._alpha = 0;
this.hp = 12;
this.Dead = false;
}
onClipEvent (enterFrame) {
if ((_root.open_counter2 > 25) && (_root.open_counter2 < 100)) {
if ((this._y < 140) && (!this.Dead)) {
this._y = this._y + 1.5;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
if (this._alpha < 100) {
this._alpha = this._alpha + 25;
}
}
}
}
onClipEvent (enterFrame) {
if (((this._y > 126) && (this._y < 128)) && (!this.Dead)) {
this.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (this.deflection.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
}
if (this.hitArea.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
this.hp = this.hp - _root.gunPowder;
if (this.hp < 0) {
this.Dead = true;
_root.score = _root.score + 1000;
this.gotoAndPlay("gone");
}
}
}
Instance of Symbol 644 MovieClip "roll31" in Frame 755
onClipEvent (load) {
this._alpha = 0;
this.hp = 12;
this.Dead = false;
}
onClipEvent (enterFrame) {
if ((_root.open_counter2 > 35) && (_root.open_counter2 < 100)) {
if ((this._y < 140) && (!this.Dead)) {
this._y = this._y + 1.5;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
if (this._alpha < 100) {
this._alpha = this._alpha + 25;
}
}
}
}
onClipEvent (enterFrame) {
if (((this._y > 126) && (this._y < 128)) && (!this.Dead)) {
this.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (this.deflection.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
}
if (this.hitArea.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
this.hp = this.hp - _root.gunPowder;
if (this.hp < 0) {
this.Dead = true;
_root.score = _root.score + 1000;
this.gotoAndPlay("gone");
}
}
}
Instance of Symbol 644 MovieClip "roll21" in Frame 755
onClipEvent (load) {
this._alpha = 0;
this.hp = 12;
this.Dead = false;
}
onClipEvent (enterFrame) {
if ((_root.open_counter2 > 65) && (_root.open_counter2 < 100)) {
if ((this._y < 140) && (!this.Dead)) {
this._y = this._y + 1.5;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
if (this._alpha < 100) {
this._alpha = this._alpha + 25;
}
}
}
}
onClipEvent (enterFrame) {
if (((this._y > 126) && (this._y < 128)) && (!this.Dead)) {
this.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (this.deflection.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
}
if (this.hitArea.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
this.hp = this.hp - _root.gunPowder;
if (this.hp < 0) {
this.Dead = true;
_root.score = _root.score + 1000;
this.gotoAndPlay("gone");
}
}
}
Instance of Symbol 644 MovieClip "roll11" in Frame 755
onClipEvent (load) {
this._alpha = 0;
this.hp = 12;
this.Dead = false;
}
onClipEvent (enterFrame) {
if ((_root.open_counter2 > 85) && (_root.open_counter2 < 100)) {
if ((this._y < 140) && (!this.Dead)) {
this._y = this._y + 1.5;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
if (this._alpha < 100) {
this._alpha = this._alpha + 25;
}
}
}
}
onClipEvent (enterFrame) {
if (((this._y > 126) && (this._y < 128)) && (!this.Dead)) {
this.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (this.deflection.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
}
if (this.hitArea.hitTest(_root.scope.guts.inside)) {
this.deflection.gotoAndPlay(2);
this.hp = this.hp - _root.gunPowder;
if (this.hp < 0) {
this.Dead = true;
_root.score = _root.score + 1000;
_root.arrowUP.gotoAndStop(2);
this.gotoAndPlay("gone");
}
}
}
Instance of Symbol 415 MovieClip "steel" in Frame 755
onClipEvent (enterFrame) {
if (_root.hero._y < 160) {
this.swapDepths(1002);
} else if (_root.hero._y > 159) {
this.swapDepths(998);
}
}
Instance of Symbol 3 MovieClip "levelBlock4" in Frame 755
onClipEvent (enterFrame) {
if (_root.hero.hidingBlockHero.hitTest(this)) {
_root.hero._x = 275;
_root.hero._y = 211.4;
_root.nextFrame();
}
}
Instance of Symbol 486 MovieClip "arrowUP" in Frame 755
onClipEvent (enterFrame) {
if (_root.open_counter < 90) {
_root.open_counter = _root.open_counter + 1;
}
}
onClipEvent (enterFrame) {
if (_root.open_counter2 < 90) {
_root.open_counter2 = _root.open_counter2 + 1;
}
}
onClipEvent (enterFrame) {
if (_root.spiders_killed > 5) {
_root.open_counter2 = 0;
_root.spiders_killed = 0;
this.gotoAndStop(2);
_root.upBoundry = 69;
}
}
Frame 756
_root.spiders_killed = 0;
_root.snow.swapDepths(99999);
_root.snow.removeMovieClip();
_root.upBoundry = 180;
Xfactor = 0.65;
Yfactor = 0.65;
_root.steel.swapDepths(99999);
_root.steel.removeMovieClip();
_root.steel1.swapDepths(99999);
_root.steel1.removeMovieClip();
_root.steel2.swapDepths(99999);
_root.steel2.removeMovieClip();
Instance of Symbol 554 MovieClip "s5" in Frame 756
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
}
onClipEvent (enterFrame) {
if (((this._x < 390) && (!this.Dead)) && (!_root.stunned)) {
this._x = this._x + 1;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
}
}
onClipEvent (enterFrame) {
if (((this._x > 380) && (!this.Dead)) && (!_root.stunned)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
if (_root.stunned) {
this.gun1.gotoAndStop(1);
}
}
Instance of Symbol 554 MovieClip "s6" in Frame 756
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
}
onClipEvent (enterFrame) {
if (((this._x > 90) && (!this.Dead)) && (!_root.stunned)) {
this._x = this._x - 1;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
}
}
onClipEvent (enterFrame) {
if (((this._x < 100) && (!this.Dead)) && (!_root.stunned)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
if (_root.stunned) {
this.gun1.gotoAndStop(1);
}
}
Instance of Symbol 554 MovieClip "s2" in Frame 756
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
}
onClipEvent (enterFrame) {
if (((this._y < 182) && (!this.Dead)) && (!_root.stunned)) {
this._y = this._y + 1;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
}
}
onClipEvent (enterFrame) {
if (((this._y > 180) && (!this.Dead)) && (!_root.stunned)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
if (_root.stunned) {
this.gun1.gotoAndStop(1);
}
}
Instance of Symbol 554 MovieClip "s1" in Frame 756
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
}
onClipEvent (enterFrame) {
if (((this._y < 182) && (!this.Dead)) && (!_root.stunned)) {
this._y = this._y + 1;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
}
}
onClipEvent (enterFrame) {
if (((this._y > 180) && (!this.Dead)) && (!_root.stunned)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
if (_root.stunned) {
this.gun1.gotoAndStop(1);
}
}
Instance of Symbol 554 MovieClip "s3" in Frame 756
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
}
onClipEvent (enterFrame) {
if (((this._y < 182) && (!this.Dead)) && (!_root.stunned)) {
this._y = this._y + 1;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
}
}
onClipEvent (enterFrame) {
if (((this._y > 180) && (!this.Dead)) && (!_root.stunned)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
if (_root.stunned) {
this.gun1.gotoAndStop(1);
}
}
Instance of Symbol 554 MovieClip "s7" in Frame 756
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
}
onClipEvent (enterFrame) {
if (((this._x > 90) && (!this.Dead)) && (!_root.stunned)) {
this._x = this._x - 1;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
}
}
onClipEvent (enterFrame) {
if (((this._x < 100) && (!this.Dead)) && (!_root.stunned)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
if (_root.stunned) {
this.gun1.gotoAndStop(1);
}
}
Instance of Symbol 554 MovieClip "s4" in Frame 756
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
}
onClipEvent (enterFrame) {
if (((this._x < 390) && (!this.Dead)) && (!_root.stunned)) {
this._x = this._x + 1;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
}
}
onClipEvent (enterFrame) {
if (((this._x > 380) && (!this.Dead)) && (!_root.stunned)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
if (_root.stunned) {
this.gun1.gotoAndStop(1);
}
}
Instance of Symbol 700 MovieClip "rbE" in Frame 756
onClipEvent (load) {
this.dead = false;
this.active = true;
this.hp = 39;
}
onClipEvent (enterFrame) {
if (((!this.dead) && (this.active)) && (_root.stunned)) {
this.gotoAndStop(1);
} else if (((!this.dead) && (this.active)) && (!_root.stunned)) {
this.gotoAndStop("aim");
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.scope.guts.inside)) {
this.hp = this.hp - _root.gunPowder;
}
if (this.head.hitTest(_root.scope.guts.inside) && (this.hp < 0)) {
_root.spiders_killed = _root.spiders_killed + 1;
this.dead = true;
this.gotoAndStop("gone2");
this.active = false;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (_root.hero.hidingBlockHero.hitTest(this)) {
_root.hero._x = 275;
_root.hero._y = 211.4;
_root.nextFrame();
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 756
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 486 MovieClip "arrow2" in Frame 756
onClipEvent (enterFrame) {
if (_root.spiders_killed > 7) {
_root.arrow2.gotoAndStop(2);
_root.upBoundry = 90;
}
}
Frame 757
_root.spiders_killed = 0;
_root.snow.swapDepths(99999);
_root.snow.removeMovieClip();
_root.upBoundry = 180;
Xfactor = 0.65;
Yfactor = 0.65;
_root.steel.swapDepths(99999);
_root.steel.removeMovieClip();
_root.steel1.swapDepths(99999);
_root.steel1.removeMovieClip();
_root.steel2.swapDepths(99999);
_root.steel2.removeMovieClip();
Instance of Symbol 554 MovieClip "s70" in Frame 757
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
}
onClipEvent (enterFrame) {
if (((this._x > 90) && (!this.Dead)) && (!_root.stunned)) {
this._x = this._x - 1;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
}
}
onClipEvent (enterFrame) {
if (((this._x < 100) && (!this.Dead)) && (!_root.stunned)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
if (_root.stunned) {
this.gun1.gotoAndStop(1);
}
}
Instance of Symbol 554 MovieClip "s40" in Frame 757
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
}
onClipEvent (enterFrame) {
if (((this._x < 390) && (!this.Dead)) && (!_root.stunned)) {
this._x = this._x + 1;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
}
}
onClipEvent (enterFrame) {
if (((this._x > 380) && (!this.Dead)) && (!_root.stunned)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
if (_root.stunned) {
this.gun1.gotoAndStop(1);
}
}
Instance of Symbol 486 MovieClip "arrow2" in Frame 757
onClipEvent (enterFrame) {
if (_root.spiders_killed > 1) {
_root.arrow2.gotoAndStop(2);
_root.upBoundry = 90;
}
}
Frame 758
_root.spiders_killed = 0;
_root.snow.swapDepths(99999);
_root.snow.removeMovieClip();
_root.upBoundry = 180;
Xfactor = 0.65;
Yfactor = 0.65;
_root.steel1.swapDepths(99999);
_root.steel1.removeMovieClip();
_root.steel2.swapDepths(99999);
_root.steel2.removeMovieClip();
Instance of Symbol 3 MovieClip in Frame 758
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._y = _root.hero._y + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 758
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 758
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 758
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 758
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 758
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 758
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 758
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 758
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Frame 759
_root.upBoundry = 180;
Xfactor = 0.4;
Yfactor = 0.4;
_root.spiders_killed = 0;
Instance of Symbol 355 MovieClip in Frame 759
onClipEvent (enterFrame) {
if (_root.tunnelToll > 6) {
this._xscale = this._xscale * _root.scaleUP;
this._yscale = this._yscale * _root.scaleUP;
this._alpha = this._alpha - 5;
}
}
Instance of Symbol 355 MovieClip in Frame 759
onClipEvent (enterFrame) {
if (_root.tunnelToll > 6) {
this._xscale = this._xscale * _root.scaleUP;
this._yscale = this._yscale * _root.scaleUP;
this._alpha = this._alpha - 5;
}
}
Instance of Symbol 355 MovieClip in Frame 759
onClipEvent (enterFrame) {
if (_root.tunnelToll > 6) {
this._xscale = this._xscale * _root.scaleUP;
this._yscale = this._yscale * _root.scaleUP;
this._alpha = this._alpha - 5;
}
}
Instance of Symbol 355 MovieClip in Frame 759
/* no clip actions */
Instance of Symbol 355 MovieClip in Frame 759
/* no clip actions */
Instance of Symbol 354 MovieClip "door3" in Frame 759
/* no clip actions */
Instance of Symbol 149 MovieClip [robot] "robot" in Frame 759
onClipEvent (load) {
this.Dead = false;
this.legRt.gotoAndPlay("front");
this.legLt.gotoAndPlay(6);
this._yscale = 50;
this._xscale = 50;
}
onClipEvent (enterFrame) {
if ((this._xscale < 98) && (!_root.stunned)) {
this.legRt.play();
this.legLt.play();
}
if ((this._xscale > 98) && (!_root.stunned)) {
this.legRt.gotoAndStop(1);
this.legLt.gotoAndStop(1);
}
if ((this._xscale < 100) && (!_root.stunned)) {
this._xscale = this._xscale * 1.02;
this._yscale = this._yscale * 1.02;
}
}
onClipEvent (enterFrame) {
if ((((this.head.energyBar._xscale < 60) && (!_root.hiding)) && (this._xscale > 50)) && (!_root.stunned)) {
this.gun1.gotoAndStop("shoot");
this.gun2.gotoAndStop("shoot");
}
if (_root.stunned) {
this.gun1.gotoAndStop(1);
this.gun2.gotoAndStop(1);
} else if ((this.head.energyBar._xscale > 100) && (!_root.stunned)) {
this.gun1.gotoAndStop(1);
this.gun2.gotoAndStop(1);
}
}
Instance of Symbol 3 MovieClip "levelBlock1" in Frame 759
onClipEvent (enterFrame) {
if (_root.hero.hidingBlockHero.hitTest(this)) {
_root.hero._x = 275;
_root.hero._y = 211.4;
_root.nextFrame();
}
}
Instance of Symbol 3 MovieClip in Frame 759
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 759
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 759
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 759
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 759
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 759
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 759
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 759
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 759
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 759
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 759
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 759
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 759
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 759
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 759
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 759
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 759
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 759
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 759
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 759
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 759
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 759
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 759
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 759
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 759
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 759
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 759
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 759
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 486 MovieClip "arrow30" in Frame 759
onClipEvent (enterFrame) {
if (_root.l1Clue > 0) {
_root.upBoundry = 175;
}
if ((_root.l1Clue > 0) && (_root.l2Clue > 0)) {
_root.arrow30.gotoAndStop(2);
_root.upBoundry = 90;
}
}
Frame 760
_root.upBoundry = 180;
Xfactor = 0.4;
Yfactor = 0.4;
_root.spiders_killed = 0;
Instance of Symbol 700 MovieClip "rbElevator" in Frame 760
onClipEvent (load) {
this.dead = false;
this.active = true;
this.hp = 39;
}
onClipEvent (enterFrame) {
if ((((!this.dead) && (this.active)) && (_root.door_is_opening)) && (_root.stunned)) {
this.gotoAndStop(1);
} else if ((((!this.dead) && (this.active)) && (_root.door_is_opening)) && (!_root.stunned)) {
this.gotoAndStop("aim");
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.scope.guts.inside)) {
this.hp = this.hp - _root.gunPowder;
}
if (this.head.hitTest(_root.scope.guts.inside) && (this.hp < 0)) {
_root.upBoundry = 90;
this.dead = true;
this.gotoAndStop("gone2");
this.active = false;
}
}
Instance of Symbol 354 MovieClip "door3" in Frame 760
onClipEvent (enterFrame) {
if (_root.scope.guts.inside.hitTest(_root.door3.lock)) {
_root.door3.gotoAndPlay("open");
_root.arrowUP3.gotoAndStop(2);
}
}
Instance of Symbol 3 MovieClip in Frame 760
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Frame 760
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Frame 761
_root.upBoundry = 130;
Xfactor = 0.4;
Yfactor = 0.4;
ltBoundry = 50;
rtBoundry = 500;
_root.box.gotoAndStop(1);
_root.Boss_active = 0;
_root.open_counter = 0;
Instance of Symbol 354 MovieClip "door4" in Frame 761
onClipEvent (enterFrame) {
if ((_root.open_counter < 90) && (!_root.stunned)) {
_root.open_counter = _root.open_counter + 1;
}
if (_root.open_counter == 1) {
this.gotoAndPlay("open");
}
}
Instance of Symbol 744 MovieClip "steel2" in Frame 761
onClipEvent (enterFrame) {
if (_root.hero._y < 120) {
this.swapDepths(1003);
} else if (_root.hero._y > 119) {
this.swapDepths(997);
}
}
Instance of Symbol 415 MovieClip "steel1" in Frame 761
onClipEvent (enterFrame) {
if (_root.hero._y < 160) {
this.swapDepths(1002);
} else if (_root.hero._y > 159) {
this.swapDepths(998);
}
}
Instance of Symbol 700 MovieClip "rbE" in Frame 761
onClipEvent (load) {
this.dead = false;
this.active = true;
this.hp = 39;
}
onClipEvent (enterFrame) {
if (((!this.dead) && (this.active)) && (_root.stunned)) {
this.gotoAndStop(1);
} else if (((!this.dead) && (this.active)) && (!_root.stunned)) {
this.gotoAndStop("aim");
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.scope.guts.inside)) {
this.hp = this.hp - _root.gunPowder;
}
if (this.head.hitTest(_root.scope.guts.inside) && (this.hp < 0)) {
this.dead = true;
this.gotoAndStop("gone2");
this.active = false;
}
}
Instance of Symbol 700 MovieClip "rbEl" in Frame 761
onClipEvent (load) {
this.dead = false;
this.active = true;
this.hp = 39;
}
onClipEvent (enterFrame) {
if (((!this.dead) && (this.active)) && (_root.stunned)) {
this.gotoAndStop(1);
} else if (((!this.dead) && (this.active)) && (!_root.stunned)) {
this.gotoAndStop("aim");
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.scope.guts.inside)) {
this.hp = this.hp - _root.gunPowder;
}
if (this.head.hitTest(_root.scope.guts.inside) && (this.hp < 0)) {
this.dead = true;
this.gotoAndStop("gone2");
this.active = false;
}
}
Instance of Symbol 700 MovieClip "rbEl2" in Frame 761
onClipEvent (load) {
this.dead = false;
this.active = true;
this.hp = 39;
}
onClipEvent (enterFrame) {
if (((!this.dead) && (this.active)) && (_root.stunned)) {
this.gotoAndStop(1);
} else if (((!this.dead) && (this.active)) && (!_root.stunned)) {
this.gotoAndStop("aim");
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.scope.guts.inside)) {
this.hp = this.hp - _root.gunPowder;
}
if (this.head.hitTest(_root.scope.guts.inside) && (this.hp < 0)) {
this.dead = true;
this.gotoAndStop("gone2");
this.active = false;
}
}
Instance of Symbol 700 MovieClip "rbE2" in Frame 761
onClipEvent (load) {
this.dead = false;
this.active = true;
this.hp = 39;
}
onClipEvent (enterFrame) {
if (((!this.dead) && (this.active)) && (_root.stunned)) {
this.gotoAndStop(1);
} else if (((!this.dead) && (this.active)) && (!_root.stunned)) {
this.gotoAndStop("aim");
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.scope.guts.inside)) {
this.hp = this.hp - _root.gunPowder;
}
if (this.head.hitTest(_root.scope.guts.inside) && (this.hp < 0)) {
this.dead = true;
this.gotoAndStop("gone2");
this.active = false;
}
}
Instance of Symbol 554 MovieClip "s2" in Frame 761
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
}
onClipEvent (enterFrame) {
if (((this._y < 182) && (!this.Dead)) && (!_root.stunned)) {
this._y = this._y + 1;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
}
}
onClipEvent (enterFrame) {
if (((this._y > 180) && (!this.Dead)) && (!_root.stunned)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
if (_root.stunned) {
this.gun1.gotoAndStop(1);
}
}
Instance of Symbol 554 MovieClip "s1" in Frame 761
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
}
onClipEvent (enterFrame) {
if (((this._y < 200) && (!this.Dead)) && (!_root.stunned)) {
this._y = this._y + 1;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
}
}
onClipEvent (enterFrame) {
if (((this._y > 198) && (!this.Dead)) && (!_root.stunned)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
if (_root.stunned) {
this.gun1.gotoAndStop(1);
}
}
Instance of Symbol 554 MovieClip "s3" in Frame 761
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
}
onClipEvent (enterFrame) {
if (((this._y < 182) && (!this.Dead)) && (!_root.stunned)) {
this._y = this._y + 1;
this._xscale = this._xscale + 1;
this._yscale = this._yscale + 1;
}
}
onClipEvent (enterFrame) {
if (((this._y > 180) && (!this.Dead)) && (!_root.stunned)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
if (_root.stunned) {
this.gun1.gotoAndStop(1);
}
}
Instance of Symbol 3 MovieClip "levelBlock4" in Frame 761
onClipEvent (enterFrame) {
if (_root.hero.hidingBlockHero.hitTest(this)) {
_root.hero._x = 275;
_root.hero._y = 211.4;
_root.hero._xscale = 200;
_root.hero._yscale = 200;
_root.nextFrame();
}
}
Frame 762
_root.upBoundry = 275;
Xfactor = -2;
Yfactor = -2;
ltBoundry = 50;
rtBoundry = 500;
_root.Boss_active = 0;
_root.open_counter = 0;
_root.steel1.swapDepths(99999);
_root.steel1.removeMovieClip();
_root.steel2.swapDepths(99999);
_root.steel2.removeMovieClip();
Instance of Symbol 906 MovieClip in Frame 762
onClipEvent (enterFrame) {
if (this.hitTest(_root.scope.guts.inside)) {
this.gotoAndPlay("gone");
}
}
Instance of Symbol 355 MovieClip in Frame 762
onClipEvent (enterFrame) {
if (_root.tunnelToll > 6) {
this._xscale = this._xscale * _root.scaleUP;
this._yscale = this._yscale * _root.scaleUP;
this._alpha = this._alpha - 5;
}
}
Instance of Symbol 355 MovieClip in Frame 762
onClipEvent (enterFrame) {
if (_root.tunnelToll > 6) {
this._xscale = this._xscale * _root.scaleUP;
this._yscale = this._yscale * _root.scaleUP;
this._alpha = this._alpha - 5;
}
}
Instance of Symbol 355 MovieClip in Frame 762
onClipEvent (enterFrame) {
if (_root.tunnelToll > 6) {
this._xscale = this._xscale * _root.scaleUP;
this._yscale = this._yscale * _root.scaleUP;
this._alpha = this._alpha - 5;
}
}
Instance of Symbol 355 MovieClip in Frame 762
/* no clip actions */
Instance of Symbol 355 MovieClip in Frame 762
/* no clip actions */
Frame 763
stop();
_root.health = 100;
_root.score = _root.score + _root.bonus;
_root.gameover = true;
Mouse.show();
_root.steel1.swapDepths(99999);
_root.steel1.removeMovieClip();
_root.steel2.swapDepths(99999);
_root.steel2.removeMovieClip();
_root.hero.swapDepths(99999);
_root.hero.removeMovieClip();
_root.dashboard.swapDepths(99999);
_root.dashboard.removeMovieClip();
Frame 767
stop();
_root.steel.swapDepths(99999);
_root.steel.removeMovieClip();
_root.steel1.swapDepths(99999);
_root.steel1.removeMovieClip();
_root.steel2.swapDepths(99999);
_root.steel2.removeMovieClip();
_root.hero.swapDepths(99999);
_root.hero.removeMovieClip();
_root.dashboard.swapDepths(99999);
_root.dashboard.removeMovieClip();
_root.scope.swapDepths(99999);
_root.scope.removeMovieClip();
_root.health = 100;
Mouse.show();
Instance of Symbol 3 MovieClip in Symbol 8 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._y = _root.hero._y + _root.speed;
}
}
Symbol 8 MovieClip Frame 4
stop();
Symbol 13 MovieClip Frame 1
_root.dashboard.ammo.bar._xscale = _root.dashboard.ammo.bar._xscale - 2;
Symbol 13 MovieClip Frame 4
_parent.gotoAndStop(1);
Symbol 14 MovieClip Frame 1
stop();
Symbol 19 MovieClip [box2] Frame 1
stop();
Instance of Symbol 3 MovieClip in Symbol 19 MovieClip [box2] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._y = _root.hero._y + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Symbol 19 MovieClip [box2] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Symbol 19 MovieClip [box2] Frame 2
stop();
Instance of Symbol 17 MovieClip "powerUp" in Symbol 19 MovieClip [box2] Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) && (_root.hero._y < 180)) {
_root.upgrade = _root.upgrade + 1;
_root.l2Clue = _root.l2Clue + 1;
_root.special = 4;
_root.box.gotoAndStop("gone");
}
}
Symbol 19 MovieClip [box2] Frame 3
stop();
_root[("l" + _root.level) + "Clue"] = _root[("l" + _root.level) + "Clue"] + 1;
Symbol 19 MovieClip [box2] Frame 4
stop();
Symbol 23 MovieClip Frame 10
this.removeMovieClip();
Symbol 34 MovieClip Frame 42
_root.shooting = false;
_parent.removeMovieClip();
Symbol 35 MovieClip [bullet] Frame 1
stop();
Symbol 35 MovieClip [bullet] Frame 2
stop();
Symbol 40 MovieClip Frame 1
_root.dashboard.ammo.bar._xscale = _root.dashboard.ammo.bar._xscale - 10;
Symbol 40 MovieClip Frame 4
_parent.gotoAndStop(1);
Symbol 41 MovieClip Frame 1
stop();
Symbol 51 MovieClip Frame 1
_root.dashboard.ammo.bar._xscale = _root.dashboard.ammo.bar._xscale - 1;
if (_root.machineGun_shells_loaded < 1) {
_parent.gotoAndStop(1);
_root.machine_gunning = false;
}
if (_root.ammunition < 0) {
_parent.gotoAndStop(1);
_root.machine_gunning = false;
}
Symbol 52 MovieClip Frame 1
stop();
Symbol 54 MovieClip Frame 1
stop();
Symbol 54 MovieClip Frame 15
stop();
Symbol 59 MovieClip Frame 1
stop();
Instance of Symbol 52 MovieClip "blast" in Symbol 59 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.machine_gunning == true) {
this.gotoAndStop(2);
}
}
Symbol 63 MovieClip Frame 1
stop();
Instance of Symbol 52 MovieClip "blast" in Symbol 63 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.machine_gunning == true) {
this.gotoAndStop(2);
}
}
Symbol 74 MovieClip Frame 1
stop();
Instance of Symbol 52 MovieClip "blast" in Symbol 74 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.machine_gunning == true) {
this.gotoAndStop(2);
}
}
Symbol 80 MovieClip [arms] Frame 1
stop();
Symbol 80 MovieClip [arms] Frame 21
prevFrame();
Instance of Symbol 74 MovieClip "gun" in Symbol 80 MovieClip [arms] Frame 22
onClipEvent (enterFrame) {
this.gotoAndStop(_root.weapon);
}
Instance of Symbol 74 MovieClip "gun2" in Symbol 80 MovieClip [arms] Frame 22
onClipEvent (enterFrame) {
this.gotoAndStop(_root.weapon);
}
Instance of Symbol 54 MovieClip "gun" in Symbol 80 MovieClip [arms] Frame 23
onClipEvent (enterFrame) {
this.gotoAndStop(_root.weapon);
}
Instance of Symbol 54 MovieClip "gun2" in Symbol 80 MovieClip [arms] Frame 23
onClipEvent (enterFrame) {
this.gotoAndStop(_root.weapon);
}
Instance of Symbol 74 MovieClip "gun" in Symbol 80 MovieClip [arms] Frame 27
onClipEvent (enterFrame) {
this.gotoAndStop(_root.weapon);
}
Instance of Symbol 74 MovieClip "gun2" in Symbol 80 MovieClip [arms] Frame 27
onClipEvent (enterFrame) {
this.gotoAndStop(_root.weapon);
}
Symbol 80 MovieClip [arms] Frame 28
_root.changing = false;
gotoAndStop (10);
Symbol 84 MovieClip Frame 3
_parent.gotoAndStop(1);
Symbol 86 MovieClip Frame 1
stop();
Symbol 86 MovieClip Frame 2
_root.blaster_shells_loaded = _root.blaster_shells_loaded - 1;
_root.blaster_shells = _root.blaster_shells - 1;
Instance of Symbol 84 MovieClip "inside" in Symbol 86 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.box.hit_area)) {
_root.box.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.door.lock)) {
_root.door.gotoAndPlay("open");
}
}
Symbol 92 MovieClip Frame 4
_parent.gotoAndStop(1);
Symbol 93 MovieClip Frame 1
stop();
Symbol 93 MovieClip Frame 2
_root.bazuka_shells_loaded = _root.bazuka_shells_loaded - 1;
_root.bazuka_shells = _root.bazuka_shells - 1;
Instance of Symbol 92 MovieClip "inside" in Symbol 93 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.box.hit_area)) {
_root.box.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.door.lock)) {
_root.door.gotoAndPlay("open");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.power_box.hitArea)) {
_root.power_box.play();
}
}
Symbol 98 MovieClip Frame 1
if (_root.hiding == true) {
_parent.gotoAndStop(1);
}
if (_root.ammunition < 0) {
_parent.gotoAndStop(1);
}
Symbol 98 MovieClip Frame 4
_root.machineGun_shells_loaded = _root.machineGun_shells_loaded - 1;
_root.machineGun_shells = _root.machineGun_shells - 1;
Symbol 100 MovieClip Frame 1
stop();
Instance of Symbol 98 MovieClip "inside" in Symbol 100 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.box.hit_area)) {
_root.box.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.door.lock)) {
_root.door.gotoAndPlay("open");
}
}
Symbol 107 MovieClip Frame 5
_parent.gotoAndStop(1);
Symbol 108 MovieClip Frame 1
stop();
Symbol 108 MovieClip Frame 2
_root.radio_beam.gotoAndPlay(2);
_root.special_shells_loaded = _root.special_shells_loaded - 1;
_root.special_shells = _root.special_shells - 1;
Symbol 111 MovieClip Frame 5
_parent.gotoAndStop(1);
Symbol 112 MovieClip Frame 1
stop();
Symbol 112 MovieClip Frame 2
_root.alpha_beam.gotoAndPlay(2);
_root.special_shells_loaded = _root.special_shells_loaded - 1;
_root.special_shells = _root.special_shells - 1;
Symbol 116 MovieClip [scope] Frame 1
stop();
Symbol 120 MovieClip [robot_blastGuts] Frame 1
if (_root.robot.head.energyBar._xscale < 100) {
_root.robot.head.energyBar._xscale = _root.robot.head.energyBar._xscale + 5;
}
if ((!_root.hiding) && (!_root.invisible)) {
_root.health = _root.health - 1;
_root.hero.back.gotoAndPlay(2);
}
if (_root.hiding) {
_parent.gotoAndStop(1);
}
Symbol 123 MovieClip Frame 1
stop();
Symbol 131 MovieClip Frame 1
stop();
Symbol 131 MovieClip Frame 2
play();
Symbol 131 MovieClip Frame 20
gotoAndPlay (2);
Symbol 138 MovieClip [explode] Frame 11
stop();
Symbol 140 MovieClip Frame 1
stop();
Instance of Symbol 134 MovieClip "energyBar" in Symbol 140 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this._xscale > 10) && (!_root.hiding)) && (!_parent._parent.behindDoor)) {
this._xscale = this._xscale - 0.7;
}
}
Symbol 149 MovieClip [robot] Frame 1
stop();
Instance of Symbol 140 MovieClip "head" in Symbol 149 MovieClip [robot] Frame 1
onClipEvent (load) {
this.hp = 50;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.scope.guts.inside) && (!_parent.behindDoor)) {
this.gotoAndPlay(2);
this.hp = this.hp - _root.gunPowder;
if (this.hp < 0) {
_root.score = _root.score + 2000;
_root.l1Clue = _root.l1Clue + 1;
_parent.gotoAndPlay("gone");
}
}
}
Symbol 149 MovieClip [robot] Frame 20
stop();
_root[("l" + _root.level) + "Clue"] = _root[("l" + _root.level) + "Clue"] + 1;
Symbol 950 MovieClip [__Packages.MochiAd] Frame 0
class MochiAd
{
function MochiAd () {
}
static function getVersion() {
return("2.1");
}
static function showPreGameAd(options) {
var _local27 = {clip:_root, ad_timeout:3000, fadeout_time:250, regpt:"o", method:"showPreloaderAd", color:16747008, background:16777161, outline:13994812, ad_started:function () {
this.clip.stop();
}, ad_finished:function () {
this.clip.play();
}};
options = _parseOptions(options, _local27);
var clip = options.clip;
var _local23 = 11000;
var _local26 = options.ad_timeout;
delete options.ad_timeout;
var fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!load(options)) {
options.ad_finished();
return(undefined);
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var _local14 = _getRes(options);
var _local4 = _local14[0];
var _local13 = _local14[1];
mc._x = _local4 * 0.5;
mc._y = _local13 * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk._x = _local4 * -0.5;
chk._y = _local13 * -0.5;
var _local7 = chk.createEmptyMovieClip("_mochiad_bar", 4);
_local7._x = 10;
_local7._y = _local13 - 20;
var _local22 = options.color;
delete options.color;
var _local19 = options.background;
delete options.background;
var _local24 = options.outline;
delete options.outline;
var _local5 = _local7.createEmptyMovieClip("_outline", 1);
_local5.beginFill(_local19);
_local5.moveTo(0, 0);
_local5.lineTo(_local4 - 20, 0);
_local5.lineTo(_local4 - 20, 10);
_local5.lineTo(0, 10);
_local5.lineTo(0, 0);
_local5.endFill();
var _local3 = _local7.createEmptyMovieClip("_inside", 2);
_local3.beginFill(_local22);
_local3.moveTo(0, 0);
_local3.lineTo(_local4 - 20, 0);
_local3.lineTo(_local4 - 20, 10);
_local3.lineTo(0, 10);
_local3.lineTo(0, 0);
_local3.endFill();
_local3._xscale = 0;
var _local6 = _local7.createEmptyMovieClip("_outline", 3);
_local6.lineStyle(0, _local24, 100);
_local6.moveTo(0, 0);
_local6.lineTo(_local4 - 20, 0);
_local6.lineTo(_local4 - 20, 10);
_local6.lineTo(0, 10);
_local6.lineTo(0, 0);
chk.ad_msec = _local23;
chk.ad_timeout = _local26;
chk.started = getTimer();
chk.showing = false;
chk.last_pcnt = 0;
chk.fadeout_time = fadeout_time;
chk.fadeFunction = function () {
var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time));
if (_local2 > 0) {
this._parent._alpha = _local2;
} else {
var _local3 = this._parent._parent;
MochiAd.unload(_local3);
delete this.onEnterFrame;
}
};
mc.lc.adLoaded = function (width, height) {
};
mc.lc.adjustProgress = function (msec) {
var _local2 = this.mc._mochiad_wait;
_local2.server_control = true;
_local2.started = getTimer();
_local2.ad_msec = msec;
};
chk.onEnterFrame = function () {
var _local6 = this._parent._parent;
var _local12 = this._parent._mochiad_ctr;
var _local5 = getTimer() - this.started;
var _local3 = false;
var _local4 = _local6.getBytesTotal();
var _local8 = _local6.getBytesLoaded();
var _local10 = (100 * _local8) / _local4;
var _local11 = (100 * _local5) / chk.ad_msec;
var _local9 = this._mochiad_bar._inside;
var _local2 = Math.min(100, Math.min(_local10 || 0, _local11));
_local2 = Math.max(this.last_pcnt, _local2);
this.last_pcnt = _local2;
_local9._xscale = _local2;
if (!chk.showing) {
var _local7 = _local12.getBytesTotal();
if ((_local7 > 0) || (typeof(_local7) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if (_local5 > chk.ad_timeout) {
_local3 = true;
}
}
if (_local5 > chk.ad_msec) {
_local3 = true;
}
if (((_local4 > 0) && (_local8 >= _local4)) && (_local3)) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = chk.fadeFunction;
}
}
};
}
static function showInterLevelAd(options) {
var _local13 = {clip:_root, ad_timeout:2000, fadeout_time:250, regpt:"o", method:"showTimedAd", ad_started:function () {
this.clip.stop();
}, ad_finished:function () {
this.clip.play();
}};
options = _parseOptions(options, _local13);
var clip = options.clip;
var _local10 = 11000;
var _local12 = options.ad_timeout;
delete options.ad_timeout;
var fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!load(options)) {
options.ad_finished();
return(undefined);
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var _local5 = _getRes(options);
var _local14 = _local5[0];
var _local11 = _local5[1];
mc._x = _local14 * 0.5;
mc._y = _local11 * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk.ad_msec = _local10;
chk.ad_timeout = _local12;
chk.started = getTimer();
chk.showing = false;
chk.fadeout_time = fadeout_time;
chk.fadeFunction = function () {
var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time));
if (_local2 > 0) {
this._parent._alpha = _local2;
} else {
var _local3 = this._parent._parent;
MochiAd.unload(_local3);
delete this.onEnterFrame;
}
};
mc.lc.adLoaded = function (width, height) {
};
mc.lc.adjustProgress = function (msec) {
var _local2 = this.mc._mochiad_wait;
_local2.server_control = true;
_local2.started = getTimer();
_local2.ad_msec = msec - 250;
};
chk.onEnterFrame = function () {
var _local5 = this._parent._mochiad_ctr;
var _local4 = getTimer() - this.started;
var _local2 = false;
if (!chk.showing) {
var _local3 = _local5.getBytesTotal();
if ((_local3 > 0) || (typeof(_local3) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if (_local4 > chk.ad_timeout) {
_local2 = true;
}
}
if (_local4 > chk.ad_msec) {
_local2 = true;
}
if (_local2) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = this.fadeFunction;
}
}
};
}
static function showTimedAd(options) {
showInterLevelAd(options);
}
static function showPreloaderAd(options) {
showPreGameAd(options);
}
static function _allowDomains(server) {
var _local1 = server.split("/")[2].split(":")[0];
if (System.security) {
if (System.security.allowDomain) {
System.security.allowDomain("*");
System.security.allowDomain(_local1);
}
if (System.security.allowInsecureDomain) {
System.security.allowInsecureDomain("*");
System.security.allowInsecureDomain(_local1);
}
}
return(_local1);
}
static function _loadCommunicator(options) {
var _local26 = {clip:_root, com_server:"http://x.mochiads.com/com/1/", method:"loadCommunicator", depth:10337, id:"_UNKNOWN_"};
options = _parseOptions(options, _local26);
options.swfv = options.clip.getSWFVersion() || 6;
options.mav = getVersion();
var _local18 = options.clip;
var _local20 = "_mochiad_com_" + options.id;
if (!_isNetworkAvailable()) {
return(null);
}
if (_local18[_local20]) {
return(_local18[_local20].lc);
}
var _local21 = options.com_server + options.id;
_allowDomains(_local21);
delete options.id;
delete options.com_server;
var _local25 = options.depth;
delete options.depth;
var _local17 = _local18.createEmptyMovieClip(_local20, _local25);
var _local11 = _local17.createEmptyMovieClip("_mochiad_com", 1);
for (var _local15 in options) {
_local11[_local15] = options[_local15];
}
var _local6 = new LocalConnection();
var _local16 = ["", Math.floor(new Date().getTime()), random(999999)].join("_");
_local6.mc = _local17;
_local6.name = _local16;
_local6.allowDomain = function (d) {
return(true);
};
_local6.allowInsecureDomain = _local6.allowDomain;
_local6.connect(_local16);
_local17.lc = _local6;
_local11.lc = _local16;
_local6._id = 0;
_local6._queue = [];
_local6.rpcResult = function (cb_arg) {
var _local8 = parseInt(cb_arg);
var _local4 = this._callbacks[_local8];
if (!_local4) {
return(undefined);
}
delete this._callbacks[_local8];
var _local5 = [];
var _local3 = 2;
while (_local3 < _local4.length) {
_local5.push(_local4[_local3]);
_local3++;
}
_local3 = 1;
while (_local3 < arguments.length) {
_local5.push(arguments[_local3]);
_local3++;
}
var _local6 = _local4[1];
var _local7 = _local4[0];
if (_local7 && (typeof(_local6) == "string")) {
_local6 = _local7[_local6];
}
if (_local6) {
_local6.apply(_local7, _local5);
}
};
_local6._didConnect = function (endpoint) {
this._endpoint = endpoint;
var _local4 = this._queue;
delete this._queue;
var _local5 = this.doSend;
var _local2 = 0;
while (_local2 < _local4.length) {
var _local3 = _local4[_local2];
_local5.apply(this, _local3);
_local2++;
}
};
_local6.doSend = function (args, cbobj, cbfn) {
if (this._endpoint == null) {
var _local4 = [];
var _local3 = 0;
while (_local3 < arguments.length) {
_local4.push(arguments[_local3]);
_local3++;
}
this._queue.push(_local4);
return(undefined);
}
this._id = this._id + 1;
var _local5 = this._id;
if ((cbfn === undefined) || (cbfn === null)) {
cbfn = cbobj;
}
this._callbacks[_local5] = [cbobj, cbfn];
var _local7 = new LocalConnection();
var _local9 = _local7.send(this._endpoint, "rpc", _local5, args);
};
_local6._callbacks = {};
_local6._callbacks[0] = [_local6, "_didConnect"];
_local11.st = getTimer();
_local11.loadMovie(_local21 + ".swf", "POST");
return(_local6);
}
static function fetchHighScores(options, callbackObj, callbackMethod) {
var _local1 = _loadCommunicator({id:options.id});
if (!_local1) {
return(false);
}
var _local4 = ["fetchHighScores", options];
_local1.doSend(["fetchHighScores", options], callbackObj, callbackMethod);
return(true);
}
static function sendHighScore(options, callbackObj, callbackMethod) {
var _local1 = _loadCommunicator({id:options.id});
if (!_local1) {
return(false);
}
var _local4 = ["sendHighScore", options];
_local1.doSend(["sendHighScore", options], callbackObj, callbackMethod);
return(true);
}
static function load(options) {
var _local13 = {clip:_root, server:"http://x.mochiads.com/srv/1/", method:"load", depth:10333, id:"_UNKNOWN_"};
options = _parseOptions(options, _local13);
options.swfv = options.clip.getSWFVersion() || 6;
options.mav = getVersion();
var _local9 = options.clip;
if (!_isNetworkAvailable()) {
return(null);
}
if (_local9._mochiad_loaded) {
return(null);
}
var _local12 = options.depth;
delete options.depth;
var _local6 = _local9.createEmptyMovieClip("_mochiad", _local12);
var _local11 = _getRes(options);
options.res = (_local11[0] + "x") + _local11[1];
options.server = options.server + options.id;
delete options.id;
_local9._mochiad_loaded = true;
var _local4 = _local6.createEmptyMovieClip("_mochiad_ctr", 1);
for (var _local7 in options) {
_local4[_local7] = options[_local7];
}
var _local10 = _local4.server;
delete _local4.server;
var _local14 = _allowDomains(_local10);
_local6.onEnterFrame = function () {
if (this._mochiad_ctr._url != this._url) {
this.onEnterFrame = function () {
if (!this._mochiad_ctr) {
delete this.onEnterFrame;
MochiAd.unload(this._parent);
}
};
}
};
var _local5 = new LocalConnection();
var _local8 = ["", Math.floor(new Date().getTime()), random(999999)].join("_");
_local5.mc = _local6;
_local5.name = _local8;
_local5.hostname = _local14;
_local5.allowDomain = function (d) {
return(true);
};
_local5.allowInsecureDomain = _local5.allowDomain;
_local5.connect(_local8);
_local6.lc = _local5;
_local4.lc = _local8;
_local4.st = getTimer();
_local4.loadMovie(_local10 + ".swf", "POST");
return(_local6);
}
static function unload(clip) {
if (typeof(clip) == "undefined") {
clip = _root;
}
if (clip.clip && (clip.clip._mochiad)) {
clip = clip.clip;
}
if (!clip._mochiad) {
return(false);
}
clip._mochiad.removeMovieClip();
delete clip._mochiad_loaded;
delete clip._mochiad;
return(true);
}
static function _isNetworkAvailable() {
if (System.security) {
var _local1 = System.security;
if (_local1.sandboxType == "localWithFile") {
return(false);
}
}
return(true);
}
static function _getRes(options) {
var _local3 = options.clip.getBounds();
var _local2 = 0;
var _local1 = 0;
if (typeof(options.res) != "undefined") {
var _local4 = options.res.split("x");
_local2 = parseFloat(_local4[0]);
_local1 = parseFloat(_local4[1]);
} else {
_local2 = _local3.xMax - _local3.xMin;
_local1 = _local3.yMax - _local3.yMin;
}
if ((_local2 == 0) || (_local1 == 0)) {
_local2 = Stage.width;
_local1 = Stage.height;
}
return([_local2, _local1]);
}
static function _parseOptions(options, defaults) {
var _local4 = {};
for (var _local8 in defaults) {
_local4[_local8] = defaults[_local8];
}
if (options) {
for (var _local8 in options) {
_local4[_local8] = options[_local8];
}
}
if (_root.mochiad_options) {
var _local5 = _root.mochiad_options.split("&");
var _local2 = 0;
while (_local2 < _local5.length) {
var _local3 = _local5[_local2].split("=");
_local4[unescape(_local3[0])] = unescape(_local3[1]);
_local2++;
}
}
return(_local4);
}
}
Symbol 156 Button
on (release) {
getURL ("http://www.glowmonkeygames.com", "_blank");
}
Symbol 182 Button
on (release) {
gotoAndPlay (123);
}
Symbol 190 Button
on (release) {
getURL ("http://www.glowmonkey.com", "_blank");
}
Symbol 198 Button
on (release) {
getURL ("http://www.glowmonkeygames.com", "_blank");
}
Symbol 199 Button
on (release) {
gotoAndPlay ("on");
}
Symbol 202 Button
on (release) {
gotoAndStop ("off");
}
Symbol 206 MovieClip Frame 1
stop();
stopAllSounds();
Symbol 206 MovieClip Frame 8
gotoAndPlay ("on");
Instance of Symbol 134 MovieClip "energyBar" in Symbol 211 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this._xscale > 10) && (!_root.hiding)) && (!_parent._parent.behindDoor)) {
this._xscale = this._xscale - 0.7;
}
}
Symbol 225 MovieClip Frame 10
_root.hero.pants.gotoAndStop(1);
Symbol 226 MovieClip Frame 10
_root.hero.pants.gotoAndStop(1);
Symbol 226 MovieClip Frame 11
stop();
Symbol 226 MovieClip Frame 17
stop();
Symbol 227 MovieClip Frame 1
stop();
Symbol 227 MovieClip Frame 5
stop();
Instance of Symbol 226 MovieClip in Symbol 227 MovieClip Frame 5
onClipEvent (enterFrame) {
if (Key.isDown(39) || (Key.isDown(68))) {
this.gotoAndStop("right");
}
if (Key.isDown(37) || (Key.isDown(65))) {
this.gotoAndStop("left");
}
}
Symbol 227 MovieClip Frame 10
stop();
Symbol 227 MovieClip Frame 15
stop();
Symbol 237 Button
on (release) {
stopAllSounds();
_root.gotoAndStop("instructions");
}
Symbol 242 Button
on (release) {
getURL ("http://www.glowmonkeygames.com", "_blank");
}
Symbol 313 MovieClip Frame 1
stop();
Symbol 313 MovieClip Frame 2
play();
Symbol 313 MovieClip Frame 3
play();
Symbol 313 MovieClip Frame 4
play();
Symbol 316 MovieClip Frame 1
stop();
Symbol 329 MovieClip Frame 9
stop();
Symbol 343 MovieClip Frame 1
if ((!_root.hiding) && (!_root.invisible)) {
_root.health = _root.health - 10;
_root.hero.back.gotoAndPlay(2);
}
if (_root.hiding) {
_parent.gotoAndStop(1);
}
Symbol 348 MovieClip Frame 30
stop();
Symbol 354 MovieClip Frame 1
stop();
Symbol 354 MovieClip Frame 2
_root.door_is_opening = true;
Symbol 354 MovieClip Frame 31
stop();
_root.door_is_opening = false;
Symbol 363 MovieClip Frame 1
if (_root.boss.head.energyBar._xscale < 100) {
_root.boss.head.energyBar._xscale = _root.boss.head.energyBar._xscale + 5;
}
if ((!_root.hiding) && (!_root.invisible)) {
_root.health = _root.health - 1;
_root.hero.back.gotoAndPlay(2);
}
Symbol 364 MovieClip Frame 1
stop();
Symbol 368 MovieClip Frame 11
stop();
Instance of Symbol 134 MovieClip "energyBar" in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this._xscale > 10) && (!_root.hiding)) && (!_parent._parent.behindDoor)) {
this._xscale = this._xscale - 0.7;
}
}
Symbol 370 MovieClip Frame 5
_root.boss.head.gotoAndStop(1);
Symbol 371 MovieClip Frame 1
stop();
Instance of Symbol 134 MovieClip "energyBar" in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this._xscale > 10) && (!_root.hiding)) && (!_parent._parent.behindDoor)) {
this._xscale = this._xscale - 0.7;
}
}
Instance of Symbol 371 MovieClip "head" in Symbol 377 MovieClip Frame 1
onClipEvent (load) {
this.hp = 500;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.scope.guts.inside) && (!_parent.behindDoor)) {
this.gotoAndPlay(2);
this.hp = this.hp - _root.gunPowder;
if (this.hp < 0) {
_root.score = _root.score + 10000;
_parent.gotoAndPlay("gone");
}
}
}
Symbol 377 MovieClip Frame 5
if (_root.stunned) {
gotoAndStop (1);
}
Instance of Symbol 3 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._y = _root.hero._y + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._y = _root.hero._y - _root.speed;
}
}
Symbol 423 Button
on (release) {
gotoAndStop (122);
}
Symbol 441 Button
on (release) {
_root.atMenu = false;
gotoAndStop ("game");
}
Symbol 479 MovieClip Frame 1
stop();
Symbol 479 MovieClip Frame 10
stop();
Symbol 479 MovieClip Frame 19
stop();
_root.arrowUP.gotoAndStop(2);
_root.levelBlock._y = 200;
Symbol 486 MovieClip Frame 1
stop();
Symbol 486 MovieClip Frame 2
stop();
Symbol 486 MovieClip Frame 3
stop();
Symbol 486 MovieClip Frame 4
stop();
Symbol 486 MovieClip Frame 5
stop();
Symbol 492 MovieClip Frame 15
_root.gotoAndStop("lose");
Symbol 493 MovieClip Frame 1
stop();
Symbol 493 MovieClip Frame 2
stop();
Instance of Symbol 497 MovieClip "health_bar" in Symbol 499 MovieClip Frame 1
onClipEvent (enterFrame) {
this._xscale = _root.health / 2;
}
Symbol 502 MovieClip Frame 1
if (_root.special == 4) {
gotoAndStop (2);
}
if (_root.special == 5) {
gotoAndStop (3);
}
stop();
Symbol 502 MovieClip Frame 2
stop();
Symbol 502 MovieClip Frame 3
stop();
Symbol 505 MovieClip Frame 1
if (_root.weapon == 1) {
stop();
} else {
play();
}
Symbol 505 MovieClip Frame 7
if (_root.weapon == 2) {
stop();
} else {
play();
}
Symbol 505 MovieClip Frame 14
if (_root.weapon == 3) {
stop();
} else {
play();
}
Symbol 505 MovieClip Frame 21
if ((_root.weapon == 4) || (_root.weapon == 5)) {
stop();
} else {
play();
}
Symbol 520 MovieClip Frame 1
stop();
Instance of Symbol 513 MovieClip "shells_blaster" in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = 13.8 + ((_root.blaster_shells_loaded - 25) * 10);
}
Symbol 520 MovieClip Frame 2
stop();
Instance of Symbol 516 MovieClip "shells_bazuka" in Symbol 520 MovieClip Frame 2
onClipEvent (enterFrame) {
this._x = 18.8 + ((_root.bazuka_shells_loaded - 11) * 23);
}
Symbol 520 MovieClip Frame 3
stop();
Instance of Symbol 517 MovieClip "shells_machineGun" in Symbol 520 MovieClip Frame 3
onClipEvent (enterFrame) {
this._x = 14.3 + ((_root.machineGun_shells_loaded - 50) * 5.1);
}
Symbol 520 MovieClip Frame 4
stop();
Instance of Symbol 104 MovieClip "shells_special" in Symbol 520 MovieClip Frame 4
onClipEvent (enterFrame) {
this._x = 15 + ((_root.special_shells_loaded - 1) * 160);
}
Symbol 520 MovieClip Frame 5
stop();
Instance of Symbol 519 MovieClip "shells_special" in Symbol 520 MovieClip Frame 5
onClipEvent (enterFrame) {
this._x = 20 + ((_root.special_shells_loaded - 1) * 160);
}
Symbol 536 MovieClip Frame 1
stop();
Symbol 539 MovieClip Frame 1
gotoAndStop (1);
Symbol 542 MovieClip Frame 1
gotoAndStop (1);
Instance of Symbol 520 MovieClip "shells" in Symbol 543 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.weapon);
}
Instance of Symbol 536 MovieClip "rounds" in Symbol 543 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.weapon);
this.blaster_rounds = _root.blaster_rounds;
this.bazuka_rounds = _root.bazuka_rounds;
this.machineGun_rounds = _root.machineGun_rounds;
this.special_rounds = _root.special_rounds;
}
Instance of Symbol 539 MovieClip "emp" in Symbol 543 MovieClip Frame 1
onClipEvent (enterFrame) {
this.stunned = _root.stunned_time;
_root.stunned_time = _root.stunned_time - 1;
if (_root.stunned_time < 0) {
this.gotoAndStop(1);
_root.stunned = false;
}
if (_root.stunned_time > 0) {
this.gotoAndStop(2);
}
}
Instance of Symbol 542 MovieClip "alpha" in Symbol 543 MovieClip Frame 1
onClipEvent (enterFrame) {
this.invisible = _root.invisible_time;
_root.invisible_time = _root.invisible_time - 1;
if (_root.invisible_time < 0) {
this.gotoAndStop(1);
_root.invisible = false;
_root.hero._alpha = 100;
}
if (_root.invisible_time > 0) {
this.gotoAndStop(2);
}
}
Symbol 554 MovieClip Frame 1
stop();
Instance of Symbol 371 MovieClip "head" in Symbol 554 MovieClip Frame 1
onClipEvent (load) {
this.hp = 500;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.scope.guts.inside) && (!_parent.behindDoor)) {
this.gotoAndPlay(2);
this.hp = this.hp - _root.gunPowder;
if (this.hp < 0) {
_root.score = _root.score + 10000;
_parent.gotoAndPlay("gone");
}
}
}
Instance of Symbol 371 MovieClip "head" in Symbol 554 MovieClip Frame 1
onClipEvent (load) {
this.hp = 5;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.scope.guts.inside)) {
this.gotoAndPlay(2);
this.hp = this.hp - _root.gunPowder;
if (this.hp < 0) {
_parent.Dead = true;
_root.score = _root.score + 1000;
_parent.gotoAndPlay("gone");
}
}
}
Symbol 554 MovieClip Frame 6
stop();
Symbol 554 MovieClip Frame 15
stop();
_parent.Dead = true;
_root.spiders_killed = _root.spiders_killed + 1;
_root.score = _root.score + 500;
Symbol 554 MovieClip Frame 20
stop();
_parent.Dead = true;
Symbol 558 MovieClip Frame 1
stop();
Instance of Symbol 3 MovieClip in Symbol 558 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._y = _root.hero._y + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Symbol 558 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Symbol 558 MovieClip Frame 2
stop();
Instance of Symbol 557 MovieClip "powerUp" in Symbol 558 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) && (_root.hero._y < 190)) {
_root.blaster_rounds = _root.blaster_rounds + 2;
_root.bazuka_rounds = _root.bazuka_rounds + 1;
_root.machineGun_rounds = _root.machineGun_rounds + 1;
_root.box.gotoAndStop("gone");
}
}
Symbol 558 MovieClip Frame 3
stop();
_root[("l" + _root.level) + "Clue"] = _root[("l" + _root.level) + "Clue"] + 1;
Symbol 558 MovieClip Frame 4
stop();
Symbol 565 MovieClip Frame 1
stop();
Symbol 644 MovieClip Frame 1
stop();
Instance of Symbol 572 MovieClip in Symbol 644 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!_root.stunned) {
this.play();
} else if (_root.stunned) {
this.stop();
}
}
Symbol 644 MovieClip Frame 15
stop();
Instance of Symbol 618 MovieClip in Symbol 644 MovieClip Frame 15
onClipEvent (enterFrame) {
if (!_root.stunned) {
this.play();
} else if (_root.stunned) {
this.gotoAndStop(1);
}
}
Instance of Symbol 639 MovieClip in Symbol 644 MovieClip Frame 15
onClipEvent (enterFrame) {
if (!_root.stunned) {
this.play();
} else if (_root.stunned) {
this.gotoAndStop(1);
}
}
Symbol 644 MovieClip Frame 16
play();
Symbol 644 MovieClip Frame 17
play();
Symbol 644 MovieClip Frame 18
play();
Symbol 644 MovieClip Frame 19
stop();
Symbol 653 MovieClip Frame 1
stop();
Instance of Symbol 3 MovieClip in Symbol 653 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._y = _root.hero._y + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Symbol 653 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Symbol 653 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._y = _root.hero._y - _root.speed;
}
}
Symbol 653 MovieClip Frame 2
stop();
Instance of Symbol 652 MovieClip "powerUp" in Symbol 653 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) && (_root.hero._y < 160)) {
_root.health = 100;
_root.box.gotoAndStop("gone");
}
}
Symbol 653 MovieClip Frame 3
stop();
_root[("l" + _root.level) + "Clue"] = _root[("l" + _root.level) + "Clue"] + 1;
Symbol 653 MovieClip Frame 4
stop();
Symbol 663 MovieClip Frame 1
stop();
Symbol 663 MovieClip Frame 2
_root.door_is_opening = true;
Symbol 663 MovieClip Frame 30
stop();
_root.door_is_opening = false;
Symbol 683 MovieClip Frame 1
_root.score = _root.score + 500;
Instance of Symbol 134 MovieClip "energyBar" in Symbol 683 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this._xscale > 10) && (!_root.hiding)) && (!_parent._parent.behindDoor)) {
this._xscale = this._xscale - 0.7;
}
}
Symbol 683 MovieClip Frame 60
stop();
if ((_root.door_lt._y < -155) && (_parent.active)) {
_parent._alpha = 10;
_parent._y = 110;
_parent._x = _parent.Xstart + 25;
_parent._xscale = 90;
_parent._yscale = 90;
_parent.dead = false;
}
Symbol 697 MovieClip Frame 1
_root.score = _root.score + 500;
Instance of Symbol 134 MovieClip "energyBar" in Symbol 697 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this._xscale > 10) && (!_root.hiding)) && (!_parent._parent.behindDoor)) {
this._xscale = this._xscale - 0.7;
}
}
Symbol 697 MovieClip Frame 60
stop();
Symbol 700 MovieClip Frame 1
stop();
Symbol 700 MovieClip Frame 30
play();
Symbol 700 MovieClip Frame 90
_parent.active = true;
gotoAndStop ("aim");
Symbol 707 MovieClip Frame 23
stop();
Symbol 713 MovieClip Frame 1
stop();
Symbol 713 MovieClip Frame 2
_root.stunned_time = 300;
_root.dashboard.emp.stunned.gotoAndStop(2);
_root.stunned = true;
Symbol 713 MovieClip Frame 54
gotoAndStop (1);
Symbol 742 MovieClip Frame 1
stop();
Instance of Symbol 371 MovieClip in Symbol 742 MovieClip Frame 7
onClipEvent (load) {
this.hp = 500;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.scope.guts.inside) && (!_parent.behindDoor)) {
this.gotoAndPlay(2);
this.hp = this.hp - _root.gunPowder;
if (this.hp < 0) {
_root.score = _root.score + 10000;
_parent.gotoAndPlay("gone");
}
}
}
Symbol 742 MovieClip Frame 30
_root.Boss_active = _root.Boss_active + 1;
Symbol 742 MovieClip Frame 31
stop();
Instance of Symbol 371 MovieClip "head" in Symbol 742 MovieClip Frame 31
onClipEvent (load) {
this.hp = 500;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.scope.guts.inside) && (!_parent.behindDoor)) {
this.gotoAndStop(2);
this.hp = this.hp - _root.gunPowder;
if (this.hp < 0) {
_root.Boss_active = _root.Boss_active + 1;
_root.boss.dead = true;
_parent.dead = true;
_root.score = _root.score + 10000;
_parent.gotoAndPlay("gone");
}
}
}
Symbol 742 MovieClip Frame 72
stop();
_parent.Dead = true;
_root[("l" + _root.level) + "Clue"] = _root[("l" + _root.level) + "Clue"] + 1;
_root.upBoundry = 69;
_root.arrowUP.gotoAndStop(5);
Instance of Symbol 3 MovieClip in Symbol 744 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._y = _root.hero._y + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Symbol 744 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Symbol 744 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 3 MovieClip in Symbol 744 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._y = _root.hero._y - _root.speed;
}
}
Symbol 774 MovieClip Frame 1
stop();
Symbol 774 MovieClip Frame 21
stop();
_root.black._alpha = 30;
_root.doorsUP = true;
Symbol 788 MovieClip Frame 1
stop();
Instance of Symbol 3 MovieClip in Symbol 788 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._y = _root.hero._y + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Symbol 788 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Symbol 788 MovieClip Frame 2
stop();
Instance of Symbol 787 MovieClip "powerUp" in Symbol 788 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) && (_root.hero._y < 180)) {
_root.upgrade = _root.upgrade + 1;
_root.l2Clue = _root.l2Clue + 1;
_root.special = 5;
_root.box.gotoAndStop("gone");
}
}
Symbol 788 MovieClip Frame 3
stop();
_root[("l" + _root.level) + "Clue"] = _root[("l" + _root.level) + "Clue"] + 1;
Symbol 788 MovieClip Frame 4
stop();
Symbol 793 MovieClip Frame 1
stop();
Symbol 793 MovieClip Frame 2
_root.invisible_time = 300;
_root.dashboard.alpha.invisible.gotoAndStop(2);
_root.invisible = true;
_root.hero._alpha = 6;
Symbol 793 MovieClip Frame 54
gotoAndStop (1);
Symbol 805 MovieClip Frame 1
stop();
Symbol 805 MovieClip Frame 10
stop();
Symbol 840 MovieClip Frame 1
stop();
Symbol 840 MovieClip Frame 10
stop();
Symbol 840 MovieClip Frame 19
stop();
_root.arrowUP.gotoAndStop(2);
_root.levelBlock._y = 200;
_root.upBoundry = 90;
Symbol 845 MovieClip Frame 1
stop();
Instance of Symbol 3 MovieClip in Symbol 845 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._y = _root.hero._y + _root.speed;
}
}
Instance of Symbol 3 MovieClip in Symbol 845 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Symbol 845 MovieClip Frame 2
stop();
Instance of Symbol 844 MovieClip in Symbol 845 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) && (_root.hero._y < 190)) {
_root.special_rounds = _root.special_rounds + 2;
_root.box.gotoAndStop("gone");
}
}
Symbol 845 MovieClip Frame 3
stop();
_root[("l" + _root.level) + "Clue"] = _root[("l" + _root.level) + "Clue"] + 1;
Symbol 845 MovieClip Frame 4
stop();
Symbol 866 MovieClip Frame 1
stop();
Symbol 866 MovieClip Frame 2
play();
Symbol 866 MovieClip Frame 3
play();
Symbol 866 MovieClip Frame 4
play();
Symbol 866 MovieClip Frame 5
play();
Instance of Symbol 866 MovieClip "chest" in Symbol 867 MovieClip Frame 1
onClipEvent (load) {
this.hp = 1000;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.scope.guts.inside)) {
this.gotoAndPlay(2);
this.hp = this.hp - _root.gunPowder;
if (this.hp < 0) {
_root.score = _root.score + 30000;
_root.big_boss.gotoAndPlay("gone");
}
}
}
Instance of Symbol 3 MovieClip in Symbol 901 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.stunned) {
_root.big_boss.stop();
} else if (!_root.stunned) {
_root.big_boss.play();
}
}
Symbol 901 MovieClip Frame 44
_root.steel1.swapDepths(99999);
_root.steel1.removeMovieClip();
_root.hidingBlock.swapDepths(99999);
_root.hidingBlock.removeMovieClip();
Instance of Symbol 3 MovieClip in Symbol 901 MovieClip Frame 52
onClipEvent (enterFrame) {
if (_root.stunned) {
_root.big_boss.stop();
} else if (!_root.stunned) {
_root.big_boss.play();
}
}
Symbol 901 MovieClip Frame 66
_root.steel2.swapDepths(99999);
_root.steel2.removeMovieClip();
_root.hidingBlock2.swapDepths(99999);
_root.hidingBlock2.removeMovieClip();
Instance of Symbol 3 MovieClip in Symbol 901 MovieClip Frame 74
onClipEvent (enterFrame) {
if (_root.stunned) {
_root.big_boss.stop();
} else if (!_root.stunned) {
_root.big_boss.play();
}
}
Instance of Symbol 329 MovieClip in Symbol 901 MovieClip Frame 93
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) && (!_root.invisible)) {
_root.health = _root.health - 10;
_root.hero.back.gotoAndPlay(2);
}
}
Instance of Symbol 3 MovieClip in Symbol 901 MovieClip Frame 102
onClipEvent (enterFrame) {
if (_root.stunned) {
_root.big_boss.stop();
} else if (!_root.stunned) {
_root.big_boss.play();
}
}
Instance of Symbol 329 MovieClip in Symbol 901 MovieClip Frame 123
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) && (!_root.invisible)) {
_root.health = _root.health - 10;
_root.hero.back.gotoAndPlay(2);
}
}
Instance of Symbol 3 MovieClip in Symbol 901 MovieClip Frame 131
onClipEvent (enterFrame) {
if (_root.stunned) {
_root.big_boss.stop();
} else if (!_root.stunned) {
_root.big_boss.play();
}
}
Symbol 901 MovieClip Frame 150
gotoAndPlay ("shoot");
Symbol 901 MovieClip Frame 205
stop();
_root.arrowUP.gotoAndStop(2);
_root.upBoundry = 90;
Symbol 906 MovieClip Frame 14
gotoAndPlay (1);
Symbol 906 MovieClip Frame 20
stop();
_root.prison_doors.gotoAndPlay(2);
_root.score = _root.score + 30000;
Symbol 921 MovieClip Frame 29
stop();
Symbol 928 MovieClip Frame 1
stop();
Symbol 928 MovieClip Frame 30
stop();
_root.score = _root.score + _root.bonus;
_root.gotoAndStop("win");
Symbol 935 Button
on (release) {
_root.scope.swapDepths(999);
gotoAndStop (724);
}
Symbol 936 Button
on (release) {
stopAllSounds();
gotoAndStop (122);
}
Symbol 948 Button
on (release) {
_root.gotoAndStop("highscores");
}