Frame 1
Stage.showMenu = false;
stop();
Instance of Symbol 197 MovieClip "hint" in Frame 1
onClipEvent (load) {
if (hint) {
this.startDrag(true);
speed = 20;
track2x = this._x;
track2y = this._y;
}
}
onClipEvent (enterFrame) {
Mouse.hide();
if (hint) {
track1x = this._x;
track1y = this._y;
dist = Math.sqrt(Math.pow(track2x - track1x, 2) + Math.pow(track2y - track1y, 2));
if (dist < speed) {
(this());// not popped
} else {
(this.gotoAndPlay(46));// not popped
}
track2x = this._x;
track2y = this._y;
}
}
onClipEvent (mouseMove) {
if (hint) {
gotoAndPlay (1);
}
}
onClipEvent (mouseDown) {
if (hint) {
gotoAndPlay (39);
}
}
Frame 2
onEnterFrame = function () {
var _local2 = _ymouse - arrow._y;
var _local4 = _xmouse - arrow._x;
var _local7 = Math.atan2(_local2, _local4);
arrow._rotation = (_local7 * 180) / Math.PI;
if (_root.en.alive) {
var _local5 = arrow._y - en._y;
var _local6 = arrow._x - en._x;
var _local3 = Math.atan2(_local5, _local6);
en._rotation = (_local3 * 180) / Math.PI;
}
if (_root.enb.alive) {
var _local5 = arrow._y - enb._y;
var _local6 = arrow._x - enb._x;
var _local3 = Math.atan2(_local5, _local6);
enb._rotation = (_local3 * 180) / Math.PI;
}
if (_root.enc.alive) {
var _local5 = arrow._y - enc._y;
var _local6 = arrow._x - enc._x;
var _local3 = Math.atan2(_local5, _local6);
enc._rotation = (_local3 * 180) / Math.PI;
}
if (_root.end.alive) {
var _local5 = arrow._y - end._y;
var _local6 = arrow._x - end._x;
var _local3 = Math.atan2(_local5, _local6);
end._rotation = (_local3 * 180) / Math.PI;
}
if (_root.ene.alive) {
var _local5 = arrow._y - ene._y;
var _local6 = arrow._x - ene._x;
var _local3 = Math.atan2(_local5, _local6);
ene._rotation = (_local3 * 180) / Math.PI;
}
if (_root.enf.alive) {
var _local5 = arrow._y - enf._y;
var _local6 = arrow._x - enf._x;
var _local3 = Math.atan2(_local5, _local6);
enf._rotation = (_local3 * 180) / Math.PI;
}
if (_root.eng.alive) {
var _local5 = arrow._y - eng._y;
var _local6 = arrow._x - eng._x;
var _local3 = Math.atan2(_local5, _local6);
eng._rotation = (_local3 * 180) / Math.PI;
}
if (_root.enh.alive) {
var _local5 = arrow._y - enh._y;
var _local6 = arrow._x - enh._x;
var _local3 = Math.atan2(_local5, _local6);
enh._rotation = (_local3 * 180) / Math.PI;
}
if (_root.eni.alive) {
var _local5 = arrow._y - eni._y;
var _local6 = arrow._x - eni._x;
var _local3 = Math.atan2(_local5, _local6);
eni._rotation = (_local3 * 180) / Math.PI;
}
if (_root.enj.alive) {
var _local5 = arrow._y - enj._y;
var _local6 = arrow._x - enj._x;
var _local3 = Math.atan2(_local5, _local6);
enj._rotation = (_local3 * 180) / Math.PI;
}
if (_root.enk.alive) {
var _local5 = arrow._y - enk._y;
var _local6 = arrow._x - enk._x;
var _local3 = Math.atan2(_local5, _local6);
enk._rotation = (_local3 * 180) / Math.PI;
}
if (_root.enl.alive) {
var _local5 = arrow._y - enl._y;
var _local6 = arrow._x - enl._x;
var _local3 = Math.atan2(_local5, _local6);
enl._rotation = (_local3 * 180) / Math.PI;
}
if (_root.enm.alive) {
var _local5 = arrow._y - enm._y;
var _local6 = arrow._x - enm._x;
var _local3 = Math.atan2(_local5, _local6);
enm._rotation = (_local3 * 180) / Math.PI;
}
if (_root.enn.alive) {
var _local5 = arrow._y - enn._y;
var _local6 = arrow._x - enn._x;
var _local3 = Math.atan2(_local5, _local6);
enn._rotation = (_local3 * 180) / Math.PI;
}
if (_root.eno.alive) {
var _local5 = arrow._y - eno._y;
var _local6 = arrow._x - eno._x;
var _local3 = Math.atan2(_local5, _local6);
eno._rotation = (_local3 * 180) / Math.PI;
}
if (_root.enp.alive) {
var _local5 = arrow._y - enp._y;
var _local6 = arrow._x - enp._x;
var _local3 = Math.atan2(_local5, _local6);
enp._rotation = (_local3 * 180) / Math.PI;
}
if (_root.enq.alive) {
var _local5 = arrow._y - enq._y;
var _local6 = arrow._x - enq._x;
var _local3 = Math.atan2(_local5, _local6);
enq._rotation = (_local3 * 180) / Math.PI;
}
if (_root.enr.alive) {
var _local5 = arrow._y - enr._y;
var _local6 = arrow._x - enr._x;
var _local3 = Math.atan2(_local5, _local6);
enr._rotation = (_local3 * 180) / Math.PI;
}
if (_root.ens.alive) {
var _local5 = arrow._y - ens._y;
var _local6 = arrow._x - ens._x;
var _local3 = Math.atan2(_local5, _local6);
ens._rotation = (_local3 * 180) / Math.PI;
}
if (_root.ent.alive) {
var _local5 = arrow._y - ent._y;
var _local6 = arrow._x - ent._x;
var _local3 = Math.atan2(_local5, _local6);
ent._rotation = (_local3 * 180) / Math.PI;
}
if (_root.enu.alive) {
var _local5 = arrow._y - enu._y;
var _local6 = arrow._x - enu._x;
var _local3 = Math.atan2(_local5, _local6);
enu._rotation = (_local3 * 180) / Math.PI;
}
if (_root.env.alive) {
var _local5 = arrow._y - env._y;
var _local6 = arrow._x - env._x;
var _local3 = Math.atan2(_local5, _local6);
env._rotation = (_local3 * 180) / Math.PI;
}
if (_root.enw.alive) {
var _local5 = arrow._y - enw._y;
var _local6 = arrow._x - enw._x;
var _local3 = Math.atan2(_local5, _local6);
enw._rotation = (_local3 * 180) / Math.PI;
}
if (_root.enx.alive) {
var _local5 = arrow._y - enx._y;
var _local6 = arrow._x - enx._x;
var _local3 = Math.atan2(_local5, _local6);
enx._rotation = (_local3 * 180) / Math.PI;
}
if (_root.eny.alive) {
var _local5 = arrow._y - eny._y;
var _local6 = arrow._x - eny._x;
var _local3 = Math.atan2(_local5, _local6);
eny._rotation = (_local3 * 180) / Math.PI;
}
if (_root.enz.alive) {
var _local5 = arrow._y - enz._y;
var _local6 = arrow._x - enz._x;
var _local3 = Math.atan2(_local5, _local6);
enz._rotation = (_local3 * 180) / Math.PI;
}
};
Instance of Symbol 326 MovieClip "arrow" in Frame 2
onClipEvent (enterFrame) {
if (able) {
if (Key.isDown(37) or Key.isDown(65)) {
this._x = _x - 5;
gotoAndStop (2);
tellTarget (walk) {
gotoAndPlay (2);
};
}
if (Key.isDown(39) or Key.isDown(68)) {
this._x = _x + 5;
gotoAndStop (2);
tellTarget (walk) {
gotoAndPlay (2);
};
}
if (Key.isDown(38) or Key.isDown(87)) {
this._y = _y - 5;
gotoAndStop (2);
tellTarget (walk) {
gotoAndPlay (2);
};
}
if (Key.isDown(40) or Key.isDown(83)) {
this._y = _y + 5;
gotoAndStop (2);
tellTarget (walk) {
gotoAndPlay (2);
};
}
}
if (hurt) {
if (Key.isDown(37) or Key.isDown(65)) {
this._x = _x - 2.5;
}
if (Key.isDown(39) or Key.isDown(68)) {
this._x = _x + 2.5;
}
if (Key.isDown(38) or Key.isDown(87)) {
this._y = _y - 2.5;
}
if (Key.isDown(40) or Key.isDown(83)) {
this._y = _y + 2.5;
}
}
}
Instance of Symbol 338 MovieClip in Frame 2
/* no clip actions */
Instance of Symbol 338 MovieClip in Frame 2
/* no clip actions */
Instance of Symbol 57 MovieClip in Frame 2
onClipEvent (enterFrame) {
_root.rand = random(10);
}
Instance of Symbol 57 MovieClip in Frame 2
onClipEvent (mouseDown) {
if (_root.me.down) {
if (_root.ammo.a) {
if (_root.ammo.ammo.ammo) {
if (_parent.arrow.guy.gun.gun.red) {
if (_parent.arrow.still) {
tellTarget (_parent.arrow) {
gotoAndStop (3);
};
}
tellTarget (_parent.arrow.guy.gun.gun) {
play();
};
tellTarget (_root.ammo.ammo) {
nextFrame();
};
}
}
}
if (_root.ammo.b) {
if (_root.ammo.ammob.ammo) {
if (_parent.arrow.guy.gun.gun.red) {
if (_parent.arrow.still) {
tellTarget (_parent.arrow) {
gotoAndStop (3);
};
}
tellTarget (_parent.arrow.guy.gun.gun) {
play();
};
tellTarget (_root.ammo.ammob) {
nextFrame();
};
}
}
}
if (_root.ammo.c) {
if (_root.arrow.still) {
if (_root.ammo.ammoc.ammo) {
if (_parent.arrow.guy.gun.gun.red) {
tellTarget (_parent.arrow) {
gotoAndStop (3);
};
}
tellTarget (_parent.arrow.guy.gun.gun) {
play();
};
tellTarget (_root.ammo.ammoc) {
play();
};
}
}
}
if (_root.ammo.c) {
if (_root.arrow.still) {
if (_root.ammo.ammoc.nammo) {
}
tellTarget (_root.ammo.ammoc) {
nextFrame();
};
}
}
}
}
Instance of Symbol 57 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 580);
};
tellTarget (_root) {
gotoAndStop (3);
};
}
}
Instance of Symbol 57 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Instance of Symbol 632 MovieClip "end" in Frame 3
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 338 MovieClip in Frame 3
/* no clip actions */
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 580);
};
tellTarget (_root) {
gotoAndStop (2);
};
}
}
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 580);
};
tellTarget (_root) {
gotoAndStop (4);
};
}
}
Instance of Symbol 338 MovieClip in Frame 4
/* no clip actions */
Instance of Symbol 57 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 580);
};
tellTarget (_root) {
gotoAndStop (3);
};
}
}
Instance of Symbol 57 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 580);
};
tellTarget (_root) {
gotoAndStop (5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 580);
};
tellTarget (_root) {
gotoAndStop (6);
};
}
}
Instance of Symbol 57 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 580);
};
tellTarget (_root) {
gotoAndStop (8);
};
}
}
Instance of Symbol 632 MovieClip "en" in Frame 5
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 632 MovieClip "enb" in Frame 5
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 338 MovieClip in Frame 5
/* no clip actions */
Instance of Symbol 338 MovieClip in Frame 5
/* no clip actions */
Instance of Symbol 338 MovieClip in Frame 5
/* no clip actions */
Instance of Symbol 338 MovieClip in Frame 5
/* no clip actions */
Instance of Symbol 338 MovieClip in Frame 5
/* no clip actions */
Instance of Symbol 338 MovieClip in Frame 5
/* no clip actions */
Instance of Symbol 57 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 580);
};
tellTarget (_root) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 580);
};
tellTarget (_root) {
gotoAndStop (7);
};
}
}
Instance of Symbol 57 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Instance of Symbol 653 MovieClip in Frame 6
/* no clip actions */
Instance of Symbol 57 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 580);
};
tellTarget (_root) {
gotoAndStop (4);
};
}
}
Instance of Symbol 632 MovieClip "end" in Frame 7
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 632 MovieClip "enc" in Frame 7
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 632 MovieClip "en" in Frame 7
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 57 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
_y = (_y + 15);
};
}
}
Instance of Symbol 57 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
_y = (_y + 15);
};
}
}
Instance of Symbol 57 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 580);
};
tellTarget (_root) {
gotoAndStop (5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 580);
};
tellTarget (_root) {
gotoAndStop (13);
};
}
}
Instance of Symbol 57 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 580);
};
tellTarget (_root) {
gotoAndStop (9);
};
}
}
Instance of Symbol 57 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 580);
};
tellTarget (_root) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 580);
};
tellTarget (_root) {
gotoAndStop (10);
};
}
}
Instance of Symbol 632 MovieClip "end" in Frame 9
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 632 MovieClip "enc" in Frame 9
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 632 MovieClip "enb" in Frame 9
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 632 MovieClip "en" in Frame 9
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 57 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 580);
};
tellTarget (_root) {
gotoAndStop (8);
};
}
}
Instance of Symbol 57 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Instance of Symbol 680 MovieClip in Frame 10
/* no clip actions */
Instance of Symbol 57 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 580);
};
tellTarget (_root) {
gotoAndStop (8);
};
}
}
Instance of Symbol 57 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 580);
};
tellTarget (_root) {
gotoAndStop (11);
};
}
}
Instance of Symbol 57 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
}
Instance of Symbol 705 MovieClip "en" in Frame 11
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 5);
}
if (_root.arrow._x > _x) {
_x = (_x + 5);
}
if (_root.arrow._y < _y) {
_y = (_y - 5);
}
if (_root.arrow._y > _y) {
_y = (_y + 5);
}
}
}
Instance of Symbol 705 MovieClip "enb" in Frame 11
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 5);
}
if (_root.arrow._x > _x) {
_x = (_x + 5);
}
if (_root.arrow._y < _y) {
_y = (_y - 5);
}
if (_root.arrow._y > _y) {
_y = (_y + 5);
}
}
}
Instance of Symbol 57 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 580);
};
tellTarget (_root) {
gotoAndStop (10);
};
}
}
Instance of Symbol 57 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 580);
};
tellTarget (_root) {
gotoAndStop (12);
};
}
}
Instance of Symbol 705 MovieClip "enc" in Frame 12
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 5);
}
if (_root.arrow._x > _x) {
_x = (_x + 5);
}
if (_root.arrow._y < _y) {
_y = (_y - 5);
}
if (_root.arrow._y > _y) {
_y = (_y + 5);
}
}
}
Instance of Symbol 705 MovieClip "end" in Frame 12
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 5);
}
if (_root.arrow._x > _x) {
_x = (_x + 5);
}
if (_root.arrow._y < _y) {
_y = (_y - 5);
}
if (_root.arrow._y > _y) {
_y = (_y + 5);
}
}
}
Instance of Symbol 705 MovieClip "enf" in Frame 12
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 5);
}
if (_root.arrow._x > _x) {
_x = (_x + 5);
}
if (_root.arrow._y < _y) {
_y = (_y - 5);
}
if (_root.arrow._y > _y) {
_y = (_y + 5);
}
}
}
Instance of Symbol 57 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 580);
};
tellTarget (_root) {
gotoAndStop (11);
};
}
}
Instance of Symbol 57 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
}
Instance of Symbol 632 MovieClip "enh" in Frame 13
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2);
}
if (_root.arrow._x > _x) {
_x = (_x + 2);
}
if (_root.arrow._y < _y) {
_y = (_y - 2);
}
if (_root.arrow._y > _y) {
_y = (_y + 2);
}
}
}
Instance of Symbol 632 MovieClip "eni" in Frame 13
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 1);
}
if (_root.arrow._x > _x) {
_x = (_x + 1);
}
if (_root.arrow._y < _y) {
_y = (_y - 1);
}
if (_root.arrow._y > _y) {
_y = (_y + 1);
}
}
}
Instance of Symbol 632 MovieClip "enj" in Frame 13
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 1);
}
if (_root.arrow._x > _x) {
_x = (_x + 1);
}
if (_root.arrow._y < _y) {
_y = (_y - 1);
}
if (_root.arrow._y > _y) {
_y = (_y + 1);
}
}
}
Instance of Symbol 632 MovieClip "enk" in Frame 13
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2);
}
if (_root.arrow._x > _x) {
_x = (_x + 2);
}
if (_root.arrow._y < _y) {
_y = (_y - 2);
}
if (_root.arrow._y > _y) {
_y = (_y + 2);
}
}
}
Instance of Symbol 632 MovieClip "enn" in Frame 13
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 632 MovieClip "eno" in Frame 13
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 741 MovieClip "en" in Frame 13
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 1);
}
if (_root.arrow._x > _x) {
_x = (_x + 1);
}
if (_root.arrow._y < _y) {
_y = (_y - 1);
}
if (_root.arrow._y > _y) {
_y = (_y + 1);
}
}
}
Instance of Symbol 57 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 580);
};
tellTarget (_root) {
gotoAndStop (7);
};
}
}
Instance of Symbol 57 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 580);
};
tellTarget (_root) {
gotoAndStop (14);
};
}
}
Instance of Symbol 57 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
_x = (_x + 15);
};
}
}
Instance of Symbol 338 MovieClip in Frame 14
/* no clip actions */
Instance of Symbol 57 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 580);
};
tellTarget (_root) {
gotoAndStop (13);
};
}
}
Instance of Symbol 57 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 580);
};
tellTarget (_root) {
gotoAndStop (15);
};
}
}
Instance of Symbol 338 MovieClip in Frame 15
/* no clip actions */
Instance of Symbol 57 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 580);
};
tellTarget (_root) {
gotoAndStop (14);
};
}
}
Instance of Symbol 57 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Frame 16
tellTarget (_root.sharea) {
gotoAndStop (2);
};
Frame 17
tellTarget (_root.ammo.key.keya) {
prevFrame();
};
tellTarget (_root.ammo.key.keyb) {
prevFrame();
};
tellTarget (_root.ammo.key.keyc) {
prevFrame();
};
Instance of Symbol 326 MovieClip "arrow" in Frame 17
onClipEvent (enterFrame) {
if (able) {
if (Key.isDown(37) or Key.isDown(65)) {
this._x = _x - 5;
gotoAndStop (2);
tellTarget (walk) {
gotoAndPlay (2);
};
}
if (Key.isDown(39) or Key.isDown(68)) {
this._x = _x + 5;
gotoAndStop (2);
tellTarget (walk) {
gotoAndPlay (2);
};
}
if (Key.isDown(38) or Key.isDown(87)) {
this._y = _y - 5;
gotoAndStop (2);
tellTarget (walk) {
gotoAndPlay (2);
};
}
if (Key.isDown(40) or Key.isDown(83)) {
this._y = _y + 5;
gotoAndStop (2);
tellTarget (walk) {
gotoAndPlay (2);
};
}
}
}
Instance of Symbol 57 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 580);
};
tellTarget (_root) {
gotoAndStop (18);
};
}
}
Instance of Symbol 57 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 580);
};
tellTarget (_root) {
gotoAndStop (19);
};
}
}
Instance of Symbol 57 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 580);
};
tellTarget (_root) {
gotoAndStop (21);
};
}
}
Instance of Symbol 57 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 580);
};
tellTarget (_root) {
gotoAndStop (20);
};
}
}
Instance of Symbol 57 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 580);
};
tellTarget (_root) {
gotoAndStop (17);
};
}
}
Instance of Symbol 850 MovieClip in Frame 19
/* no clip actions */
Instance of Symbol 338 MovieClip in Frame 19
/* no clip actions */
Instance of Symbol 338 MovieClip in Frame 19
/* no clip actions */
Instance of Symbol 338 MovieClip in Frame 19
/* no clip actions */
Instance of Symbol 338 MovieClip in Frame 19
/* no clip actions */
Instance of Symbol 338 MovieClip in Frame 19
/* no clip actions */
Instance of Symbol 57 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 580);
};
tellTarget (_root) {
gotoAndStop (18);
};
}
}
Instance of Symbol 57 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
_x = (_x + 15);
};
}
}
Instance of Symbol 57 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 580);
};
tellTarget (_root) {
gotoAndStop (18);
};
}
}
Instance of Symbol 338 MovieClip in Frame 21
/* no clip actions */
Instance of Symbol 338 MovieClip in Frame 21
/* no clip actions */
Instance of Symbol 338 MovieClip in Frame 21
/* no clip actions */
Instance of Symbol 338 MovieClip in Frame 21
/* no clip actions */
Instance of Symbol 57 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 580);
};
tellTarget (_root) {
gotoAndStop (18);
};
}
}
Instance of Symbol 57 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Frame 22
tellTarget (_root.sharea) {
gotoAndStop (1);
};
Instance of Symbol 921 MovieClip in Frame 23
onClipEvent (load) {
tellTarget (p) {
gotoAndStop (2);
};
}
Instance of Symbol 921 MovieClip in Frame 23
onClipEvent (load) {
tellTarget (p) {
gotoAndStop (3);
};
}
Instance of Symbol 921 MovieClip in Frame 23
onClipEvent (load) {
tellTarget (p) {
gotoAndStop (5);
};
}
Instance of Symbol 921 MovieClip in Frame 23
onClipEvent (load) {
tellTarget (p) {
gotoAndStop (2);
};
}
Instance of Symbol 921 MovieClip in Frame 23
onClipEvent (load) {
tellTarget (p) {
gotoAndStop (3);
};
}
Instance of Symbol 326 MovieClip "arrow" in Frame 23
onClipEvent (enterFrame) {
if (able) {
if (Key.isDown(37) or Key.isDown(65)) {
this._x = _x - 5;
gotoAndStop (2);
tellTarget (walk) {
gotoAndPlay (2);
};
}
if (Key.isDown(39) or Key.isDown(68)) {
this._x = _x + 5;
gotoAndStop (2);
tellTarget (walk) {
gotoAndPlay (2);
};
}
if (Key.isDown(38) or Key.isDown(87)) {
this._y = _y - 5;
gotoAndStop (2);
tellTarget (walk) {
gotoAndPlay (2);
};
}
if (Key.isDown(40) or Key.isDown(83)) {
this._y = _y + 5;
gotoAndStop (2);
tellTarget (walk) {
gotoAndPlay (2);
};
}
}
if (hurt) {
if (Key.isDown(37) or Key.isDown(65)) {
this._x = _x - 2.5;
}
if (Key.isDown(39) or Key.isDown(68)) {
this._x = _x + 2.5;
}
if (Key.isDown(38) or Key.isDown(87)) {
this._y = _y - 2.5;
}
if (Key.isDown(40) or Key.isDown(83)) {
this._y = _y + 2.5;
}
}
}
Instance of Symbol 57 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 580);
};
tellTarget (_root) {
gotoAndStop (26);
};
}
}
Instance of Symbol 57 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 580);
};
tellTarget (_root) {
gotoAndStop (24);
};
}
}
Instance of Symbol 57 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Instance of Symbol 705 MovieClip "en" in Frame 24
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 5);
}
if (_root.arrow._x > _x) {
_x = (_x + 5);
}
if (_root.arrow._y < _y) {
_y = (_y - 5);
}
if (_root.arrow._y > _y) {
_y = (_y + 5);
}
}
}
Instance of Symbol 705 MovieClip "enb" in Frame 24
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 57 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 580);
};
tellTarget (_root) {
gotoAndStop (23);
};
}
}
Instance of Symbol 57 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 580);
};
tellTarget (_root) {
gotoAndStop (25);
};
}
}
Instance of Symbol 632 MovieClip "end" in Frame 25
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 632 MovieClip "enc" in Frame 25
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 632 MovieClip "ene" in Frame 25
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 850 MovieClip in Frame 25
/* no clip actions */
Instance of Symbol 338 MovieClip in Frame 25
/* no clip actions */
Instance of Symbol 338 MovieClip in Frame 25
/* no clip actions */
Instance of Symbol 57 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 580);
};
tellTarget (_root) {
gotoAndStop (24);
};
}
}
Instance of Symbol 57 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 580);
};
tellTarget (_root) {
gotoAndStop (30);
};
}
}
Instance of Symbol 1010 MovieClip "enf" in Frame 26
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2);
}
if (_root.arrow._x > _x) {
_x = (_x + 2);
}
if (_root.arrow._y < _y) {
_y = (_y - 2);
}
if (_root.arrow._y > _y) {
_y = (_y + 2);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 1010 MovieClip "eng" in Frame 26
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2);
}
if (_root.arrow._x > _x) {
_x = (_x + 2);
}
if (_root.arrow._y < _y) {
_y = (_y - 2);
}
if (_root.arrow._y > _y) {
_y = (_y + 2);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 1010 MovieClip "enh" in Frame 26
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 1);
}
if (_root.arrow._x > _x) {
_x = (_x + 1);
}
if (_root.arrow._y < _y) {
_y = (_y - 1);
}
if (_root.arrow._y > _y) {
_y = (_y + 1);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
Instance of Symbol 705 MovieClip "eni" in Frame 26
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2);
}
if (_root.arrow._x > _x) {
_x = (_x + 2);
}
if (_root.arrow._y < _y) {
_y = (_y - 2);
}
if (_root.arrow._y > _y) {
_y = (_y + 2);
}
}
}
Instance of Symbol 705 MovieClip "enj" in Frame 26
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 0.5);
}
if (_root.arrow._x > _x) {
_x = (_x + 0.5);
}
if (_root.arrow._y < _y) {
_y = (_y - 0.5);
}
if (_root.arrow._y > _y) {
_y = (_y + 0.5);
}
}
}
Instance of Symbol 57 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 580);
};
tellTarget (_root) {
gotoAndStop (23);
};
}
}
Instance of Symbol 57 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 580);
};
tellTarget (_root) {
gotoAndStop (27);
};
}
}
Instance of Symbol 1022 MovieClip "enm" in Frame 27
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 1.5);
}
if (_root.arrow._x > _x) {
_x = (_x + 1.5);
}
if (_root.arrow._y < _y) {
_y = (_y - 1.5);
}
if (_root.arrow._y > _y) {
_y = (_y + 1.5);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 1022 MovieClip "enk" in Frame 27
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 1);
}
if (_root.arrow._x > _x) {
_x = (_x + 1);
}
if (_root.arrow._y < _y) {
_y = (_y - 1);
}
if (_root.arrow._y > _y) {
_y = (_y + 1);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 6);
}
if (_root.arrow._x > _x) {
_x = (_x + 6);
}
if (_root.arrow._y < _y) {
_y = (_y - 6);
}
if (_root.arrow._y > _y) {
_y = (_y + 6);
}
}
}
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 1022 MovieClip "enl" in Frame 27
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 1);
}
if (_root.arrow._x > _x) {
_x = (_x + 1);
}
if (_root.arrow._y < _y) {
_y = (_y - 1);
}
if (_root.arrow._y > _y) {
_y = (_y + 1);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 6);
}
if (_root.arrow._x > _x) {
_x = (_x + 6);
}
if (_root.arrow._y < _y) {
_y = (_y - 6);
}
if (_root.arrow._y > _y) {
_y = (_y + 6);
}
}
}
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 1022 MovieClip "enn" in Frame 27
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 1.5);
}
if (_root.arrow._x > _x) {
_x = (_x + 1.5);
}
if (_root.arrow._y < _y) {
_y = (_y - 1.5);
}
if (_root.arrow._y > _y) {
_y = (_y + 1.5);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 57 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 580);
};
tellTarget (_root) {
gotoAndStop (28);
};
}
}
Instance of Symbol 57 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 580);
};
tellTarget (_root) {
gotoAndStop (26);
};
}
}
Instance of Symbol 1046 MovieClip "enn" in Frame 28
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 0.5);
}
if (_root.arrow._x > _x) {
_x = (_x + 0.5);
}
if (_root.arrow._y < _y) {
_y = (_y - 0.5);
}
if (_root.arrow._y > _y) {
_y = (_y + 0.5);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 1049 MovieClip in Frame 28
onClipEvent (load) {
gotoAndPlay (200);
}
Instance of Symbol 57 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 580);
};
tellTarget (_root) {
gotoAndStop (29);
};
}
}
Instance of Symbol 57 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 580);
};
tellTarget (_root) {
gotoAndStop (27);
};
}
}
Instance of Symbol 57 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 580);
};
tellTarget (_root) {
gotoAndStop (32);
};
}
}
Instance of Symbol 57 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 580);
};
tellTarget (_root) {
gotoAndStop (28);
};
}
}
Instance of Symbol 1010 MovieClip "en" in Frame 30
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2);
}
if (_root.arrow._x > _x) {
_x = (_x + 2);
}
if (_root.arrow._y < _y) {
_y = (_y - 2);
}
if (_root.arrow._y > _y) {
_y = (_y + 2);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 1010 MovieClip "enb" in Frame 30
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2);
}
if (_root.arrow._x > _x) {
_x = (_x + 2);
}
if (_root.arrow._y < _y) {
_y = (_y - 2);
}
if (_root.arrow._y > _y) {
_y = (_y + 2);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
Instance of Symbol 1010 MovieClip "enc" in Frame 30
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2);
}
if (_root.arrow._x > _x) {
_x = (_x + 2);
}
if (_root.arrow._y < _y) {
_y = (_y - 2);
}
if (_root.arrow._y > _y) {
_y = (_y + 2);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 1010 MovieClip "end" in Frame 30
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2);
}
if (_root.arrow._x > _x) {
_x = (_x + 2);
}
if (_root.arrow._y < _y) {
_y = (_y - 2);
}
if (_root.arrow._y > _y) {
_y = (_y + 2);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
Instance of Symbol 1010 MovieClip "ene" in Frame 30
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2);
}
if (_root.arrow._x > _x) {
_x = (_x + 2);
}
if (_root.arrow._y < _y) {
_y = (_y - 2);
}
if (_root.arrow._y > _y) {
_y = (_y + 2);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 1010 MovieClip "enf" in Frame 30
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2);
}
if (_root.arrow._x > _x) {
_x = (_x + 2);
}
if (_root.arrow._y < _y) {
_y = (_y - 2);
}
if (_root.arrow._y > _y) {
_y = (_y + 2);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
Instance of Symbol 57 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 580);
};
tellTarget (_root) {
gotoAndStop (25);
};
}
}
Instance of Symbol 57 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 580);
};
tellTarget (_root) {
gotoAndStop (31);
};
}
}
Instance of Symbol 1094 MovieClip "eno" in Frame 31
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 5);
}
if (_root.arrow._x > _x) {
_x = (_x + 5);
}
if (_root.arrow._y < _y) {
_y = (_y - 5);
}
if (_root.arrow._y > _y) {
_y = (_y + 5);
}
}
}
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 57 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 580);
};
tellTarget (_root) {
gotoAndStop (30);
};
}
}
Instance of Symbol 1121 MovieClip "en" in Frame 32
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2);
}
if (_root.arrow._x > _x) {
_x = (_x + 2);
}
if (_root.arrow._y < _y) {
_y = (_y - 2);
}
if (_root.arrow._y > _y) {
_y = (_y + 2);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
Instance of Symbol 57 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 580);
};
tellTarget (_root) {
gotoAndStop (33);
};
}
}
Instance of Symbol 57 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 580);
};
tellTarget (_root) {
gotoAndStop (28);
};
}
}
Instance of Symbol 57 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 580);
};
tellTarget (_root) {
gotoAndStop (32);
};
}
}
Instance of Symbol 57 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 580);
};
tellTarget (_root) {
gotoAndStop (34);
};
}
}
Instance of Symbol 1010 MovieClip "en" in Frame 34
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2);
}
if (_root.arrow._x > _x) {
_x = (_x + 2);
}
if (_root.arrow._y < _y) {
_y = (_y - 2);
}
if (_root.arrow._y > _y) {
_y = (_y + 2);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 1010 MovieClip "enb" in Frame 34
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2);
}
if (_root.arrow._x > _x) {
_x = (_x + 2);
}
if (_root.arrow._y < _y) {
_y = (_y - 2);
}
if (_root.arrow._y > _y) {
_y = (_y + 2);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 1010 MovieClip "enc" in Frame 34
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2);
}
if (_root.arrow._x > _x) {
_x = (_x + 2);
}
if (_root.arrow._y < _y) {
_y = (_y - 2);
}
if (_root.arrow._y > _y) {
_y = (_y + 2);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 1010 MovieClip "end" in Frame 34
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2);
}
if (_root.arrow._x > _x) {
_x = (_x + 2);
}
if (_root.arrow._y < _y) {
_y = (_y - 2);
}
if (_root.arrow._y > _y) {
_y = (_y + 2);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 1121 MovieClip "ene" in Frame 34
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2);
}
if (_root.arrow._x > _x) {
_x = (_x + 2);
}
if (_root.arrow._y < _y) {
_y = (_y - 2);
}
if (_root.arrow._y > _y) {
_y = (_y + 2);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
Instance of Symbol 1121 MovieClip "enf" in Frame 34
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2);
}
if (_root.arrow._x > _x) {
_x = (_x + 2);
}
if (_root.arrow._y < _y) {
_y = (_y - 2);
}
if (_root.arrow._y > _y) {
_y = (_y + 2);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
Instance of Symbol 1121 MovieClip "eng" in Frame 34
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
Instance of Symbol 57 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 580);
};
tellTarget (_root) {
gotoAndStop (35);
};
}
}
Instance of Symbol 57 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 580);
};
tellTarget (_root) {
gotoAndStop (33);
};
}
}
Instance of Symbol 57 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 580);
};
tellTarget (_root) {
gotoAndStop (34);
};
}
}
Instance of Symbol 57 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 580);
};
tellTarget (_root) {
gotoAndStop (36);
};
}
}
Instance of Symbol 57 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 1046 MovieClip "enb" in Frame 36
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 0.5);
}
if (_root.arrow._x > _x) {
_x = (_x + 0.5);
}
if (_root.arrow._y < _y) {
_y = (_y - 0.5);
}
if (_root.arrow._y > _y) {
_y = (_y + 0.5);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 1046 MovieClip "enc" in Frame 36
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 0.5);
}
if (_root.arrow._x > _x) {
_x = (_x + 0.5);
}
if (_root.arrow._y < _y) {
_y = (_y - 0.5);
}
if (_root.arrow._y > _y) {
_y = (_y + 0.5);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 57 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 580);
};
tellTarget (_root) {
gotoAndStop (35);
};
}
}
Instance of Symbol 57 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 580);
};
tellTarget (_root) {
gotoAndStop (37);
};
}
}
Instance of Symbol 57 MovieClip in Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 580);
};
tellTarget (_root) {
gotoAndStop (36);
};
}
}
Frame 38
tellTarget (_root.sharea) {
gotoAndStop (1);
};
Instance of Symbol 326 MovieClip "arrow" in Frame 39
onClipEvent (enterFrame) {
if (able) {
if (Key.isDown(37) or Key.isDown(65)) {
this._x = _x - 5;
gotoAndStop (2);
tellTarget (walk) {
gotoAndPlay (2);
};
}
if (Key.isDown(39) or Key.isDown(68)) {
this._x = _x + 5;
gotoAndStop (2);
tellTarget (walk) {
gotoAndPlay (2);
};
}
if (Key.isDown(38) or Key.isDown(87)) {
this._y = _y - 5;
gotoAndStop (2);
tellTarget (walk) {
gotoAndPlay (2);
};
}
if (Key.isDown(40) or Key.isDown(83)) {
this._y = _y + 5;
gotoAndStop (2);
tellTarget (walk) {
gotoAndPlay (2);
};
}
}
if (hurt) {
if (Key.isDown(37) or Key.isDown(65)) {
this._x = _x - 2.5;
}
if (Key.isDown(39) or Key.isDown(68)) {
this._x = _x + 2.5;
}
if (Key.isDown(38) or Key.isDown(87)) {
this._y = _y - 2.5;
}
if (Key.isDown(40) or Key.isDown(83)) {
this._y = _y + 2.5;
}
}
}
Instance of Symbol 57 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 580);
};
tellTarget (_root) {
gotoAndStop (40);
};
}
}
Instance of Symbol 57 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 580);
};
tellTarget (_root) {
gotoAndStop (43);
};
}
}
Instance of Symbol 1121 MovieClip "en" in Frame 40
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2);
}
if (_root.arrow._x > _x) {
_x = (_x + 2);
}
if (_root.arrow._y < _y) {
_y = (_y - 2);
}
if (_root.arrow._y > _y) {
_y = (_y + 2);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
Instance of Symbol 1121 MovieClip "enb" in Frame 40
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 1);
}
if (_root.arrow._x > _x) {
_x = (_x + 1);
}
if (_root.arrow._y < _y) {
_y = (_y - 1);
}
if (_root.arrow._y > _y) {
_y = (_y + 1);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
Instance of Symbol 1121 MovieClip "enc" in Frame 40
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2);
}
if (_root.arrow._x > _x) {
_x = (_x + 2);
}
if (_root.arrow._y < _y) {
_y = (_y - 2);
}
if (_root.arrow._y > _y) {
_y = (_y + 2);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
Instance of Symbol 632 MovieClip "end" in Frame 40
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 632 MovieClip "ene" in Frame 40
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 632 MovieClip "enf" in Frame 40
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 57 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 580);
};
tellTarget (_root) {
gotoAndStop (39);
};
}
}
Instance of Symbol 57 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 580);
};
tellTarget (_root) {
gotoAndStop (41);
};
}
}
Instance of Symbol 57 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Instance of Symbol 1094 MovieClip "eng" in Frame 41
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 5);
}
if (_root.arrow._x > _x) {
_x = (_x + 5);
}
if (_root.arrow._y < _y) {
_y = (_y - 5);
}
if (_root.arrow._y > _y) {
_y = (_y + 5);
}
}
}
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 1094 MovieClip "enh" in Frame 41
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 5);
}
if (_root.arrow._x > _x) {
_x = (_x + 5);
}
if (_root.arrow._y < _y) {
_y = (_y - 5);
}
if (_root.arrow._y > _y) {
_y = (_y + 5);
}
}
}
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 1010 MovieClip "eni" in Frame 41
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 1);
}
if (_root.arrow._x > _x) {
_x = (_x + 1);
}
if (_root.arrow._y < _y) {
_y = (_y - 1);
}
if (_root.arrow._y > _y) {
_y = (_y + 1);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
Instance of Symbol 1010 MovieClip "enk" in Frame 41
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 1);
}
if (_root.arrow._x > _x) {
_x = (_x + 1);
}
if (_root.arrow._y < _y) {
_y = (_y - 1);
}
if (_root.arrow._y > _y) {
_y = (_y + 1);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
Instance of Symbol 1010 MovieClip "enl" in Frame 41
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2);
}
if (_root.arrow._x > _x) {
_x = (_x + 2);
}
if (_root.arrow._y < _y) {
_y = (_y - 2);
}
if (_root.arrow._y > _y) {
_y = (_y + 2);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
Instance of Symbol 1010 MovieClip "enm" in Frame 41
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2);
}
if (_root.arrow._x > _x) {
_x = (_x + 2);
}
if (_root.arrow._y < _y) {
_y = (_y - 2);
}
if (_root.arrow._y > _y) {
_y = (_y + 2);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 1010 MovieClip "enn" in Frame 41
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2);
}
if (_root.arrow._x > _x) {
_x = (_x + 2);
}
if (_root.arrow._y < _y) {
_y = (_y - 2);
}
if (_root.arrow._y > _y) {
_y = (_y + 2);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 57 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 580);
};
tellTarget (_root) {
gotoAndStop (46);
};
}
}
Instance of Symbol 57 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 580);
};
tellTarget (_root) {
gotoAndStop (42);
};
}
}
Instance of Symbol 57 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 580);
};
tellTarget (_root) {
gotoAndStop (40);
};
}
}
Instance of Symbol 57 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 580);
};
tellTarget (_root) {
gotoAndStop (44);
};
}
}
Instance of Symbol 57 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 580);
};
tellTarget (_root) {
gotoAndStop (41);
};
}
}
Instance of Symbol 57 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 580);
};
tellTarget (_root) {
gotoAndStop (39);
};
}
}
Instance of Symbol 632 MovieClip "end" in Frame 44
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 632 MovieClip "ene" in Frame 44
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 632 MovieClip "enf" in Frame 44
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 632 MovieClip "eng" in Frame 44
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 57 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 580);
};
tellTarget (_root) {
gotoAndStop (42);
};
}
}
Instance of Symbol 57 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 580);
};
tellTarget (_root) {
gotoAndStop (48);
};
}
}
Instance of Symbol 57 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 580);
};
tellTarget (_root) {
gotoAndStop (45);
};
}
}
Instance of Symbol 57 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 580);
};
tellTarget (_root) {
gotoAndStop (46);
};
}
}
Instance of Symbol 57 MovieClip in Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 580);
};
tellTarget (_root) {
gotoAndStop (44);
};
}
}
Instance of Symbol 57 MovieClip in Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 580);
};
tellTarget (_root) {
gotoAndStop (47);
};
}
}
Instance of Symbol 57 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 580);
};
tellTarget (_root) {
gotoAndStop (44);
};
}
}
Instance of Symbol 57 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 580);
};
tellTarget (_root) {
gotoAndStop (41);
};
}
}
Instance of Symbol 1121 MovieClip "en" in Frame 47
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2);
}
if (_root.arrow._x > _x) {
_x = (_x + 2);
}
if (_root.arrow._y < _y) {
_y = (_y - 2);
}
if (_root.arrow._y > _y) {
_y = (_y + 2);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
Instance of Symbol 1121 MovieClip "enb" in Frame 47
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2);
}
if (_root.arrow._x > _x) {
_x = (_x + 2);
}
if (_root.arrow._y < _y) {
_y = (_y - 2);
}
if (_root.arrow._y > _y) {
_y = (_y + 2);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
Instance of Symbol 1121 MovieClip "enc" in Frame 47
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2);
}
if (_root.arrow._x > _x) {
_x = (_x + 2);
}
if (_root.arrow._y < _y) {
_y = (_y - 2);
}
if (_root.arrow._y > _y) {
_y = (_y + 2);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
Instance of Symbol 1094 MovieClip "end" in Frame 47
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 5);
}
if (_root.arrow._x > _x) {
_x = (_x + 5);
}
if (_root.arrow._y < _y) {
_y = (_y - 5);
}
if (_root.arrow._y > _y) {
_y = (_y + 5);
}
}
}
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 57 MovieClip in Frame 47
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 580);
};
tellTarget (_root) {
gotoAndStop (48);
};
}
}
Instance of Symbol 57 MovieClip in Frame 47
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 580);
};
tellTarget (_root) {
gotoAndStop (46);
};
}
}
Instance of Symbol 57 MovieClip in Frame 47
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 580);
};
tellTarget (_root) {
gotoAndStop (49);
};
}
}
Instance of Symbol 57 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 580);
};
tellTarget (_root) {
gotoAndStop (44);
};
}
}
Instance of Symbol 57 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 580);
};
tellTarget (_root) {
gotoAndStop (47);
};
}
}
Instance of Symbol 57 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 580);
};
tellTarget (_root) {
gotoAndStop (48);
};
}
}
Instance of Symbol 57 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 580);
};
tellTarget (_root) {
gotoAndStop (50);
};
}
}
Instance of Symbol 57 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Instance of Symbol 1010 MovieClip "end" in Frame 50
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2.5);
}
if (_root.arrow._x > _x) {
_x = (_x + 0.52);
}
if (_root.arrow._y < _y) {
_y = (_y - 2.5);
}
if (_root.arrow._y > _y) {
_y = (_y + 2.5);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 1010 MovieClip "ene" in Frame 50
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2);
}
if (_root.arrow._x > _x) {
_x = (_x + 2);
}
if (_root.arrow._y < _y) {
_y = (_y - 2);
}
if (_root.arrow._y > _y) {
_y = (_y + 2);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 1010 MovieClip "enf" in Frame 50
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2);
}
if (_root.arrow._x > _x) {
_x = (_x + 2);
}
if (_root.arrow._y < _y) {
_y = (_y - 2);
}
if (_root.arrow._y > _y) {
_y = (_y + 2);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 1010 MovieClip "eng" in Frame 50
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2);
}
if (_root.arrow._x > _x) {
_x = (_x + 2);
}
if (_root.arrow._y < _y) {
_y = (_y - 2);
}
if (_root.arrow._y > _y) {
_y = (_y + 2);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 1010 MovieClip "enh" in Frame 50
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2);
}
if (_root.arrow._x > _x) {
_x = (_x + 2);
}
if (_root.arrow._y < _y) {
_y = (_y - 2);
}
if (_root.arrow._y > _y) {
_y = (_y + 2);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 1010 MovieClip "eni" in Frame 50
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2);
}
if (_root.arrow._x > _x) {
_x = (_x + 2);
}
if (_root.arrow._y < _y) {
_y = (_y - 2);
}
if (_root.arrow._y > _y) {
_y = (_y + 2);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 632 MovieClip "enj" in Frame 50
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 632 MovieClip "enk" in Frame 50
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 632 MovieClip "enl" in Frame 50
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 57 MovieClip in Frame 50
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 580);
};
tellTarget (_root) {
gotoAndStop (51);
};
}
}
Instance of Symbol 57 MovieClip in Frame 50
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 50
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 50
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 580);
};
tellTarget (_root) {
gotoAndStop (49);
};
}
}
Instance of Symbol 57 MovieClip in Frame 51
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 580);
};
tellTarget (_root) {
gotoAndStop (53);
};
}
}
Instance of Symbol 57 MovieClip in Frame 51
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 51
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 580);
};
tellTarget (_root) {
gotoAndStop (50);
};
}
}
Instance of Symbol 57 MovieClip in Frame 51
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 580);
};
tellTarget (_root) {
gotoAndStop (52);
};
}
}
Instance of Symbol 1094 MovieClip "enf" in Frame 52
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 5);
}
if (_root.arrow._x > _x) {
_x = (_x + 5);
}
if (_root.arrow._y < _y) {
_y = (_y - 5);
}
if (_root.arrow._y > _y) {
_y = (_y + 5);
}
}
}
onClipEvent (load) {
gotoAndStop (7);
}
Instance of Symbol 1094 MovieClip "eng" in Frame 52
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 5);
}
if (_root.arrow._x > _x) {
_x = (_x + 5);
}
if (_root.arrow._y < _y) {
_y = (_y - 5);
}
if (_root.arrow._y > _y) {
_y = (_y + 5);
}
}
}
onClipEvent (load) {
gotoAndStop (7);
}
Instance of Symbol 1094 MovieClip "enh" in Frame 52
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 5);
}
if (_root.arrow._x > _x) {
_x = (_x + 5);
}
if (_root.arrow._y < _y) {
_y = (_y - 5);
}
if (_root.arrow._y > _y) {
_y = (_y + 5);
}
}
}
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 632 MovieClip "enk" in Frame 52
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 705 MovieClip "enp" in Frame 52
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 5);
}
if (_root.arrow._x > _x) {
_x = (_x + 5);
}
if (_root.arrow._y < _y) {
_y = (_y - 5);
}
if (_root.arrow._y > _y) {
_y = (_y + 5);
}
}
}
Instance of Symbol 57 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 580);
};
tellTarget (_root) {
gotoAndStop (54);
};
}
}
Instance of Symbol 57 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 580);
};
tellTarget (_root) {
gotoAndStop (51);
};
}
}
Instance of Symbol 57 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 1010 MovieClip "en" in Frame 53
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2.5);
}
if (_root.arrow._x > _x) {
_x = (_x + 0.52);
}
if (_root.arrow._y < _y) {
_y = (_y - 2.5);
}
if (_root.arrow._y > _y) {
_y = (_y + 2.5);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 1010 MovieClip "enb" in Frame 53
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2.5);
}
if (_root.arrow._x > _x) {
_x = (_x + 0.52);
}
if (_root.arrow._y < _y) {
_y = (_y - 2.5);
}
if (_root.arrow._y > _y) {
_y = (_y + 2.5);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 1010 MovieClip "enc" in Frame 53
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2.5);
}
if (_root.arrow._x > _x) {
_x = (_x + 0.52);
}
if (_root.arrow._y < _y) {
_y = (_y - 2.5);
}
if (_root.arrow._y > _y) {
_y = (_y + 2.5);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 1010 MovieClip "end" in Frame 53
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2.5);
}
if (_root.arrow._x > _x) {
_x = (_x + 0.52);
}
if (_root.arrow._y < _y) {
_y = (_y - 2.5);
}
if (_root.arrow._y > _y) {
_y = (_y + 2.5);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 1010 MovieClip "ene" in Frame 53
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2.5);
}
if (_root.arrow._x > _x) {
_x = (_x + 0.52);
}
if (_root.arrow._y < _y) {
_y = (_y - 2.5);
}
if (_root.arrow._y > _y) {
_y = (_y + 2.5);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 1010 MovieClip "enf" in Frame 53
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2.5);
}
if (_root.arrow._x > _x) {
_x = (_x + 0.52);
}
if (_root.arrow._y < _y) {
_y = (_y - 2.5);
}
if (_root.arrow._y > _y) {
_y = (_y + 2.5);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 1010 MovieClip "eng" in Frame 53
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2.5);
}
if (_root.arrow._x > _x) {
_x = (_x + 0.52);
}
if (_root.arrow._y < _y) {
_y = (_y - 2.5);
}
if (_root.arrow._y > _y) {
_y = (_y + 2.5);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 1010 MovieClip "enh" in Frame 53
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2.5);
}
if (_root.arrow._x > _x) {
_x = (_x + 0.52);
}
if (_root.arrow._y < _y) {
_y = (_y - 2.5);
}
if (_root.arrow._y > _y) {
_y = (_y + 2.5);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 1010 MovieClip "eni" in Frame 53
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2.5);
}
if (_root.arrow._x > _x) {
_x = (_x + 0.52);
}
if (_root.arrow._y < _y) {
_y = (_y - 2.5);
}
if (_root.arrow._y > _y) {
_y = (_y + 2.5);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 57 MovieClip in Frame 53
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 53
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 53
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 53
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 580);
};
tellTarget (_root) {
gotoAndStop (51);
};
}
}
Instance of Symbol 57 MovieClip in Frame 54
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 580);
};
tellTarget (_root) {
gotoAndStop (55);
};
}
}
Instance of Symbol 57 MovieClip in Frame 54
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 580);
};
tellTarget (_root) {
gotoAndStop (52);
};
}
}
Instance of Symbol 57 MovieClip in Frame 54
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 580);
};
tellTarget (_root) {
gotoAndStop (54);
};
}
}
Instance of Symbol 57 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Frame 56
tellTarget (_root.sharea) {
gotoAndStop (1);
};
tellTarget (_root.ammo.key.keya) {
prevFrame();
};
tellTarget (_root.ammo.key.keyb) {
prevFrame();
};
tellTarget (_root.ammo.key.keyc) {
prevFrame();
};
Instance of Symbol 326 MovieClip "arrow" in Frame 57
onClipEvent (enterFrame) {
if (able) {
if (Key.isDown(37) or Key.isDown(65)) {
this._x = _x - 5;
gotoAndStop (2);
tellTarget (walk) {
gotoAndPlay (2);
};
}
if (Key.isDown(39) or Key.isDown(68)) {
this._x = _x + 5;
gotoAndStop (2);
tellTarget (walk) {
gotoAndPlay (2);
};
}
if (Key.isDown(38) or Key.isDown(87)) {
this._y = _y - 5;
gotoAndStop (2);
tellTarget (walk) {
gotoAndPlay (2);
};
}
if (Key.isDown(40) or Key.isDown(83)) {
this._y = _y + 5;
gotoAndStop (2);
tellTarget (walk) {
gotoAndPlay (2);
};
}
}
if (hurt) {
if (Key.isDown(37) or Key.isDown(65)) {
this._x = _x - 2.5;
}
if (Key.isDown(39) or Key.isDown(68)) {
this._x = _x + 2.5;
}
if (Key.isDown(38) or Key.isDown(87)) {
this._y = _y - 2.5;
}
if (Key.isDown(40) or Key.isDown(83)) {
this._y = _y + 2.5;
}
}
}
Instance of Symbol 57 MovieClip in Frame 57
onClipEvent (mouseDown) {
if (_root.me.down) {
if (_root.ammo.a) {
if (_root.ammo.ammo.ammo) {
if (_parent.arrow.guy.gun.gun.red) {
if (_parent.arrow.still) {
tellTarget (_parent.arrow) {
gotoAndStop (3);
};
}
tellTarget (_parent.arrow.guy.gun.gun) {
play();
};
tellTarget (_root.ammo.ammo) {
nextFrame();
};
}
}
}
if (_root.ammo.b) {
if (_root.ammo.ammob.ammo) {
if (_parent.arrow.guy.gun.gun.red) {
if (_parent.arrow.still) {
tellTarget (_parent.arrow) {
gotoAndStop (3);
};
}
tellTarget (_parent.arrow.guy.gun.gun) {
play();
};
tellTarget (_root.ammo.ammob) {
nextFrame();
};
}
}
}
if (_root.ammo.c) {
if (_root.arrow.still) {
if (_root.ammo.ammoc.ammo) {
if (_parent.arrow.guy.gun.gun.red) {
tellTarget (_parent.arrow) {
gotoAndStop (3);
};
}
tellTarget (_parent.arrow.guy.gun.gun) {
play();
};
tellTarget (_root.ammo.ammoc) {
play();
};
}
}
}
if (_root.ammo.c) {
if (_root.arrow.still) {
if (_root.ammo.ammoc.nammo) {
}
tellTarget (_root.ammo.ammoc) {
nextFrame();
};
}
}
if (_root.ammo.d) {
if (_root.arrow.still) {
if (_root.ammo.ammod.ammo) {
if (_parent.arrow.guy.gun.gun.red) {
tellTarget (_parent.arrow) {
gotoAndStop (3);
};
}
tellTarget (_parent.arrow.guy.gun.gun) {
play();
};
tellTarget (_root.ammo.ammod) {
play();
};
}
}
}
}
}
Instance of Symbol 57 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 580);
};
tellTarget (_root) {
gotoAndStop (58);
};
}
}
Instance of Symbol 57 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Instance of Symbol 1278 MovieClip "en" in Frame 58
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 5);
}
if (_root.arrow._x > _x) {
_x = (_x + 5);
}
if (_root.arrow._y < _y) {
_y = (_y - 5);
}
if (_root.arrow._y > _y) {
_y = (_y + 5);
}
}
}
Instance of Symbol 1278 MovieClip "enb" in Frame 58
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 5);
}
if (_root.arrow._x > _x) {
_x = (_x + 5);
}
if (_root.arrow._y < _y) {
_y = (_y - 5);
}
if (_root.arrow._y > _y) {
_y = (_y + 5);
}
}
}
Instance of Symbol 57 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 580);
};
tellTarget (_root) {
gotoAndStop (59);
};
}
}
Instance of Symbol 57 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 580);
};
tellTarget (_root) {
gotoAndStop (57);
};
}
}
Instance of Symbol 57 MovieClip in Frame 59
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
_x = (_x + 15);
};
}
}
Instance of Symbol 57 MovieClip in Frame 59
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
_x = (_x - 15);
};
}
}
Instance of Symbol 57 MovieClip in Frame 59
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
_x = (_x + 15);
};
}
}
Instance of Symbol 57 MovieClip in Frame 59
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
_x = (_x - 15);
};
}
}
Instance of Symbol 57 MovieClip in Frame 59
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 580);
};
tellTarget (_root) {
gotoAndStop (60);
};
}
}
Instance of Symbol 57 MovieClip in Frame 59
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 580);
};
tellTarget (_root) {
gotoAndStop (58);
};
}
}
Instance of Symbol 1301 MovieClip "en" in Frame 60
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 5);
}
if (_root.arrow._x > _x) {
_x = (_x + 5);
}
if (_root.arrow._y < _y) {
_y = (_y - 5);
}
if (_root.arrow._y > _y) {
_y = (_y + 5);
}
}
}
Instance of Symbol 57 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 580);
};
tellTarget (_root) {
gotoAndStop (61);
};
}
}
Instance of Symbol 57 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 580);
};
tellTarget (_root) {
gotoAndStop (59);
};
}
}
Instance of Symbol 57 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 580);
};
tellTarget (_root) {
gotoAndStop (60);
};
}
}
Instance of Symbol 57 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 580);
};
tellTarget (_root) {
gotoAndStop (63);
};
}
}
Instance of Symbol 57 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 580);
};
tellTarget (_root) {
gotoAndStop (62);
};
}
}
Instance of Symbol 57 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
_x = (_x + 15);
};
}
}
Instance of Symbol 741 MovieClip "en" in Frame 62
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 1);
}
if (_root.arrow._x > _x) {
_x = (_x + 1);
}
if (_root.arrow._y < _y) {
_y = (_y - 1);
}
if (_root.arrow._y > _y) {
_y = (_y + 1);
}
}
}
Instance of Symbol 741 MovieClip "enb" in Frame 62
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2);
}
if (_root.arrow._x > _x) {
_x = (_x + 2);
}
if (_root.arrow._y < _y) {
_y = (_y - 2);
}
if (_root.arrow._y > _y) {
_y = (_y + 2);
}
}
}
Instance of Symbol 741 MovieClip "enc" in Frame 62
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2);
}
if (_root.arrow._x > _x) {
_x = (_x + 2);
}
if (_root.arrow._y < _y) {
_y = (_y - 2);
}
if (_root.arrow._y > _y) {
_y = (_y + 2);
}
}
}
Instance of Symbol 57 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 580);
};
tellTarget (_root) {
gotoAndStop (61);
};
}
}
Instance of Symbol 57 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
}
Instance of Symbol 705 MovieClip "end" in Frame 63
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 5);
}
if (_root.arrow._x > _x) {
_x = (_x + 5);
}
if (_root.arrow._y < _y) {
_y = (_y - 5);
}
if (_root.arrow._y > _y) {
_y = (_y + 5);
}
}
}
Instance of Symbol 705 MovieClip "ene" in Frame 63
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 4.5);
}
if (_root.arrow._x > _x) {
_x = (_x + 4.5);
}
if (_root.arrow._y < _y) {
_y = (_y - 4.5);
}
if (_root.arrow._y > _y) {
_y = (_y + 4.5);
}
}
}
Instance of Symbol 705 MovieClip "enf" in Frame 63
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
Instance of Symbol 705 MovieClip "eng" in Frame 63
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 5);
}
if (_root.arrow._x > _x) {
_x = (_x + 5);
}
if (_root.arrow._y < _y) {
_y = (_y - 5);
}
if (_root.arrow._y > _y) {
_y = (_y + 5);
}
}
}
Instance of Symbol 705 MovieClip "enh" in Frame 63
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
Instance of Symbol 705 MovieClip "eni" in Frame 63
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 6);
}
if (_root.arrow._x > _x) {
_x = (_x + 6);
}
if (_root.arrow._y < _y) {
_y = (_y - 6);
}
if (_root.arrow._y > _y) {
_y = (_y + 6);
}
}
}
Instance of Symbol 705 MovieClip "enj" in Frame 63
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 5);
}
if (_root.arrow._x > _x) {
_x = (_x + 5);
}
if (_root.arrow._y < _y) {
_y = (_y - 5);
}
if (_root.arrow._y > _y) {
_y = (_y + 5);
}
}
}
Instance of Symbol 705 MovieClip "enk" in Frame 63
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 7);
}
if (_root.arrow._x > _x) {
_x = (_x + 7);
}
if (_root.arrow._y < _y) {
_y = (_y - 7);
}
if (_root.arrow._y > _y) {
_y = (_y + 7);
}
}
}
Instance of Symbol 705 MovieClip "eno" in Frame 63
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
Instance of Symbol 705 MovieClip "enn" in Frame 63
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 6);
}
if (_root.arrow._x > _x) {
_x = (_x + 6);
}
if (_root.arrow._y < _y) {
_y = (_y - 6);
}
if (_root.arrow._y > _y) {
_y = (_y + 6);
}
}
}
Instance of Symbol 705 MovieClip "enl" in Frame 63
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 5);
}
if (_root.arrow._x > _x) {
_x = (_x + 5);
}
if (_root.arrow._y < _y) {
_y = (_y - 5);
}
if (_root.arrow._y > _y) {
_y = (_y + 5);
}
}
}
Instance of Symbol 705 MovieClip "enm" in Frame 63
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 7);
}
if (_root.arrow._x > _x) {
_x = (_x + 7);
}
if (_root.arrow._y < _y) {
_y = (_y - 7);
}
if (_root.arrow._y > _y) {
_y = (_y + 7);
}
}
}
Instance of Symbol 57 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 580);
};
tellTarget (_root) {
gotoAndStop (64);
};
}
}
Instance of Symbol 57 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 580);
};
tellTarget (_root) {
gotoAndStop (61);
};
}
}
Instance of Symbol 57 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 580);
};
tellTarget (_root) {
gotoAndStop (65);
};
}
}
Instance of Symbol 57 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 580);
};
tellTarget (_root) {
gotoAndStop (63);
};
}
}
Instance of Symbol 57 MovieClip in Frame 65
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 580);
};
tellTarget (_root) {
gotoAndStop (64);
};
}
}
Instance of Symbol 57 MovieClip in Frame 65
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 65
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 65
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 580);
};
tellTarget (_root) {
gotoAndStop (67);
};
}
}
Instance of Symbol 57 MovieClip in Frame 65
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 580);
};
tellTarget (_root) {
gotoAndStop (66);
};
}
}
Instance of Symbol 1278 MovieClip "ene" in Frame 66
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 5);
}
if (_root.arrow._x > _x) {
_x = (_x + 5);
}
if (_root.arrow._y < _y) {
_y = (_y - 5);
}
if (_root.arrow._y > _y) {
_y = (_y + 5);
}
}
}
Instance of Symbol 57 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 580);
};
tellTarget (_root) {
gotoAndStop (65);
};
}
}
Instance of Symbol 57 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
}
Instance of Symbol 1278 MovieClip "en" in Frame 67
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 5);
}
if (_root.arrow._x > _x) {
_x = (_x + 5);
}
if (_root.arrow._y < _y) {
_y = (_y - 5);
}
if (_root.arrow._y > _y) {
_y = (_y + 5);
}
}
}
Instance of Symbol 1278 MovieClip "enb" in Frame 67
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2);
}
if (_root.arrow._x > _x) {
_x = (_x + 2);
}
if (_root.arrow._y < _y) {
_y = (_y - 2);
}
if (_root.arrow._y > _y) {
_y = (_y + 2);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 5);
}
if (_root.arrow._x > _x) {
_x = (_x + 5);
}
if (_root.arrow._y < _y) {
_y = (_y - 5);
}
if (_root.arrow._y > _y) {
_y = (_y + 5);
}
}
}
Instance of Symbol 1278 MovieClip "enc" in Frame 67
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 5);
}
if (_root.arrow._x > _x) {
_x = (_x + 5);
}
if (_root.arrow._y < _y) {
_y = (_y - 5);
}
if (_root.arrow._y > _y) {
_y = (_y + 5);
}
}
}
Instance of Symbol 57 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 580);
};
tellTarget (_root) {
gotoAndStop (68);
};
}
}
Instance of Symbol 57 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 580);
};
tellTarget (_root) {
gotoAndStop (65);
};
}
}
Instance of Symbol 1094 MovieClip "end" in Frame 68
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 5);
}
if (_root.arrow._x > _x) {
_x = (_x + 5);
}
if (_root.arrow._y < _y) {
_y = (_y - 5);
}
if (_root.arrow._y > _y) {
_y = (_y + 5);
}
}
}
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 1094 MovieClip "ene" in Frame 68
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 5);
}
if (_root.arrow._x > _x) {
_x = (_x + 5);
}
if (_root.arrow._y < _y) {
_y = (_y - 5);
}
if (_root.arrow._y > _y) {
_y = (_y + 5);
}
}
}
onClipEvent (load) {
gotoAndStop (7);
}
Instance of Symbol 1094 MovieClip "enf" in Frame 68
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 5);
}
if (_root.arrow._x > _x) {
_x = (_x + 5);
}
if (_root.arrow._y < _y) {
_y = (_y - 5);
}
if (_root.arrow._y > _y) {
_y = (_y + 5);
}
}
}
onClipEvent (load) {
gotoAndStop (7);
}
Instance of Symbol 632 MovieClip "eng" in Frame 68
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 632 MovieClip "enh" in Frame 68
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 632 MovieClip "eni" in Frame 68
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 632 MovieClip "enk" in Frame 68
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 57 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 580);
};
tellTarget (_root) {
gotoAndStop (69);
};
}
}
Instance of Symbol 57 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 580);
};
tellTarget (_root) {
gotoAndStop (67);
};
}
}
Instance of Symbol 338 MovieClip in Frame 69
/* no clip actions */
Instance of Symbol 57 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 580);
};
tellTarget (_root) {
gotoAndStop (68);
};
}
}
Instance of Symbol 57 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 580);
};
tellTarget (_root) {
gotoAndStop (73);
};
}
}
Instance of Symbol 57 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 580);
};
tellTarget (_root) {
gotoAndStop (70);
};
}
}
Instance of Symbol 57 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 1301 MovieClip "en" in Frame 70
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2);
}
if (_root.arrow._x > _x) {
_x = (_x + 2);
}
if (_root.arrow._y < _y) {
_y = (_y - 2);
}
if (_root.arrow._y > _y) {
_y = (_y + 2);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 5);
}
if (_root.arrow._x > _x) {
_x = (_x + 5);
}
if (_root.arrow._y < _y) {
_y = (_y - 5);
}
if (_root.arrow._y > _y) {
_y = (_y + 5);
}
}
}
Instance of Symbol 1046 MovieClip "enb" in Frame 70
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 0.5);
}
if (_root.arrow._x > _x) {
_x = (_x + 0.5);
}
if (_root.arrow._y < _y) {
_y = (_y - 0.5);
}
if (_root.arrow._y > _y) {
_y = (_y + 0.5);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 1046 MovieClip "enc" in Frame 70
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 6);
}
if (_root.arrow._x > _x) {
_x = (_x + 6);
}
if (_root.arrow._y < _y) {
_y = (_y - 6);
}
if (_root.arrow._y > _y) {
_y = (_y + 6);
}
}
}
Instance of Symbol 57 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 580);
};
tellTarget (_root) {
gotoAndStop (69);
};
}
}
Instance of Symbol 57 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 580);
};
tellTarget (_root) {
gotoAndStop (71);
};
}
}
Instance of Symbol 57 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
}
Instance of Symbol 1278 MovieClip "en" in Frame 71
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 5);
}
if (_root.arrow._x > _x) {
_x = (_x + 5);
}
if (_root.arrow._y < _y) {
_y = (_y - 5);
}
if (_root.arrow._y > _y) {
_y = (_y + 5);
}
}
}
Instance of Symbol 1278 MovieClip "enb" in Frame 71
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 5);
}
if (_root.arrow._x > _x) {
_x = (_x + 5);
}
if (_root.arrow._y < _y) {
_y = (_y - 5);
}
if (_root.arrow._y > _y) {
_y = (_y + 5);
}
}
}
Instance of Symbol 1278 MovieClip "enc" in Frame 71
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 5);
}
if (_root.arrow._x > _x) {
_x = (_x + 5);
}
if (_root.arrow._y < _y) {
_y = (_y - 5);
}
if (_root.arrow._y > _y) {
_y = (_y + 5);
}
}
}
Instance of Symbol 1278 MovieClip "end" in Frame 71
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 5);
}
if (_root.arrow._x > _x) {
_x = (_x + 5);
}
if (_root.arrow._y < _y) {
_y = (_y - 5);
}
if (_root.arrow._y > _y) {
_y = (_y + 5);
}
}
}
Instance of Symbol 338 MovieClip in Frame 71
/* no clip actions */
Instance of Symbol 57 MovieClip in Frame 71
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 580);
};
tellTarget (_root) {
gotoAndStop (70);
};
}
}
Instance of Symbol 57 MovieClip in Frame 71
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 580);
};
tellTarget (_root) {
gotoAndStop (72);
};
}
}
Instance of Symbol 57 MovieClip in Frame 72
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
_x = (_x + 15);
};
}
}
Instance of Symbol 57 MovieClip in Frame 72
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 580);
};
tellTarget (_root) {
gotoAndStop (71);
};
}
}
Instance of Symbol 57 MovieClip in Frame 72
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 72
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 72
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
}
Instance of Symbol 1301 MovieClip "end" in Frame 73
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 2);
}
if (_root.arrow._x > _x) {
_x = (_x + 2);
}
if (_root.arrow._y < _y) {
_y = (_y - 2);
}
if (_root.arrow._y > _y) {
_y = (_y + 2);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 5);
}
if (_root.arrow._x > _x) {
_x = (_x + 5);
}
if (_root.arrow._y < _y) {
_y = (_y - 5);
}
if (_root.arrow._y > _y) {
_y = (_y + 5);
}
}
}
Instance of Symbol 1301 MovieClip "ene" in Frame 73
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 1);
}
if (_root.arrow._x > _x) {
_x = (_x + 1);
}
if (_root.arrow._y < _y) {
_y = (_y - 1);
}
if (_root.arrow._y > _y) {
_y = (_y + 1);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 5);
}
if (_root.arrow._x > _x) {
_x = (_x + 5);
}
if (_root.arrow._y < _y) {
_y = (_y - 5);
}
if (_root.arrow._y > _y) {
_y = (_y + 5);
}
}
}
Instance of Symbol 57 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 580);
};
tellTarget (_root) {
gotoAndStop (74);
};
}
}
Instance of Symbol 57 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 580);
};
tellTarget (_root) {
gotoAndStop (69);
};
}
}
Instance of Symbol 57 MovieClip in Frame 74
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 580);
};
tellTarget (_root) {
gotoAndStop (75);
};
}
}
Instance of Symbol 57 MovieClip in Frame 74
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 580);
};
tellTarget (_root) {
gotoAndStop (73);
};
}
}
Instance of Symbol 1046 MovieClip "en" in Frame 75
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 0.5);
}
if (_root.arrow._x > _x) {
_x = (_x + 0.5);
}
if (_root.arrow._y < _y) {
_y = (_y - 0.5);
}
if (_root.arrow._y > _y) {
_y = (_y + 0.5);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 1046 MovieClip "enb" in Frame 75
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 1);
}
if (_root.arrow._x > _x) {
_x = (_x + 1);
}
if (_root.arrow._y < _y) {
_y = (_y - 1);
}
if (_root.arrow._y > _y) {
_y = (_y + 1);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 632 MovieClip "enc" in Frame 75
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 632 MovieClip "end" in Frame 75
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 632 MovieClip "ene" in Frame 75
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 632 MovieClip "enf" in Frame 75
onClipEvent (enterFrame) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 3);
}
if (_root.arrow._x > _x) {
_x = (_x + 3);
}
if (_root.arrow._y < _y) {
_y = (_y - 3);
}
if (_root.arrow._y > _y) {
_y = (_y + 3);
}
}
}
Instance of Symbol 1349 MovieClip "enl" in Frame 75
onClipEvent (enterFrame) {
if (_root.ram.dead) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 1);
}
if (_root.arrow._x > _x) {
_x = (_x + 1);
}
if (_root.arrow._y < _y) {
_y = (_y - 1);
}
if (_root.arrow._y > _y) {
_y = (_y + 1);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
}
Instance of Symbol 1349 MovieClip "enk" in Frame 75
onClipEvent (enterFrame) {
if (_root.ram.dead) {
if (move.move) {
if (_root.arrow._x < _x) {
_x = (_x - 1);
}
if (_root.arrow._x > _x) {
_x = (_x + 1);
}
if (_root.arrow._y < _y) {
_y = (_y - 1);
}
if (_root.arrow._y > _y) {
_y = (_y + 1);
}
}
if (c) {
if (_root.arrow._x < _x) {
_x = (_x - 4);
}
if (_root.arrow._x > _x) {
_x = (_x + 4);
}
if (_root.arrow._y < _y) {
_y = (_y - 4);
}
if (_root.arrow._y > _y) {
_y = (_y + 4);
}
}
}
}
Instance of Symbol 57 MovieClip in Frame 75
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 75
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 75
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Frame 75
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
}
Instance of Symbol 197 MovieClip "hint" in Frame 76
onClipEvent (load) {
if (hint) {
this.startDrag(true);
speed = 20;
track2x = this._x;
track2y = this._y;
}
}
onClipEvent (enterFrame) {
Mouse.hide();
if (hint) {
track1x = this._x;
track1y = this._y;
dist = Math.sqrt(Math.pow(track2x - track1x, 2) + Math.pow(track2y - track1y, 2));
if (dist < speed) {
(this());// not popped
} else {
(this.gotoAndPlay(46));// not popped
}
track2x = this._x;
track2y = this._y;
}
}
onClipEvent (mouseMove) {
if (hint) {
gotoAndPlay (1);
}
}
onClipEvent (mouseDown) {
if (hint) {
gotoAndPlay (39);
}
}
Symbol 20 Button
on (release) {
getURL ("http://www.armorgames.com", "blank");
}
Symbol 27 MovieClip Frame 84
tellTarget (_root) {
gotoAndStop (77);
};
Symbol 28 MovieClip Frame 1
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop ("loaded");
}
Symbol 28 MovieClip Frame 2
gotoAndPlay (1);
Symbol 59 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (6);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 60 MovieClip Frame 1
stop();
if (_root.ammo.hand.b) {
nextFrame();
}
Instance of Symbol 57 MovieClip in Symbol 60 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.ammo.hand) {
gotoAndStop (2);
};
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 92 MovieClip Frame 1
stop();
Symbol 154 MovieClip Frame 1
stop();
if (_parent.b > 1) {
gotoAndStop (2);
}
Symbol 170 MovieClip Frame 1
stop();
if (_parent.b > 1) {
gotoAndStop (2);
}
Symbol 177 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 177 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
gotoAndStop (4);
};
}
}
Symbol 177 MovieClip Frame 5
gotoAndPlay (2);
Symbol 193 MovieClip Frame 1
stop();
Symbol 194 MovieClip Frame 1
stop();
Symbol 194 MovieClip Frame 50
tellTarget (_parent) {
gotoAndPlay (12);
};
Symbol 195 MovieClip Frame 1
stop();
Symbol 195 MovieClip Frame 11
stop();
Symbol 197 MovieClip Frame 38
stop();
Symbol 197 MovieClip Frame 45
gotoAndPlay (1);
Symbol 197 MovieClip Frame 50
gotoAndStop (1);
Symbol 211 MovieClip Frame 1
stop();
Symbol 215 MovieClip Frame 1
stop();
Symbol 217 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 217 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent._parent.aliveb) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
}
Symbol 220 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (4);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 229 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
gotoAndPlay (1);
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (2);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
on (rollOut) {
tellTarget (_root.hint.hint) {
gotoAndPlay (12);
};
}
Symbol 231 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent) {
gotoAndStop (2);
};
}
}
Symbol 231 MovieClip Frame 2
tellTarget (_root.health) {
prevFrame();
};
Symbol 232 MovieClip Frame 1
if (_root.rand > 3) {
gotoAndStop (3);
}
Symbol 232 MovieClip Frame 2
stop();
Symbol 233 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 233 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 233 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 233 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 233 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 233 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
play();
};
}
}
Instance of Symbol 57 MovieClip in Symbol 233 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.block)) {
tellTarget (_parent) {
gotoAndPlay (6);
};
}
}
Symbol 233 MovieClip Frame 5
stop();
Instance of Symbol 57 MovieClip in Symbol 233 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.block)) {
tellTarget (_parent) {
gotoAndPlay (6);
};
}
}
Symbol 235 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (3);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 243 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
play();
};
}
}
Instance of Symbol 57 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.block)) {
tellTarget (_parent) {
gotoAndPlay (41);
};
}
}
Symbol 243 MovieClip Frame 40
stop();
Instance of Symbol 57 MovieClip in Symbol 243 MovieClip Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.block)) {
tellTarget (_parent) {
gotoAndPlay (41);
};
}
}
Symbol 245 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (9);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 247 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (14);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 248 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 248 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 248 MovieClip Frame 2
tellTarget (_root.ammo.wep.b) {
nextFrame();
};
Symbol 249 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 249 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 249 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 249 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 249 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 249 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
if (_root.ammo.key.keyc.got) {
tellTarget (_parent) {
nextFrame();
};
}
}
}
Instance of Symbol 57 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
_y = (_y + 15);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 15);
gotoAndStop (4);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
_x = (_x - 15);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
_x = (_x + 15);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
gotoAndStop (4);
};
}
}
Symbol 257 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (5);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 289 MovieClip Frame 1
stop();
Symbol 289 MovieClip Frame 5
if (_root.gun.gun) {
gotoAndPlay (1);
}
Symbol 294 MovieClip Frame 1
stop();
Symbol 294 MovieClip Frame 5
gotoAndPlay (2);
Symbol 298 MovieClip Frame 1
stop();
Symbol 299 MovieClip Frame 1
stop();
if (_root.ammo.b) {
gotoAndStop (2);
}
if (_root.ammo.c) {
gotoAndStop (3);
}
if (_root.ammo.d) {
gotoAndStop (5);
}
if (_root.ammo.e) {
gotoAndStop (5);
}
Symbol 299 MovieClip Frame 2
if (_root.ammo.wep.d.got) {
gotoAndStop (4);
}
Symbol 301 Button
on (keyPress "E") {
gotoAndStop (5);
}
on (keyPress "e") {
gotoAndStop (5);
}
Symbol 302 MovieClip Frame 1
stop();
Symbol 302 MovieClip Frame 4
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 306 MovieClip Frame 2
stop();
tellTarget (_parent.gun.gun) {
play();
};
Symbol 307 MovieClip Frame 1
if (_root.ammo.c) {
stop();
tellTarget (gun.gun) {
play();
};
}
if (_root.ammo.d) {
stop();
tellTarget (gun.gun) {
play();
};
}
Symbol 307 MovieClip Frame 2
tellTarget (gun.gun) {
play();
};
tellTarget (_root.ammo.reload) {
gotoAndStop (1);
};
Symbol 307 MovieClip Frame 9
if (_root.gun.gun) {
gotoAndPlay (1);
}
Symbol 307 MovieClip Frame 10
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 309 MovieClip Frame 1
tellTarget (_root.health) {
nextFrame();
};
Symbol 309 MovieClip Frame 2
tellTarget (_root.ammo.reload) {
gotoAndStop (1);
};
Symbol 309 MovieClip Frame 11
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 314 MovieClip Frame 1
stop();
if (_root.ammo.hand.b) {
gotoAndStop (2);
}
if (_root.ammo.hand.c) {
gotoAndStop (3);
}
if (_root.ammo.hand.d) {
gotoAndStop (4);
}
Symbol 314 MovieClip Frame 2
stop();
Symbol 316 Button
on (keyPress "E") {
tellTarget (_parent) {
gotoAndStop (6);
};
}
on (keyPress "e") {
tellTarget (_parent) {
gotoAndStop (6);
};
}
Symbol 317 MovieClip Frame 2
tellTarget (_root.ammo.reload) {
gotoAndStop (1);
};
Symbol 317 MovieClip Frame 23
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 318 Button
on (keyPress "E") {
gotoAndPlay (1);
}
on (keyPress "e") {
gotoAndPlay (1);
}
Symbol 319 MovieClip Frame 20
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 320 MovieClip Frame 2
tellTarget (_root.ammo.reload) {
play();
};
Symbol 320 MovieClip Frame 3
if (_root.ammo.wep.d.got) {
if (_root.ammo.b) {
tellTarget (_root.ammo.reload) {
gotoAndPlay (30);
};
}
}
Symbol 320 MovieClip Frame 40
if (_root.ammo.a) {
tellTarget (_root.ammo.ammo) {
gotoAndStop (1);
};
}
if (_root.ammo.b) {
tellTarget (_root.ammo.ammob) {
gotoAndStop (1);
};
}
if (_root.ammo.c) {
tellTarget (_root.ammo.ammoc) {
gotoAndStop (1);
};
}
if (_root.ammo.d) {
tellTarget (_root.ammo.ammod) {
gotoAndStop (1);
};
}
tellTarget (_parent) {
gotoAndStop (1);
};
Instance of Symbol 57 MovieClip in Symbol 324 MovieClip Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
gotoAndStop (4);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
gotoAndStop (4);
};
}
}
Symbol 324 MovieClip Frame 20
_root.ammo.item.b = _root.ammo.item.b - 1;
Symbol 324 MovieClip Frame 21
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 325 MovieClip Frame 9
stop();
tellTarget (_root.death) {
play();
};
Instance of Symbol 305 MovieClip in Symbol 325 MovieClip Frame 9
onClipEvent (enterFrame) {
if (_root.death.alive) {
tellTarget (_root.death) {
gotoAndPlay (2);
};
}
}
Symbol 326 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 328 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 328 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 328 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 328 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 330 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 330 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 330 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 330 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Symbol 335 MovieClip Frame 1
stop();
Symbol 335 MovieClip Frame 5
tellTarget (_parent) {
gotoAndPlay (11);
};
Symbol 338 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 338 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent.fade) {
gotoAndPlay (2);
};
if (_parent.still) {
tellTarget (_parent) {
play();
};
}
}
}
Symbol 338 MovieClip Frame 10
stop();
Instance of Symbol 57 MovieClip in Symbol 338 MovieClip Frame 11
onClipEvent (enterFrame) {
tellTarget (_parent) {
play();
};
}
Symbol 340 MovieClip Frame 2
stop();
_root.score.score = 0;
_root.ammo.item.a = 0;
_root.ammo.item.b = 0;
_root.ammo.item.c = 0;
Instance of Symbol 305 MovieClip in Symbol 346 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.score < 0) {
_parent.score = 0;
}
}
Symbol 354 MovieClip Frame 6
stop();
Symbol 355 MovieClip Frame 1
stop();
Symbol 355 MovieClip Frame 9
tellTarget (_root.arrow) {
gotoAndStop (9);
};
Instance of Symbol 305 MovieClip in Symbol 355 MovieClip Frame 9
onClipEvent (enterFrame) {
tellTarget (_root.arrow) {
gotoAndStop (9);
};
}
Symbol 371 MovieClip Frame 1
stop();
Symbol 371 MovieClip Frame 12
tellTarget (_root.arrow) {
gotoAndStop (7);
};
prevFrame();
Symbol 373 MovieClip Frame 15
tellTarget (_parent) {
prevFrame();
};
Symbol 375 MovieClip Frame 1
stop();
Instance of Symbol 305 MovieClip in Symbol 375 MovieClip Frame 2
onClipEvent (mouseUp) {
tellTarget (_parent) {
stop();
};
tellTarget (_root.arrow.guy.gun.gun) {
gotoAndStop (1);
};
tellTarget (_root.arrow) {
gotoAndStop (1);
};
}
Symbol 375 MovieClip Frame 50
stop();
tellTarget (_root.arrow.guy.gun.gun) {
gotoAndStop (1);
};
tellTarget (_root.arrow) {
gotoAndStop (1);
};
Symbol 382 MovieClip Frame 1
stop();
Instance of Symbol 305 MovieClip in Symbol 382 MovieClip Frame 2
onClipEvent (mouseUp) {
tellTarget (_parent) {
stop();
};
tellTarget (_root.arrow.guy.gun.gun) {
gotoAndStop (1);
};
tellTarget (_root.arrow) {
gotoAndStop (1);
};
}
Symbol 382 MovieClip Frame 43
tellTarget (_root.arrow.guy.gun.gun) {
gotoAndStop (1);
};
tellTarget (_root.arrow) {
gotoAndStop (7);
};
stop();
Symbol 382 MovieClip Frame 44
tellTarget (_root.arrow) {
gotoAndStop (7);
};
prevFrame();
Symbol 384 MovieClip Frame 31
stop();
Symbol 385 Button
on (keyPress "R") {
if (a) {
if (ammo.use) {
tellTarget (_root.arrow) {
gotoAndStop (7);
};
}
}
if (b) {
if (ammob.use) {
tellTarget (_root.arrow) {
gotoAndStop (7);
};
}
}
if (c) {
if (ammoc.use) {
tellTarget (_root.arrow) {
gotoAndStop (7);
};
}
}
if (d) {
if (ammod.use) {
tellTarget (_root.arrow) {
gotoAndStop (7);
};
}
}
}
on (keyPress "r") {
if (a) {
if (ammo.use) {
tellTarget (_root.arrow) {
gotoAndStop (7);
};
}
}
if (b) {
if (ammob.use) {
tellTarget (_root.arrow) {
gotoAndStop (7);
};
}
}
if (c) {
if (ammoc.use) {
tellTarget (_root.arrow) {
gotoAndStop (7);
};
}
}
if (d) {
if (ammod.use) {
tellTarget (_root.arrow) {
gotoAndStop (7);
};
}
}
}
Symbol 398 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip "ammo" in Symbol 398 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.wep.d.got) {
tellTarget (_parent) {
gotoAndStop (6);
};
}
}
Symbol 398 MovieClip Frame 4
tellTarget (_root.arrow) {
gotoAndStop (7);
};
prevFrame();
Symbol 398 MovieClip Frame 6
stop();
Symbol 398 MovieClip Frame 15
tellTarget (_root.arrow) {
gotoAndStop (7);
};
prevFrame();
Symbol 401 MovieClip Frame 1
stop();
Symbol 403 Button
on (keyPress "1") {
tellTarget (_parent) {
gotoAndStop (1);
};
}
Symbol 404 Button
on (keyPress "2") {
tellTarget (_root.ammo) {
gotoAndStop (2);
};
}
Symbol 405 MovieClip Frame 1
stop();
Symbol 406 Button
on (keyPress "3") {
tellTarget (_root.ammo) {
gotoAndStop (3);
};
}
Symbol 407 MovieClip Frame 1
stop();
Symbol 409 MovieClip Frame 1
stop();
Symbol 410 Button
on (keyPress "4") {
tellTarget (_root.ammo) {
gotoAndStop (4);
};
}
Symbol 411 MovieClip Frame 1
stop();
Symbol 416 MovieClip Frame 1
stop();
if (_parent.a < 1) {
gotoAndStop (2);
}
Instance of Symbol 305 MovieClip in Symbol 416 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_parent._parent.a > 0) {
gotoAndStop (1);
}
}
Symbol 417 Button
on (keyPress "<Space>") {
if (a > 0) {
tellTarget (_root.health) {
gotoAndStop (1);
};
a = a - 1;
}
}
Symbol 421 Button
on (keyPress "Q") {
play();
}
on (keyPress "q") {
play();
}
Symbol 424 MovieClip Frame 1
stop();
if (_parent.b < 1) {
gotoAndStop (2);
}
Instance of Symbol 305 MovieClip in Symbol 424 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_parent._parent.b > 0) {
gotoAndStop (1);
}
}
Symbol 425 Button
on (keyPress "<Space>") {
if (b > 0) {
tellTarget (_root.arrow) {
gotoAndStop (8);
};
}
}
Symbol 431 MovieClip Frame 1
stop();
if (_parent.b < 1) {
gotoAndStop (2);
}
Symbol 431 MovieClip Frame 2
if (_parent.b > 0) {
gotoAndStop (1);
}
Instance of Symbol 305 MovieClip in Symbol 431 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_parent._parent.c > 0) {
gotoAndStop (1);
}
}
Symbol 432 Button
on (keyPress "<Space>") {
if (c > 0) {
tellTarget (_root.arrow) {
gotoAndStop (1);
};
if (_parent.a) {
tellTarget (_parent.ammo) {
gotoAndStop (1);
};
}
if (_parent.b) {
tellTarget (_parent.ammob) {
gotoAndStop (1);
};
}
if (_parent.c) {
tellTarget (_parent.ammoc) {
gotoAndStop (1);
};
}
if (_parent.d) {
tellTarget (_parent.ammod) {
gotoAndStop (1);
};
}
c = c - 1;
}
}
Symbol 436 MovieClip Frame 1
stop();
stop();
Symbol 436 MovieClip Frame 2
stop();
Symbol 436 MovieClip Frame 3
stop();
Symbol 438 MovieClip Frame 1
stop();
Symbol 438 MovieClip Frame 30
tellTarget (_parent.ammo) {
gotoAndStop (1);
};
tellTarget (_root.arrow) {
gotoAndStop (1);
};
Symbol 440 MovieClip Frame 31
stop();
Symbol 444 MovieClip Frame 1
stop();
Symbol 444 MovieClip Frame 25
tellTarget (_parent.ammob) {
gotoAndStop (1);
};
tellTarget (_root.arrow) {
gotoAndStop (1);
};
gotoAndStop (1);
Symbol 444 MovieClip Frame 70
tellTarget (_parent.ammob) {
gotoAndStop (1);
};
tellTarget (_root.arrow) {
gotoAndStop (1);
};
gotoAndStop (1);
Symbol 446 MovieClip Frame 31
stop();
Symbol 448 MovieClip Frame 1
stop();
Symbol 448 MovieClip Frame 35
tellTarget (_parent.ammoc) {
gotoAndStop (1);
};
tellTarget (_root.arrow) {
gotoAndStop (1);
};
Symbol 450 MovieClip Frame 31
stop();
Symbol 451 MovieClip Frame 1
stop();
tellTarget (_root.arrow.guy.gun) {
gotoAndStop (1);
};
Symbol 451 MovieClip Frame 2
tellTarget (_root.arrow.guy.gun) {
gotoAndStop (2);
};
Symbol 451 MovieClip Frame 3
tellTarget (_root.arrow.guy.gun) {
gotoAndStop (3);
};
Symbol 451 MovieClip Frame 4
tellTarget (_root.arrow.guy.gun) {
gotoAndStop (5);
};
Symbol 452 Button
on (keyPress "M") {
play();
}
on (keyPress "m") {
play();
}
Symbol 455 MovieClip Frame 24
tellTarget (_parent) {
nextFrame();
};
Symbol 465 MovieClip Frame 1
stop();
Symbol 465 MovieClip Frame 10
tellTarget (_parent.ten) {
nextFrame();
};
Symbol 465 MovieClip Frame 11
gotoAndStop (1);
Symbol 466 MovieClip Frame 1
stop();
Symbol 466 MovieClip Frame 2
stop();
Symbol 466 MovieClip Frame 7
tellTarget (_parent.minute) {
nextFrame();
};
gotoAndStop (1);
Symbol 467 MovieClip Frame 1
stop();
Symbol 467 MovieClip Frame 2
stop();
Symbol 467 MovieClip Frame 11
tellTarget (_parent.tenminute) {
nextFrame();
};
gotoAndStop (1);
Symbol 468 MovieClip Frame 1
stop();
Symbol 468 MovieClip Frame 2
stop();
Symbol 468 MovieClip Frame 7
tellTarget (_parent.hour) {
nextFrame();
};
gotoAndStop (1);
Symbol 470 MovieClip Frame 1
stop();
Symbol 470 MovieClip Frame 2
stop();
Symbol 474 MovieClip Frame 1
tellTarget (_root.muse) {
gotoAndStop (2);
};
stop();
Symbol 474 MovieClip Frame 2
tellTarget (_root.muse) {
gotoAndStop (1);
};
stop();
Instance of Symbol 305 MovieClip in Symbol 474 MovieClip Frame 2
onClipEvent (enterFrame) {
stopAllSounds();
}
Symbol 485 Button
on (press) {
gotoAndStop (3);
}
Symbol 489 Button
on (press) {
gotoAndStop (4);
}
Symbol 493 Button
on (press) {
gotoAndStop (5);
}
Symbol 498 Button
on (press) {
prevFrame();
}
Symbol 502 Button
on (press) {
if (_root.sharea.a) {
gotoAndStop (6);
}
if (_root.sharea.b) {
gotoAndStop (7);
}
if (_root.sharea.c) {
gotoAndStop (8);
}
if (_root.sharea.d) {
gotoAndStop (9);
}
if (_root.sharea.e) {
gotoAndStop (10);
}
}
Symbol 506 Button
on (press) {
tellTarget (_root) {
gotoAndStop (77);
};
}
Symbol 510 Button
on (press) {
gotoAndStop (2);
}
Symbol 514 MovieClip Frame 1
stop();
if (_root.b) {
gotoAndStop (2);
}
if (_root.c) {
gotoAndStop (3);
}
if (_root.d) {
gotoAndStop (4);
}
if (_root.e) {
gotoAndStop (5);
}
if (_root.f) {
gotoAndStop (6);
}
if (_root.g) {
gotoAndStop (7);
}
if (_root.h) {
gotoAndStop (8);
}
if (_root.i) {
gotoAndStop (9);
}
if (_root.j) {
gotoAndStop (10);
}
if (_root.k) {
gotoAndStop (11);
}
if (_root.l) {
gotoAndStop (12);
}
if (_root.m) {
gotoAndStop (13);
}
if (_root.n) {
gotoAndStop (14);
}
Symbol 516 MovieClip Frame 1
stop();
if (_root.b) {
gotoAndStop (2);
}
if (_root.c) {
gotoAndStop (3);
}
if (_root.d) {
gotoAndStop (4);
}
if (_root.e) {
gotoAndStop (5);
}
if (_root.f) {
gotoAndStop (6);
}
if (_root.g) {
gotoAndStop (7);
}
if (_root.h) {
gotoAndStop (8);
}
if (_root.i) {
gotoAndStop (9);
}
if (_root.j) {
gotoAndStop (10);
}
if (_root.k) {
gotoAndStop (11);
}
if (_root.l) {
gotoAndStop (12);
}
if (_root.m) {
gotoAndStop (13);
}
if (_root.n) {
gotoAndStop (14);
}
Symbol 519 MovieClip Frame 1
stop();
if (_root.b) {
gotoAndStop (2);
}
if (_root.c) {
gotoAndStop (3);
}
if (_root.d) {
gotoAndStop (4);
}
if (_root.e) {
gotoAndStop (5);
}
if (_root.f) {
gotoAndStop (6);
}
if (_root.g) {
gotoAndStop (7);
}
if (_root.h) {
gotoAndStop (8);
}
if (_root.i) {
gotoAndStop (9);
}
if (_root.j) {
gotoAndStop (10);
}
if (_root.k) {
gotoAndStop (11);
}
if (_root.l) {
gotoAndStop (12);
}
if (_root.m) {
gotoAndStop (13);
}
if (_root.n) {
gotoAndStop (14);
}
if (_root.o) {
gotoAndStop (15);
}
if (_root.p) {
gotoAndStop (16);
}
Symbol 521 MovieClip Frame 1
stop();
if (_root.b) {
gotoAndStop (2);
}
if (_root.c) {
gotoAndStop (3);
}
if (_root.d) {
gotoAndStop (4);
}
if (_root.e) {
gotoAndStop (5);
}
if (_root.f) {
gotoAndStop (6);
}
if (_root.g) {
gotoAndStop (7);
}
if (_root.h) {
gotoAndStop (8);
}
if (_root.i) {
gotoAndStop (9);
}
if (_root.j) {
gotoAndStop (10);
}
if (_root.k) {
gotoAndStop (11);
}
if (_root.l) {
gotoAndStop (12);
}
if (_root.m) {
gotoAndStop (13);
}
if (_root.n) {
gotoAndStop (14);
}
if (_root.o) {
gotoAndStop (15);
}
if (_root.p) {
gotoAndStop (16);
}
if (_root.q) {
gotoAndStop (17);
}
Symbol 523 MovieClip Frame 1
stop();
if (_root.b) {
gotoAndStop (2);
}
if (_root.c) {
gotoAndStop (3);
}
if (_root.d) {
gotoAndStop (4);
}
if (_root.e) {
gotoAndStop (5);
}
if (_root.f) {
gotoAndStop (6);
}
if (_root.g) {
gotoAndStop (7);
}
if (_root.h) {
gotoAndStop (8);
}
if (_root.i) {
gotoAndStop (9);
}
if (_root.j) {
gotoAndStop (10);
}
if (_root.k) {
gotoAndStop (11);
}
if (_root.l) {
gotoAndStop (12);
}
if (_root.m) {
gotoAndStop (13);
}
if (_root.n) {
gotoAndStop (14);
}
if (_root.o) {
gotoAndStop (15);
}
if (_root.p) {
gotoAndStop (16);
}
if (_root.q) {
gotoAndStop (17);
}
if (_root.r) {
gotoAndStop (18);
}
if (_root.s) {
gotoAndStop (19);
}
Symbol 524 MovieClip Frame 1
stop();
if (_root.mb) {
gotoAndStop (2);
}
if (_root.mc) {
gotoAndStop (3);
}
if (_root.md) {
gotoAndStop (4);
}
if (_root.mee) {
gotoAndStop (5);
}
Symbol 530 Button
on (press) {
_quality = "LOW";
}
Symbol 531 Button
on (press) {
_quality = "MEDIUM";
}
Symbol 532 Button
on (press) {
_quality = "HIGH";
}
Symbol 533 Button
on (press) {
tellTarget (mute) {
play();
};
}
Symbol 541 Button
on (press) {
_root.ammo.item.a = _root.ammo.item.a + 1;
_root.score.score = _root.score.score - 5000;
}
Symbol 544 MovieClip Frame 1
stop();
Instance of Symbol 305 MovieClip in Symbol 544 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.score.score < 5000) {
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 547 Button
on (press) {
_root.ammo.item.b = _root.ammo.item.b + 1;
_root.score.score = _root.score.score - 2500;
}
Symbol 549 MovieClip Frame 1
stop();
Instance of Symbol 305 MovieClip in Symbol 549 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.score.score < 2500) {
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 551 Button
on (press) {
_root.ammo.item.c = _root.ammo.item.c + 1;
_root.score.score = _root.score.score - 3000;
}
Symbol 553 MovieClip Frame 1
stop();
Instance of Symbol 305 MovieClip in Symbol 553 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.score.score < 3000) {
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 557 Button
on (press) {
tellTarget (_root.ammo.wep.b) {
gotoAndStop (2);
};
_root.score.score = _root.score.score - 6000;
gotoAndStop (3);
}
Symbol 560 MovieClip Frame 1
if (_root.ammo.wep.b.got) {
gotoAndStop (3);
}
stop();
Instance of Symbol 305 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.score.score < 6000) {
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 562 Button
on (press) {
tellTarget (_root.ammo.hand) {
gotoAndStop (2);
};
_root.score.score = _root.score.score - 2000;
gotoAndStop (3);
}
Symbol 564 MovieClip Frame 1
if (_root.ammo.hand.b) {
gotoAndStop (3);
}
stop();
Instance of Symbol 305 MovieClip in Symbol 564 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.score.score < 2000) {
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 566 Button
on (press) {
tellTarget (_root.ammo.wep.c) {
gotoAndStop (2);
};
_root.score.score = _root.score.score - 10000;
gotoAndStop (3);
}
Symbol 569 MovieClip Frame 1
if (_root.ammo.wep.c.got) {
gotoAndStop (3);
}
stop();
Instance of Symbol 305 MovieClip in Symbol 569 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.score.score < 10000) {
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 570 Button
on (press) {
tellTarget (_root.ammo.hand) {
gotoAndStop (3);
};
_root.score.score = _root.score.score - 5000;
gotoAndStop (3);
}
Symbol 571 MovieClip Frame 1
if (_root.ammo.hand.c) {
gotoAndStop (3);
}
stop();
Instance of Symbol 305 MovieClip in Symbol 571 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.score.score < 5000) {
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 574 Button
on (press) {
tellTarget (_root.ammo.wep.d) {
gotoAndStop (2);
};
_root.score.score = _root.score.score - 20000;
gotoAndStop (3);
}
Symbol 577 MovieClip Frame 1
if (_root.ammo.wep.d.got) {
gotoAndStop (3);
}
stop();
Instance of Symbol 305 MovieClip in Symbol 577 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.score.score < 20000) {
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 579 Button
on (press) {
tellTarget (_root.ammo.hand) {
gotoAndStop (4);
};
_root.score.score = _root.score.score - 15000;
gotoAndStop (3);
}
Symbol 581 MovieClip Frame 1
if (_root.ammo.hand.d) {
gotoAndStop (3);
}
stop();
Instance of Symbol 305 MovieClip in Symbol 581 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.score.score < 15000) {
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 582 Button
on (press) {
tellTarget (_root.ammo.wep.e) {
gotoAndStop (2);
};
_root.score.score = _root.score.score - 30000;
gotoAndStop (3);
}
Symbol 585 MovieClip Frame 1
if (_root.ammo.wep.e.got) {
gotoAndStop (3);
}
stop();
Instance of Symbol 305 MovieClip in Symbol 585 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.score.score < 30000) {
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 586 MovieClip Frame 1
stop();
tellTarget (_root.hint) {
gotoAndStop (1);
};
Symbol 586 MovieClip Frame 2
stop();
tellTarget (_root.hint) {
gotoAndStop (51);
};
Symbol 590 Button
on (press) {
tellTarget (_root) {
gotoAndStop (80);
};
}
Symbol 593 Button
on (press) {
tellTarget (_root) {
gotoAndStop (1);
};
}
Symbol 594 MovieClip Frame 1
stop();
Symbol 594 MovieClip Frame 20
stop();
_root.score.score = _root.score.score - 100;
if (_root.score.score < 0) {
_root.score.score = _root.score.score - 0;
}
Symbol 594 MovieClip Frame 22
gotoAndStop (20);
Symbol 595 MovieClip Frame 23
stop();
Symbol 597 MovieClip Frame 3
stop();
tellTarget (_parent) {
play();
};
Symbol 599 MovieClip Frame 1
stopAllSounds();
Symbol 599 MovieClip Frame 2
stop();
Symbol 600 MovieClip Frame 1
stop();
Symbol 603 MovieClip Frame 1
stop();
Symbol 609 MovieClip Frame 1
stop();
Symbol 611 MovieClip Frame 1
stop();
Symbol 618 MovieClip Frame 1
if (_root.rand > 5) {
gotoAndStop (3);
}
Symbol 618 MovieClip Frame 2
stop();
Instance of Symbol 57 MovieClip in Symbol 618 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
_root.score.score = _root.score.score + 50;
tellTarget (_parent) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 618 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
_root.score.score = _root.score.score + 200;
tellTarget (_parent) {
gotoAndStop (4);
};
}
}
Symbol 619 MovieClip Frame 3
stop();
Symbol 620 MovieClip Frame 5
stop();
Symbol 621 MovieClip Frame 10
stop();
Symbol 622 MovieClip Frame 1
if (_root.rand > 2) {
gotoAndStop (2);
}
if (_root.rand == 2) {
gotoAndStop (3);
}
if (_root.rand == 3) {
gotoAndStop (4);
}
if (_root.rand == 4) {
gotoAndStop (5);
}
if (_root.rand == 5) {
gotoAndStop (6);
}
if (_root.rand > 5) {
gotoAndStop (7);
}
stop();
Symbol 623 MovieClip Frame 45
stop();
Symbol 624 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 624 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent._parent.aliveb) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
}
Symbol 624 MovieClip Frame 2
tellTarget (_parent.wing) {
gotoAndStop (2);
};
tellTarget (_parent.wingb) {
gotoAndStop (2);
};
tellTarget (_parent.body) {
gotoAndStop (2);
};
tellTarget (_parent.tail) {
gotoAndStop (2);
};
Symbol 626 MovieClip Frame 1
stop();
Symbol 627 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (1);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 628 MovieClip Frame 58
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 630 MovieClip Frame 45
stop();
Symbol 631 MovieClip Frame 24
stop();
Symbol 632 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 632 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent.move) {
gotoAndPlay (2);
};
}
}
Instance of Symbol 57 MovieClip "alive" in Symbol 632 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent) {
gotoAndStop (2);
};
}
}
Instance of Symbol 57 MovieClip "hit" in Symbol 632 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
}
Instance of Symbol 628 MovieClip in Symbol 632 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (head) {
nextFrame();
};
stop();
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (head) {
nextFrame();
};
stop();
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (head) {
nextFrame();
};
stop();
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (head) {
nextFrame();
};
stop();
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (head) {
nextFrame();
};
stop();
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (head) {
nextFrame();
};
stop();
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (head) {
nextFrame();
};
stop();
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (head) {
nextFrame();
};
stop();
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (head) {
nextFrame();
};
stop();
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (head) {
nextFrame();
};
stop();
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (head) {
nextFrame();
};
stop();
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (head) {
nextFrame();
};
stop();
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (head) {
nextFrame();
};
stop();
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (head) {
nextFrame();
};
stop();
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (head) {
nextFrame();
};
stop();
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (head) {
nextFrame();
};
stop();
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (head) {
nextFrame();
};
stop();
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (head) {
nextFrame();
};
stop();
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (head) {
nextFrame();
};
stop();
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (head) {
nextFrame();
};
stop();
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (head) {
nextFrame();
};
stop();
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (head) {
nextFrame();
};
stop();
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (head) {
nextFrame();
};
stop();
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (head) {
nextFrame();
};
stop();
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (head) {
nextFrame();
};
stop();
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (head) {
nextFrame();
};
stop();
}
}
Symbol 643 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (7);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 645 MovieClip Frame 1
if (_root.ammo.key.keya.got) {
nextFrame();
}
stop();
Instance of Symbol 57 MovieClip in Symbol 645 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Symbol 647 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (13);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 648 MovieClip Frame 1
stop();
if (_root.ammo.key.keyc.got) {
nextFrame();
}
Instance of Symbol 57 MovieClip in Symbol 648 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.ammo.key.keyc) {
gotoAndStop (2);
};
tellTarget (_parent) {
nextFrame();
};
}
}
Instance of Symbol 57 MovieClip in Symbol 649 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 649 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 649 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 649 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 649 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 649 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 649 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 649 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 649 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 649 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 649 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Symbol 653 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 653 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent.fade) {
gotoAndPlay (2);
};
if (_parent.still) {
tellTarget (_parent) {
play();
};
}
}
}
Symbol 653 MovieClip Frame 10
stop();
Instance of Symbol 57 MovieClip in Symbol 653 MovieClip Frame 11
onClipEvent (enterFrame) {
tellTarget (_parent) {
play();
};
}
Symbol 661 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (11);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 662 MovieClip Frame 1
if (_root.ammo.key.keyb.got) {
nextFrame();
}
stop();
Instance of Symbol 57 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
_y = (_y + 15);
};
}
}
Symbol 662 MovieClip Frame 2
stop();
Symbol 663 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (8);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 680 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 680 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent.fade) {
gotoAndPlay (2);
};
if (_parent.still) {
tellTarget (_parent) {
play();
};
}
}
}
Symbol 680 MovieClip Frame 10
stop();
Instance of Symbol 57 MovieClip in Symbol 680 MovieClip Frame 11
onClipEvent (enterFrame) {
tellTarget (_parent) {
play();
};
}
Symbol 690 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (5);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Instance of Symbol 57 MovieClip in Symbol 693 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 693 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 693 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 693 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Symbol 696 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (10);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 697 MovieClip Frame 1
if (_root.ammo.key.keya.got) {
gotoAndStop (2);
}
stop();
Instance of Symbol 57 MovieClip in Symbol 697 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.ammo.key.keya) {
gotoAndStop (2);
};
tellTarget (_parent) {
nextFrame();
};
}
}
Instance of Symbol 57 MovieClip in Symbol 698 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 698 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 698 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 698 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x - 5);
};
}
}
Symbol 700 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (15);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 701 MovieClip Frame 17
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 703 MovieClip Frame 30
stop();
Symbol 704 MovieClip Frame 24
stop();
Symbol 705 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 705 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent.move) {
gotoAndPlay (2);
};
}
}
Instance of Symbol 57 MovieClip "alive" in Symbol 705 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent) {
gotoAndStop (2);
};
}
}
Instance of Symbol 57 MovieClip "hit" in Symbol 705 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
}
Symbol 710 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (12);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 717 MovieClip Frame 1
if (_root.ammo.key.keyb.got) {
nextFrame();
}
stop();
Instance of Symbol 57 MovieClip in Symbol 717 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
play();
};
}
}
Symbol 717 MovieClip Frame 2
tellTarget (_root.ammo.key.keyb) {
nextFrame();
};
stop();
Symbol 721 MovieClip Frame 1
stop();
Symbol 725 MovieClip Frame 1
stop();
Symbol 731 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 731 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent._parent.aliveb) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
}
Symbol 734 MovieClip Frame 1
stop();
Symbol 734 MovieClip Frame 6
stop();
Instance of Symbol 733 MovieClip in Symbol 734 MovieClip Frame 6
onClipEvent (enterFrame) {
tellTarget (_parent._parent) {
gotoAndStop (5);
};
}
Symbol 735 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (16);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 736 MovieClip Frame 17
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 738 MovieClip Frame 2
tellTarget (_parent.health) {
nextFrame();
};
Symbol 738 MovieClip Frame 12
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 739 MovieClip Frame 24
stop();
Symbol 740 MovieClip Frame 28
stop();
Symbol 741 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 741 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent.move) {
gotoAndPlay (2);
};
}
}
Instance of Symbol 57 MovieClip "alive" in Symbol 741 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent) {
gotoAndStop (2);
};
}
}
Instance of Symbol 57 MovieClip "hit" in Symbol 741 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
}
Symbol 749 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (17);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Instance of Symbol 57 MovieClip in Symbol 750 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.fade) {
play();
};
}
}
Symbol 752 MovieClip Frame 1
stop();
Symbol 752 MovieClip Frame 45
tellTarget (_root) {
gotoAndStop (16);
};
Symbol 756 MovieClip Frame 79
tellTarget (_root.bbb) {
play();
};
Symbol 756 MovieClip Frame 80
tellTarget (_parent) {
nextFrame();
};
Symbol 771 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (18);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 774 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 774 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 774 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 774 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 774 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 774 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
play();
};
}
}
Instance of Symbol 57 MovieClip in Symbol 774 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.block)) {
tellTarget (_parent) {
gotoAndPlay (14);
};
}
}
Symbol 774 MovieClip Frame 13
stop();
Instance of Symbol 57 MovieClip in Symbol 774 MovieClip Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.block)) {
tellTarget (_parent) {
gotoAndPlay (14);
};
}
}
Symbol 785 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (19);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Instance of Symbol 57 MovieClip in Symbol 786 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 786 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 786 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 786 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Symbol 794 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (19);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Instance of Symbol 57 MovieClip in Symbol 795 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 795 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 795 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 795 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Symbol 797 MovieClip Frame 1
stopAllSounds();
Symbol 797 MovieClip Frame 2
stop();
Symbol 807 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (19);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Instance of Symbol 57 MovieClip in Symbol 808 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 808 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 808 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 808 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Symbol 818 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (19);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 830 MovieClip Frame 252
stop();
Symbol 831 MovieClip Frame 1
stop();
Symbol 831 MovieClip Frame 15
stop();
Symbol 832 MovieClip Frame 1
if (_root.sharea.b) {
stop();
}
Instance of Symbol 57 MovieClip in Symbol 832 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 832 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 832 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 832 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 832 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
if (_parent.chat.talk) {
tellTarget (_parent.chat) {
play();
};
}
}
}
Symbol 832 MovieClip Frame 2
stop();
Symbol 833 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (19);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 838 MovieClip Frame 150
stop();
Symbol 839 MovieClip Frame 1
stop();
Symbol 839 MovieClip Frame 15
stop();
Instance of Symbol 57 MovieClip in Symbol 840 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
if (_parent.chat.talk) {
tellTarget (_parent.chat) {
play();
};
}
}
}
Instance of Symbol 57 MovieClip in Symbol 840 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 840 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 840 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 840 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Symbol 844 MovieClip Frame 1
if (_root.sharea.b) {
stop();
}
Symbol 844 MovieClip Frame 2
stop();
Symbol 850 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 850 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent.fade) {
gotoAndPlay (2);
};
if (_parent.still) {
tellTarget (_parent) {
play();
};
}
}
}
Symbol 850 MovieClip Frame 10
stop();
Instance of Symbol 57 MovieClip in Symbol 850 MovieClip Frame 11
onClipEvent (enterFrame) {
tellTarget (_parent) {
play();
};
}
Symbol 851 MovieClip Frame 1
stop();
Symbol 851 MovieClip Frame 45
tellTarget (_root) {
gotoAndStop (22);
};
Symbol 856 MovieClip Frame 1
if (_root.sharea.d) {
stop();
}
Symbol 856 MovieClip Frame 2
stop();
Symbol 857 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (7);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 859 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 859 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Symbol 860 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (19);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 865 MovieClip Frame 150
stop();
Symbol 866 MovieClip Frame 1
stop();
Symbol 866 MovieClip Frame 15
stop();
Instance of Symbol 57 MovieClip in Symbol 867 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
if (_parent.chat.talk) {
tellTarget (_parent.chat) {
play();
};
}
}
}
Instance of Symbol 57 MovieClip in Symbol 867 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 867 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 867 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 867 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Symbol 868 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (19);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 874 MovieClip Frame 252
stop();
Symbol 875 MovieClip Frame 1
stop();
Symbol 875 MovieClip Frame 15
stop();
Symbol 876 MovieClip Frame 1
if (_root.sharea.d) {
stop();
}
Instance of Symbol 57 MovieClip in Symbol 876 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 876 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 876 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 876 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 876 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
if (_parent.chat.talk) {
tellTarget (_parent.chat) {
play();
};
}
}
}
Symbol 876 MovieClip Frame 2
stop();
Symbol 877 MovieClip Frame 1
stop();
Symbol 877 MovieClip Frame 45
tellTarget (_root) {
gotoAndStop (56);
};
Symbol 880 MovieClip Frame 1
if (_root.sharea.c) {
stop();
}
Symbol 880 MovieClip Frame 2
stop();
Symbol 881 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (19);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 889 MovieClip Frame 290
stop();
Symbol 890 MovieClip Frame 1
stop();
Symbol 890 MovieClip Frame 15
stop();
Symbol 891 MovieClip Frame 1
if (_root.sharea.c) {
stop();
}
Instance of Symbol 57 MovieClip in Symbol 891 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 891 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 891 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 891 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 891 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
if (_parent.chat.talk) {
tellTarget (_parent.chat) {
play();
};
}
}
}
Symbol 891 MovieClip Frame 2
stop();
Symbol 893 MovieClip Frame 1
stop();
Symbol 893 MovieClip Frame 45
tellTarget (_root) {
gotoAndStop (38);
};
Symbol 897 MovieClip Frame 79
tellTarget (_root.bbb) {
play();
};
Symbol 897 MovieClip Frame 80
tellTarget (_parent) {
nextFrame();
};
Symbol 901 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (5);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 907 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (20);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 910 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 910 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 910 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 910 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 910 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 910 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
play();
};
}
}
Instance of Symbol 57 MovieClip in Symbol 910 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.block)) {
tellTarget (_parent) {
gotoAndPlay (3);
};
}
}
Symbol 910 MovieClip Frame 2
stop();
Instance of Symbol 57 MovieClip in Symbol 910 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.block)) {
tellTarget (_parent) {
gotoAndPlay (3);
};
}
}
Symbol 918 MovieClip Frame 1
stop();
Symbol 919 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (21);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 921 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 921 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
play();
};
}
}
Symbol 921 MovieClip Frame 15
stop();
Symbol 922 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (4);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 924 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
gotoAndPlay (1);
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (23);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
on (rollOut) {
tellTarget (_root.hint.hint) {
gotoAndPlay (12);
};
}
Symbol 925 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 925 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent) {
gotoAndStop (2);
};
}
}
Symbol 925 MovieClip Frame 2
tellTarget (_root.health) {
gotoAndStop (1);
};
tellTarget (_root.health) {
prevFrame();
};
Symbol 926 MovieClip Frame 1
if (_root.rand > 3) {
gotoAndStop (3);
}
Symbol 926 MovieClip Frame 2
stop();
Symbol 927 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 927 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 927 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 927 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 927 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 927 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
play();
};
}
}
Instance of Symbol 57 MovieClip in Symbol 927 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.block)) {
tellTarget (_parent) {
gotoAndPlay (6);
};
}
}
Symbol 927 MovieClip Frame 5
stop();
Instance of Symbol 57 MovieClip in Symbol 927 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.block)) {
tellTarget (_parent) {
gotoAndPlay (6);
};
}
}
Symbol 928 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (4);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 930 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
gotoAndPlay (1);
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (25);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
on (rollOut) {
tellTarget (_root.hint.hint) {
gotoAndPlay (12);
};
}
Symbol 931 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 931 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent) {
gotoAndStop (2);
};
}
}
Symbol 931 MovieClip Frame 2
_root.ammo.item.a = _root.ammo.item.a + 1;
tellTarget (_root.health) {
prevFrame();
};
Symbol 932 MovieClip Frame 1
if (_root.rand > 3) {
gotoAndStop (3);
}
Symbol 932 MovieClip Frame 2
stop();
Symbol 933 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 933 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 933 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 933 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 933 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 933 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
play();
};
}
}
Instance of Symbol 57 MovieClip in Symbol 933 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.block)) {
tellTarget (_parent) {
gotoAndPlay (6);
};
}
}
Symbol 933 MovieClip Frame 5
stop();
Instance of Symbol 57 MovieClip in Symbol 933 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.block)) {
tellTarget (_parent) {
gotoAndPlay (6);
};
}
}
Symbol 935 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (21);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 936 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 936 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
play();
};
}
}
Symbol 936 MovieClip Frame 2
tellTarget (_parent) {
nextFrame();
};
Symbol 936 MovieClip Frame 15
stop();
Symbol 937 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (31);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 938 MovieClip Frame 1
if (_root.ammo.hand.c) {
gotoAndStop (3);
}
stop();
Instance of Symbol 57 MovieClip in Symbol 938 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 938 MovieClip Frame 3
tellTarget (_root.ammo.hand) {
gotoAndStop (3);
};
Instance of Symbol 57 MovieClip in Symbol 940 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 940 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 940 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 940 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Symbol 941 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (7);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 944 MovieClip Frame 1
if (_root.ammo.key.keyb.got) {
nextFrame();
}
stop();
Instance of Symbol 57 MovieClip in Symbol 944 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Symbol 947 Button
on (press) {
tellTarget (_root) {
gotoAndStop (22);
};
}
Symbol 948 Button
on (press) {
tellTarget (_root) {
gotoAndStop (1);
};
}
Symbol 949 MovieClip Frame 1
stop();
Symbol 949 MovieClip Frame 20
stop();
_root.score.score = _root.score.score - 2000;
if (_root.score.score < 0) {
_root.score.score = _root.score.score - 0;
}
Symbol 949 MovieClip Frame 22
gotoAndStop (20);
Symbol 950 MovieClip Frame 1
stop();
Symbol 950 MovieClip Frame 40
tellTarget (_root.sharea) {
gotoAndStop (3);
};
Symbol 950 MovieClip Frame 45
tellTarget (_root) {
gotoAndStop (19);
};
Symbol 952 MovieClip Frame 1
stopAllSounds();
Symbol 952 MovieClip Frame 2
stop();
Symbol 959 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (22);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Instance of Symbol 57 MovieClip in Symbol 960 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
if (_parent._parent._parent.aliveb) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
}
Instance of Symbol 57 MovieClip in Symbol 965 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 965 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 965 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Symbol 966 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (7);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 975 MovieClip Frame 1
if (_root.ammo.key.keya.got) {
nextFrame();
}
stop();
Instance of Symbol 57 MovieClip in Symbol 975 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 975 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 975 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x - 5);
};
}
}
Symbol 977 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (3);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 987 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 987 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent) {
gotoAndPlay (41);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 987 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
play();
};
}
}
Symbol 987 MovieClip Frame 40
stop();
Instance of Symbol 57 MovieClip in Symbol 987 MovieClip Frame 59
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Symbol 987 MovieClip Frame 64
stop();
Instance of Symbol 57 MovieClip in Symbol 992 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent._parent.aliveb) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
}
Symbol 996 MovieClip Frame 1
stop();
Symbol 1000 MovieClip Frame 90
tellTarget (_parent) {
gotoAndStop (7);
};
Symbol 1001 MovieClip Frame 1
stop();
Symbol 1001 MovieClip Frame 4
stop();
Instance of Symbol 733 MovieClip in Symbol 1001 MovieClip Frame 4
onClipEvent (enterFrame) {
tellTarget (_parent._parent) {
gotoAndStop (5);
};
}
Symbol 1002 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (24);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 1003 MovieClip Frame 15
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 1005 MovieClip Frame 3
tellTarget (_parent.health) {
nextFrame();
};
Symbol 1005 MovieClip Frame 8
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 1006 MovieClip Frame 30
stop();
Symbol 1008 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 1008 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent) {
play();
};
}
}
Instance of Symbol 57 MovieClip "hit" in Symbol 1008 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
play();
};
}
}
Symbol 1008 MovieClip Frame 30
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 1009 MovieClip Frame 30
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 1010 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 1010 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent.move) {
gotoAndPlay (2);
};
}
}
Instance of Symbol 57 MovieClip "alive" in Symbol 1010 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent) {
gotoAndStop (2);
};
}
}
Instance of Symbol 57 MovieClip "hit" in Symbol 1010 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
}
Symbol 1010 MovieClip Frame 6
stop();
Instance of Symbol 57 MovieClip "alive" in Symbol 1010 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent) {
gotoAndStop (2);
};
}
}
Instance of Symbol 57 MovieClip "hit" in Symbol 1010 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1015 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1015 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Symbol 1017 MovieClip Frame 14
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 1018 MovieClip Frame 12
stop();
Symbol 1021 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 1021 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent) {
play();
};
}
}
Instance of Symbol 57 MovieClip "hit" in Symbol 1021 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
play();
};
}
}
Symbol 1021 MovieClip Frame 20
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 1022 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 1022 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent.move) {
gotoAndPlay (2);
};
}
}
Instance of Symbol 57 MovieClip "alive" in Symbol 1022 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent) {
gotoAndStop (2);
};
}
}
Instance of Symbol 57 MovieClip "hit" in Symbol 1022 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
}
Symbol 1022 MovieClip Frame 7
stop();
Instance of Symbol 57 MovieClip "alive" in Symbol 1022 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent) {
gotoAndStop (2);
};
}
}
Instance of Symbol 57 MovieClip "hit" in Symbol 1022 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1029 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent._parent.aliveb) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
}
Symbol 1041 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (26);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 1042 MovieClip Frame 25
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 1043 MovieClip Frame 40
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 1044 MovieClip Frame 45
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 1045 MovieClip Frame 46
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 1046 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 1046 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent.move) {
gotoAndPlay (2);
};
}
}
Instance of Symbol 57 MovieClip "alive" in Symbol 1046 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent) {
gotoAndStop (2);
};
}
}
Instance of Symbol 57 MovieClip "hit" in Symbol 1046 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
}
Symbol 1046 MovieClip Frame 6
stop();
Instance of Symbol 57 MovieClip "hit" in Symbol 1046 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
}
Symbol 1055 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (27);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 1058 MovieClip Frame 60
stop();
Symbol 1060 MovieClip Frame 1
if (_root.ammo.key.keya.got) {
nextFrame();
}
stop();
Instance of Symbol 57 MovieClip in Symbol 1060 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1060 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1060 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1060 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1060 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
play();
};
}
}
Symbol 1060 MovieClip Frame 2
stop();
tellTarget (_root.ammo.key.keya) {
gotoAndStop (2);
};
Instance of Symbol 57 MovieClip in Symbol 1068 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1068 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1068 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1068 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Symbol 1069 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (28);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 1070 MovieClip Frame 1
stop();
if (_root.ammo.wep.c.got) {
nextFrame();
}
Instance of Symbol 57 MovieClip in Symbol 1070 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 1070 MovieClip Frame 2
tellTarget (_root.ammo.wep.c) {
nextFrame();
};
Symbol 1078 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 1080 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent._parent.aliveb) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
}
Symbol 1085 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (29);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 1086 MovieClip Frame 35
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 1090 MovieClip Frame 2
if (_root.arrow.mel) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
Symbol 1090 MovieClip Frame 30
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 1091 MovieClip Frame 35
stop();
Symbol 1092 MovieClip Frame 20
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 1093 MovieClip Frame 40
tellTarget (_parent) {
gotoAndStop (6);
};
Symbol 1094 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 1094 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent.move) {
gotoAndPlay (2);
};
}
}
Instance of Symbol 57 MovieClip "alive" in Symbol 1094 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent) {
gotoAndStop (2);
};
}
}
Instance of Symbol 57 MovieClip "hit" in Symbol 1094 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
}
Symbol 1094 MovieClip Frame 6
stop();
Instance of Symbol 57 MovieClip "alive" in Symbol 1094 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent) {
gotoAndStop (6);
};
}
}
Symbol 1100 MovieClip Frame 1
stop();
if (_parent.die) {
play();
}
Symbol 1100 MovieClip Frame 3
stop();
Symbol 1108 MovieClip Frame 2
stop();
Symbol 1108 MovieClip Frame 90
tellTarget (_parent) {
gotoAndStop (7);
};
Symbol 1109 MovieClip Frame 1
stop();
Symbol 1109 MovieClip Frame 5
stop();
Instance of Symbol 733 MovieClip in Symbol 1109 MovieClip Frame 5
onClipEvent (enterFrame) {
tellTarget (_parent._parent) {
gotoAndStop (5);
};
}
Symbol 1110 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (30);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Instance of Symbol 57 MovieClip in Symbol 1117 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Symbol 1117 MovieClip Frame 15
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 1118 MovieClip Frame 2
tellTarget (_parent.health) {
nextFrame();
};
Symbol 1118 MovieClip Frame 6
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 1119 MovieClip Frame 33
stop();
Symbol 1120 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (24);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 1121 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 1121 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent.move) {
gotoAndPlay (2);
};
}
}
Instance of Symbol 57 MovieClip "alive" in Symbol 1121 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent) {
gotoAndStop (2);
};
}
}
Instance of Symbol 57 MovieClip "hit" in Symbol 1121 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
}
Symbol 1121 MovieClip Frame 6
stop();
Instance of Symbol 57 MovieClip "alive" in Symbol 1121 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent) {
gotoAndStop (2);
};
}
}
Instance of Symbol 57 MovieClip "hit" in Symbol 1121 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
}
Symbol 1124 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (5);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 1127 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (19);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 1133 MovieClip Frame 235
stop();
Symbol 1134 MovieClip Frame 1
stop();
Symbol 1134 MovieClip Frame 15
stop();
Instance of Symbol 57 MovieClip in Symbol 1135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
if (_parent.chat.talk) {
tellTarget (_parent.chat) {
play();
};
}
}
}
Instance of Symbol 57 MovieClip in Symbol 1135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1139 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
if (_parent._parent._parent.aliveb) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
}
Instance of Symbol 57 MovieClip in Symbol 1146 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Symbol 1147 MovieClip Frame 61
stop();
Symbol 1148 MovieClip Frame 75
stop();
Symbol 1149 MovieClip Frame 70
tellTarget (_parent) {
gotoAndStop (7);
};
Symbol 1150 MovieClip Frame 1
stop();
Symbol 1150 MovieClip Frame 4
stop();
Instance of Symbol 733 MovieClip in Symbol 1150 MovieClip Frame 4
onClipEvent (enterFrame) {
tellTarget (_parent._parent) {
gotoAndStop (4);
};
}
Symbol 1151 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (32);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 1152 MovieClip Frame 15
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 1153 MovieClip Frame 9
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 1154 MovieClip Frame 5
tellTarget (_root.ammo.key.keyb) {
nextFrame();
};
Symbol 1154 MovieClip Frame 18
stop();
Symbol 1155 MovieClip Frame 7
if (_parent.health.vamp) {
tellTarget (_parent.health) {
nextFrame();
};
tellTarget (_parent) {
gotoAndStop (1);
};
}
Symbol 1155 MovieClip Frame 15
tellTarget (_parent) {
gotoAndStop (4);
};
Symbol 1156 MovieClip Frame 5
tellTarget (_parent.bats) {
play();
};
Symbol 1156 MovieClip Frame 25
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 1157 MovieClip Frame 1
stop();
if (_root.ammo.key.keyb.got) {
gotoAndStop (6);
}
Instance of Symbol 57 MovieClip in Symbol 1157 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent.move) {
gotoAndPlay (2);
};
}
}
Instance of Symbol 57 MovieClip "alive" in Symbol 1157 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent) {
gotoAndStop (2);
};
}
}
Instance of Symbol 57 MovieClip "hit" in Symbol 1157 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
}
Symbol 1157 MovieClip Frame 6
stop();
Instance of Symbol 57 MovieClip "hit" in Symbol 1157 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1159 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.bbb) {
play();
};
tellTarget (_root) {
gotoAndStop (23);
};
}
}
Symbol 1163 MovieClip Frame 79
tellTarget (_root.bbb) {
play();
};
Symbol 1163 MovieClip Frame 80
tellTarget (_parent) {
nextFrame();
};
Symbol 1171 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (4);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 1173 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
gotoAndPlay (1);
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (33);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
on (rollOut) {
tellTarget (_root.hint.hint) {
gotoAndPlay (12);
};
}
Symbol 1174 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 1174 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent) {
gotoAndStop (2);
};
}
}
Symbol 1174 MovieClip Frame 2
_root.ammo.item.b = _root.ammo.item.b + 1;
tellTarget (_root.health) {
prevFrame();
};
Symbol 1175 MovieClip Frame 1
if (_root.rand > 3) {
gotoAndStop (3);
}
Symbol 1175 MovieClip Frame 2
stop();
Symbol 1176 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 1176 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1176 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1176 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1176 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1176 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
play();
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1176 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.block)) {
tellTarget (_parent) {
gotoAndPlay (6);
};
}
}
Symbol 1176 MovieClip Frame 5
stop();
Instance of Symbol 57 MovieClip in Symbol 1176 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.block)) {
tellTarget (_parent) {
gotoAndPlay (6);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1178 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1178 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1178 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1178 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1180 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1180 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1180 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1180 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1184 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1184 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1184 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1184 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Symbol 1187 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 1187 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent.fade) {
gotoAndPlay (2);
};
if (_parent.still) {
tellTarget (_parent) {
play();
};
}
}
}
Symbol 1187 MovieClip Frame 10
stop();
Instance of Symbol 57 MovieClip in Symbol 1187 MovieClip Frame 11
onClipEvent (enterFrame) {
tellTarget (_parent) {
play();
};
}
Symbol 1188 Button
on (press) {
tellTarget (_root) {
gotoAndStop (38);
};
}
Symbol 1189 Button
on (press) {
tellTarget (_root) {
gotoAndStop (1);
};
}
Symbol 1190 MovieClip Frame 1
stop();
Symbol 1190 MovieClip Frame 20
stop();
_root.score.score = _root.score.score - 4000;
if (_root.score.score < 0) {
_root.score.score = _root.score.score - 0;
}
Symbol 1190 MovieClip Frame 22
gotoAndStop (20);
Symbol 1192 MovieClip Frame 1
stopAllSounds();
Symbol 1192 MovieClip Frame 2
stop();
Instance of Symbol 57 MovieClip in Symbol 1199 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1199 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1199 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1199 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1203 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent._parent.aliveb) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
}
Symbol 1205 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 1208 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent._parent.aliveb) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
}
Symbol 1212 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (34);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Instance of Symbol 57 MovieClip in Symbol 1213 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Symbol 1213 MovieClip Frame 15
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 1214 MovieClip Frame 3
tellTarget (_parent.health) {
nextFrame();
};
Symbol 1214 MovieClip Frame 10
tellTarget (_parent) {
gotoAndStop (7);
};
Symbol 1215 MovieClip Frame 14
stop();
Instance of Symbol 57 MovieClip in Symbol 1219 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1219 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1219 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1219 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1219 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1219 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1219 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1219 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1219 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1219 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1219 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1219 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1219 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1219 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1219 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1219 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Symbol 1219 MovieClip Frame 20
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 1220 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 1220 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent.move) {
gotoAndPlay (2);
};
}
}
Instance of Symbol 57 MovieClip "alive" in Symbol 1220 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent) {
gotoAndStop (2);
};
}
}
Instance of Symbol 57 MovieClip "hit" in Symbol 1220 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
}
Symbol 1220 MovieClip Frame 6
stop();
Instance of Symbol 57 MovieClip in Symbol 1220 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent) {
gotoAndStop (2);
};
}
}
Instance of Symbol 57 MovieClip "hit" in Symbol 1220 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
}
Symbol 1221 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (35);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 1222 MovieClip Frame 1
stop();
if (_root.ammo.hand.d) {
nextFrame();
}
Instance of Symbol 57 MovieClip in Symbol 1222 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.ammo.hand) {
gotoAndStop (4);
};
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 1223 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (32);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 1224 MovieClip Frame 11
stop();
Symbol 1225 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 1225 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent.move) {
gotoAndPlay (2);
};
}
}
Instance of Symbol 57 MovieClip "alive" in Symbol 1225 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent) {
gotoAndStop (2);
};
}
}
Instance of Symbol 57 MovieClip "hit" in Symbol 1225 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
}
Symbol 1225 MovieClip Frame 6
stop();
Instance of Symbol 57 MovieClip "hit" in Symbol 1225 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
}
Symbol 1226 MovieClip Frame 1
stop();
Instance of Symbol 305 MovieClip in Symbol 1226 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.en.guy) {
play();
};
tellTarget (_root.enb.guy) {
play();
};
tellTarget (_root.enc.guy) {
play();
};
tellTarget (_root.end.guy) {
play();
};
tellTarget (_root.ene.guy) {
play();
};
tellTarget (_root.enf.guy) {
play();
};
tellTarget (_root.eng.guy) {
play();
};
tellTarget (_root.enh.guy) {
play();
};
tellTarget (_root.eni.guy) {
play();
};
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 1228 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (14);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 1229 MovieClip Frame 1
stop();
if (_root.ammo.wep.d.got) {
nextFrame();
}
Instance of Symbol 57 MovieClip in Symbol 1229 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 1229 MovieClip Frame 2
tellTarget (_root.ammo.wep.d) {
nextFrame();
};
tellTarget (_root.ammo.wep.b) {
nextFrame();
};
Symbol 1235 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (19);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Instance of Symbol 57 MovieClip in Symbol 1236 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1236 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1236 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1236 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Symbol 1237 MovieClip Frame 1
stop();
Symbol 1237 MovieClip Frame 40
tellTarget (_root.sharea) {
gotoAndStop (4);
};
Symbol 1237 MovieClip Frame 45
tellTarget (_root) {
gotoAndStop (21);
};
Symbol 1241 MovieClip Frame 79
tellTarget (_root.bbb) {
play();
};
Symbol 1241 MovieClip Frame 80
tellTarget (_parent) {
nextFrame();
};
Symbol 1245 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (4);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 1247 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
gotoAndPlay (1);
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (38);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
on (rollOut) {
tellTarget (_root.hint.hint) {
gotoAndPlay (12);
};
}
Symbol 1248 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 1248 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent) {
gotoAndStop (2);
};
}
}
Symbol 1248 MovieClip Frame 2
_root.ammo.item.c = _root.ammo.item.c + 1;
tellTarget (_root.health) {
prevFrame();
};
Symbol 1249 MovieClip Frame 1
if (_root.rand > 3) {
gotoAndStop (3);
}
Symbol 1249 MovieClip Frame 2
stop();
Symbol 1250 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 1250 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1250 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1250 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1250 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1250 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
play();
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1250 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.block)) {
tellTarget (_parent) {
gotoAndPlay (6);
};
}
}
Symbol 1250 MovieClip Frame 5
stop();
Instance of Symbol 57 MovieClip in Symbol 1250 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.block)) {
tellTarget (_parent) {
gotoAndPlay (6);
};
}
}
Symbol 1251 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (5);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 1253 Button
on (press) {
tellTarget (_root) {
gotoAndStop (56);
};
}
Symbol 1254 Button
on (press) {
tellTarget (_root) {
gotoAndStop (1);
};
}
Symbol 1255 MovieClip Frame 1
stop();
Symbol 1255 MovieClip Frame 20
stop();
_root.score.score = _root.score.score - 5000;
if (_root.score.score < 0) {
_root.score.score = _root.score.score - 0;
}
Symbol 1255 MovieClip Frame 22
gotoAndStop (20);
Symbol 1257 MovieClip Frame 1
stopAllSounds();
Symbol 1257 MovieClip Frame 2
stop();
Instance of Symbol 57 MovieClip in Symbol 1263 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent._parent.aliveb) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
}
Instance of Symbol 57 MovieClip in Symbol 1263 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent._parent.aliveb) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
}
Symbol 1267 MovieClip Frame 1
stop();
Symbol 1271 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (36);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 1272 MovieClip Frame 15
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 1273 MovieClip Frame 8
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 1274 MovieClip Frame 30
stop();
Symbol 1275 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 1275 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent) {
play();
};
}
}
Instance of Symbol 57 MovieClip "hit" in Symbol 1275 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
play();
};
}
}
Symbol 1275 MovieClip Frame 30
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 1276 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (24);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 1277 MovieClip Frame 30
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 1278 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 1278 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent.move) {
gotoAndPlay (2);
};
}
}
Instance of Symbol 57 MovieClip "alive" in Symbol 1278 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent) {
gotoAndStop (2);
};
}
}
Instance of Symbol 57 MovieClip "hit" in Symbol 1278 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
}
Symbol 1278 MovieClip Frame 6
stop();
Instance of Symbol 57 MovieClip "alive" in Symbol 1278 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent) {
gotoAndStop (2);
};
}
}
Instance of Symbol 57 MovieClip "hit" in Symbol 1278 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
}
Symbol 1284 MovieClip Frame 1
stop();
Symbol 1287 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 1287 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent._parent.aliveb) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
}
Symbol 1289 MovieClip Frame 1
stop();
Symbol 1289 MovieClip Frame 11
stop();
Instance of Symbol 733 MovieClip in Symbol 1289 MovieClip Frame 11
onClipEvent (enterFrame) {
tellTarget (_parent._parent) {
gotoAndStop (5);
};
}
Symbol 1290 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (37);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Instance of Symbol 57 MovieClip in Symbol 1294 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1294 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1294 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1294 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1294 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1294 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1294 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1294 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1294 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1294 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1294 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1294 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1294 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1294 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1294 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1294 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1294 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1294 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1294 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1294 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1294 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1294 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1294 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1294 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1294 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1294 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1294 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1294 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
Symbol 1294 MovieClip Frame 25
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 1299 MovieClip Frame 3
tellTarget (_parent.health) {
nextFrame();
};
Symbol 1299 MovieClip Frame 10
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 1300 MovieClip Frame 5
tellTarget (head) {
nextFrame();
};
Symbol 1300 MovieClip Frame 20
stop();
Symbol 1301 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 1301 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent.move) {
gotoAndPlay (2);
};
}
}
Instance of Symbol 57 MovieClip "alive" in Symbol 1301 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent) {
gotoAndStop (2);
};
}
}
Instance of Symbol 57 MovieClip "hit" in Symbol 1301 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
}
Symbol 1301 MovieClip Frame 6
stop();
Instance of Symbol 57 MovieClip in Symbol 1301 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent) {
gotoAndStop (2);
};
}
}
Instance of Symbol 57 MovieClip "hit" in Symbol 1301 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
}
Symbol 1313 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (39);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 1314 MovieClip Frame 1
if (_root.ammo.wep.e.got) {
nextFrame();
}
stop();
Instance of Symbol 57 MovieClip in Symbol 1314 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 1314 MovieClip Frame 2
tellTarget (_root.ammo.wep.e) {
nextFrame();
};
Symbol 1316 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (7);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 1317 MovieClip Frame 1
if (_root.ammo.key.keya.got) {
nextFrame();
}
stop();
Instance of Symbol 57 MovieClip in Symbol 1317 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y + 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1317 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_y = (_y - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_y = (_y - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1317 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x - 5);
};
}
}
Instance of Symbol 57 MovieClip in Symbol 1317 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x + 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x + 5);
};
}
}
Symbol 1325 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip "hit" in Symbol 1325 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
nextFrame();
};
}
}
Instance of Symbol 57 MovieClip "hit" in Symbol 1325 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
nextFrame();
};
}
}
Instance of Symbol 57 MovieClip "hit" in Symbol 1325 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
nextFrame();
};
}
}
Instance of Symbol 57 MovieClip "hit" in Symbol 1325 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
nextFrame();
};
}
}
Instance of Symbol 57 MovieClip "hit" in Symbol 1325 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
nextFrame();
};
}
}
Instance of Symbol 57 MovieClip "hit" in Symbol 1325 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
nextFrame();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 1325 MovieClip Frame 7
tellTarget (_parent.ram) {
nextFrame();
};
stop();
Symbol 1328 MovieClip Frame 1
stop();
Symbol 1328 MovieClip Frame 6
stop();
tellTarget (_parent) {
gotoAndPlay (61);
};
Instance of Symbol 305 MovieClip in Symbol 1328 MovieClip Frame 6
onClipEvent (enterFrame) {
tellTarget (_parent._parent) {
gotoAndPlay (61);
};
}
Symbol 1329 MovieClip Frame 100
if (_root.enl.dead) {
tellTarget (_root.enl.health) {
gotoAndStop (1);
};
tellTarget (_root.enl) {
gotoAndStop (6);
};
}
if (_root.enk.dead) {
tellTarget (_root.enk.health) {
gotoAndStop (1);
};
tellTarget (_root.enk) {
gotoAndStop (6);
};
}
tellTarget (_parent) {
prevFrame();
};
Symbol 1330 MovieClip Frame 1
stop();
Symbol 1330 MovieClip Frame 3
tellTarget (_root.fade) {
play();
};
Instance of Symbol 57 MovieClip in Symbol 1331 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.en.hit)) {
tellTarget (_root.en) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enb.hit)) {
tellTarget (_root.enb) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enc.hit)) {
tellTarget (_root.enc) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.end.hit)) {
tellTarget (_root.end) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ene.hit)) {
tellTarget (_root.ene) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enf.hit)) {
tellTarget (_root.enf) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eng.hit)) {
tellTarget (_root.eng) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enh.hit)) {
tellTarget (_root.enh) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eni.hit)) {
tellTarget (_root.eni) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enj.hit)) {
tellTarget (_root.enj) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enk.hit)) {
tellTarget (_root.enk) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enl.hit)) {
tellTarget (_root.enl) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enm.hit)) {
tellTarget (_root.enm) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enn.hit)) {
tellTarget (_root.enn) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eno.hit)) {
tellTarget (_root.eno) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enp.hit)) {
tellTarget (_root.enp) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enq.hit)) {
tellTarget (_root.enq) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enr.hit)) {
tellTarget (_root.enr) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ens.hit)) {
tellTarget (_root.ens) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.ent.hit)) {
tellTarget (_root.ent) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enu.hit)) {
tellTarget (_root.enu) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.env.hit)) {
tellTarget (_root.env) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enw.hit)) {
tellTarget (_root.enw) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enx.hit)) {
tellTarget (_root.enx) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.eny.hit)) {
tellTarget (_root.eny) {
_x = (_x - 5);
};
}
if (this.hitTest(_root.enz.hit)) {
tellTarget (_root.enz) {
_x = (_x - 5);
};
}
}
Symbol 1331 MovieClip Frame 60
gotoAndPlay (1);
Symbol 1331 MovieClip Frame 110
stop();
Instance of Symbol 57 MovieClip in Symbol 1335 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent._parent.aliveb) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_root.arrow) {
gotoAndStop (4);
};
}
}
}
Symbol 1339 MovieClip Frame 1
stop();
Symbol 1341 MovieClip Frame 1
stop();
Symbol 1341 MovieClip Frame 11
stop();
Instance of Symbol 733 MovieClip in Symbol 1341 MovieClip Frame 11
onClipEvent (enterFrame) {
tellTarget (_parent._parent) {
gotoAndStop (5);
};
}
Symbol 1342 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (40);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 1343 MovieClip Frame 15
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 1344 MovieClip Frame 3
tellTarget (_parent.health) {
nextFrame();
};
Symbol 1344 MovieClip Frame 8
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 1345 MovieClip Frame 5
tellTarget (_root.ram.rams) {
nextFrame();
};
Symbol 1345 MovieClip Frame 30
stop();
Instance of Symbol 57 MovieClip in Symbol 1346 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent) {
play();
};
}
}
Instance of Symbol 57 MovieClip "hit" in Symbol 1346 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
play();
};
}
}
Symbol 1346 MovieClip Frame 30
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 1347 Button
on (rollOver) {
tellTarget (_root.hint.hint) {
play();
};
tellTarget (_root.hint.hint.hint) {
gotoAndStop (24);
};
tellTarget (_root.hint.hint.tim) {
gotoAndPlay (2);
};
}
Symbol 1348 MovieClip Frame 30
tellTarget (_parent) {
gotoAndStop (1);
};
Symbol 1349 MovieClip Frame 1
stop();
Instance of Symbol 57 MovieClip in Symbol 1349 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent.move) {
gotoAndPlay (2);
};
}
}
Instance of Symbol 57 MovieClip "alive" in Symbol 1349 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent) {
gotoAndStop (2);
};
}
}
Instance of Symbol 57 MovieClip "hit" in Symbol 1349 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
}
Symbol 1349 MovieClip Frame 6
stop();
Instance of Symbol 57 MovieClip "alive" in Symbol 1349 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.hit)) {
tellTarget (_parent) {
gotoAndStop (2);
};
}
}
Instance of Symbol 57 MovieClip "hit" in Symbol 1349 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.arrow.guy.gun.gun.shot)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotb)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotc)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotd)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shote)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotf)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotg)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoth)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoti)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotj)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotk)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotl)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotm)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotn)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoto)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotp)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotq)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotr)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shots)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shott)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotu)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotv)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotw)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotx)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shoty)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
if (this.hitTest(_root.arrow.guy.gun.gun.shotz)) {
tellTarget (_parent) {
gotoAndStop (3);
};
}
}
Symbol 1350 MovieClip Frame 1
stop();
Symbol 1350 MovieClip Frame 45
tellTarget (_root) {
gotoAndStop (76);
};
Symbol 1352 MovieClip Frame 1
stopAllSounds();
Symbol 1352 MovieClip Frame 2
stop();
Symbol 1353 Button
on (press) {
tellTarget (_root) {
gotoAndStop (2);
};
}
Symbol 1365 MovieClip Frame 395
tellTarget (_root) {
gotoAndStop (1);
};
Symbol 1381 Button
on (press) {
gotoAndStop (80);
}
Symbol 1384 Button
on (press) {
gotoAndStop (78);
}
Symbol 1387 Button
on (press) {
gotoAndStop (79);
}
Symbol 1390 Button
on (release) {
getURL ("http://www.armorgames.com", "blank");
}
Symbol 1400 Button
on (press) {
gotoAndStop (77);
}
Symbol 1401 Button
on (press) {
tellTarget (_root) {
gotoAndStop (2);
};
}
Symbol 1416 MovieClip Frame 250
tellTarget (_parent) {
gotoAndStop (2);
};