Frame 1
MochiAd.showPreloaderAd({id:"e29a0e360ed0d81a", 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__("2822015c", 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();
Frame 123
_root.atMenu = true;
play();
Frame 132
stopAllSounds();
Instance of Symbol 146 MovieClip "energyBar" in Frame 599
onClipEvent (enterFrame) {
if (((this._xscale > 10) && (!_root.hiding)) && (!_parent._parent.behindDoor)) {
this._xscale = this._xscale - 0.7;
}
}
Instance of Symbol 146 MovieClip "energyBar" in Frame 629
onClipEvent (enterFrame) {
if (((this._xscale > 10) && (!_root.hiding)) && (!_parent._parent.behindDoor)) {
this._xscale = this._xscale - 0.7;
}
}
Instance of Symbol 238 MovieClip in Frame 692
onClipEvent (enterFrame) {
this.gotoAndStop("walk");
}
Instance of Symbol 146 MovieClip "energyBar" in Frame 751
onClipEvent (enterFrame) {
if (((this._xscale > 10) && (!_root.hiding)) && (!_parent._parent.behindDoor)) {
this._xscale = this._xscale - 0.7;
}
}
Frame 783
stop();
_root.atMenu = true;
Frame 784
function Scope() {
if ((!gameover) && (!_root.atMenu)) {
Mouse.hide();
_root.scope._x = _xmouse;
_root.scope._y = _ymouse;
_root.scope.gotoAndStop(_root.weapon);
} else if (gameover || (_root.atMenu)) {
Mouse.show();
_root.scope.swapDepths(99999);
_root.scope.removeMovieClip();
}
}
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() {
_root.hero._xscale = 100 + ((_root.hero._y - 250) * Xfactor);
_root.hero._yscale = 100 + ((_root.hero._y - 250) * Yfactor);
if ((Key.isDown(39) || (Key.isDown(68))) and (_root.hero._x < rtBoundry)) {
_root.hero._x = _root.hero._x + speed;
_root.hero.pants.gotoAndStop("walk");
}
if ((Key.isDown(37) || (Key.isDown(65))) and (_root.hero._x > ltBoundry)) {
_root.hero._x = _root.hero._x - speed;
_root.hero.pants.gotoAndStop("walk");
}
if ((Key.isDown(38) || (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(40) || (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.gotoAndStop("lose");
}
}
function BonusPoints() {
if (!gameover) {
_root.bonus = _root.bonus - 1;
}
}
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;
gameover = false;
_root.atMenu = false;
_root.door_is_opening = false;
_root.onEnterFrame = function () {
shoot();
moveHero();
moveEnemy();
Scope();
Arms();
HidingOut();
LevelUp();
Health();
BonusPoints();
};
Instance of Symbol 48 MovieClip in Frame 784
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 784
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._y = _root.hero._y + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 784
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 784
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 784
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 784
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 784
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 784
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 784
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 784
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 784
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 784
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 784
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 784
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 784
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 784
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 784
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 376 MovieClip "arrowUP" in Frame 784
onClipEvent (enterFrame) {
if (_root.l1Clue == 2) {
this.gotoAndStop(2);
}
}
Instance of Symbol 162 MovieClip [robot] "robot" in Frame 784
onClipEvent (load) {
this.Dead = false;
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;
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 (this.Dead) {
_root.l1Clue = _root.l1Clue + 1;
}
}
Instance of Symbol 129 MovieClip [scope] "scope" in Frame 784
onClipEvent (enterFrame) {
this.swapDepths(999);
if (_root.hiding) {
this._alpha = 10;
} else {
this._alpha = 100;
}
}
onClipEvent (mouseDown) {
if ((_root.hiding == false) && (_root.dashboard.ammo.bar._xscale > 0)) {
_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 389 MovieClip "hero" in Frame 784
onClipEvent (enterFrame) {
this.swapDepths(1000);
}
Instance of Symbol 419 MovieClip "dashboard" in Frame 784
onClipEvent (enterFrame) {
this.swapDepths(5000);
}
Frame 785
upBoundry = 135;
Instance of Symbol 48 MovieClip in Frame 785
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._y = _root.hero._y + _root.speed;
}
}
Instance of Symbol 376 MovieClip "arrowRt" in Frame 785
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) && (_root.l2Clue > 1)) {
_root.hero._x = 275;
_root.hero._y = 211.4;
_root.gotoAndStop("level3");
}
}
Instance of Symbol 376 MovieClip "arrowLt" in Frame 785
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) && (_root.l2Clue > 1)) {
_root.hero._x = 275;
_root.hero._y = 211.4;
_root.gotoAndStop("level3a");
}
}
Frame 786
upBoundry = 140;
Instance of Symbol 48 MovieClip in Frame 786
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 786
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 786
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 786
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 786
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 786
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 786
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 786
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 786
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 786
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 786
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 786
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 786
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 786
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 786
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 786
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 786
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 786
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 786
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 786
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 786
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 786
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 786
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 786
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 786
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 786
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 786
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 786
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 381 MovieClip "door3" in Frame 786
onClipEvent (enterFrame) {
if (_root.scope.guts.inside.hitTest(_root.door3.lock)) {
_root.door3.gotoAndPlay("open");
_root.arrowUP3.gotoAndStop(2);
}
}
Frame 787
_root.level = 4;
_root.hero._x = 275;
_root.hero._y = 250;
_root.upBoundry = 165;
_root.door_is_opening = false;
ltBoundry = 90;
rtBoundry = 470;
_root.l4Clue = 0;
Instance of Symbol 2 MovieClip in Frame 787
onClipEvent (enterFrame) {
if (_root.doorsUP) {
if (this._y > -210) {
this._y = this._y - 3;
this._y = this._y - 3;
}
}
}
Instance of Symbol 2 MovieClip in Frame 787
onClipEvent (enterFrame) {
if (_root.doorsUP) {
if (this._y > -210) {
this._y = this._y - 3;
this._y = this._y - 3;
}
}
}
Instance of Symbol 48 MovieClip "levelBlock4" in Frame 787
onClipEvent (enterFrame) {
if (_root.hero.hidingBlockHero.hitTest(this) && (_root.l4Clue == 3)) {
_root.hero._x = 275;
_root.hero._y = 211.4;
_root.nextFrame();
}
}
Instance of Symbol 162 MovieClip [robot] "robot" in Frame 787
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");
}
}
onClipEvent (enterFrame) {
if (this.Dead) {
_root.l1Clue = _root.l1Clue + 1;
}
}
Instance of Symbol 162 MovieClip [robot] "robot2" in Frame 787
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");
}
}
onClipEvent (enterFrame) {
if (this.Dead) {
_root.l1Clue = _root.l1Clue + 1;
}
}
Instance of Symbol 162 MovieClip [robot] "robot1" in Frame 787
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.l1Clue = _root.l1Clue + 1;
}
}
Instance of Symbol 448 MovieClip "elevator" in Frame 787
onClipEvent (enterFrame) {
if ((Key.isDown(39) || (Key.isDown(68))) and (_root.hero._x < 450)) {
_root.elevator._x = _root.elevator._x - (_root.speed / 2);
}
if ((Key.isDown(37) || (Key.isDown(65))) and (_root.hero._x > 100)) {
_root.elevator._x = _root.elevator._x + (_root.speed / 2);
}
}
onClipEvent (load) {
this.elevator_floor = -200;
}
onClipEvent (enterFrame) {
if (this.elevator_floor < -10) {
this.elevator_floor = this.elevator_floor + 1;
}
}
onClipEvent (enterFrame) {
if (this.elevator_floor == -12) {
this.gotoAndPlay(2);
}
}
Frame 788
_root.hero._x = 275;
_root.hero._y = 250;
_root.upBoundry = 155;
_root.door_is_opening = false;
ltBoundry = 50;
rtBoundry = 520;
_root.l1Clue = 0;
Instance of Symbol 2 MovieClip "door_rt" in Frame 788
onClipEvent (enterFrame) {
if (_root.doorsUP) {
if (this._y > -210) {
this._y = this._y - 3;
this._y = this._y - 3;
}
}
}
Instance of Symbol 2 MovieClip "door_lt" in Frame 788
onClipEvent (enterFrame) {
if (_root.doorsUP) {
if (this._y > -210) {
this._y = this._y - 3;
this._y = this._y - 3;
}
}
}
Instance of Symbol 538 MovieClip "rb1" in Frame 788
onClipEvent (load) {
this.Xstart = 430;
this._alpha = 0;
this.active = false;
}
onClipEvent (enterFrame) {
if (_root.door_lt._y < -154) {
if (!this.dead) {
if (this._y < 120) {
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 + 10;
}
} else {
this.gotoAndStop("aim");
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.scope.guts.inside) && (this._alpha > 90)) {
this.gotoAndStop("gone");
this.dead = true;
}
}
Instance of Symbol 538 MovieClip "rb2" in Frame 788
onClipEvent (load) {
this.Xstart = 60;
this._alpha = 0;
this.active = false;
}
onClipEvent (enterFrame) {
if (_root.door_lt._y < -154) {
if (!this.dead) {
if (this._y < 120) {
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 + 10;
}
} else {
this.gotoAndStop("aim");
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.scope.guts.inside) && (this._alpha > 90)) {
this.gotoAndStop("gone");
this.dead = true;
}
}
Instance of Symbol 599 MovieClip "controlBox" in Frame 788
onClipEvent (load) {
this.hp = 100;
}
onClipEvent (enterFrame) {
if (this.hit_area.hitTest(_root.scope.guts.inside)) {
this.gotoAndStop(100 - this.hp);
this.hp = this.hp - (_root.gunPowder / 2);
if (this.hp < 10) {
this.gotoAndStop("open");
}
}
}
onClipEvent (enterFrame) {
if (this.hp < 10) {
_root.rb1.active = false;
_root.rb2.active = false;
if (_root.door_lt._y < -55) {
_root.door_lt._y = _root.door_lt._y + 3;
_root.door_rt._y = _root.door_rt._y + 3;
}
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.scope.guts.inside) && (_root.door_lt._y > -57)) && (this.hp < 10)) {
this.gotoAndStop("gone");
}
}
Instance of Symbol 475 MovieClip in Frame 788
onClipEvent (enterFrame) {
if (this.hit_Area.hitTest(_root.scope.guts.inside)) {
this.gotoAndPlay(2);
_root.rb1.active = true;
_root.rb2.active = true;
}
}
Instance of Symbol 344 MovieClip "steel" in Frame 788
onClipEvent (enterFrame) {
if (_root.hero._y < 160) {
this.swapDepths(1002);
} else if (_root.hero._y > 159) {
this.swapDepths(998);
}
}
Frame 789
_root.tunnelToll = 0;
_root.scaleUP = 1.02;
_root.upBoundry = 175;
_root.steel.swapDepths(99999);
_root.steel.removeMovieClip();
Instance of Symbol 48 MovieClip in Frame 789
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 789
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 789
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 789
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 789
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 789
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 789
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 789
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 789
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 789
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 789
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 789
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 789
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 789
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 789
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 789
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 789
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 789
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 789
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 789
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 789
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 789
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 789
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 789
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 789
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 789
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 789
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 789
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 611 MovieClip in Frame 789
onClipEvent (load) {
this._xscale = 200;
this._yscale = 200;
}
onClipEvent (enterFrame) {
this._xscale = this._xscale * _root.scaleUP;
this._yscale = this._yscale * _root.scaleUP;
if ((this._xscale > 600) && (_root.tunnelToll < 7)) {
this._xscale = 100;
this._yscale = 100;
if (_root.tunnelToll > 6) {
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
}
}
Instance of Symbol 611 MovieClip in Frame 789
onClipEvent (load) {
this._xscale = 500;
this._yscale = 500;
}
onClipEvent (enterFrame) {
this._xscale = this._xscale * _root.scaleUP;
this._yscale = this._yscale * _root.scaleUP;
if ((this._xscale > 600) && (_root.tunnelToll < 7)) {
this._xscale = 100;
this._yscale = 100;
if (_root.tunnelToll > 6) {
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
}
}
Instance of Symbol 613 MovieClip in Frame 789
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 613 MovieClip in Frame 789
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 613 MovieClip in Frame 789
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 613 MovieClip in Frame 789
/* no clip actions */
Instance of Symbol 613 MovieClip in Frame 789
/* no clip actions */
Instance of Symbol 381 MovieClip in Frame 789
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 162 MovieClip [robot] "robot" in Frame 789
onClipEvent (load) {
this.Dead = false;
this.legRt.gotoAndPlay("front");
this.legLt.gotoAndPlay(6);
this._alpha = 10;
this._yscale = 5;
this._xscale = 5;
}
onClipEvent (enterFrame) {
if (this._xscale < 48) {
this.legRt.play();
this.legLt.play();
}
if (this._xscale > 48) {
this.legRt.stop();
this.legLt.stop();
}
if (this._xscale < 50) {
this._alpha = this._alpha + 10;
this._xscale = this._xscale * _root.scaleUP;
this._yscale = this._yscale * _root.scaleUP;
}
}
onClipEvent (enterFrame) {
if (((this.head.energyBar._xscale < 12) && (!_root.hiding)) && (this._xscale > 50)) {
this.gun1.gotoAndStop("shoot");
this.gun2.gotoAndStop("shoot");
} else if (this.head.energyBar._xscale > 100) {
this.gun1.gotoAndStop(1);
this.gun2.gotoAndStop(1);
}
}
Instance of Symbol 627 MovieClip "tunnelElectric" in Frame 789
onClipEvent (load) {
this._xscale = 25;
this._yscale = 25;
}
onClipEvent (enterFrame) {
this._xscale = this._xscale * _root.scaleUP;
this._yscale = this._yscale * _root.scaleUP;
if ((!this.dead) && (this._xscale > 200)) {
this.gotoAndStop(2);
if ((this._xscale > 400) && (this.hitTest(_root.hero))) {
_root.health = _root.health - 10;
}
}
if ((this._xscale > 600) && (_root.tunnelToll < 7)) {
_root.tunnelToll = _root.tunnelToll + 1;
this.gotoAndStop(1);
this.g1.gotoAndStop(1);
this.g2.gotoAndStop(1);
this._xscale = 25;
this._yscale = 25;
this.dead = false;
if (_root.tunnelToll > 6) {
this._alpha = 0;
this._xscale = 100;
this._yscale = 100;
}
}
}
Instance of Symbol 538 MovieClip "rb13" in Frame 789
onClipEvent (enterFrame) {
if (!this.dead) {
this.gotoAndStop("aim");
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.scope.guts.inside)) {
this.gotoAndStop("gone");
this.dead = true;
}
}
Instance of Symbol 635 MovieClip in Frame 789
onClipEvent (load) {
this._xscale = 50;
this._yscale = 50;
this.dead = false;
}
onClipEvent (enterFrame) {
this._xscale = this._xscale * _root.scaleUP;
this._yscale = this._yscale * _root.scaleUP;
if ((((this._xscale > 250) && (this._xscale < 600)) && (_root.tunnelToll < 7)) && (!this.dead)) {
this.gun.gotoAndStop(2);
}
if ((this._xscale > 600) && (_root.tunnelToll < 7)) {
this._xscale = 50;
this._yscale = 50;
this.dead = false;
this.gun.gotoAndStop(1);
if (_root.tunnelToll > 6) {
this._xscale = 100;
this._yscale = 100;
}
}
}
Instance of Symbol 635 MovieClip in Frame 789
onClipEvent (load) {
this._xscale = 100;
this._yscale = 100;
this.dead = false;
}
onClipEvent (enterFrame) {
this._xscale = this._xscale * _root.scaleUP;
this._yscale = this._yscale * _root.scaleUP;
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if ((((this._xscale > 250) && (this._xscale < 600)) && (_root.tunnelToll < 6)) && (!this.dead)) {
this.gun.gotoAndStop(2);
}
if ((this._xscale > 600) && (_root.tunnelToll < 6)) {
this._xscale = 50;
this._yscale = 50;
this.dead = false;
this.gun.gotoAndStop(1);
if (_root.tunnelToll > 5) {
this._alpha = 0;
this._xscale = 50;
this._yscale = 50;
}
}
}
Frame 790
_root.upBoundry = 175;
Instance of Symbol 48 MovieClip "levelBlock4" in Frame 790
onClipEvent (enterFrame) {
if (_root.hero.hidingBlockHero.hitTest(this)) {
_root.hero._x = 275;
_root.hero._y = 211.4;
_root.nextFrame();
}
}
Instance of Symbol 48 MovieClip in Frame 790
onClipEvent (enterFrame) {
if (this.hitTest(_root.scope.guts.inside)) {
_root.arrowUP.gotoAndStop(2);
_root.upBoundry = 110;
}
}
Instance of Symbol 48 MovieClip in Frame 790
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 790
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 790
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 790
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 376 MovieClip "arrowUP" in Frame 790
onClipEvent (enterFrame) {
this.gotoAndStop(4);
}
Instance of Symbol 381 MovieClip in Frame 790
onClipEvent (enterFrame) {
if (this.lock.hitTest(_root.scope.guts.inside)) {
this.gotoAndPlay("open");
_root.upBoundry = 90;
}
}
Frame 791
_root.upBoundry = 90;
Xfactor = 0.65;
Yfactor = 0.65;
Instance of Symbol 48 MovieClip in Frame 791
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 791
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 791
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 791
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 791
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 791
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 791
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 791
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 791
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 791
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 791
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 791
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 791
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 791
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Frame 792
_root.upBoundry = 130;
Xfactor = 0.4;
Yfactor = 0.4;
ltBoundry = 50;
rtBoundry = 500;
_root.box.gotoAndStop(1);
_root.Boss_active = 0;
Instance of Symbol 48 MovieClip "levelBlock4" in Frame 792
onClipEvent (enterFrame) {
if (_root.hero.hidingBlockHero.hitTest(this)) {
_root.gotoAndStop("win");
}
}
Instance of Symbol 475 MovieClip in Frame 792
onClipEvent (enterFrame) {
if (this.hit_Area.hitTest(_root.scope.guts.inside)) {
_root.Boss_active = _root.Boss_active + 1;
this.gotoAndPlay(2);
}
}
Instance of Symbol 691 MovieClip "boss" in Frame 792
onClipEvent (load) {
this.Dead = false;
}
onClipEvent (enterFrame) {
if (_root.Boss_active == 2) {
this.play();
_root.Boss_active = _root.Boss_active + 1;
}
}
onClipEvent (enterFrame) {
if (((!this.Dead) && (_root.Boss_active == 4)) && (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) && (Math.abs(_root.hero._x - this._x) < 60)) && (_root.Boss_active == 4)) {
this.gotoAndStop("shoot");
this.gun1.gotoAndStop("shoot");
this.gun2.gotoAndStop("shoot");
}
}
Instance of Symbol 475 MovieClip in Frame 792
onClipEvent (enterFrame) {
if (this.hit_Area.hitTest(_root.scope.guts.inside)) {
_root.Boss_active = _root.Boss_active + 1;
this.gotoAndPlay(2);
}
}
Instance of Symbol 162 MovieClip [robot] "robot1" in Frame 792
onClipEvent (load) {
this.Dead = false;
}
onClipEvent (enterFrame) {
if ((this.head.energyBar._xscale < 12) && (!_root.hiding)) {
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 && (this.head.energyBar._xscale < 100)) {
this.head.energyBar._xscale = this.head.energyBar._xscale + 1;
}
}
Instance of Symbol 162 MovieClip [robot] "robot2" in Frame 792
onClipEvent (load) {
this.Dead = false;
}
onClipEvent (enterFrame) {
if ((this.head.energyBar._xscale < 12) && (!_root.hiding)) {
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 && (this.head.energyBar._xscale < 100)) {
this.head.energyBar._xscale = this.head.energyBar._xscale + 1;
}
}
Instance of Symbol 538 MovieClip "rb11" in Frame 792
onClipEvent (load) {
this.gotoAndPlay(30);
}
onClipEvent (enterFrame) {
if ((!this.dead) && (this.active)) {
this.gotoAndStop("aim");
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.scope.guts.inside)) {
this.dead = true;
this.gotoAndStop("gone2");
this.active = false;
}
}
Instance of Symbol 538 MovieClip "rb21" in Frame 792
onClipEvent (load) {
this.gotoAndPlay(30);
}
onClipEvent (enterFrame) {
if ((!this.dead) && (this.active)) {
this.gotoAndStop("aim");
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.scope.guts.inside)) {
this.dead = true;
this.gotoAndStop("gone2");
this.active = false;
}
}
Instance of Symbol 162 MovieClip [robot] "robot" in Frame 792
onClipEvent (load) {
this.Dead = false;
}
onClipEvent (enterFrame) {
if ((this.head.energyBar._xscale < 12) && (!_root.hiding)) {
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 && (this.head.energyBar._xscale < 100)) {
this.head.energyBar._xscale = this.head.energyBar._xscale + 0.5;
}
}
Instance of Symbol 538 MovieClip "rb31" in Frame 792
onClipEvent (load) {
this.gotoAndPlay(30);
}
onClipEvent (enterFrame) {
if ((!this.dead) && (this.active)) {
this.gotoAndStop("aim");
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.scope.guts.inside)) {
this.dead = true;
this.gotoAndStop("gone2");
this.active = false;
}
}
Instance of Symbol 538 MovieClip "rb41" in Frame 792
onClipEvent (load) {
this.gotoAndPlay(30);
}
onClipEvent (enterFrame) {
if ((!this.dead) && (this.active)) {
this.gotoAndStop("aim");
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.scope.guts.inside)) {
this.dead = true;
this.gotoAndStop("gone2");
this.active = false;
}
}
Instance of Symbol 538 MovieClip "rb51" in Frame 792
onClipEvent (load) {
this.gotoAndPlay(30);
}
onClipEvent (enterFrame) {
if ((!this.dead) && (this.active)) {
this.gotoAndStop("aim");
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.scope.guts.inside)) {
this.dead = true;
this.gotoAndStop("gone2");
this.active = false;
}
}
Instance of Symbol 538 MovieClip "rb61" in Frame 792
onClipEvent (load) {
this.gotoAndPlay(30);
}
onClipEvent (enterFrame) {
if ((!this.dead) && (this.active)) {
this.gotoAndStop("aim");
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.scope.guts.inside)) {
this.dead = true;
this.gotoAndStop("gone2");
this.active = false;
}
}
Instance of Symbol 693 MovieClip "steel2" in Frame 792
onClipEvent (enterFrame) {
if (_root.hero._y < 120) {
this.swapDepths(1003);
} else if (_root.hero._y > 119) {
this.swapDepths(997);
}
}
Instance of Symbol 344 MovieClip "steel1" in Frame 792
onClipEvent (enterFrame) {
if (_root.hero._y < 160) {
this.swapDepths(1002);
} else if (_root.hero._y > 159) {
this.swapDepths(998);
}
}
Frame 832
_root.upBoundry = 190;
Xfactor = 0.65;
Yfactor = 0.65;
_root.level = 10;
_root.l10Clue = 0;
Instance of Symbol 48 MovieClip "levelBlock4" in Frame 832
onClipEvent (enterFrame) {
if (_root.hero.hidingBlockHero.hitTest(this)) {
_root.hero._x = 275;
_root.hero._y = 211.4;
_root.nextFrame();
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 832
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 162 MovieClip [robot] "robot" in Frame 832
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) {
this.legRt.play();
this.legLt.play();
}
if (this._xscale > 98) {
this.legRt.gotoAndStop(1);
this.legLt.gotoAndStop(1);
}
if (this._xscale < 100) {
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)) {
this.gun1.gotoAndStop("shoot");
this.gun2.gotoAndStop("shoot");
} else if (this.head.energyBar._xscale > 100) {
this.gun1.gotoAndStop(1);
this.gun2.gotoAndStop(1);
}
}
Instance of Symbol 376 MovieClip "arrowUP" in Frame 832
onClipEvent (enterFrame) {
if (_root.l10Clue > 0) {
this.gotoAndStop(4);
_root.upBoundry = 90;
}
}
Frame 833
_root.upBoundry = 140;
Xfactor = 0.4;
Yfactor = 0.4;
Instance of Symbol 48 MovieClip in Frame 833
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 833
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 381 MovieClip "door3" in Frame 833
onClipEvent (enterFrame) {
if (_root.scope.guts.inside.hitTest(_root.door3.lock)) {
_root.upBoundry = 90;
_root.door3.gotoAndPlay("open");
_root.arrowUP3.gotoAndStop(2);
}
}
Frame 834
_root.hero._x = 275;
_root.hero._y = 250;
_root.upBoundry = 165;
_root.door_is_opening = false;
ltBoundry = 90;
rtBoundry = 470;
_root.level = 12;
_root.l12Clue = 0;
Instance of Symbol 48 MovieClip "levelBlock12" in Frame 834
onClipEvent (enterFrame) {
if (_root.hero.hidingBlockHero.hitTest(this) && (_root.l12Clue == 3)) {
_root.hero._x = 275;
_root.hero._y = 211.4;
_root.nextFrame();
}
}
Instance of Symbol 162 MovieClip [robot] "robot" in Frame 834
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 (this.Dead) {
_root.l1Clue = _root.l1Clue + 1;
}
}
Instance of Symbol 162 MovieClip [robot] "robot2" in Frame 834
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 (this.Dead) {
_root.l1Clue = _root.l1Clue + 1;
}
}
Instance of Symbol 162 MovieClip [robot] "robot1" in Frame 834
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 (this.Dead) {
_root.l1Clue = _root.l1Clue + 1;
}
}
Instance of Symbol 538 MovieClip "rbElevator" in Frame 834
onClipEvent (load) {
this.dead = false;
this.active = true;
}
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.dead = true;
this.gotoAndStop("gone2");
this.active = false;
}
}
Instance of Symbol 448 MovieClip "elevator" in Frame 834
onClipEvent (enterFrame) {
if ((Key.isDown(39) || (Key.isDown(68))) and (_root.hero._x < 450)) {
_root.elevator._x = _root.elevator._x - (_root.speed / 2);
}
if ((Key.isDown(37) || (Key.isDown(65))) and (_root.hero._x > 100)) {
_root.elevator._x = _root.elevator._x + (_root.speed / 2);
}
}
onClipEvent (load) {
this.elevator_floor = -200;
}
onClipEvent (enterFrame) {
if (this.elevator_floor < -10) {
this.elevator_floor = this.elevator_floor + 1;
}
}
onClipEvent (enterFrame) {
if (this.elevator_floor == -12) {
this.gotoAndPlay(2);
}
}
Frame 835
_root.hero._x = 275;
_root.hero._y = 250;
_root.upBoundry = 165;
_root.door_is_opening = false;
ltBoundry = 50;
rtBoundry = 500;
Instance of Symbol 750 MovieClip in Frame 835
onClipEvent (enterFrame) {
if (this.hitTest(_root.scope.guts.inside)) {
this.nextFrame();
}
}
Instance of Symbol 48 MovieClip "levelBlock4" in Frame 835
onClipEvent (enterFrame) {
if (_root.hero.hidingBlockHero.hitTest(this)) {
_root.hero._x = 275;
_root.hero._y = 211.4;
_root.nextFrame();
}
}
Instance of Symbol 538 MovieClip "rbRoom2" in Frame 835
onClipEvent (load) {
this.gotoAndPlay(30);
}
onClipEvent (enterFrame) {
if ((!this.dead) && (this.active)) {
this.gotoAndStop("aim");
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.scope.guts.inside)) {
this.dead = true;
this.gotoAndStop("gone2");
this.active = false;
}
}
Instance of Symbol 538 MovieClip "rbRoom6" in Frame 835
onClipEvent (load) {
this.gotoAndPlay(30);
}
onClipEvent (enterFrame) {
if ((!this.dead) && (this.active)) {
this.gotoAndStop("aim");
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.scope.guts.inside)) {
this.dead = true;
this.gotoAndStop("gone2");
this.active = false;
}
}
Frame 836
_root.tunnelToll = 0;
_root.scaleUP = 1.02;
_root.upBoundry = 175;
Instance of Symbol 757 MovieClip in Frame 836
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
}
onClipEvent (enterFrame) {
if ((this._xscale < 75) && (!this.Dead)) {
this._xscale = this._xscale * 1.02;
this._yscale = this._yscale * 1.02;
this._y = this._y + 4;
this._x = this._x + 0.5;
}
}
onClipEvent (enterFrame) {
if ((this._xscale > 73) && (!this.Dead)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
}
Instance of Symbol 757 MovieClip in Frame 836
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
}
onClipEvent (enterFrame) {
if ((this._xscale < 50) && (!this.Dead)) {
this._xscale = this._xscale * 1.02;
this._yscale = this._yscale * 1.02;
this._y = this._y + 4;
this._x = this._x + 0.5;
}
}
onClipEvent (enterFrame) {
if ((this._xscale > 48) && (!this.Dead)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
}
Instance of Symbol 757 MovieClip in Frame 836
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
this._alpha = 0;
}
onClipEvent (enterFrame) {
if ((this._x > 100) && (!this.Dead)) {
this._alpha = this._alpha + 5;
this._y = this._y + 0.5;
this._x = this._x - 4;
}
}
onClipEvent (enterFrame) {
if ((this._x < 102) && (!this.Dead)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
}
Instance of Symbol 757 MovieClip in Frame 836
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
this._alpha = 0;
}
onClipEvent (enterFrame) {
if ((this._x < 500) && (!this.Dead)) {
this._alpha = this._alpha + 5;
this._y = this._y + 1;
this._x = this._x + 4;
}
}
onClipEvent (enterFrame) {
if ((this._x < 102) && (!this.Dead)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
}
Instance of Symbol 757 MovieClip in Frame 836
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
this._alpha = 0;
}
onClipEvent (enterFrame) {
if ((this._x > 200) && (!this.Dead)) {
this._alpha = this._alpha + 5;
this._y = this._y - 0.5;
this._x = this._x - 2;
}
}
onClipEvent (enterFrame) {
if ((this._x < 202) && (!this.Dead)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
}
Instance of Symbol 780 MovieClip in Frame 836
onClipEvent (load) {
this.hp = 50;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.scope.guts.inside)) {
this.nextFrame();
this.hp = this.hp - _root.gunPowder;
if (this.hp < 0) {
_root.score = _root.score + 1000;
_parent.gotoAndPlay("open");
}
}
}
Frame 837
_root.upBoundry = 90;
Xfactor = 0.65;
Yfactor = 0.65;
Instance of Symbol 48 MovieClip "levelBlock4" in Frame 837
onClipEvent (enterFrame) {
if (_root.hero.hidingBlockHero.hitTest(this)) {
_root.hero._x = 275;
_root.hero._y = 211.4;
_root.gotoAndStop("level9a");
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Frame 837
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 376 MovieClip "arrowUP" in Frame 837
onClipEvent (enterFrame) {
this.gotoAndStop(4);
}
Frame 838
_root.upBoundry = 130;
Xfactor = 0.4;
Yfactor = 0.4;
ltBoundry = 50;
rtBoundry = 500;
_root.box.gotoAndStop(1);
_root.Boss_active = 0;
Instance of Symbol 48 MovieClip "levelBlock4" in Frame 838
onClipEvent (enterFrame) {
if (_root.hero.hidingBlockHero.hitTest(this)) {
_root.gotoAndStop("win");
}
}
Instance of Symbol 475 MovieClip in Frame 838
onClipEvent (enterFrame) {
if (this.hit_Area.hitTest(_root.scope.guts.inside)) {
_root.Boss_active = _root.Boss_active + 1;
this.gotoAndPlay(2);
}
}
Instance of Symbol 475 MovieClip in Frame 838
onClipEvent (enterFrame) {
if (this.hit_Area.hitTest(_root.scope.guts.inside)) {
_root.Boss_active = _root.Boss_active + 1;
this.gotoAndPlay(2);
}
}
Instance of Symbol 162 MovieClip [robot] "robot1" in Frame 838
onClipEvent (load) {
this.Dead = false;
}
onClipEvent (enterFrame) {
if ((this.head.energyBar._xscale < 12) && (!_root.hiding)) {
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 && (this.head.energyBar._xscale < 100)) {
this.head.energyBar._xscale = this.head.energyBar._xscale + 1;
}
}
Instance of Symbol 162 MovieClip [robot] "robot2" in Frame 838
onClipEvent (load) {
this.Dead = false;
}
onClipEvent (enterFrame) {
if ((this.head.energyBar._xscale < 12) && (!_root.hiding)) {
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 && (this.head.energyBar._xscale < 100)) {
this.head.energyBar._xscale = this.head.energyBar._xscale + 1;
}
}
Instance of Symbol 691 MovieClip "boss" in Frame 838
onClipEvent (load) {
this.Dead = false;
}
onClipEvent (enterFrame) {
if (_root.Boss_active == 2) {
this.play();
_root.Boss_active = _root.Boss_active + 1;
}
}
onClipEvent (enterFrame) {
if (((!this.Dead) && (_root.Boss_active == 4)) && (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) && (Math.abs(_root.hero._x - this._x) < 60)) && (_root.Boss_active == 4)) {
this.gotoAndStop("shoot");
this.gun1.gotoAndStop("shoot");
this.gun2.gotoAndStop("shoot");
}
}
Instance of Symbol 693 MovieClip "steel2" in Frame 838
onClipEvent (enterFrame) {
if (_root.hero._y < 120) {
this.swapDepths(1003);
} else if (_root.hero._y > 119) {
this.swapDepths(997);
}
}
Instance of Symbol 538 MovieClip "rb10" in Frame 838
onClipEvent (load) {
this.gotoAndPlay(30);
}
onClipEvent (enterFrame) {
if ((!this.dead) && (this.active)) {
this.gotoAndStop("aim");
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.scope.guts.inside)) {
this.dead = true;
this.gotoAndStop("gone2");
this.active = false;
}
}
Instance of Symbol 538 MovieClip "rb20" in Frame 838
onClipEvent (load) {
this.gotoAndPlay(30);
}
onClipEvent (enterFrame) {
if ((!this.dead) && (this.active)) {
this.gotoAndStop("aim");
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.scope.guts.inside)) {
this.dead = true;
this.gotoAndStop("gone2");
this.active = false;
}
}
Instance of Symbol 162 MovieClip [robot] "robot" in Frame 838
onClipEvent (load) {
this.Dead = false;
}
onClipEvent (enterFrame) {
if ((this.head.energyBar._xscale < 12) && (!_root.hiding)) {
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 && (this.head.energyBar._xscale < 100)) {
this.head.energyBar._xscale = this.head.energyBar._xscale + 0.5;
}
}
Instance of Symbol 538 MovieClip "rb3" in Frame 838
onClipEvent (load) {
this.gotoAndPlay(30);
}
onClipEvent (enterFrame) {
if ((!this.dead) && (this.active)) {
this.gotoAndStop("aim");
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.scope.guts.inside)) {
this.dead = true;
this.gotoAndStop("gone2");
this.active = false;
}
}
Instance of Symbol 538 MovieClip "rb4" in Frame 838
onClipEvent (load) {
this.gotoAndPlay(30);
}
onClipEvent (enterFrame) {
if ((!this.dead) && (this.active)) {
this.gotoAndStop("aim");
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.scope.guts.inside)) {
this.dead = true;
this.gotoAndStop("gone2");
this.active = false;
}
}
Instance of Symbol 538 MovieClip "rb5" in Frame 838
onClipEvent (load) {
this.gotoAndPlay(30);
}
onClipEvent (enterFrame) {
if ((!this.dead) && (this.active)) {
this.gotoAndStop("aim");
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.scope.guts.inside)) {
this.dead = true;
this.gotoAndStop("gone2");
this.active = false;
}
}
Instance of Symbol 538 MovieClip "rb6" in Frame 838
onClipEvent (load) {
this.gotoAndPlay(30);
}
onClipEvent (enterFrame) {
if ((!this.dead) && (this.active)) {
this.gotoAndStop("aim");
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.scope.guts.inside)) {
this.dead = true;
this.gotoAndStop("gone2");
this.active = false;
}
}
Instance of Symbol 344 MovieClip "steel1" in Frame 838
onClipEvent (enterFrame) {
if (_root.hero._y < 160) {
this.swapDepths(1002);
} else if (_root.hero._y > 159) {
this.swapDepths(998);
}
}
Frame 839
_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();
play();
Frame 883
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 889
stop();
_root.health = 100;
Frame 890
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;
Symbol 13 Button
on (release) {
pname_result = validate_name(playername);
if (pname_result.length > 0) {
name_result = pname_result;
return(undefined);
}
name_result = "";
pemail = validate_mail(player_email);
if (pemail.length > 0) {
email_result = pemail;
return(undefined);
}
email_result = "";
myData = new LoadVars();
myData.game_id = 397;
myData.add_pass = "b3n885fu";
myData.name = playername;
myData.email = player_email;
myData.score = score;
returnData = new LoadVars();
myData.sendAndLoad("http://www.glowmonkeygames.com/highscores/add_game_score.php", returnData, "POST");
returnData.onLoad = function () {
for (var _local3 in this) {
trace([_local3, this[_local3]]);
}
if (returnData.output == "success") {
_root.scoreboard.gotoAndStop("months_scores");
} else {
_root.scoreboard.gotoAndStop("months_scores");
}
};
}
Symbol 40 MovieClip [HIghscoreBoard] Frame 1
stop();
function validate_mail(mail) {
primo = new String();
primo = mail.toLowerCase();
primo_array = new Array();
primo_array = primo.split("@");
if (primo_array.length == "2") {
trace("First test passed");
prefix = new String();
prefix = primo_array[0];
if (((prefix.length > 0) && (prefix.charAt(0) != ".")) && (prefix.charAt(prefix.length - 1) != ".")) {
trace("Second test passed");
suffix = new String();
suffix = primo_array[1];
suffix_array = new Array();
suffix_array = suffix.split(".");
if (suffix_array.length > 1) {
trace("Third test passed");
index_of_suffix_array = suffix_array.length - 1;
TLD = new String();
TLD = suffix_array[index_of_suffix_array];
trace((("TLD =" + TLD) + "// TLD.length =") + TLD.length);
if ((TLD.length > 1) && (TLD.length < 5)) {
trace("Fourth test passed");
suffix_particle = new String();
i = 0;
while (i <= (suffix_array.length - 1)) {
suffix_particle = suffix_array[i];
if (suffix_particle.length > 0) {
trace("Fifth test passed");
if (i == (suffix_array.length - 1)) {
char = new Array();
k = 0;
while (k <= (primo.length - 1)) {
char = primo.slice(k, k + 1);
trace(char);
if ((((((((((((((((((((((((((((((((((((((((char == "a") || (char == "b")) || (char == "c")) || (char == "d")) || (char == "e")) || (char == "f")) || (char == "g")) || (char == "h")) || (char == "i")) || (char == "j")) || (char == "k")) || (char == "l")) || (char == "m")) || (char == "n")) || (char == "o")) || (char == "p")) || (char == "q")) || (char == "r")) || (char == "s")) || (char == "t")) || (char == "u")) || (char == "v")) || (char == "w")) || (char == "x")) || (char == "y")) || (char == "z")) || (char == "0")) || (char == "1")) || (char == "2")) || (char == "3")) || (char == "4")) || (char == "5")) || (char == "6")) || (char == "7")) || (char == "8")) || (char == "9")) || (char == ".")) || (char == "@")) || (char == "_")) || (char == "-")) {
if (k == (primo.length - 1)) {
return("");
}
} else {
trace("Unauthorised character " + char);
return("Unauthorised character " + char);
}
k++;
}
}
} else {
trace("Error in delimiters (.)");
return("Error in delimiters (.)");
}
i++;
}
// unexpected jump
}
trace("Error in TLD");
return("Error in TLD");
} else {
trace("Error in the suffix");
return("Error in the suffix");
}
// unexpected jump
}
trace("Malformed Prefix or Missing Prefix");
return("Malformed Prefix or Missing Prefix");
}
trace("Mail must contain one @");
return("Mail must contain one @");
}
function validate_name(name) {
primo = new String();
primo = name.toLowerCase();
if (primo.length > 0) {
char = new Array();
k = 0;
while (k <= (primo.length - 1)) {
char = primo.slice(k, k + 1);
trace(char);
if ((((((((((((((((((((((((((((char == "a") || (char == "b")) || (char == "c")) || (char == "d")) || (char == "e")) || (char == "f")) || (char == "g")) || (char == "h")) || (char == "i")) || (char == "j")) || (char == "k")) || (char == "l")) || (char == "m")) || (char == "n")) || (char == "o")) || (char == "p")) || (char == "q")) || (char == "r")) || (char == "s")) || (char == "t")) || (char == "u")) || (char == "v")) || (char == "w")) || (char == "x")) || (char == "y")) || (char == "z")) || (char == " ")) || (char == "-")) {
if (k == (primo.length - 1)) {
return("");
}
} else {
trace("Unauthorised character " + char);
return("Unauthorised character " + char);
}
k++;
}
} else {
trace("Please enter a name.");
return("Please enter a name.");
}
}
Symbol 40 MovieClip [HIghscoreBoard] Frame 2
stop();
myData = new LoadVars();
myData.onLoad = function () {
placeTheDataIntoTheRightPlace();
};
myData.game_id = 397;
myData.add_pass = "b3n885fu";
myData.flash = 1;
if (score) {
myData.score = score;
}
myData.sendAndLoad("http://www.glowmonkeygames.com/highscores/get_game_scores.php", myData, "POST");
placeTheDataIntoTheRightPlace = function () {
name1 = myData.name1;
score1 = myData.score1;
name2 = myData.name2;
score2 = myData.score2;
name3 = myData.name3;
score3 = myData.score3;
name4 = myData.name4;
score4 = myData.score4;
name5 = myData.name5;
score5 = myData.score5;
name6 = myData.name6;
score6 = myData.score6;
name7 = myData.name7;
score7 = myData.score7;
name8 = myData.name8;
score8 = myData.score8;
name9 = myData.name9;
score9 = myData.score9;
name10 = myData.name10;
score10 = myData.score10;
name11 = myData.name11;
score11 = myData.score11;
name12 = myData.name12;
score12 = myData.score12;
_root.ranking = myData.ranking;
};
Symbol 43 MovieClip [gun] Frame 1
stop();
Symbol 45 MovieClip [sonic] Frame 90
stop();
_root.sonicing = false;
Instance of Symbol 48 MovieClip in Symbol 53 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._y = _root.hero._y + _root.speed;
}
}
Symbol 53 MovieClip Frame 4
stop();
Symbol 59 MovieClip [box2] Frame 1
stop();
Instance of Symbol 48 MovieClip in Symbol 59 MovieClip [box2] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._y = _root.hero._y + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Symbol 59 MovieClip [box2] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Symbol 59 MovieClip [box2] Frame 2
stop();
Instance of Symbol 57 MovieClip "powerUp" in Symbol 59 MovieClip [box2] Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) && (_root.hero._y < 140)) {
_root.upgrade = _root.upgrade + 1;
_root.l2Clue = _root.l2Clue + 1;
_root.arrowRt.gotoAndStop(2);
_root.arrowLt.gotoAndStop(2);
_root.box.gotoAndStop("gone");
}
}
Symbol 59 MovieClip [box2] Frame 3
stop();
_root[("l" + _root.level) + "Clue"] = _root[("l" + _root.level) + "Clue"] + 1;
Symbol 59 MovieClip [box2] Frame 4
stop();
Symbol 65 MovieClip Frame 1
_root.dashboard.ammo.bar._xscale = _root.dashboard.ammo.bar._xscale - 2;
Symbol 65 MovieClip Frame 4
_parent.gotoAndStop(1);
Symbol 66 MovieClip Frame 1
stop();
Symbol 70 MovieClip Frame 1
_root.dashboard.ammo.bar._xscale = _root.dashboard.ammo.bar._xscale - 10;
Symbol 70 MovieClip Frame 4
_parent.gotoAndStop(1);
Symbol 71 MovieClip Frame 1
stop();
Symbol 81 MovieClip Frame 1
_root.dashboard.ammo.bar._xscale = _root.dashboard.ammo.bar._xscale - 1;
if (_root.dashboard.ammo.bar._xscale < 0) {
_parent.gotoAndStop(1);
_root.machine_gunning = false;
}
Symbol 82 MovieClip Frame 1
stop();
Symbol 83 MovieClip Frame 1
stop();
Symbol 83 MovieClip Frame 15
stop();
Symbol 88 MovieClip Frame 1
stop();
Instance of Symbol 82 MovieClip "blast" in Symbol 88 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.machine_gunning == true) {
this.gotoAndStop(2);
}
}
Symbol 92 MovieClip Frame 1
stop();
Instance of Symbol 82 MovieClip "blast" in Symbol 92 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.machine_gunning == true) {
this.gotoAndStop(2);
}
}
Symbol 102 MovieClip Frame 1
stop();
Instance of Symbol 82 MovieClip "blast" in Symbol 102 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.machine_gunning == true) {
this.gotoAndStop(2);
}
}
Symbol 108 MovieClip [arms] Frame 1
stop();
Symbol 108 MovieClip [arms] Frame 21
prevFrame();
Symbol 108 MovieClip [arms] Frame 28
_root.changing = false;
gotoAndStop (10);
Symbol 112 MovieClip Frame 4
_parent.gotoAndStop(1);
Symbol 114 MovieClip Frame 1
stop();
Instance of Symbol 112 MovieClip "inside" in Symbol 114 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 118 MovieClip Frame 4
_parent.gotoAndStop(1);
Symbol 119 MovieClip Frame 1
stop();
Instance of Symbol 118 MovieClip "inside" in Symbol 119 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 124 MovieClip Frame 1
if (_root.hiding == true) {
_parent.gotoAndStop(1);
}
if (_root.dashboard.ammo.bar._xscale < 0) {
_parent.gotoAndStop(1);
}
Symbol 126 MovieClip Frame 1
stop();
Instance of Symbol 124 MovieClip "inside" in Symbol 126 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 129 MovieClip [scope] Frame 1
stop();
Symbol 133 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.health = _root.health - 1;
_root.hero.back.gotoAndPlay(2);
}
if (_root.hiding) {
_parent.gotoAndStop(1);
}
Symbol 136 MovieClip Frame 1
stop();
Symbol 143 MovieClip Frame 1
stop();
Symbol 143 MovieClip Frame 2
play();
Symbol 143 MovieClip Frame 20
gotoAndPlay (2);
Symbol 152 MovieClip [explode] Frame 11
stop();
Symbol 154 MovieClip Frame 1
stop();
Instance of Symbol 146 MovieClip "energyBar" in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this._xscale > 10) && (!_root.hiding)) && (!_parent._parent.behindDoor)) {
this._xscale = this._xscale - 0.7;
}
}
Symbol 162 MovieClip [robot] Frame 1
stop();
Instance of Symbol 154 MovieClip "head" in Symbol 162 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 + 1000;
_parent.gotoAndPlay("gone");
}
}
}
Symbol 162 MovieClip [robot] Frame 20
stop();
_root[("l" + _root.level) + "Clue"] = _root[("l" + _root.level) + "Clue"] + 1;
Symbol 813 MovieClip [__Packages.MochiAd] Frame 0
class MochiAd
{
function MochiAd () {
}
static function getVersion() {
return("1.5");
}
static function showPreloaderAd(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 showTimedAd(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.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 _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 _local25 = {clip:_root, com_server:"http://x.mochiads.com/com/1/", method:"loadCommunicator", depth:10337, id:"_UNKNOWN_"};
options = _parseOptions(options, _local25);
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 _local24 = options.depth;
delete options.depth;
var _local17 = _local18.createEmptyMovieClip(_local20, _local24);
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) {
cb = parseInt(cb);
var _local4 = this._callbacks[cb];
if (!_local4) {
return(undefined);
}
delete this._callbacks[cb];
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 _local7 = options.clip;
if (!_isNetworkAvailable()) {
return(null);
}
if (_local7._mochiad_loaded) {
return(null);
}
var _local12 = options.depth;
delete options.depth;
var _local6 = _local7.createEmptyMovieClip("_mochiad", _local12);
var _local11 = _getRes(options);
options.res = (_local11[0] + "x") + _local11[1];
options.server = options.server + options.id;
delete options.id;
_local7._mochiad_loaded = true;
var _local4 = _local6.createEmptyMovieClip("_mochiad_ctr", 1);
for (var _local8 in options) {
_local4[_local8] = options[_local8];
}
if (_local7._url.indexOf("http") != 0) {
options.no_page = true;
}
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 _local9 = ["", Math.floor(new Date().getTime()), random(999999)].join("_");
_local5.mc = _local6;
_local5.name = _local9;
_local5.hostname = _local14;
_local5.allowDomain = function (d) {
return(true);
};
_local5.allowInsecureDomain = _local5.allowDomain;
_local5.connect(_local9);
_local6.lc = _local5;
_local4.lc = _local9;
_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 166 Button
on (release) {
getURL ("http://www.glowmonkeygames.com", "_blank");
}
Symbol 171 Button
on (release) {
gotoAndPlay (123);
}
Symbol 177 Button
on (release) {
getURL ("http://www.glowmonkey.com", "_blank");
}
Symbol 210 Button
on (release) {
stopAllSounds();
_root.gotoAndStop("instructions");
}
Instance of Symbol 146 MovieClip "energyBar" in Symbol 226 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this._xscale > 10) && (!_root.hiding)) && (!_parent._parent.behindDoor)) {
this._xscale = this._xscale - 0.7;
}
}
Symbol 236 MovieClip Frame 10
_root.hero.pants.gotoAndStop(1);
Symbol 237 MovieClip Frame 10
_root.hero.pants.gotoAndStop(1);
Symbol 237 MovieClip Frame 11
stop();
Symbol 237 MovieClip Frame 17
stop();
Symbol 238 MovieClip Frame 1
stop();
Symbol 238 MovieClip Frame 5
stop();
Instance of Symbol 237 MovieClip in Symbol 238 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 238 MovieClip Frame 10
stop();
Symbol 238 MovieClip Frame 15
stop();
Instance of Symbol 48 MovieClip in Symbol 344 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._y = _root.hero._y + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Symbol 344 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Symbol 344 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._y = _root.hero._y - _root.speed;
}
}
Symbol 352 Button
on (release) {
gotoAndStop (122);
}
Symbol 362 Button
on (release) {
_root.atMenu = false;
gotoAndStop ("game");
}
Symbol 369 MovieClip Frame 1
stop();
Instance of Symbol 48 MovieClip in Symbol 369 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._y = _root.hero._y + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Symbol 369 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Symbol 369 MovieClip Frame 2
stop();
Instance of Symbol 368 MovieClip "powerUp" in Symbol 369 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) && (_root.hero._y < 140)) {
_root.upgrade = _root.upgrade + 1;
_root.box.gotoAndStop("gone");
}
}
Symbol 369 MovieClip Frame 3
stop();
_root[("l" + _root.level) + "Clue"] = _root[("l" + _root.level) + "Clue"] + 1;
Symbol 369 MovieClip Frame 4
stop();
Symbol 376 MovieClip Frame 1
stop();
Symbol 376 MovieClip Frame 2
stop();
_root.upBoundry = 0;
Symbol 376 MovieClip Frame 3
stop();
Symbol 376 MovieClip Frame 4
stop();
Symbol 376 MovieClip Frame 5
stop();
Symbol 381 MovieClip Frame 1
stop();
Symbol 381 MovieClip Frame 2
_root.door_is_opening = true;
Symbol 381 MovieClip Frame 31
stop();
_root.door_is_opening = false;
Symbol 385 MovieClip Frame 1
stop();
Symbol 388 MovieClip Frame 1
stop();
Instance of Symbol 393 MovieClip "health_bar" in Symbol 395 MovieClip Frame 1
onClipEvent (enterFrame) {
this._xscale = _root.health;
}
Symbol 401 Button
on (release) {
_root.changing = true;
_root.hero.arms.gotoAndPlay("changing");
_root.weapon = 1;
_root.gunPowder = 5;
}
Symbol 403 Button
on (release) {
_root.changing = true;
_root.hero.arms.gotoAndPlay("changing");
_root.weapon = 2;
_root.gunPowder = 10;
}
Symbol 406 MovieClip Frame 1
stop();
Symbol 410 Button
on (release) {
_root.changing = true;
_root.hero.arms.gotoAndPlay("changing");
_root.dashboard.ammo.bar._xscale = 100;
}
Symbol 412 Button
on (release) {
_root.changing = true;
_root.hero.arms.gotoAndPlay("changing");
_root.weapon = 3;
_root.gunPowder = 2;
}
Symbol 415 MovieClip Frame 1
stop();
Instance of Symbol 406 MovieClip "bazuka" in Symbol 419 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.upgrade == 1) {
_root.dashboard.bazuka.gotoAndStop(2);
}
}
Instance of Symbol 415 MovieClip "machine_gun" in Symbol 419 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.upgrade == 2) {
_root.dashboard.machine_gun.gotoAndStop(2);
}
}
Symbol 426 Button
on (release) {
gotoAndStop ("off");
}
Symbol 429 Button
on (release) {
gotoAndPlay ("on");
}
Symbol 432 MovieClip Frame 2
gotoAndPlay (1);
Symbol 432 MovieClip Frame 5
stop();
stopAllSounds();
Symbol 448 MovieClip Frame 1
stop();
Symbol 448 MovieClip Frame 2
_root.door_is_opening = true;
Symbol 448 MovieClip Frame 30
stop();
_root.door_is_opening = false;
Symbol 475 MovieClip Frame 1
stop();
Symbol 475 MovieClip Frame 21
stop();
_root.black._alpha = 30;
_root.doorsUP = true;
Symbol 480 MovieClip Frame 23
stop();
Symbol 505 MovieClip Frame 1
if (!_root.hiding) {
_root.health = _root.health - 10;
_root.hero.back.gotoAndPlay(2);
}
if (_root.hiding) {
_parent.gotoAndStop(1);
}
Symbol 509 MovieClip Frame 30
stop();
Symbol 520 MovieClip Frame 1
_root.score = _root.score + 500;
Instance of Symbol 146 MovieClip "energyBar" in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this._xscale > 10) && (!_root.hiding)) && (!_parent._parent.behindDoor)) {
this._xscale = this._xscale - 0.7;
}
}
Symbol 520 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 535 MovieClip Frame 1
_root.score = _root.score + 500;
Instance of Symbol 146 MovieClip "energyBar" in Symbol 535 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this._xscale > 10) && (!_root.hiding)) && (!_parent._parent.behindDoor)) {
this._xscale = this._xscale - 0.7;
}
}
Symbol 535 MovieClip Frame 60
stop();
Symbol 538 MovieClip Frame 1
stop();
Symbol 538 MovieClip Frame 30
play();
Symbol 538 MovieClip Frame 90
_parent.active = true;
gotoAndStop ("aim");
Symbol 563 MovieClip Frame 20
stop();
Instance of Symbol 2 MovieClip in Symbol 598 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._y > -50) {
this._y = this._y - 2;
}
}
Instance of Symbol 2 MovieClip in Symbol 598 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._y > 0) {
this._y = this._y - 2;
}
}
onClipEvent (enterFrame) {
if (this._y < 10) {
_root.arrowUP.gotoAndStop(2);
_root.upBoundry = 100;
}
}
Symbol 599 MovieClip Frame 1
stop();
Instance of Symbol 48 MovieClip "hit_area" in Symbol 599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Symbol 599 MovieClip Frame 105
stop();
_root.doorsUP = false;
Symbol 606 MovieClip Frame 1
stop();
Instance of Symbol 48 MovieClip in Symbol 606 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._y = _root.hero._y + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Symbol 606 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Symbol 606 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._y = _root.hero._y - _root.speed;
}
}
Symbol 606 MovieClip Frame 2
stop();
Instance of Symbol 605 MovieClip "powerUp" in Symbol 606 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) && (_root.hero._y < 160)) {
_root.health = 100;
_root.box.gotoAndStop("gone");
}
}
Symbol 606 MovieClip Frame 3
stop();
_root[("l" + _root.level) + "Clue"] = _root[("l" + _root.level) + "Clue"] + 1;
Symbol 606 MovieClip Frame 4
stop();
Symbol 625 MovieClip Frame 30
gotoAndPlay (1);
Symbol 625 MovieClip Frame 31
_root.score = _root.score + 350;
Symbol 627 MovieClip Frame 1
stop();
Instance of Symbol 625 MovieClip "g1" in Symbol 627 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.scope.guts.inside) && (_parent._xscale > 70)) {
this.gotoAndStop("gone");
_parent.gotoAndStop("gone");
_parent.dead = true;
}
}
Instance of Symbol 625 MovieClip "g2" in Symbol 627 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.scope.guts.inside) && (_parent._xscale > 70)) {
_root.score = _root.score + 500;
this.gotoAndStop("gone");
_parent.gotoAndStop("gone");
_parent.dead = true;
}
}
Symbol 627 MovieClip Frame 2
stop();
Symbol 627 MovieClip Frame 3
stop();
Symbol 634 MovieClip Frame 1
stop();
Instance of Symbol 48 MovieClip "hit_area" in Symbol 634 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.scope.guts.inside) && (_parent._xscale > 70)) {
_root.score = _root.score + 500;
this.gotoAndStop("gone");
_parent.gotoAndStop("gone");
}
}
Symbol 634 MovieClip Frame 2
stop();
Symbol 634 MovieClip Frame 3
stop();
_parent.dead = true;
Symbol 658 MovieClip Frame 11
stop();
Instance of Symbol 146 MovieClip "energyBar" in Symbol 660 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this._xscale > 10) && (!_root.hiding)) && (!_parent._parent.behindDoor)) {
this._xscale = this._xscale - 0.7;
}
}
Symbol 660 MovieClip Frame 5
_root.boss.head.gotoAndStop(1);
Symbol 661 MovieClip Frame 1
stop();
Instance of Symbol 146 MovieClip "energyBar" in Symbol 661 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this._xscale > 10) && (!_root.hiding)) && (!_parent._parent.behindDoor)) {
this._xscale = this._xscale - 0.7;
}
}
Symbol 672 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.health = _root.health - 1;
_root.hero.back.gotoAndPlay(2);
}
Symbol 673 MovieClip Frame 1
stop();
Instance of Symbol 661 MovieClip "head" in Symbol 680 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 691 MovieClip Frame 1
stop();
Instance of Symbol 661 MovieClip in Symbol 691 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 691 MovieClip Frame 30
_root.Boss_active = _root.Boss_active + 1;
Symbol 691 MovieClip Frame 31
stop();
Instance of Symbol 661 MovieClip "head" in Symbol 691 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 691 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 48 MovieClip in Symbol 693 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._y = _root.hero._y + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Symbol 693 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Symbol 693 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Instance of Symbol 48 MovieClip in Symbol 693 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._y = _root.hero._y - _root.speed;
}
}
Symbol 744 MovieClip Frame 1
stop();
Instance of Symbol 48 MovieClip in Symbol 744 MovieClip Frame 1
onClipEvent (load) {
this.hp = 50;
}
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");
}
}
}
Instance of Symbol 48 MovieClip in Symbol 744 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.box.hit_area)) {
_root.box.gotoAndStop(2);
}
}
Symbol 744 MovieClip Frame 30
stop();
Instance of Symbol 48 MovieClip in Symbol 744 MovieClip Frame 30
onClipEvent (load) {
this.hp = 50;
}
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("gone2");
}
}
}
Instance of Symbol 48 MovieClip in Symbol 744 MovieClip Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlock)) {
_root.nextFrame();
}
}
Symbol 744 MovieClip Frame 60
stop();
_root.upBoundry = 120;
_root.arrowUP.gotoAndStop(2);
Symbol 750 MovieClip Frame 1
stop();
Symbol 757 MovieClip Frame 1
stop();
Instance of Symbol 661 MovieClip "head" in Symbol 757 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 661 MovieClip "head" in Symbol 757 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 757 MovieClip Frame 6
stop();
Symbol 757 MovieClip Frame 15
stop();
_parent.Dead = true;
Symbol 757 MovieClip Frame 20
stop();
_parent.Dead = true;
Symbol 758 MovieClip Frame 1
stop();
Instance of Symbol 48 MovieClip in Symbol 758 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._y = _root.hero._y + _root.speed;
}
}
Instance of Symbol 48 MovieClip in Symbol 758 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hidingBlockHero)) {
_root.hero._x = _root.hero._x - _root.speed;
}
}
Symbol 758 MovieClip Frame 2
stop();
Instance of Symbol 757 MovieClip "s3" in Symbol 758 MovieClip Frame 2
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
}
onClipEvent (enterFrame) {
if (!this.Dead) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
}
Instance of Symbol 757 MovieClip "s1" in Symbol 758 MovieClip Frame 2
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
}
onClipEvent (enterFrame) {
if ((this._xscale < 200) && (!this.Dead)) {
this._xscale = this._xscale * 1.02;
this._yscale = this._yscale * 1.02;
this._y = this._y + 4;
this._x = this._x + 0.5;
}
}
onClipEvent (enterFrame) {
if ((this._xscale > 198) && (!this.Dead)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
}
Instance of Symbol 757 MovieClip "s2" in Symbol 758 MovieClip Frame 2
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
}
onClipEvent (enterFrame) {
if ((this._x > -600) && (!this.Dead)) {
this._x = this._x - 10;
}
}
onClipEvent (enterFrame) {
if ((this._x < -598) && (!this.Dead)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
}
Instance of Symbol 757 MovieClip "s4" in Symbol 758 MovieClip Frame 2
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
}
onClipEvent (enterFrame) {
if ((this._x > -400) && (!this.Dead)) {
this._x = this._x - 2;
}
}
onClipEvent (enterFrame) {
if ((this._x < -398) && (!this.Dead)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
}
Instance of Symbol 757 MovieClip "s5" in Symbol 758 MovieClip Frame 2
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
}
onClipEvent (enterFrame) {
if (!this.Dead) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
}
Instance of Symbol 757 MovieClip "s6" in Symbol 758 MovieClip Frame 2
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
}
onClipEvent (enterFrame) {
if (!this.Dead) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
}
Instance of Symbol 757 MovieClip "s7" in Symbol 758 MovieClip Frame 2
onClipEvent (load) {
this.Dead = false;
this.gotoAndStop("walk");
}
onClipEvent (enterFrame) {
if ((this._xscale < 250) && (!this.Dead)) {
this._xscale = this._xscale * 1.02;
this._yscale = this._yscale * 1.02;
this._y = this._y + 1;
this._x = this._x - 8;
}
}
onClipEvent (enterFrame) {
if ((this._xscale > 198) && (!this.Dead)) {
this.gotoAndStop(1);
this.gun1.gotoAndStop("shoot");
}
}
Symbol 758 MovieClip Frame 3
stop();
_root[("l" + _root.level) + "Clue"] = _root[("l" + _root.level) + "Clue"] + 1;
Symbol 758 MovieClip Frame 4
stop();
Symbol 780 MovieClip Frame 1
stop();
Symbol 780 MovieClip Frame 69
stop();
Instance of Symbol 48 MovieClip "levelBlock4" in Symbol 780 MovieClip Frame 69
onClipEvent (enterFrame) {
if (_root.hero.hidingBlockHero.hitTest(this)) {
_root.hero._x = 275;
_root.hero._y = 211.4;
_root.nextFrame();
}
}
Instance of Symbol 376 MovieClip in Symbol 780 MovieClip Frame 69
onClipEvent (enterFrame) {
_root.upBoundry = 80;
this.gotoAndStop(5);
}
Symbol 799 Button
on (release) {
getURL ("http://www.glowmonkeygames.com", "_blank");
}
Symbol 803 Button
on (release) {
_root.scope.swapDepths(999);
gotoAndStop (784);
}
Symbol 804 Button
on (release) {
stopAllSounds();
gotoAndStop (122);
}
Symbol 812 Button
on (release) {
_root.gotoAndStop("highscores");
}