Combined Code
frame 1 {
stop();
var bs = new Sound();
var mm = new ContextMenu();
mm.hideBuiltInItems();
rl = function () {
gotoAndStop(2);
dot.clear();
lvl.clear();
sl.clear();
};
var cp = new ContextMenuItem('Return to menu', rl);
cp.separatorBefore = true;
mm.customItems.push(cp);
_root.menu = mm;
rm = SharedObject.getLocal('savefileMinimaze');
if (rm.data.relvl != null) {
elvl = rm.data.relvl;
} else {
elvl = 3;
}
if (rm.data.rmlvl != null) {
mlvl = rm.data.rmlvl;
} else {
mlvl = 14;
}
if (rm.data.rhlvl != null) {
hlvl = rm.data.rhlvl;
} else {
hlvl = 25;
}
onEnterFrame = function () {
if (_root.getBytesLoaded() == _root.getBytesTotal() && this._currentframe == 1) {
nextFrame();
}
};
}
// unknown tag 88 length 69
frame 2 {
onEnterFrame = function () {
if (Key.isDown(16) && this._currentframe != 2) {
gotoAndStop(2);
}
};
}
frame 2 {
stop();
imput = '--------';
}
movieClip 17 {
frame 1 {
stop();
}
frame 55 {
gotoAndStop(1);
}
}
instance bg of movieClip 17 {
onClipEvent (load) {
dl = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(67) && Key.isDown(84)) {
dl = 120;
}
if (dl > 0) {
_root.delay.gotoAndStop(1);
--dl;
_root.blendMode = 'difference';
} else {
_root.blendMode = 'normal';
}
if (dl == 1) {
_root.nextFrame();
}
}
}
movieClip 21 {
}
instance of movieClip 21 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, false)) {
this._alpha = 70;
if (Key.isDown(32)) {
_root.gotoAndStop(36);
}
this.onRelease = function () {
_root.gotoAndStop(36);
};
} else {
this._alpha = 100;
}
}
}
button 23 {
on (keyPress '9') {
if (_root.imput.charAt(0) == '-') {
_root.imput = '9';
} else {
_root.imput += '9';
}
}
on (keyPress '8') {
if (_root.imput.charAt(0) == '-') {
_root.imput = '8';
} else {
_root.imput += '8';
}
}
on (keyPress '7') {
if (_root.imput.charAt(0) == '-') {
_root.imput = '7';
} else {
_root.imput += '7';
}
}
on (keyPress '6') {
if (_root.imput.charAt(0) == '-') {
_root.imput = '6';
} else {
_root.imput += '6';
}
}
on (keyPress '5') {
if (_root.imput.charAt(0) == '-') {
_root.imput = '5';
} else {
_root.imput += '5';
}
}
on (keyPress '4') {
if (_root.imput.charAt(0) == '-') {
_root.imput = '4';
} else {
_root.imput += '4';
}
}
on (keyPress '3') {
if (_root.imput.charAt(0) == '-') {
_root.imput = '3';
} else {
_root.imput += '3';
}
}
on (keyPress '2') {
if (_root.imput.charAt(0) == '-') {
_root.imput = '2';
} else {
_root.imput += '2';
}
}
on (keyPress '1') {
if (_root.imput.charAt(0) == '-') {
_root.imput = '1';
} else {
_root.imput += '1';
}
}
on (keyPress '0') {
if (_root.imput.charAt(0) == '-') {
_root.imput = '0';
} else {
_root.imput += '0';
}
}
on (keyPress '<Delete>') {
_root.imput = '----------';
}
on (keyPress '<Backspace>') {
_root.imput = '----------';
}
}
instance of movieClip 21 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, false)) {
this._alpha = 70;
if (Key.isDown(32)) {
_root.gotoAndStop(_root.mlvl);
}
this.onRelease = function () {
_root.gotoAndStop(_root.mlvl);
};
} else {
this._alpha = 100;
}
}
}
instance of movieClip 21 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, false)) {
this._alpha = 70;
if (Key.isDown(32)) {
_root.gotoAndStop(_root.hlvl);
}
this.onRelease = function () {
_root.gotoAndStop(_root.hlvl);
};
} else {
this._alpha = 100;
}
}
}
instance of movieClip 21 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, false)) {
this._alpha = 70;
if (Key.isDown(32)) {
_root.gotoAndStop(_root.elvl);
}
this.onRelease = function () {
_root.gotoAndStop(_root.elvl);
};
} else {
this._alpha = 100;
}
}
}
instance of movieClip 21 {
onClipEvent (load) {
chnd = 30;
}
onClipEvent (enterFrame) {
if (shnd > 0) {
--shnd;
}
if (this.hitTest(_root.cursor._x, _root.cursor._y, false)) {
this._alpha = 70;
if (Key.isDown(32)) {
if (shnd <= 0) {
_root.cursor.nextFrame();
shnd = 30;
}
}
this.onRelease = function () {
_root.cursor.nextFrame();
};
} else {
this._alpha = 100;
}
}
}
instance of movieClip 21 {
onClipEvent (enterFrame) {
_root.bs.onSoundComplete = function () {
_root.bs.loadSound('http://www.newgrounds.com/audio/download/' + _root.imput, true);
};
if (this.hitTest(_root.cursor._x, _root.cursor._y, false)) {
this._alpha = 70;
if (Key.isDown(32)) {
_root.bs.loadSound('http://www.newgrounds.com/audio/download/' + _root.imput, true);
}
this.onRelease = function () {
_root.bs.loadSound('http://www.newgrounds.com/audio/download/' + _root.imput, true);
};
} else {
this._alpha = 100;
}
}
}
instance of movieClip 21 {
onClipEvent (load) {
chnd = 10;
}
onClipEvent (enterFrame) {
if (shnd > 0) {
--shnd;
}
if (this.hitTest(_root.cursor._x, _root.cursor._y, false)) {
this._alpha = 70;
if (Key.isDown(32)) {
if (shnd <= 0) {
_root.bg.nextFrame();
shnd = 10;
}
}
this.onRelease = function () {
_root.bg.nextFrame();
};
} else {
this._alpha = 100;
}
}
}
movieClip 44 {
frame 1 {
stop();
}
frame 13 {
gotoAndStop(1);
}
}
instance cursor of movieClip 44 {
onClipEvent (load) {
delay = 60;
}
onClipEvent (enterFrame) {
this._x += (rx - this._x) / 10;
this._y += (ry - this._y) / 10;
if (Key.isDown(37) || Key.isDown(65)) {
rx -= 5;
this._rotation = 180;
} else {
if (Key.isDown(39) || Key.isDown(68)) {
rx += 5;
this._rotation = 0;
}
}
if (Key.isDown(38) || Key.isDown(87)) {
ry -= 5;
this._rotation = -90;
} else {
if (Key.isDown(40) || Key.isDown(83)) {
ry += 5;
this._rotation = 90;
}
}
if (delay > 0) {
Mouse.hide();
--delay;
} else {
Mouse.show();
}
if (rx > 775) {
rx = 775;
} else {
if (rx < 25) {
rx = 25;
}
}
if (ry > 375) {
ry = 375;
} else {
if (ry < 25) {
ry = 25;
}
}
}
onClipEvent (mouseMove) {
rx = _root._xmouse;
ry = _root._ymouse;
delay = 60;
if (this._currentframe == 6 || this._currentframe == 7 || this._currentframe == 8) {
this._rotation = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x) * 180 / Math.PI;
} else {
this._rotation = 0;
}
}
}
frame 3 {
rm.data.relvl = 3;
elvl = 3;
}
movieClip 46 {
}
instance of movieClip 46 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
_root.delay.gotoAndStop(1);
_root.nextFrame();
}
}
}
movieClip 49 {
}
instance of movieClip 49 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
movieClip 52 {
frame 1 {
stop();
_root.xpl._x = _root.cursor._x;
_root.xpl._y = _root.cursor._y;
_root.xpl.play();
_root._x = 0;
_root._y = 0;
}
instance of movieClip 46 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, false)) {
_parent.nextFrame();
}
}
}
frame 2 {
stop();
}
}
movieClip 55 {
frame 61 {
stop();
}
}
frame 4 {
rm.data.relvl = 4;
elvl = 4;
}
movieClip 57 {
}
instance of movieClip 57 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
instance of movieClip 46 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
_root.door._visible = false;
this._visible = false;
}
if (_root.delay._currentframe == 1) {
this._visible = true;
}
}
}
movieClip 59 {
}
instance door of movieClip 59 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && this._visible == true) {
_root.delay.gotoAndStop(1);
}
if (_root.delay._currentframe == 1) {
this._visible = true;
}
}
}
frame 5 {
rm.data.relvl = 5;
elvl = 5;
}
movieClip 62 {
}
instance of movieClip 62 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
movieClip 65 {
frame 20 {
_root.delay.gotoAndStop(1);
}
}
instance of movieClip 65 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 65 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 65 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 65 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 65 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 65 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 65 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 65 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 65 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 65 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 65 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 65 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
frame 6 {
rm.data.relvl = 6;
elvl = 6;
}
movieClip 67 {
}
instance of movieClip 67 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
instance of movieClip 59 {
onClipEvent (enterFrame) {
this._x += 6 * Math.cos((this._rotation / 180) * Math.PI);
this._y += 6 * Math.sin((this._rotation / 180) * Math.PI);
if (this._x < 0) {
this._rotation = 0;
} else {
if (this._x > 800) {
this._rotation = 180;
}
}
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
frame 7 {
rm.data.relvl = 7;
elvl = 7;
}
movieClip 70 {
}
instance of movieClip 70 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
movieClip 72 {
}
instance of movieClip 72 {
onClipEvent (enterFrame) {
this._rotation += 2;
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
instance of movieClip 72 {
onClipEvent (enterFrame) {
this._rotation += 2;
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
frame 8 {
rm.data.relvl = 8;
elvl = 8;
}
movieClip 74 {
}
instance of movieClip 74 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
instance of movieClip 46 {
onClipEvent (mouseMove) {
if (_root.delay._currentframe == 2) {
_root.cursor._x += Math.random() * -10 + 5;
_root.cursor._y += Math.random() * -10 + 5;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(37) || Key.isDown(39) || Key.isDown(38) || Key.isDown(40) || Key.isDown(65) || Key.isDown(68) || Key.isDown(87) || Key.isDown(83)) && _root.delay._currentframe == 2) {
_root.cursor._x += Math.random() * -10 + 5;
_root.cursor._y += Math.random() * -10 + 5;
}
}
}
frame 9 {
rm.data.relvl = 9;
elvl = 9;
}
movieClip 77 {
}
instance of movieClip 77 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
movieClip 83 {
}
instance of movieClip 83 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
onClipEvent (mouseMove) {
this.gotoAndPlay(this._currentframe + 1);
}
}
frame 10 {
rm.data.relvl = 10;
elvl = 10;
}
movieClip 86 {
}
instance of movieClip 86 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
instance of movieClip 65 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
_root.cursor._visible = false;
} else {
if (_root.p2.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
_root.cursor._visible = false;
} else {
_root.cursor._visible = true;
}
}
this.gotoAndStop(10);
}
}
instance p2 of movieClip 65 {
onClipEvent (enterFrame) {
this.gotoAndStop(10);
}
}
frame 11 {
rm.data.relvl = 11;
elvl = 11;
}
instance of movieClip 65 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 65 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 65 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 65 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 65 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 65 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 65 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 65 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 46 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
_root.door._visible = false;
this._visible = false;
}
if (_root.delay._currentframe == 1) {
this._visible = true;
}
}
}
instance door of movieClip 59 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && this._visible == true) {
_root.delay.gotoAndStop(1);
}
if (_root.delay._currentframe == 1) {
this._visible = true;
}
}
}
movieClip 89 {
}
instance of movieClip 89 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
frame 12 {
rm.data.relvl = 12;
elvl = 12;
}
movieClip 91 {
}
instance of movieClip 91 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
instance of movieClip 83 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
onClipEvent (mouseMove) {
this.gotoAndPlay(this._currentframe + 1);
}
}
instance of movieClip 59 {
onClipEvent (enterFrame) {
this._x += 6 * Math.cos((this._rotation / 180) * Math.PI);
this._y += 6 * Math.sin((this._rotation / 180) * Math.PI);
if (this._x < 100) {
this._rotation = 0;
} else {
if (this._x > 800) {
this._rotation = 180;
}
}
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
instance of movieClip 72 {
onClipEvent (enterFrame) {
this._rotation += 2;
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
instance of movieClip 72 {
onClipEvent (enterFrame) {
this._rotation += 2;
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
frame 13 {
rm.data.relvl = 13;
elvl = 13;
}
instance of movieClip 21 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, false)) {
this._alpha = 70;
if (Key.isDown(32)) {
_root.gotoAndStop(3);
}
this.onRelease = function () {
_root.gotoAndStop(3);
};
} else {
this._alpha = 100;
}
}
}
instance of movieClip 21 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, false)) {
this._alpha = 70;
if (Key.isDown(32)) {
_root.gotoAndStop(2);
}
this.onRelease = function () {
_root.gotoAndStop(2);
};
} else {
this._alpha = 100;
}
}
}
frame 14 {
rm.data.rmlvl = 14;
mlvl = 14;
}
instance of movieClip 46 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
_root.delay.gotoAndStop(1);
_root.nextFrame();
}
}
}
movieClip 96 {
}
instance of movieClip 96 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
frame 15 {
rm.data.rmlvl = 15;
mlvl = 15;
}
movieClip 98 {
}
instance of movieClip 98 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
instance of movieClip 46 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
_root.door._visible = false;
this._visible = false;
}
if (_root.delay._currentframe == 1) {
this._visible = true;
}
}
}
movieClip 100 {
}
instance door of movieClip 100 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && this._visible == true) {
_root.delay.gotoAndStop(1);
}
if (_root.delay._currentframe == 1) {
this._visible = true;
}
}
}
frame 16 {
rm.data.rmlvl = 16;
mlvl = 16;
}
movieClip 102 {
}
instance of movieClip 102 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
movieClip 105 {
frame 20 {
_root.delay.gotoAndStop(1);
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
frame 17 {
rm.data.rmlvl = 17;
mlvl = 17;
}
movieClip 107 {
}
instance of movieClip 107 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
instance of movieClip 100 {
onClipEvent (enterFrame) {
this._x += 6 * Math.cos((this._rotation / 180) * Math.PI);
this._y += 6 * Math.sin((this._rotation / 180) * Math.PI);
if (this._x < 0) {
this._rotation = 0;
} else {
if (this._x > 725) {
this._rotation = 180;
}
}
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
frame 18 {
rm.data.rmlvl = 18;
mlvl = 18;
}
movieClip 109 {
}
instance of movieClip 109 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
movieClip 111 {
}
instance of movieClip 111 {
onClipEvent (enterFrame) {
++this._rotation;
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
instance of movieClip 111 {
onClipEvent (enterFrame) {
++this._rotation;
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
frame 19 {
rm.data.rmlvl = 19;
mlvl = 19;
}
movieClip 113 {
}
instance of movieClip 113 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
instance of movieClip 46 {
onClipEvent (mouseMove) {
if (_root.delay._currentframe == 2) {
_root.cursor._x += Math.random() * -10 + 5;
_root.cursor._y += Math.random() * -10 + 5;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(37) || Key.isDown(39) || Key.isDown(38) || Key.isDown(40) || Key.isDown(65) || Key.isDown(68) || Key.isDown(87) || Key.isDown(83)) && _root.delay._currentframe == 2) {
_root.cursor._x += Math.random() * -5 + 2;
_root.cursor._y += Math.random() * -5 + 2;
}
}
}
frame 20 {
rm.data.rmlvl = 20;
mlvl = 20;
}
movieClip 115 {
}
instance of movieClip 115 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
movieClip 121 {
}
instance of movieClip 121 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
onClipEvent (mouseMove) {
this.gotoAndPlay(this._currentframe + 1);
}
}
frame 21 {
rm.data.rmlvl = 21;
mlvl = 21;
}
movieClip 124 {
}
instance of movieClip 124 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
instance of movieClip 65 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
_root.cursor._visible = false;
} else {
if (_root.p2.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
_root.cursor._visible = false;
} else {
_root.cursor._visible = true;
}
}
this.gotoAndStop(10);
}
}
instance p2 of movieClip 65 {
onClipEvent (enterFrame) {
this.gotoAndStop(10);
}
}
frame 22 {
rm.data.rmlvl = 22;
mlvl = 22;
}
movieClip 126 {
}
instance of movieClip 126 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 46 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
_root.door._visible = false;
this._visible = false;
}
if (_root.delay._currentframe == 1) {
this._visible = true;
}
}
}
instance door of movieClip 100 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && this._visible == true) {
_root.delay.gotoAndStop(1);
}
if (_root.delay._currentframe == 1) {
this._visible = true;
}
}
}
frame 23 {
rm.data.rmlvl = 23;
mlvl = 23;
}
movieClip 128 {
}
instance of movieClip 128 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
instance of movieClip 100 {
onClipEvent (enterFrame) {
this._x += 6 * Math.cos((this._rotation / 180) * Math.PI);
this._y += 6 * Math.sin((this._rotation / 180) * Math.PI);
if (this._x < 0) {
this._rotation = 0;
} else {
if (this._x > 800) {
this._rotation = 180;
}
}
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
instance of movieClip 121 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
onClipEvent (mouseMove) {
this.gotoAndPlay(this._currentframe + 1);
}
}
instance of movieClip 111 {
onClipEvent (enterFrame) {
++this._rotation;
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
instance of movieClip 111 {
onClipEvent (enterFrame) {
++this._rotation;
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
frame 24 {
rm.data.rmlvl = 24;
mlvl = 24;
}
instance of movieClip 21 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, false)) {
this._alpha = 70;
if (Key.isDown(32)) {
_root.gotoAndStop(14);
}
this.onRelease = function () {
_root.gotoAndStop(14);
};
} else {
this._alpha = 100;
}
}
}
instance of movieClip 21 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, false)) {
this._alpha = 70;
if (Key.isDown(32)) {
_root.gotoAndStop(2);
}
this.onRelease = function () {
_root.gotoAndStop(2);
};
} else {
this._alpha = 100;
}
}
}
frame 25 {
rm.data.rhlvl = 25;
hlvl = 25;
}
instance of movieClip 46 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
_root.delay.gotoAndStop(1);
_root.nextFrame();
}
}
}
movieClip 131 {
}
instance of movieClip 131 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
frame 26 {
rm.data.rhlvl = 26;
hlvl = 26;
}
instance of movieClip 46 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
_root.door._visible = false;
this._visible = false;
}
if (_root.delay._currentframe == 1) {
this._visible = true;
}
}
}
instance door of movieClip 100 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && this._visible == true) {
_root.delay.gotoAndStop(1);
}
if (_root.delay._currentframe == 1) {
this._visible = true;
}
}
}
movieClip 133 {
}
instance of movieClip 133 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
frame 27 {
rm.data.rhlvl = 27;
hlvl = 27;
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
movieClip 135 {
}
instance of movieClip 135 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
frame 28 {
rm.data.rhlvl = 28;
hlvl = 28;
}
instance of movieClip 100 {
onClipEvent (enterFrame) {
this._x += 6 * Math.cos((this._rotation / 180) * Math.PI);
this._y += 6 * Math.sin((this._rotation / 180) * Math.PI);
if (this._x < 0) {
this._rotation = 0;
} else {
if (this._x > 800) {
this._rotation = 180;
}
}
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
movieClip 137 {
}
instance of movieClip 137 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
frame 29 {
rm.data.rhlvl = 29;
hlvl = 29;
}
instance of movieClip 111 {
onClipEvent (enterFrame) {
--this._rotation;
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
instance of movieClip 111 {
onClipEvent (enterFrame) {
--this._rotation;
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
movieClip 139 {
}
instance of movieClip 139 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
frame 30 {
rm.data.rhlvl = 30;
hlvl = 30;
}
instance of movieClip 46 {
onClipEvent (mouseMove) {
if (_root.delay._currentframe == 2) {
_root.cursor._x += Math.random() * -5 + 2;
_root.cursor._y += Math.random() * -5 + 2;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(37) || Key.isDown(39) || Key.isDown(38) || Key.isDown(40) || Key.isDown(65) || Key.isDown(68) || Key.isDown(87) || Key.isDown(83)) && _root.delay._currentframe == 2) {
_root.cursor._x += Math.random() * -5 + 2;
_root.cursor._y += Math.random() * -5 + 2;
}
}
}
movieClip 141 {
}
instance of movieClip 141 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
frame 31 {
rm.data.rhlvl = 31;
hlvl = 31;
}
instance of movieClip 121 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
onClipEvent (mouseMove) {
this.gotoAndPlay(this._currentframe + 1);
}
}
movieClip 143 {
}
instance of movieClip 143 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
frame 32 {
rm.data.rhlvl = 32;
hlvl = 32;
}
instance of movieClip 65 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
_root.cursor._visible = false;
} else {
_root.cursor._visible = true;
}
this.gotoAndStop(10);
}
}
movieClip 145 {
}
instance of movieClip 145 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
frame 33 {
rm.data.rhlvl = 33;
hlvl = 33;
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 105 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
}
}
instance of movieClip 46 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.delay._currentframe == 2) {
_root.door._visible = false;
this._visible = false;
}
if (_root.delay._currentframe == 1) {
this._visible = true;
}
}
}
instance door of movieClip 100 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && this._visible == true) {
_root.delay.gotoAndStop(1);
}
if (_root.delay._currentframe == 1) {
this._visible = true;
}
}
}
movieClip 147 {
}
instance of movieClip 147 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
frame 34 {
rm.data.rhlvl = 34;
hlvl = 34;
}
instance of movieClip 100 {
onClipEvent (enterFrame) {
this._x += 6 * Math.cos((this._rotation / 180) * Math.PI);
this._y += 6 * Math.sin((this._rotation / 180) * Math.PI);
if (this._x < 0) {
this._rotation = 0;
} else {
if (this._x > 725) {
this._rotation = 180;
}
}
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
instance of movieClip 121 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
onClipEvent (mouseMove) {
this.gotoAndPlay(this._currentframe + 1);
}
}
instance of movieClip 111 {
onClipEvent (enterFrame) {
++this._rotation;
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
instance of movieClip 111 {
onClipEvent (enterFrame) {
++this._rotation;
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
movieClip 149 {
}
instance of movieClip 149 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true)) {
_root.delay.gotoAndStop(1);
}
}
}
frame 35 {
rm.data.rhlvl = 35;
hlvl = 35;
}
instance of movieClip 21 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, false)) {
this._alpha = 70;
if (Key.isDown(32)) {
_root.gotoAndStop(14);
}
this.onRelease = function () {
_root.gotoAndStop(14);
};
} else {
this._alpha = 100;
}
}
}
instance of movieClip 21 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, false)) {
this._alpha = 70;
if (Key.isDown(32)) {
_root.gotoAndStop(2);
}
this.onRelease = function () {
_root.gotoAndStop(2);
};
} else {
this._alpha = 100;
}
}
}
frame 36 {
if (this._currentframe == 36) {
var lvl = _root.createEmptyMovieClip('lvl', _root.getNextHighestDepth());
var sl = _root.createEmptyMovieClip('sl', _root.getNextHighestDepth());
var dot = _root.createEmptyMovieClip('dot', _root.getNextHighestDepth());
var dr = false;
var xs = 0;
var ys = 0;
lvl.lineStyle(25, 0, 100);
dot.lineStyle(3, 3355443, 100);
dot.lineTo(1, 0);
onMouseDown = function () {
dr = true;
xs = cursor._x;
ys = cursor._y;
};
onMouseUp = function () {
dr = false;
sl.clear();
lvl.moveTo(Math.round(xs / 25) * 25, Math.round(ys / 25) * 25);
lvl.lineTo(Math.round(cursor._x / 25) * 25, Math.round(cursor._y / 25) * 25);
};
onEnterFrame = function () {
dot._x = cursor._x;
dot._y = cursor._y;
if (dr == true) {
sl.clear();
sl.lineStyle(3, 16711680, 100);
sl.moveTo(xs, ys);
sl.lineTo(cursor._x, cursor._y);
}
if (dl._currentframe == 2 && lvl.hitTest(cursor._x, cursor._y, true)) {
dl.gotoAndStop(1);
}
if (dl._currentframe == 1 && dl._visible == true) {
lvl._alpha = 50;
} else {
lvl._alpha = 100;
}
if (Key.isDown(16) && this._currentframe != 2) {
gotoAndStop(2);
dot.clear();
lvl.clear();
sl.clear();
}
};
}
}
movieClip 152 {
}
movieClip 153 {
}
instance end of movieClip 153 {
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.grid._visible == false) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.dl._currentframe == 2) {
_root.dl.gotoAndStop(1);
}
}
}
}
movieClip 154 {
}
instance key of movieClip 154 {
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.grid._visible == false) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && _root.dl._currentframe == 2) {
_root.door._visible = false;
this._visible = false;
}
if (_root.dl._currentframe == 1) {
this._visible = true;
}
}
}
}
movieClip 157 {
}
instance door of movieClip 157 {
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.grid._visible == false) {
if (this.hitTest(_root.cursor._x, _root.cursor._y, true) && this._visible == true) {
_root.dl.gotoAndStop(1);
}
if (_root.dl._currentframe == 1) {
this._visible = true;
}
}
}
}
button 158 {
on (keyPress 'e') {
end._x = cursor._x;
end._y = cursor._y;
if (end._visible == true) {
end._visible = false;
} else {
end._visible = true;
}
}
on (keyPress 'k') {
key._x = cursor._x;
key._y = cursor._y;
if (key._visible == true) {
key._visible = false;
} else {
key._visible = true;
}
}
on (keyPress 'r') {
door._x = cursor._x;
door._y = cursor._y;
if (door._visible == true) {
door._visible = false;
} else {
door._visible = true;
}
}
on (keyPress '<Enter>') {
if (grid._visible == false) {
grid._visible = true;
} else {
grid._visible = false;
}
}
on (keyPress '<Space>') {
if (grid._visible == false) {
grid._visible = true;
dl._visible = false;
dl.gotoAndStop(1);
} else {
grid._visible = false;
dl._visible = true;
dl.gotoAndStop(1);
}
}
}
instance dl of movieClip 52 {
onClipEvent (load) {
this._visible = false;
}
}