Frame 1
stop();
this_url = _root._url;
allowed_urls = new Array("uploads.ungrounded.net", "uploads.newgrounds.com", "geheee.com", "www.armorgames.com", "armorgames.com", "www.geheee.com", "www.gamegarage.co.uk", "gamegarage.co.uk");
this_url = this_url.substr(7, this_url.length);
this_url = this_url.substr(0, this_url.indexOf("/"));
var found_good_url = 0;
if (_root._url.substr(0, 7) == "file://") {
found_good_url = 1;
}
var i = 0;
while (i < allowed_urls.length) {
if (this_url == allowed_urls[i]) {
found_good_url = 1;
break;
}
i++;
}
if (found_good_url == 0) {
gotoAndStop (2);
}
Frame 2
stop();
Frame 3
stop();
Frame 4
root_cm = new ContextMenu();
root_cm.hideBuiltInItems();
root_cm.customItems.push(new ContextMenuItem("Nice try, but really, don't cheat.", itemHandler));
root_cm.onSelect = function (obj, menu) {
if ((_root._currentframe % 2) == 0) {
_root.gotoAndStop(_root._currentframe + 1);
}
};
_root.menu = root_cm;
_root.Snd._visible = false;
_root.Instr._visible = false;
_global.mus = new Sound();
_global.mus.attachSound("music");
_global.mus.start(0, 1000);
_global.playng = true;
_global.mus.setVolume(80);
_global.ga = false;
_global.ba = false;
_global.ra = false;
_global.opened11 = false;
_global.opened12 = false;
_global.opened13 = false;
_global.opened14 = false;
stop();
Instance of Symbol 103 MovieClip "Instr" in Frame 4
onClipEvent (load) {
this._visible = false;
}
Frame 5
trace("lol");
_root.play();
Instance of Symbol 113 MovieClip "elec" in Frame 5
onClipEvent (keyDown) {
}
Instance of Symbol 130 MovieClip "Counter" in Frame 5
onClipEvent (enterFrame) {
if (this.cntr == undefined) {
this.cntr = 1;
}
this.cntr = this.cntr + 1;
if ((cntr % 10) == 0) {
this.Time.text = Math.round((getTimer() - _global.strt) / 1000);
}
}
Instance of Symbol 132 MovieClip in Frame 5
onClipEvent (enterFrame) {
this.Defts.text = _global.deaths;
}
Frame 6
stop();
startDrag ("_root.mouse", true);
Mouse.hide();
Instance of Symbol 154 MovieClip "mouse" in Frame 6
onClipEvent (enterFrame) {
_root.x = this._x;
_root.y = this._y;
var hit = false;
if (!_root.Map.ok1.hitTest(this._x, this._y, true)) {
hit = true;
}
if (_root.r1.hitTest(this._x, this._y, true)) {
hit = true;
}
if (hit) {
_root.nextFrame();
}
if (this.hitTest(_root.end)) {
_root.gotoAndPlay(_root._currentframe + 2);
}
}
Frame 7
stop();
Mouse.show();
_global.deaths = _global.deaths + 1;
Instance of Symbol 158 MovieClip "TryAgain" in Frame 7
on (press) {
_root.gotoAndStop(_root._currentframe - 1);
}
on (keyPress "<Tab>") {
_root.gotoAndStop(_root._currentframe - 2);
}
Frame 8
stop();
Mouse.hide();
Instance of Symbol 154 MovieClip "mouse" in Frame 8
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
_root.x = this._x;
_root.y = this._y;
var hit = false;
if (!_root.Map.ok1.hitTest(this._x, this._y, true)) {
hit = true;
}
i = 1;
while (i < 5) {
if (eval ("_root.r" + i).hitTest(this._x, this._y, true)) {
hit = true;
}
i++;
}
if (hit) {
_root.nextFrame();
}
if (this.hitTest(_root.end)) {
_root.gotoAndPlay(_root._currentframe + 2);
}
}
Frame 9
stop();
Mouse.show();
_global.deaths = _global.deaths + 1;
Instance of Symbol 158 MovieClip "TryAgain" in Frame 9
on (press) {
_root.gotoAndStop(_root._currentframe - 1);
}
on (keyPress "<Tab>") {
_root.gotoAndStop(_root._currentframe - 2);
}
Frame 10
stop();
startDrag ("_root.mouse", true);
Mouse.hide();
Instance of Symbol 154 MovieClip "mouse" in Frame 10
onClipEvent (enterFrame) {
if (this._currentframe > 4) {
var hit = false;
if ((!_root.Map.ok1.hitTest(this._x, this._y, true)) and (!_root.Map.ok2.hitTest(this._x, this._y, true))) {
hit = true;
trace("Gr");
}
i = 1;
while (i < 23) {
if (eval ("_root.r" + i).hitTest(this._x, this._y, true)) {
hit = true;
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.b" + i))) {
if (this._currentframe != 7) {
hit = true;
}
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.r" + i))) {
if (this._currentframe != 8) {
hit = true;
}
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.g" + i))) {
if (this._currentframe != 6) {
hit = true;
}
}
i++;
}
if (this.m.hitTest(_root.b)) {
hit = true;
}
if (hit) {
_root.nextFrame();
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.end" + i))) {
_root.gotoAndPlay(_root._currentframe + 2);
}
i++;
}
i = 1;
while (i < 15) {
if (this.m.hitTest(eval ("_root.Map.Back" + i))) {
_root.gotoAndPlay(_root._currentframe - 2);
}
i++;
}
if (this.m.hitTest(_root.Map.ba)) {
this.gotoAndStop(7);
_global.ba = true;
_global.ga = false;
_global.ra = false;
}
if (this.m.hitTest(_root.Map.ga)) {
this.gotoAndStop(6);
_global.ga = true;
_global.ba = false;
_global.ra = false;
}
if (this.m.hitTest(_root.Map.ra)) {
this.gotoAndStop(8);
_global.ga = false;
_global.ba = false;
_global.ra = true;
}
}
}
Frame 11
stop();
Mouse.show();
_global.deaths = _global.deaths + 1;
Instance of Symbol 158 MovieClip "TryAgain" in Frame 11
on (press) {
_root.gotoAndStop(_root._currentframe - 1);
}
on (keyPress "<Tab>") {
_root.gotoAndStop(_root._currentframe - 2);
}
Frame 12
stop();
startDrag ("_root.mouse", true);
Mouse.hide();
trace("hm");
Instance of Symbol 154 MovieClip "mouse" in Frame 12
onClipEvent (enterFrame) {
var hit = false;
if (!_root.Map.ok1.hitTest(this._x, this._y, true)) {
hit = true;
}
i = 1;
while (i < 5) {
if (eval ("_root.r" + i).hitTest(this._x, this._y, true)) {
hit = true;
}
i++;
}
if (hit) {
_root.nextFrame();
}
i = 1;
while (i < 5) {
if (this.hitTest(eval ("_root.end" + i))) {
_root.gotoAndPlay(_root._currentframe + 2);
}
i++;
}
if (this.hitTest(_root.Back1)) {
_root.gotoAndPlay(_root._currentframe - 2);
}
}
Frame 13
stop();
Mouse.show();
_global.deaths = _global.deaths + 1;
Instance of Symbol 158 MovieClip "TryAgain" in Frame 13
on (press) {
_root.gotoAndStop(_root._currentframe - 1);
}
on (keyPress "<Tab>") {
_root.gotoAndStop(_root._currentframe - 2);
}
Frame 14
stop();
startDrag ("_root.mouse", true);
Mouse.hide();
trace("hm");
Instance of Symbol 198 MovieClip "b" in Frame 14
onClipEvent (enterFrame) {
var x = (_root.b.m._x + _root.b._x);
var y = (_root.b.m._y + _root.b._y);
_root.c._x = x - (_root.c._width / 2);
_root.c._y = y - (_root.c._height / 2);
if (_root.c.hitTest(_root.mouse._x, _root.mouse._y)) {
this.stop();
if (_root.b.m._y > _root.mouse._y) {
this._y = this._y - ((_root.mouse._y - y) / 12);
} else {
this._y = this._y + ((_root.mouse._y - y) / 12);
}
if (_root.b.m._x > _root.mouse._x) {
this._x = this._x - ((_root.mouse._x - x) / 12);
} else {
this._x = this._x + ((_root.mouse._x - x) / 12);
}
} else {
this.play();
}
}
Instance of Symbol 154 MovieClip "mouse" in Frame 14
onClipEvent (enterFrame) {
var hit = false;
if (!_root.Map.ok1.hitTest(this._x, this._y, true)) {
hit = true;
}
i = 1;
while (i < 5) {
if (eval ("_root.r" + i).hitTest(this._x, this._y, true)) {
hit = true;
}
i++;
}
if (this.hitTest(_root.b)) {
hit = true;
}
if (hit) {
_root.nextFrame();
}
i = 1;
while (i < 5) {
if (this.hitTest(eval ("_root.end" + i))) {
_root.gotoAndPlay(_root._currentframe + 2);
}
i++;
}
if (this.hitTest(_root.Back1)) {
_root.gotoAndPlay(_root._currentframe - 2);
}
}
Frame 15
stop();
Mouse.show();
_global.deaths = _global.deaths + 1;
Instance of Symbol 158 MovieClip "TryAgain" in Frame 15
on (press) {
_root.gotoAndStop(_root._currentframe - 1);
}
on (keyPress "<Tab>") {
_root.gotoAndStop(_root._currentframe - 2);
}
Frame 16
stop();
startDrag ("_root.mouse", true);
Mouse.hide();
Instance of Symbol 154 MovieClip "mouse" in Frame 16
onClipEvent (enterFrame) {
if (this._currentframe > 4) {
var hit = false;
if ((!_root.Map.ok1.hitTest(this._x, this._y, true)) and (!_root.Map.ok2.hitTest(this._x, this._y, true))) {
hit = true;
trace("Gr");
}
i = 1;
while (i < 23) {
if (eval ("_root.r" + i).hitTest(this._x, this._y, true)) {
hit = true;
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.b" + i))) {
if (this._currentframe != 7) {
hit = true;
}
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.r" + i))) {
if (this._currentframe != 8) {
hit = true;
}
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.g" + i))) {
if (this._currentframe != 6) {
hit = true;
}
}
i++;
}
if (this.m.hitTest(_root.b)) {
hit = true;
}
if (hit) {
_root.nextFrame();
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.end" + i))) {
_root.gotoAndPlay(_root._currentframe + 2);
}
i++;
}
i = 1;
while (i < 15) {
if (this.m.hitTest(eval ("_root.Map.Back" + i))) {
_root.gotoAndPlay(_root._currentframe - 2);
}
i++;
}
if (this.m.hitTest(_root.Map.ba)) {
_root.elec.play();
this.gotoAndStop(7);
_global.ba = true;
_global.ga = false;
_global.ra = false;
}
if (this.m.hitTest(_root.Map.ga)) {
_root.elec.play();
this.gotoAndStop(6);
_global.ga = true;
_global.ba = false;
_global.ra = false;
}
if (this.m.hitTest(_root.Map.ra)) {
_root.elec.play();
this.gotoAndStop(8);
_global.ga = false;
_global.ba = false;
_global.ra = true;
}
}
}
Frame 17
stop();
Mouse.show();
_global.deaths = _global.deaths + 1;
Instance of Symbol 158 MovieClip "TryAgain" in Frame 17
on (press) {
_root.gotoAndStop(_root._currentframe - 1);
}
on (keyPress "<Tab>") {
_root.gotoAndStop(_root._currentframe - 2);
}
Frame 18
Mouse.show();
stop();
Frame 19
_root.play();
Frame 20
stop();
startDrag ("_root.mouse", true);
Mouse.hide();
_global.opened1 = false;
_global.opened2 = false;
Instance of Symbol 171 MovieClip "r1" in Frame 20
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.opened2 == true) {
this.play();
}
}
}
Instance of Symbol 171 MovieClip "r2" in Frame 20
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.opened1 == true) {
this.play();
}
}
}
Instance of Symbol 154 MovieClip "mouse" in Frame 20
onClipEvent (enterFrame) {
var hit = false;
if (!_root.Map.ok1.hitTest(this._x, this._y, true)) {
hit = true;
}
i = 1;
while (i < 5) {
if (eval ("_root.r" + i).hitTest(this._x, this._y, true)) {
hit = true;
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.b" + i))) {
if (this._currentframe != 3) {
hit = true;
}
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.r" + i))) {
if (this._currentframe != 4) {
hit = true;
}
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.g" + i))) {
if (this._currentframe != 2) {
hit = true;
}
}
i++;
}
if (this.m.hitTest(_root.b)) {
hit = true;
}
if (hit) {
_root.nextFrame();
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.end" + i))) {
_root.gotoAndPlay(_root._currentframe + 2);
}
i++;
}
if (this.m.hitTest(_root.Back1)) {
_root.gotoAndPlay(_root._currentframe - 2);
}
if (this.m.hitTest(_root.Map.ba)) {
this.gotoAndStop(3);
trace("b");
}
if (this.m.hitTest(_root.Map.ga)) {
this.gotoAndStop(2);
trace("g");
}
if (this.m.hitTest(_root.Map.ra)) {
this.gotoAndStop(4);
trace("r");
}
}
Frame 21
stop();
Mouse.show();
_root.opened1 = false;
_root.opened2 = false;
_global.deaths = _global.deaths + 1;
Instance of Symbol 158 MovieClip "TryAgain" in Frame 21
on (press) {
_root.gotoAndStop(_root._currentframe - 1);
}
on (keyPress "<Tab>") {
_root.gotoAndStop(_root._currentframe - 2);
}
Frame 22
stop();
startDrag ("_root.mouse", true);
Mouse.hide();
Instance of Symbol 154 MovieClip "mouse" in Frame 22
onClipEvent (enterFrame) {
var hit = false;
if (!_root.Map.ok1.hitTest(this._x, this._y, true)) {
hit = true;
}
i = 1;
while (i < 5) {
if (eval ("_root.r" + i).hitTest(this._x, this._y, true)) {
hit = true;
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.b" + i))) {
if (this._currentframe != 3) {
hit = true;
}
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.r" + i))) {
if (this._currentframe != 4) {
hit = true;
}
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.g" + i))) {
if (this._currentframe != 2) {
hit = true;
}
}
i++;
}
if (this.m.hitTest(_root.b)) {
hit = true;
}
if (hit) {
_root.nextFrame();
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.end" + i))) {
_root.gotoAndPlay(_root._currentframe + 2);
}
i++;
}
if (this.m.hitTest(_root.Back1)) {
_root.gotoAndPlay(_root._currentframe - 2);
}
if (this.m.hitTest(_root.Back2)) {
_root.gotoAndPlay(_root._currentframe - 2);
}
if (this.m.hitTest(_root.Map.ba)) {
this.gotoAndStop(3);
trace("b");
}
if (this.m.hitTest(_root.Map.ga)) {
this.gotoAndStop(2);
trace("g");
}
if (this.m.hitTest(_root.Map.ra)) {
this.gotoAndStop(4);
trace("r");
}
}
Frame 23
stop();
Mouse.show();
_global.deaths = _global.deaths + 1;
Instance of Symbol 158 MovieClip "TryAgain" in Frame 23
on (press) {
_root.gotoAndStop(_root._currentframe - 1);
}
on (keyPress "<Tab>") {
_root.gotoAndStop(_root._currentframe - 2);
}
Frame 24
stop();
startDrag ("_root.mouse", true);
Mouse.hide();
mouse.gotoAndPlay(1);
Instance of Symbol 154 MovieClip "mouse" in Frame 24
onClipEvent (enterFrame) {
if (this._currentframe > 4) {
var hit = false;
if ((!_root.Map.ok1.hitTest(this._x, this._y, true)) and (!_root.Map.ok2.hitTest(this._x, this._y, true))) {
hit = true;
trace("Gr");
}
i = 1;
while (i < 5) {
if (eval ("_root.r" + i).hitTest(this._x, this._y, true)) {
hit = true;
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.b" + i))) {
if (this._currentframe != 7) {
hit = true;
}
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.r" + i))) {
if (this._currentframe != 8) {
hit = true;
}
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.g" + i))) {
if (this._currentframe != 6) {
hit = true;
}
}
i++;
}
if (this.m.hitTest(_root.b)) {
hit = true;
}
if (hit) {
_root.nextFrame();
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.end" + i))) {
_root.gotoAndPlay(_root._currentframe + 2);
}
i++;
}
if (this.m.hitTest(_root.Back1)) {
_root.gotoAndPlay(_root._currentframe - 2);
}
if (this.m.hitTest(_root.Back2)) {
_root.gotoAndPlay(_root._currentframe - 2);
}
if (this.m.hitTest(_root.Map.ba)) {
this.gotoAndStop(7);
trace("b");
}
if (this.m.hitTest(_root.Map.ga)) {
this.gotoAndStop(6);
trace("g");
}
if (this.m.hitTest(_root.Map.ra)) {
_root.elec.play();
this.gotoAndStop(8);
trace("r");
}
}
}
Frame 25
stop();
Mouse.show();
_global.deaths = _global.deaths + 1;
Instance of Symbol 158 MovieClip "TryAgain" in Frame 25
on (press) {
_root.gotoAndStop(_root._currentframe - 1);
}
on (keyPress "<Tab>") {
_root.gotoAndStop(_root._currentframe - 2);
}
Frame 26
stop();
startDrag ("_root.mouse", true);
Mouse.hide();
mouse.gotoAndPlay(1);
Instance of Symbol 154 MovieClip "mouse" in Frame 26
onClipEvent (enterFrame) {
if (this._currentframe > 4) {
var hit = false;
if ((!_root.Map.ok1.hitTest(this._x, this._y, true)) and (!_root.Map.ok2.hitTest(this._x, this._y, true))) {
hit = true;
trace("Gr");
}
i = 1;
while (i < 5) {
if (eval ("_root.r" + i).hitTest(this._x, this._y, true)) {
hit = true;
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.b" + i))) {
if (this._currentframe != 7) {
hit = true;
}
}
i++;
}
i = 1;
while (i < 47) {
if (this.m.hitTest(eval ("_root.Map.r" + i))) {
if (this._currentframe != 8) {
hit = true;
}
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.g" + i))) {
if (this._currentframe != 6) {
hit = true;
}
}
i++;
}
if (this.m.hitTest(_root.b)) {
hit = true;
}
if (hit) {
_root.nextFrame();
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.end" + i))) {
_root.gotoAndPlay(_root._currentframe + 2);
}
i++;
}
if (this.m.hitTest(_root.Back1)) {
_root.gotoAndPlay(_root._currentframe - 2);
}
if (this.m.hitTest(_root.Back2)) {
_root.gotoAndPlay(_root._currentframe - 2);
}
if (this.m.hitTest(_root.Map.ba)) {
_root.elec.play();
this.gotoAndStop(7);
trace("b");
}
if (this.m.hitTest(_root.Map.ga)) {
_root.elec.play();
this.gotoAndStop(6);
trace("g");
}
if (this.m.hitTest(_root.Map.ra)) {
this.gotoAndStop(8);
trace("r");
}
}
}
Frame 27
stop();
Mouse.show();
_global.deaths = _global.deaths + 1;
Instance of Symbol 158 MovieClip "TryAgain" in Frame 27
on (press) {
_root.gotoAndStop(_root._currentframe - 1);
}
on (keyPress "<Tab>") {
_root.gotoAndStop(_root._currentframe - 2);
}
Frame 28
stop();
startDrag ("_root.mouse", true);
Mouse.hide();
mouse.gotoAndPlay(1);
Instance of Symbol 154 MovieClip "mouse" in Frame 28
onClipEvent (enterFrame) {
if (this._currentframe > 4) {
var hit = false;
if ((!_root.Map.ok1.hitTest(this._x, this._y, true)) and (!_root.Map.ok2.hitTest(this._x, this._y, true))) {
hit = true;
trace("Gr");
}
i = 1;
while (i < 5) {
if (eval ("_root.r" + i).hitTest(this._x, this._y, true)) {
hit = true;
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.b" + i))) {
if (this._currentframe != 7) {
hit = true;
}
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.r" + i))) {
if (this._currentframe != 8) {
hit = true;
}
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.g" + i))) {
if (this._currentframe != 6) {
hit = true;
}
}
i++;
}
if (this.m.hitTest(_root.b)) {
hit = true;
}
if (hit) {
_root.nextFrame();
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.end" + i))) {
_root.gotoAndPlay(_root._currentframe + 2);
}
i++;
}
if (this.m.hitTest(_root.Back1)) {
_root.gotoAndPlay(_root._currentframe - 2);
}
if (this.m.hitTest(_root.Back2)) {
_root.gotoAndPlay(_root._currentframe - 2);
}
if (this.m.hitTest(_root.Map.ba)) {
this.gotoAndStop(7);
trace("b");
}
if (this.m.hitTest(_root.Map.ga)) {
this.gotoAndStop(6);
trace("g");
}
if (this.m.hitTest(_root.Map.ra)) {
this.gotoAndStop(8);
trace("r");
}
}
}
Frame 29
stop();
Mouse.show();
_global.deaths = _global.deaths + 1;
Instance of Symbol 158 MovieClip "TryAgain" in Frame 29
on (press) {
_root.gotoAndStop(_root._currentframe - 1);
}
on (keyPress "<Tab>") {
_root.gotoAndStop(_root._currentframe - 2);
}
Frame 30
stop();
startDrag ("_root.mouse", true);
Mouse.hide();
mouse.gotoAndPlay(1);
Instance of Symbol 154 MovieClip "mouse" in Frame 30
onClipEvent (enterFrame) {
if (this._currentframe > 4) {
var hit = false;
if ((!_root.Map.ok1.hitTest(this._x, this._y, true)) and (!_root.Map.ok2.hitTest(this._x, this._y, true))) {
hit = true;
trace("Gr");
}
i = 1;
while (i < 5) {
if (eval ("_root.r" + i).hitTest(this._x, this._y, true)) {
hit = true;
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.b" + i))) {
if (this._currentframe != 7) {
hit = true;
}
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.r" + i))) {
if (this._currentframe != 8) {
hit = true;
}
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.g" + i))) {
if (this._currentframe != 6) {
hit = true;
}
}
i++;
}
if (this.m.hitTest(_root.b)) {
hit = true;
}
if (hit) {
_root.nextFrame();
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.end" + i))) {
_root.gotoAndPlay(_root._currentframe + 2);
}
i++;
}
if (this.m.hitTest(_root.Back1)) {
_root.gotoAndPlay(_root._currentframe - 2);
}
if (this.m.hitTest(_root.Back2)) {
_root.gotoAndPlay(_root._currentframe - 2);
}
if (this.m.hitTest(_root.Map.ba)) {
this.gotoAndStop(7);
trace("b");
}
if (this.m.hitTest(_root.Map.ga)) {
this.gotoAndStop(6);
trace("g");
}
if (this.m.hitTest(_root.Map.ra)) {
this.gotoAndStop(8);
trace("r");
}
}
}
Frame 31
stop();
Mouse.show();
_global.deaths = _global.deaths + 1;
Instance of Symbol 158 MovieClip "TryAgain" in Frame 31
on (press) {
_root.gotoAndStop(_root._currentframe - 1);
}
on (keyPress "<Tab>") {
_root.gotoAndStop(_root._currentframe - 2);
}
Frame 32
stop();
startDrag ("_root.mouse", true);
Mouse.hide();
mouse.gotoAndPlay(1);
Instance of Symbol 171 MovieClip "r11" in Frame 32
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_global.opened11 == true) {
this.play();
}
}
}
Instance of Symbol 171 MovieClip "r12" in Frame 32
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_global.opened12 == true) {
this.play();
}
}
}
Instance of Symbol 171 MovieClip "r13" in Frame 32
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_global.opened13 == true) {
this.play();
}
}
}
Instance of Symbol 171 MovieClip "r14" in Frame 32
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_global.opened14 == true) {
this.play();
}
}
}
Instance of Symbol 198 MovieClip "b" in Frame 32
onClipEvent (enterFrame) {
var x = (_root.b.m._x + _root.b._x);
var y = (_root.b.m._y + _root.b._y);
_root.c._x = x - (_root.c._width / 2);
_root.c._y = y - (_root.c._height / 2);
if (_root.c.hitTest(_root.mouse._x, _root.mouse._y)) {
this.stop();
if (_root.b.m._y > _root.mouse._y) {
this._y = this._y - ((_root.mouse._y - y) / 12);
} else {
this._y = this._y + ((_root.mouse._y - y) / 12);
}
if (_root.b.m._x > _root.mouse._x) {
this._x = this._x - ((_root.mouse._x - x) / 12);
} else {
this._x = this._x + ((_root.mouse._x - x) / 12);
}
} else {
this.play();
}
}
Instance of Symbol 154 MovieClip "mouse" in Frame 32
onClipEvent (enterFrame) {
if (this._currentframe > 4) {
var hit = false;
if ((!_root.Map.ok1.hitTest(this._x, this._y, true)) and (!_root.Map.ok2.hitTest(this._x, this._y, true))) {
hit = true;
trace("Gr");
}
i = 1;
while (i < 16) {
if (eval ("_root.r" + i).hitTest(this._x, this._y, true)) {
hit = true;
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.b" + i))) {
if (this._currentframe != 7) {
hit = true;
}
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.r" + i))) {
if (this._currentframe != 8) {
hit = true;
}
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.g" + i))) {
if (this._currentframe != 6) {
hit = true;
}
}
i++;
}
if (this.m.hitTest(_root.b)) {
hit = true;
}
if (hit) {
_root.nextFrame();
}
i = 1;
while (i < 6) {
if (this.m.hitTest(eval ("_root.end" + i))) {
_root.gotoAndPlay(_root._currentframe + 2);
}
i++;
}
if (this.m.hitTest(_root.Back1)) {
_root.gotoAndPlay(_root._currentframe - 2);
}
if (this.m.hitTest(_root.Back2)) {
_root.gotoAndPlay(_root._currentframe - 2);
}
if (_global.ga == true) {
this.gotoAndStop(6);
_global.ga = false;
}
if (_global.ba == true) {
this.gotoAndStop(7);
_global.ba = false;
}
if (_global.ra == true) {
_root.elec.play();
this.gotoAndStop(8);
_global.ra = false;
}
if (this.m.hitTest(_root.Map.ba)) {
this.gotoAndStop(7);
}
if (this.m.hitTest(_root.Map.ga)) {
this.gotoAndStop(6);
trace("g");
}
if (this.m.hitTest(_root.Map.ra)) {
this.gotoAndStop(8);
trace("r");
}
}
}
Frame 33
stop();
Mouse.show();
_global.deaths = _global.deaths + 1;
Instance of Symbol 158 MovieClip "TryAgain" in Frame 33
on (press) {
_root.gotoAndStop(_root._currentframe - 1);
}
on (keyPress "<Tab>") {
_root.gotoAndStop(_root._currentframe - 2);
}
Frame 34
stop();
startDrag ("_root.mouse", true);
Mouse.hide();
mouse.gotoAndPlay(1);
opened11 = false;
opened12 = false;
opened13 = false;
opened14 = false;
Instance of Symbol 154 MovieClip "mouse" in Frame 34
onClipEvent (enterFrame) {
if (this._currentframe > 4) {
var hit = false;
if ((!_root.Map.ok1.hitTest(this._x, this._y, true)) and (!_root.Map.ok2.hitTest(this._x, this._y, true))) {
hit = true;
trace("Gr");
}
i = 1;
while (i < 5) {
if (eval ("_root.r" + i).hitTest(this._x, this._y, true)) {
hit = true;
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.b" + i))) {
if (this._currentframe != 7) {
hit = true;
}
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.r" + i))) {
if (this._currentframe != 8) {
hit = true;
}
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.g" + i))) {
if (this._currentframe != 6) {
hit = true;
}
}
i++;
}
if (this.m.hitTest(_root.b)) {
hit = true;
}
if (hit) {
_root.nextFrame();
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.end" + i))) {
_root.gotoAndPlay(_root._currentframe + 2);
}
i++;
}
if (this.m.hitTest(_root.Back1)) {
_root.gotoAndPlay(_root._currentframe - 2);
}
if (this.m.hitTest(_root.Back2)) {
_root.gotoAndPlay(_root._currentframe - 2);
}
if (this.m.hitTest(_root.Back3)) {
_root.gotoAndPlay(_root._currentframe - 2);
}
if (this.m.hitTest(_root.Back4)) {
_root.gotoAndPlay(_root._currentframe - 2);
}
if (this.m.hitTest(_root.Back6)) {
_root.gotoAndPlay(_root._currentframe - 2);
}
if (this.m.hitTest(_root.Map.ba)) {
_root.elec.play();
this.gotoAndStop(7);
_global.ba = true;
_global.ga = false;
_global.ra = false;
}
if (this.m.hitTest(_root.Map.ga)) {
_root.elec.play();
this.gotoAndStop(6);
_global.ga = true;
_global.ba = false;
_global.ra = false;
}
if (this.m.hitTest(_root.Map.ra)) {
this.gotoAndStop(8);
_global.ga = false;
_global.ba = false;
_global.ra = true;
}
}
}
Frame 35
stop();
Mouse.show();
_global.deaths = _global.deaths + 1;
Instance of Symbol 158 MovieClip "TryAgain" in Frame 35
on (press) {
_root.gotoAndStop(_root._currentframe - 1);
}
on (keyPress "<Tab>") {
_root.gotoAndStop(_root._currentframe - 2);
}
Frame 36
Mouse.show();
stop();
Frame 37
_root.play();
Frame 38
stop();
startDrag ("_root.mouse", true);
Mouse.hide();
mouse.gotoAndPlay(1);
opened11 = false;
opened12 = false;
opened13 = false;
opened14 = false;
Instance of Symbol 154 MovieClip "mouse" in Frame 38
onClipEvent (enterFrame) {
if (this._currentframe > 4) {
var hit = false;
if ((!_root.Map.ok1.hitTest(this._x, this._y, true)) and (!_root.Map.ok2.hitTest(this._x, this._y, true))) {
hit = true;
trace("Gr");
}
i = 1;
while (i < 5) {
if (eval ("_root.r" + i).hitTest(this._x, this._y, true)) {
hit = true;
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.b" + i))) {
if (this._currentframe != 7) {
hit = true;
}
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.r" + i))) {
if (this._currentframe != 8) {
hit = true;
}
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.g" + i))) {
if (this._currentframe != 6) {
hit = true;
}
}
i++;
}
if (this.m.hitTest(_root.b)) {
hit = true;
}
if (hit) {
_root.nextFrame();
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.end" + i))) {
_root.gotoAndPlay(_root._currentframe + 2);
}
i++;
}
if (this.m.hitTest(_root.Back1)) {
_root.gotoAndPlay(_root._currentframe - 2);
}
if (this.m.hitTest(_root.Back2)) {
_root.gotoAndPlay(_root._currentframe - 2);
}
if (this.m.hitTest(_root.Back3)) {
_root.gotoAndPlay(_root._currentframe - 2);
}
if (this.m.hitTest(_root.Back4)) {
_root.gotoAndPlay(_root._currentframe - 2);
}
if (this.m.hitTest(_root.Back6)) {
_root.gotoAndPlay(_root._currentframe - 2);
}
if (this.m.hitTest(_root.Map.ba)) {
this.gotoAndStop(7);
_global.ba = true;
_global.ga = false;
_global.ra = false;
}
if (this.m.hitTest(_root.Map.ga)) {
this.gotoAndStop(6);
_global.ga = true;
_global.ba = false;
_global.ra = false;
}
if (this.m.hitTest(_root.Map.ra)) {
this.gotoAndStop(8);
_global.ga = false;
_global.ba = false;
_global.ra = true;
}
}
}
Frame 39
stop();
Mouse.show();
_global.deaths = _global.deaths + 1;
Instance of Symbol 158 MovieClip "TryAgain" in Frame 39
on (press) {
_root.gotoAndStop(_root._currentframe - 1);
}
on (keyPress "<Tab>") {
_root.gotoAndStop(_root._currentframe - 2);
}
Frame 40
stop();
startDrag ("_root.mouse", true);
Mouse.hide();
mouse.gotoAndPlay(1);
opened11 = false;
opened12 = false;
opened13 = false;
opened14 = false;
Instance of Symbol 198 MovieClip "b" in Frame 40
onClipEvent (enterFrame) {
var x = (_root.b.m._x + _root.b._x);
var y = (_root.b.m._y + _root.b._y);
_root.c._x = x - (_root.c._width / 2);
_root.c._y = y - (_root.c._height / 2);
if (_root.c.hitTest(_root.mouse._x, _root.mouse._y)) {
this.stop();
if (_root.b.m._y > _root.mouse._y) {
this._y = this._y - ((_root.mouse._y - y) / 12);
} else {
this._y = this._y + ((_root.mouse._y - y) / 12);
}
if (_root.b.m._x > _root.mouse._x) {
this._x = this._x - ((_root.mouse._x - x) / 12);
} else {
this._x = this._x + ((_root.mouse._x - x) / 12);
}
} else {
this.play();
}
}
Instance of Symbol 154 MovieClip "mouse" in Frame 40
onClipEvent (enterFrame) {
if (this._currentframe > 4) {
var hit = false;
if ((!_root.Map.ok1.hitTest(this._x, this._y, true)) and (!_root.Map.ok2.hitTest(this._x, this._y, true))) {
hit = true;
trace("Gr");
}
i = 1;
while (i < 5) {
if (eval ("_root.r" + i).hitTest(this._x, this._y, true)) {
hit = true;
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.b" + i))) {
if (this._currentframe != 7) {
hit = true;
}
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.r" + i))) {
if (this._currentframe != 8) {
hit = true;
}
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.g" + i))) {
if (this._currentframe != 6) {
hit = true;
}
}
i++;
}
if (this.m.hitTest(_root.b)) {
hit = true;
}
if (hit) {
_root.nextFrame();
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.end" + i))) {
_root.gotoAndPlay(_root._currentframe + 2);
}
i++;
}
i = 1;
while (i < 15) {
if (this.m.hitTest(eval ("_root.Map.Back" + i))) {
_root.gotoAndPlay(_root._currentframe - 2);
}
i++;
}
if (this.m.hitTest(_root.Map.ba)) {
this.gotoAndStop(7);
_global.ba = true;
_global.ga = false;
_global.ra = false;
}
if (this.m.hitTest(_root.Map.ga)) {
this.gotoAndStop(6);
_global.ga = true;
_global.ba = false;
_global.ra = false;
}
if (this.m.hitTest(_root.Map.ra)) {
this.gotoAndStop(8);
_global.ga = false;
_global.ba = false;
_global.ra = true;
}
}
}
Frame 41
stop();
Mouse.show();
_global.deaths = _global.deaths + 1;
Instance of Symbol 158 MovieClip "TryAgain" in Frame 41
on (press) {
_root.gotoAndStop(_root._currentframe - 1);
}
on (keyPress "<Tab>") {
_root.gotoAndStop(_root._currentframe - 2);
}
Frame 42
stop();
startDrag ("_root.mouse", true);
Mouse.hide();
mouse.gotoAndPlay(1);
opened11 = false;
opened12 = false;
opened13 = false;
opened14 = false;
Instance of Symbol 154 MovieClip "mouse" in Frame 42
onClipEvent (enterFrame) {
if (this._currentframe > 4) {
var hit = false;
if ((!_root.Map.ok1.hitTest(this._x, this._y, true)) and (!_root.Map.ok2.hitTest(this._x, this._y, true))) {
hit = true;
trace("Gr");
}
i = 1;
while (i < 5) {
if (eval ("_root.r" + i).hitTest(this._x, this._y, true)) {
hit = true;
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.b" + i))) {
if (this._currentframe != 7) {
hit = true;
}
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.r" + i))) {
if (this._currentframe != 8) {
hit = true;
}
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.g" + i))) {
if (this._currentframe != 6) {
hit = true;
}
}
i++;
}
if (this.m.hitTest(_root.b)) {
hit = true;
}
if (hit) {
_root.nextFrame();
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.end" + i))) {
_root.gotoAndPlay(_root._currentframe + 2);
}
i++;
}
i = 1;
while (i < 15) {
if (this.m.hitTest(eval ("_root.Map.Back" + i))) {
_root.gotoAndPlay(_root._currentframe - 2);
}
i++;
}
if (this.m.hitTest(_root.Map.ba)) {
_root.elec.play();
this.gotoAndStop(7);
_global.ba = true;
_global.ga = false;
_global.ra = false;
}
if (this.m.hitTest(_root.Map.ga)) {
this.gotoAndStop(6);
_global.ga = true;
_global.ba = false;
_global.ra = false;
}
if (this.m.hitTest(_root.Map.ra)) {
this.gotoAndStop(8);
_global.ga = false;
_global.ba = false;
_global.ra = true;
}
}
}
Frame 43
stop();
Mouse.show();
_global.deaths = _global.deaths + 1;
Instance of Symbol 158 MovieClip "TryAgain" in Frame 43
on (press) {
_root.gotoAndStop(_root._currentframe - 1);
}
on (keyPress "<Tab>") {
_root.gotoAndStop(_root._currentframe - 2);
}
Frame 44
stop();
startDrag ("_root.mouse", true);
Mouse.hide();
mouse.gotoAndPlay(1);
opened11 = false;
opened12 = false;
opened13 = false;
opened14 = false;
Instance of Symbol 198 MovieClip "b" in Frame 44
onClipEvent (enterFrame) {
var x = (_root.b.m._x + _root.b._x);
var y = (_root.b.m._y + _root.b._y);
_root.c._x = x - (_root.c._width / 2);
_root.c._y = y - (_root.c._height / 2);
if (_root.c.hitTest(_root.mouse._x, _root.mouse._y)) {
this.stop();
if (_root.b.m._y > _root.mouse._y) {
this._y = this._y - ((_root.mouse._y - y) / 15);
} else {
this._y = this._y + ((_root.mouse._y - y) / 15);
}
if (_root.b.m._x > _root.mouse._x) {
this._x = this._x - ((_root.mouse._x - x) / 15);
} else {
this._x = this._x + ((_root.mouse._x - x) / 15);
}
} else {
this.play();
}
}
Instance of Symbol 154 MovieClip "mouse" in Frame 44
onClipEvent (enterFrame) {
if (this._currentframe > 4) {
var hit = false;
if ((!_root.Map.ok1.hitTest(this._x, this._y, true)) and (!_root.Map.ok2.hitTest(this._x, this._y, true))) {
hit = true;
trace("Gr");
}
i = 1;
while (i < 23) {
if (eval ("_root.r" + i).hitTest(this._x, this._y, true)) {
hit = true;
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.b" + i))) {
if (this._currentframe != 7) {
hit = true;
}
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.r" + i))) {
if (this._currentframe != 8) {
hit = true;
}
}
i++;
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.Map.g" + i))) {
if (this._currentframe != 6) {
hit = true;
}
}
i++;
}
if (this.m.hitTest(_root.b)) {
hit = true;
}
if (hit) {
_root.nextFrame();
}
i = 1;
while (i < 5) {
if (this.m.hitTest(eval ("_root.end" + i))) {
_root.gotoAndPlay(_root._currentframe + 2);
}
i++;
}
i = 1;
while (i < 15) {
if (this.m.hitTest(eval ("_root.Map.Back" + i))) {
_root.gotoAndPlay(_root._currentframe - 2);
}
i++;
}
if (this.m.hitTest(_root.Map.ba)) {
_root.elec.play();
this.gotoAndStop(7);
_global.ba = true;
_global.ga = false;
_global.ra = false;
}
if (this.m.hitTest(_root.Map.ga)) {
_root.elec.play();
this.gotoAndStop(6);
_global.ga = true;
_global.ba = false;
_global.ra = false;
}
if (this.m.hitTest(_root.Map.ra)) {
_root.elec.play();
this.gotoAndStop(8);
_global.ga = false;
_global.ba = false;
_global.ra = true;
}
}
}
Frame 45
stop();
Mouse.show();
_global.deaths = _global.deaths + 1;
Instance of Symbol 158 MovieClip "TryAgain" in Frame 45
on (press) {
_root.gotoAndStop(_root._currentframe - 1);
}
on (keyPress "<Tab>") {
_root.gotoAndStop(_root._currentframe - 2);
}
Frame 46
var totTime;
totTime = getTimer() - _global.strt;
endTime.text = totTime / 1000;
stop();
Mouse.show();
_root.endDeath.text = _global.deaths;
Symbol 12 Button
on (release) {
getURL ("http://www.newgrounds.com", "blank");
}
Symbol 17 Button
on (release) {
_root.gotoAndPlay(3);
}
Symbol 18 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndStop ("loaded");
}
Symbol 18 MovieClip Frame 2
gotoAndPlay (1);
Symbol 80 MovieClip Frame 90
_alpha = (_alpha - 10);
Symbol 80 MovieClip Frame 91
_alpha = (_alpha - 10);
Symbol 80 MovieClip Frame 92
_alpha = (_alpha - 10);
Symbol 80 MovieClip Frame 93
_alpha = (_alpha - 10);
Symbol 80 MovieClip Frame 94
_alpha = (_alpha - 10);
Symbol 80 MovieClip Frame 95
_alpha = (_alpha - 10);
Symbol 80 MovieClip Frame 96
_alpha = (_alpha - 10);
Symbol 80 MovieClip Frame 97
_alpha = (_alpha - 10);
Symbol 80 MovieClip Frame 98
_alpha = (_alpha - 10);
Symbol 80 MovieClip Frame 99
_alpha = (_alpha - 10);
Symbol 80 MovieClip Frame 100
_root.play();
Symbol 88 Button
on (press) {
_root.Instr._visible = true;
}
Symbol 95 Button
on (press) {
_global.strt = getTimer();
_global.deaths = 0;
_root.play();
trace(_root._currentframe);
}
Symbol 102 Button
on (press) {
_root.Instr._visible = false;
}
Symbol 106 Button
on (press) {
_global.mus.stop();
_root.Snd._visible = true;
}
Symbol 110 Button
on (press) {
mus = new Sound();
mus.attachSound("music");
mus.start(0, 1000);
_root.Snd._visible = false;
}
Symbol 113 MovieClip Frame 1
stop();
Symbol 113 MovieClip Frame 73
gotoAndStop (1);
Symbol 117 Button
on (press) {
_global.mus.setVolume(_global.mus.getVolume() + 8);
}
Symbol 121 Button
on (press) {
_global.mus.setVolume(_global.mus.getVolume() - 8);
}
Symbol 123 Button
on (press) {
trace(_quality);
if (_quality == "LOW") {
_quality = "MEDIUM";
} else if (_quality == "MEDIUM") {
_quality = "HIGH";
} else if (_quality == "HIGH") {
_quality = "BEST";
} else if (_quality == "BEST") {
_quality = "LOW";
}
}
Symbol 126 Button
on (release) {
getURL ("http://www.armorgames.com", "_blank");
}
Symbol 154 MovieClip Frame 5
stop();
Symbol 154 MovieClip Frame 6
stop();
Symbol 154 MovieClip Frame 7
stop();
Symbol 154 MovieClip Frame 8
stop();
Symbol 167 Button
on (rollOver) {
if (_root.r3._currentframe < 2) {
_root.r3.play();
}
}
Symbol 171 MovieClip Frame 1
stop();
Symbol 171 MovieClip Frame 25
stop();
Symbol 174 Button
on (rollOver) {
_root.r3.play();
}
Symbol 199 Button
on (rollOver) {
_root.r1.play();
}
Symbol 200 Button
on (rollOver) {
_root.r2.play();
}
Symbol 221 Button
on (press) {
_root.gotoAndStop(_root._currentframe + 2);
}
Symbol 228 Button
on (rollOver) {
_root.opened2 = true;
}
Symbol 229 Button
on (rollOver) {
_root.opened1 = true;
}
Symbol 256 Button
on (rollOver) {
_root.Map.r46.play();
}
Symbol 282 Button
on (rollOver) {
_global.opened12 = true;
}
Symbol 283 Button
on (rollOver) {
_global.opened11 = true;
}
Symbol 284 Button
on (rollOver) {
_global.opened14 = true;
}
Symbol 285 Button
on (rollOver) {
_global.opened13 = true;
}
Symbol 323 Button
on (rollOver) {
_root.r1.play();
}
Symbol 324 Button
on (rollOver) {
_root.r4.play();
}
Symbol 327 Button
on (rollOver) {
_root.r20.play();
}