Frame 1
stop();
Frame 2
_global.seenit = 1;
Frame 3
function goTo() {
getURL ("http://www.MoFunZone.com");
}
stopAllSounds();
var newMenu = new ContextMenu();
newMenu.hideBuiltInItems();
newMenu.customItems.push(new ContextMenuItem("MoFunZone.com - Play More Games", goTo));
this.menu = newMenu;
Frame 17
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
var pv;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
pv = ((fv == 5) ? (getVersion()) : (System.capabilities.version));
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=8&fv=") + fv) + "&v=") + escape(pv)) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
__com_mochibot__("ea057fcc", this, 10301, true);
Instance of Symbol 194 MovieClip "mmfmff" in Frame 18
on (press) {
gotoAndStop (20);
getURL ("http://www.MoFunZone.com/", "_blank");
}
on (release) {
gotoAndStop (19);
}
on (rollOver) {
gotoAndStop (19);
}
on (rollOut) {
gotoAndStop (18);
}
Frame 42
stop();
_root.eye3o = 0;
_root.eye2o = 0;
_root.eye1o = 0;
_root.puzzle1 == 0;
_root.puzzle2 == 0;
Frame 68
_global.firstmovie = 1;
Instance of Symbol 199 MovieClip "bubble" in Frame 68
onClipEvent (load) {
size = random(60) - 30;
_width = (_width + size);
_height = (_height + size);
alphareduct = random(2) + 1;
this._x = random(550);
this._y = 435;
xspeed = random(40) - 20;
yspeed = random(20) - 70;
}
onClipEvent (enterFrame) {
if (_root.removebubbles == 1) {
this._alpha = 0;
}
_root.bubble._alpha = 100;
_root.bubble._visible = false;
this._alpha = this._alpha - alphareduct;
if (this._alpha < 0) {
this.removeMovieClip();
}
if (xspeed < 0) {
xspeed = xspeed + 0.5;
}
if (xspeed > 0) {
xspeed = xspeed - 0.5;
}
this._x = this._x + (xspeed / 10);
this._y = this._y + (yspeed / 10);
}
Instance of Symbol 201 MovieClip "bubblespawner" in Frame 68
onClipEvent (enterFrame) {
this._visible = false;
}
onClipEvent (load) {
bubbletimer = 0;
reach = 20;
b = 1;
}
onClipEvent (enterFrame) {
bubbletimer = bubbletimer + 1;
if (bubbletimer == reach) {
_root.bubble.duplicateMovieClip("bubble", _root.getNextHighestDepth());
bubbletimer = 0;
b++;
reach = random(7) + 1;
}
}
Instance of Symbol 206 MovieClip in Frame 68
on (press) {
gotoAndStop (70);
}
on (release) {
gotoAndStop (69);
_root.gotoAndStop("");
}
on (rollOver) {
gotoAndStop (69);
}
on (rollOut) {
gotoAndStop (68);
}
Instance of Symbol 206 MovieClip "skip" in Frame 89
on (press) {
this.gotoAndStop(3);
}
on (release) {
this.gotoAndStop(2);
_root.gotoAndStop("outside");
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 206 MovieClip in Frame 462
on (press) {
gotoAndStop (70);
}
on (release) {
gotoAndStop (69);
_root.gotoAndStop("");
}
on (rollOver) {
gotoAndStop (69);
}
on (rollOut) {
gotoAndStop (68);
}
Frame 614
stopAllSounds();
Frame 615
click1 = new Sound();
click1.attachSound("click1");
_root.descrip = "";
_global.dontplayagain = 0;
_root.removebubbles = 0;
if ((!_root.goingback) == 1) {
stopAllSounds();
insidesong = new Sound();
insidesong.attachSound("haunt");
insidesong.start(0, 99);
insidesong.setVolume(40);
hum = new Sound();
hum.attachSound("hum");
hum.start(0, 99);
hum.setVolume(25);
}
hum.setVolume(25);
_root.goingback = 0;
_root.wasinside = 0;
_root.goback = 0;
stop();
Instance of Symbol 252 MovieClip in Frame 615
onClipEvent (enterFrame) {
if (((_root.writingdeath == 1) || (_root.spikedeath == 1)) || (_root.crushdeath == 1)) {
this._visible = eval (true)();
}
if (_global.seenit == 1) {
this._visible = false;
}
}
Instance of Symbol 199 MovieClip "bubble" in Frame 615
onClipEvent (load) {
alphareduct = random(2) + 1;
this._x = _root.bubblespawner._x;
this._y = _root.bubblespawner._y;
xspeed = random(40) - 20;
yspeed = random(20) - 40;
}
onClipEvent (enterFrame) {
if (_root.removebubbles == 1) {
this._alpha = 0;
}
_root.bubble._alpha = 100;
_root.bubble._visible = false;
this._alpha = this._alpha - alphareduct;
if (this._alpha < 0) {
this.removeMovieClip();
}
if (xspeed < 0) {
xspeed = xspeed + 0.5;
}
if (xspeed > 0) {
xspeed = xspeed - 0.5;
}
this._x = this._x + (xspeed / 10);
this._y = this._y + (yspeed / 10);
}
Instance of Symbol 201 MovieClip "bubblespawner" in Frame 615
onClipEvent (enterFrame) {
this._visible = false;
}
onClipEvent (load) {
bubbletimer = 0;
reach = 20;
b = 1;
}
onClipEvent (enterFrame) {
if (_global.firstmovie == 0) {
bubbletimer = bubbletimer + 1;
if (bubbletimer == reach) {
_root.bubble.duplicateMovieClip("bubble", _root.getNextHighestDepth());
bubbletimer = 0;
b++;
reach = random(18) + 1;
}
}
}
Instance of Symbol 259 MovieClip "tran" in Frame 615
onClipEvent (enterFrame) {
if (this._currentframe == 34) {
_root.gotoAndStop("entrance");
}
}
Instance of Symbol 269 MovieClip in Frame 615
onClipEvent (enterFrame) {
if (_global.deadstart == 1) {
this._visible = true;
this.play();
} else {
this._visible = false;
}
}
Instance of Symbol 273 MovieClip in Frame 615
onClipEvent (load) {
if (_global.firstmovie == 1) {
this._visible = true;
this.play();
} else {
this._visible = false;
this.stop();
}
}
Instance of Symbol 275 MovieClip in Frame 615
onClipEvent (enterFrame) {
this.getNextHighestDepth();
}
on (rollOver) {
_root.descrip = "Grass plains stetch out either side of me.";
}
on (rollOut) {
_root.descrip = "";
}
Instance of Symbol 275 MovieClip in Frame 615
onClipEvent (enterFrame) {
this.getNextHighestDepth();
}
on (rollOver) {
_root.descrip = "The sky is full of beautiful stars. I can even see large red ones out there...";
}
on (rollOut) {
_root.descrip = "";
}
Instance of Symbol 275 MovieClip in Frame 615
onClipEvent (enterFrame) {
this.getNextHighestDepth();
}
on (rollOver) {
_root.descrip = "The Moon, a delicate sliver of ivory suspended in the night's embrace.";
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
}
Instance of Symbol 275 MovieClip in Frame 615
onClipEvent (enterFrame) {
this.getNextHighestDepth();
}
on (rollOver) {
_root.descrip = "This place feels familiar... I have definately seen this somewhere before.";
}
on (rollOut) {
_root.descrip = "";
}
Instance of Symbol 275 MovieClip in Frame 615
onClipEvent (enterFrame) {
this.getNextHighestDepth();
}
on (rollOver) {
if (((_root.writingdeath == 1) || (_root.spikedeath == 1)) || (_root.crushdeath == 1)) {
_root.descrip = "There is something glowing inside that hollow stump...";
}
if (_global.seenit == 1) {
_root.descrip = "It's a hollow log. There is something in there...";
}
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
_root.gotoAndStop("log");
}
Instance of Symbol 275 MovieClip in Frame 615
onClipEvent (enterFrame) {
this.getNextHighestDepth();
}
on (rollOver) {
_root.descrip = "Uh, now I've seen everything. I think I'll name it BubbleCactus.";
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
}
Instance of Symbol 275 MovieClip in Frame 615
onClipEvent (enterFrame) {
this.getNextHighestDepth();
}
on (rollOver) {
_root.descrip = "A building lurks ominously in the distance...";
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
_root.gotoAndStop("escape");
}
Frame 616
_root.removebubbles = 1;
hum.setVolume(15);
stop();
Instance of Symbol 288 MovieClip in Frame 616
onClipEvent (enterFrame) {
if (((_root.writingdeath == 1) || (_root.spikedeath == 1)) || (_root.crushdeath == 1)) {
this._visible = false;
}
}
Instance of Symbol 296 MovieClip in Frame 616
onClipEvent (enterFrame) {
if (_root.writingdeath == 1) {
this.gotoAndStop(2);
}
if (_root.spikedeath == 1) {
this.gotoAndStop(3);
}
if (_root.crushdeath == 1) {
this.gotoAndStop(4);
}
}
Instance of Symbol 275 MovieClip in Frame 616
onClipEvent (enterFrame) {
this.getNextHighestDepth();
}
on (rollOver) {
_root.descrip = "Back to the cactus area...";
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
_root.goingback = 1;
_root.gotoAndStop("outside");
}
Instance of Symbol 275 MovieClip in Frame 616
onClipEvent (enterFrame) {
this.getNextHighestDepth();
}
on (rollOver) {
if (((_root.writingdeath == 1) || (_root.spikedeath == 1)) || (_root.crushdeath == 1)) {
_root.descrip = "There is glowing writing carved into the log.";
} else {
_root.descrip = "There is writing carved into the log.";
}
}
on (rollOut) {
_root.descrip = "";
}
Frame 617
_root.descrip = "";
_root.removebubbles = 1;
Mouse.show();
stop();
Instance of Symbol 233 MovieClip in Frame 617
on (rollOver) {
_root.descrip = "This seems to be the entrance to the mysterious building.";
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
_root.vcamo.play();
_root.tran.play();
}
Instance of Symbol 275 MovieClip in Frame 617
onClipEvent (enterFrame) {
this.getNextHighestDepth();
}
on (rollOver) {
_root.descrip = "It says ESCAPE (No, really?!)";
}
on (rollOut) {
_root.descrip = "";
}
Instance of Symbol 275 MovieClip in Frame 617
on (rollOver) {
_root.descrip = "Back to the awakening area with the cactus...";
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
_root.goingback = 1;
_root.descrip = "";
_root.gotoAndStop("outside");
}
Instance of Symbol 305 MovieClip in Frame 617
onClipEvent (enterFrame) {
if (_root.wasinside == 1) {
_root.wasinside = 0;
this.play();
}
}
Frame 618
_root.eye1o = 1;
_root.wasinside = 1;
if ((!_root.goback) == 1) {
stopAllSounds();
insidesongy = new Sound();
insidesongy.attachSound("wrench");
insidesongy.start(0, 99);
insidesongy.setVolume(100);
humm = new Sound();
humm.attachSound("humm");
humm.start(0, 99);
humm.setVolume(100);
}
stop();
Instance of Symbol 333 MovieClip in Frame 618
onClipEvent (enterFrame) {
if (_root.puzzle1 == 1) {
if (this._currentframe == 1) {
this.play();
}
}
}
Instance of Symbol 341 MovieClip in Frame 618
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
onClipEvent (enterFrame) {
}
Instance of Symbol 259 MovieClip "tran" in Frame 618
onClipEvent (enterFrame) {
if (this._currentframe == 34) {
_root.gotoAndStop("fork");
}
}
Instance of Symbol 275 MovieClip in Frame 618
on (rollOver) {
if ((!_root.puzzle1) == 1) {
_root.descrip = "What, a dead end already?";
} else {
_root.descrip = "Hmm, not a dead end after all!";
}
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
}
Instance of Symbol 275 MovieClip in Frame 618
onClipEvent (enterFrame) {
this.getNextHighestDepth();
}
on (rollOver) {
if ((!_root.puzzle1) == 1) {
_root.descrip = "There appears to be some sort of device on the wall";
} else {
_root.descrip = "I guess this is the only way I can go...";
}
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
if ((!_root.puzzle1) == 1) {
_root.descrip = "";
_root.gotoAndStop("panel");
} else {
_root.gotoAndStop("fork");
_root.tran.play();
}
}
Instance of Symbol 275 MovieClip in Frame 618
on (rollOver) {
if ((!_root.puzzle1) == 1) {
_root.descrip = "There's an arrow painted on the door pointing downwards.";
} else {
_root.descrip = "I guess this is the only way I can go...";
}
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
if (_root.puzzle1 == 1) {
_root.gotoAndStop("fork");
_root.tran.play();
}
}
Instance of Symbol 275 MovieClip in Frame 618
on (rollOver) {
if ((!_root.puzzle1) == 1) {
_root.descrip = "It's a doormat, with the characters 'VIVIVI' written on it";
} else {
_root.descrip = "Thankyou, Mr.Doormat!";
}
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
}
Instance of Symbol 275 MovieClip in Frame 618
on (rollOver) {
_root.descrip = "There is some sort of supernatural force stopping me from going back.";
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
}
Frame 619
stop();
Mouse.show();
Instance of Symbol 318 MovieClip "but1" in Frame 619
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
this.gotoAndStop(2);
_root.click1.start(0, 1);
if ((!_root.puzzle1) == 1) {
if (_root.panel1._currentframe < 10) {
_root.panel1.nextFrame();
} else {
_root.panel1.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (_root.puzzle1 == 1) {
this.gotoAndStop(3);
}
}
Instance of Symbol 318 MovieClip "but2" in Frame 619
onClipEvent (load) {
nuber = 0;
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
this.gotoAndStop(2);
_root.click1.start(0, 1);
if ((!_root.puzzle1) == 1) {
if (_root.panel2._currentframe < 10) {
_root.panel2.nextFrame();
} else {
_root.panel2.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (_root.puzzle1 == 1) {
this.gotoAndStop(3);
}
}
Instance of Symbol 318 MovieClip "but3" in Frame 619
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
this.gotoAndStop(2);
_root.click1.start(0, 1);
if ((!_root.puzzle1) == 1) {
if (_root.panel3._currentframe < 10) {
_root.panel3.nextFrame();
} else {
_root.panel3.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (_root.puzzle1 == 1) {
this.gotoAndStop(3);
}
}
Instance of Symbol 341 MovieClip in Frame 619
onClipEvent (load) {
counter = 0;
}
onClipEvent (enterFrame) {
if (counter > 16) {
_root.goback = 1;
_root.gotoAndStop("entrance");
}
if (_root.panel1._currentframe == 7) {
if (_root.panel2._currentframe == 7) {
if (_root.panel3._currentframe == 7) {
_root.puzzle1 = 1;
counter = counter + 1;
}
}
}
}
Instance of Symbol 350 MovieClip in Frame 619
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
_root.goback = 1;
_root.gotoAndStop("entrance");
}
on (release) {
}
Instance of Symbol 280 MovieClip "vcamo" in Frame 619
onClipEvent (enterFrame) {
if (_root._currentframe == "entrance") {
if (this._currentframe == "last") {
_root.gotoAndStop("fork");
}
}
}
Frame 620
_root.nogoback = 0;
stop();
Instance of Symbol 384 MovieClip in Frame 620
on (rollOver) {
_root.descrip = "There is some sort of device on the wall";
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
_root.gotoAndStop("eyepanel");
}
Instance of Symbol 394 MovieClip in Frame 620
onClipEvent (enterFrame) {
if (_root.eye2o == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 394 MovieClip in Frame 620
onClipEvent (enterFrame) {
if (_root.eye3o == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 341 MovieClip in Frame 620
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
onClipEvent (enterFrame) {
}
Instance of Symbol 275 MovieClip in Frame 620
on (rollOver) {
if (_root.eye3o == 1) {
_root.descrip = "There is an awful smell coming from this way.";
} else {
_root.descrip = "I can hear the faint sound of moaning coming from down this passage.";
}
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
_root.descrip = "";
if (_root.eye3o == 1) {
_root.gotoAndStop("holeroom");
} else {
_root.gotoAndStop("ghostroom");
}
}
Instance of Symbol 275 MovieClip in Frame 620
on (rollOver) {
if (_root.eye2o == 1) {
_root.descrip = "There is a chilling breeze blowing from this way.";
} else {
_root.descrip = "There is a strong scent of rust emanating from this direction.";
}
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
if (_root.eye2o == 1) {
_root.gotoAndStop("window1");
} else {
_root.gotoAndStop("spikeroom");
}
}
Instance of Symbol 275 MovieClip in Frame 620
on (rollOver) {
if ((!_root.puzzle2) == 1) {
_root.descrip = "Writing in blood. Fresh";
} else {
_root.descrip = "Hmm, not a dead end after all!";
}
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
}
Instance of Symbol 275 MovieClip in Frame 620
on (rollOver) {
_root.descrip = "The door closed behind me.";
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
}
Instance of Symbol 275 MovieClip in Frame 620
onClipEvent (load) {
counter = 0;
count = 0;
}
onClipEvent (enterFrame) {
if (cgo == 1) {
count++;
}
if (count == 40) {
_root.monster.play();
}
}
on (rollOver) {
if ((!_root.puzzle2) == 1) {
_root.descrip = "Writing in blood. Fresh";
} else {
_root.descrip = "Hmm, not a dead end after all!";
}
cgo = 1;
}
on (rollOut) {
}
on (press) {
}
Frame 621
stop();
Mouse.show();
_root.descrip = "";
Instance of Symbol 383 MovieClip "eye2" in Frame 621
onClipEvent (load) {
if (_root.eye2o == 1) {
this.gotoAndStop("open");
}
if (_root.eye2o == 0) {
this.gotoAndStop("closed");
}
}
on (press) {
if (this._currentframe == 8) {
this.gotoAndPlay(9);
_root.eye2o = 0;
}
if (this._currentframe == 1) {
this.gotoAndPlay(2);
_root.eye2o = 1;
}
}
Instance of Symbol 383 MovieClip "eye1" in Frame 621
onClipEvent (load) {
if (_root.eye1o == 1) {
this.gotoAndStop("open");
}
if (_root.eye1o == 0) {
this.gotoAndStop("closed");
}
}
on (press) {
if (this._currentframe == 8) {
this.gotoAndPlay(9);
_root.eye1o = 0;
}
if (this._currentframe == 1) {
this.gotoAndPlay(2);
_root.eye1o = 1;
}
}
Instance of Symbol 383 MovieClip "eye3" in Frame 621
onClipEvent (load) {
if (_root.eye3o == 1) {
this.gotoAndStop("open");
}
if (_root.eye3o == 0) {
this.gotoAndStop("closed");
}
}
on (press) {
if (this._currentframe == 8) {
this.gotoAndPlay(9);
_root.eye3o = 0;
}
if (this._currentframe == 1) {
this.gotoAndPlay(2);
_root.eye3o = 1;
}
}
Instance of Symbol 350 MovieClip in Frame 621
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
_root.gotoAndStop("fork");
}
on (release) {
}
Frame 622
stop();
Instance of Symbol 341 MovieClip in Frame 622
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
onClipEvent (enterFrame) {
}
Instance of Symbol 275 MovieClip in Frame 622
on (rollOver) {
if (_root.appear._currentframe < 2) {
_root.appear.play();
}
if ((!_root.puzzle2) == 1) {
_root.descrip = "";
} else {
_root.descrip = "Hmm, not a dead end after all!";
}
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
}
Instance of Symbol 275 MovieClip in Frame 622
on (rollOver) {
if (_root.appear._currentframe > 15) {
if (_root.appear._currentframe < 35) {
_root.appear.gotoAndPlay(35);
}
} else {
_root.appear.gotoAndStop(1);
}
if ((!_root.puzzle2) == 1) {
_root.descrip = "A window leading out to the night sky... there's blood on the sill";
} else {
_root.descrip = "Hmm, not a dead end after all!";
}
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
_root.gotoAndStop("window2");
}
Instance of Symbol 275 MovieClip in Frame 622
on (rollOver) {
if (_root.appear._currentframe < 2) {
_root.appear.play();
}
_root.descrip = "Back to the forked path";
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
_root.descrip = "";
_root.gotoAndStop("fork");
}
Instance of Symbol 275 MovieClip in Frame 622
onClipEvent (enterFrame) {
this.getNextHighestDepth();
}
on (rollOver) {
_root.descrip = "Five.";
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
}
Instance of Symbol 275 MovieClip in Frame 622
onClipEvent (enterFrame) {
this.getNextHighestDepth();
}
on (rollOver) {
_root.descrip = "There is a peculiar marking on the ground";
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
}
Frame 623
stop();
Instance of Symbol 275 MovieClip in Frame 623
on (rollOver) {
if ((!_root.puzzle2) == 1) {
_root.descrip = "These stars are freaking out. It's kinda freaking me out too...";
} else {
_root.descrip = "Hmm, not a dead end after all!";
}
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
}
Instance of Symbol 275 MovieClip in Frame 623
on (rollOver) {
if (_root.appear._currentframe < 2) {
_root.appear.play();
}
_root.descrip = "Yes, back is a good idea!";
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
_root.descrip = "";
_root.gotoAndStop("window1");
}
Frame 624
stop();
Instance of Symbol 480 MovieClip "qweqwe" in Frame 624
onClipEvent (enterFrame) {
if (_root.marball._currentframe == 22) {
this.play();
}
}
Instance of Symbol 480 MovieClip "dfdf" in Frame 624
onClipEvent (enterFrame) {
if (_root.marball._currentframe == 22) {
this.play();
}
}
Instance of Symbol 480 MovieClip "dssd" in Frame 624
onClipEvent (enterFrame) {
if (_root.marball._currentframe == 22) {
this.play();
}
}
Instance of Symbol 480 MovieClip "asdasd" in Frame 624
onClipEvent (enterFrame) {
if (_root.marball._currentframe == 22) {
this.play();
}
}
Instance of Symbol 480 MovieClip "cdcd" in Frame 624
onClipEvent (enterFrame) {
if (_root.marball._currentframe == 22) {
this.play();
}
}
Instance of Symbol 480 MovieClip "zxca" in Frame 624
onClipEvent (enterFrame) {
if (_root.marball._currentframe == 22) {
this.play();
}
}
Instance of Symbol 480 MovieClip "wewewe" in Frame 624
onClipEvent (enterFrame) {
if (_root.marball._currentframe == 22) {
this.play();
}
}
Instance of Symbol 480 MovieClip "ffa" in Frame 624
onClipEvent (enterFrame) {
if (_root.marball._currentframe == 22) {
this.play();
}
}
Instance of Symbol 480 MovieClip "vvcc" in Frame 624
onClipEvent (enterFrame) {
if (_root.marball._currentframe == 22) {
this.play();
}
}
Instance of Symbol 480 MovieClip "cddcz" in Frame 624
onClipEvent (enterFrame) {
if (_root.marball._currentframe == 22) {
this.play();
}
}
Instance of Symbol 480 MovieClip "wqd" in Frame 624
onClipEvent (enterFrame) {
if (_root.marball._currentframe == 22) {
this.play();
}
}
Instance of Symbol 480 MovieClip "ssdad" in Frame 624
onClipEvent (enterFrame) {
if (_root.marball._currentframe == 22) {
this.play();
spikenoise = new Sound();
spikenoise.attachSound("spikenoise");
spikenoise.start(0, 1);
grunt = new Sound();
grunt.attachSound("grunt");
grunt.start(0, 1);
}
}
Instance of Symbol 275 MovieClip in Frame 624
on (rollOver) {
if (_root.appear._currentframe < 2) {
_root.appear.play();
}
_root.descrip = "There are neat circular holes in the ground.";
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
}
Instance of Symbol 275 MovieClip in Frame 624
on (rollOver) {
if (_root.appear._currentframe < 2) {
_root.appear.play();
}
_root.descrip = "Wow, it's a pedestal.";
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
}
Instance of Symbol 275 MovieClip in Frame 624
on (rollOver) {
if (_root.appear._currentframe < 2) {
_root.appear.play();
}
if ((!_root.nogoback) == 1) {
_root.descrip = "Back to the forked path...";
}
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
if ((!_root.nogoback) == 1) {
_root.descrip = "";
_root.gotoAndStop("fork");
}
}
Instance of Symbol 275 MovieClip in Frame 624
on (rollOver) {
if (_root.appear._currentframe < 2) {
_root.appear.play();
}
_root.descrip = "There is a ball of purple marble with a symbol on it. I think I can lift this...";
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
if (_root.marball._currentframe == 1) {
_root.marball.play();
_root.nogoback = 1;
}
}
Instance of Symbol 275 MovieClip in Frame 624
on (rollOver) {
if (_root.appear._currentframe < 2) {
_root.appear.play();
}
_root.descrip = "STEP BACK!!";
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
}
Instance of Symbol 275 MovieClip in Frame 624
onClipEvent (enterFrame) {
this.getNextHighestDepth();
}
on (rollOver) {
_root.descrip = "One.";
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
}
Frame 625
stop();
Instance of Symbol 506 MovieClip in Frame 625
onClipEvent (enterFrame) {
if (_global.levered == 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 514 MovieClip in Frame 625
onClipEvent (enterFrame) {
if (_global.levered == 1) {
this._visible = false;
}
}
on (rollOver) {
if (_root.appear._currentframe < 2) {
_root.appear.play();
}
if (_global.levered == 1) {
_root.descrip = "The wooden door has gone...";
}
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
if (_global.levered == 1) {
_root.descrip = "";
_root.gotoAndStop("eyeroom");
}
}
Instance of Symbol 394 MovieClip in Frame 625
onClipEvent (enterFrame) {
if (_root.eye1o == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 341 MovieClip "ddddd" in Frame 625
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
onClipEvent (enterFrame) {
}
Instance of Symbol 275 MovieClip in Frame 625
on (rollOver) {
if (_root.appear._currentframe < 2) {
_root.appear.play();
}
if ((!_root.nogoback) == 1) {
_root.descrip = "Back to the forked path...";
}
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
if ((!_root.nogoback) == 1) {
_root.descrip = "";
_root.gotoAndStop("fork");
}
}
Instance of Symbol 275 MovieClip in Frame 625
on (rollOver) {
if (_root.appear._currentframe < 2) {
_root.appear.play();
}
if ((!_root.nogoback) == 1) {
_root.descrip = "I think this hole in the wall is where the stench is coming from.";
}
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
if ((!_root.nogoback) == 1) {
_root.descrip = "";
_root.gotoAndStop("hole");
}
}
Instance of Symbol 275 MovieClip in Frame 625
on (rollOver) {
if (_root.appear._currentframe < 2) {
_root.appear.play();
}
if ((!_global.levered) == 1) {
_root.descrip = "There's a small dark room through this doorway.";
} else {
_root.descrip = "The doorway has been sealed. Is that... my blood?";
}
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
if ((!_global.levered) == 1) {
_root.descrip = "";
_root.gotoAndStop("wallroom");
}
}
Instance of Symbol 275 MovieClip in Frame 625
on (rollOver) {
if (_root.appear._currentframe < 2) {
_root.appear.play();
}
if ((!_global.levered) == 1) {
_root.descrip = "It's a wooden door, but it doesn't have a handle or keyhole.";
} else {
_root.descrip = "The wooden door has gone, I can go through now...";
}
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
if (_global.levered == 1) {
_root.descrip = "";
_root.gotoAndStop("eyeroom");
} else {
knock = new Sound();
knock.attachSound("knock");
knock.start(0, 1);
}
}
Frame 626
stop();
Instance of Symbol 341 MovieClip in Frame 626
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
onClipEvent (enterFrame) {
}
Instance of Symbol 275 MovieClip in Frame 626
on (rollOver) {
if (_root.appear._currentframe < 2) {
_root.appear.play();
}
if ((!_root.nogoback) == 1) {
_root.descrip = "I wouldn't mind getting away from that smell...";
}
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
_root.descrip = "";
_root.gotoAndStop("holeroom");
}
Instance of Symbol 275 MovieClip in Frame 626
onClipEvent (enterFrame) {
this.getNextHighestDepth();
}
on (rollOver) {
_root.descrip = "Two.";
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
}
Instance of Symbol 275 MovieClip in Frame 626
onClipEvent (enterFrame) {
this.getNextHighestDepth();
}
on (rollOver) {
_root.descrip = "Smells like what a decomposing corpse probably smells like.";
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
}
Frame 627
stop();
Instance of Symbol 341 MovieClip in Frame 627
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
onClipEvent (enterFrame) {
}
Instance of Symbol 275 MovieClip in Frame 627
on (rollOver) {
if (_root.appear._currentframe < 2) {
_root.appear.play();
}
if ((!_root.nogoback) == 1) {
_root.descrip = "A switch. Should I flick it?";
}
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
if (this._currentframe == 1) {
_root.switc.play();
_global.levered = 1;
}
}
Instance of Symbol 275 MovieClip in Frame 627
on (rollOver) {
if (_root.appear._currentframe < 2) {
_root.appear.play();
}
if ((!_global.levered) == 1) {
_root.descrip = "Back to the room with the hole.";
} else {
_root.descrip = "";
}
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
if ((!_global.levered) == 1) {
_root.descrip = "";
_root.gotoAndStop("holeroom");
}
}
Instance of Symbol 280 MovieClip "vcamo" in Frame 627
onClipEvent (enterFrame) {
if (_root._currentframe == "entrance") {
if (this._currentframe == "last") {
_root.gotoAndStop("fork");
}
}
}
Frame 628
stop();
Instance of Symbol 588 MovieClip in Frame 628
onClipEvent (enterFrame) {
if (asdasd == undefined) {
this.gotoAndPlay(2);
asdasd = 1;
}
}
on (rollOver) {
if (this._currentframe < 70) {
if (this._currentframe > 30) {
this.gotoAndPlay(71);
_global.dontplayagain = 1;
} else if ((!_global.dontplayagain) == 1) {
this.gotoAndPlay(2);
}
}
}
on (rollOut) {
}
Instance of Symbol 341 MovieClip "asdasd" in Frame 628
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
onClipEvent (enterFrame) {
}
Instance of Symbol 275 MovieClip in Frame 628
on (rollOver) {
if (_root.appear._currentframe < 2) {
_root.appear.play();
}
_root.descrip = "Back to the forked path...";
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
_root.descrip = "";
_root.gotoAndStop("fork");
}
Instance of Symbol 275 MovieClip in Frame 628
on (rollOver) {
if (_root.appear._currentframe < 2) {
_root.appear.play();
}
_root.descrip = "Shall I go left?";
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
_root.descrip = "";
_root.gotoAndStop("girlroom");
}
Instance of Symbol 275 MovieClip in Frame 628
on (rollOver) {
if (_root.appear._currentframe < 2) {
_root.appear.play();
}
_root.descrip = "Shall I go right?";
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
_root.descrip = "";
_root.gotoAndStop("puzzleroom");
}
Frame 629
stop();
Instance of Symbol 341 MovieClip in Frame 629
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 275 MovieClip in Frame 629
on (rollOver) {
if (_root.appear._currentframe < 2) {
_root.appear.play();
}
_root.descrip = "I want to leave. Now.";
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
_root.descrip = "";
_root.gotoAndStop("ghostroom");
}
Instance of Symbol 275 MovieClip in Frame 629
onClipEvent (enterFrame) {
this.getNextHighestDepth();
}
on (rollOver) {
_root.descrip = "A pair of symbols written in gore. Perhaps I should write these down...";
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
}
Instance of Symbol 275 MovieClip in Frame 629
onClipEvent (enterFrame) {
this.getNextHighestDepth();
}
on (rollOver) {
_root.descrip = "Three.";
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
}
Frame 630
stop();
Instance of Symbol 637 MovieClip in Frame 630
onClipEvent (enterFrame) {
if (_root.eye1o == 0) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 637 MovieClip in Frame 630
onClipEvent (enterFrame) {
if (_root.eye1o == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 640 MovieClip in Frame 630
onClipEvent (enterFrame) {
if (_root.eye1o == 0) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 642 MovieClip in Frame 630
onClipEvent (enterFrame) {
if (_root.eye1o == 0) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 275 MovieClip in Frame 630
onClipEvent (enterFrame) {
this.getNextHighestDepth();
}
on (rollOver) {
_root.descrip = "That streak of blood makes it look like a face.";
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
}
Instance of Symbol 275 MovieClip in Frame 630
on (rollOver) {
if (_root.appear._currentframe < 2) {
_root.appear.play();
}
_root.descrip = "Back the way I came...";
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
_root.descrip = "";
_root.gotoAndStop("holeroom");
}
Instance of Symbol 275 MovieClip in Frame 630
onClipEvent (enterFrame) {
this.getNextHighestDepth();
}
on (rollOver) {
if (_root.eye1o == 0) {
_root.descrip = "This eye is a beautiful tropical blue. There is a symbol in the middle.";
} else {
_root.descrip = "The eye is shut.";
}
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
}
Instance of Symbol 275 MovieClip in Frame 630
onClipEvent (enterFrame) {
this.getNextHighestDepth();
}
on (rollOver) {
if (_root.eye1o == 0) {
_root.descrip = "The eye is shut.";
} else {
_root.descrip = "This eye is a relaxing violet purple. There is a symbol in the middle.";
}
}
on (press) {
}
Instance of Symbol 275 MovieClip in Frame 630
onClipEvent (enterFrame) {
this.getNextHighestDepth();
}
on (rollOver) {
_root.descrip = "Four.";
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
}
Frame 631
stop();
_root.removeball = 1;
_root.opena = 0;
Instance of Symbol 682 MovieClip in Frame 631
onClipEvent (enterFrame) {
if (_root.puzzlesolved == 1) {
if (_root.opena == 0) {
this.play();
_root.opena = 1;
}
}
}
Instance of Symbol 275 MovieClip in Frame 631
onClipEvent (enterFrame) {
this.getNextHighestDepth();
_root.ball1.removeMovieClip();
_root.ball2.removeMovieClip();
_root.ball3.removeMovieClip();
_root.ball4.removeMovieClip();
_root.ball5.removeMovieClip();
_root.ball6.removeMovieClip();
_root.ball7.removeMovieClip();
_root.ball8.removeMovieClip();
_root.ball9.removeMovieClip();
_root.ball10.removeMovieClip();
}
on (rollOver) {
if ((!_root.puzzlesolved) == 1) {
_root.descrip = "There's a panel on the wall that consists of 10 glowing socketed orbs...";
} else {
_root.descrip = "The door opened up revealing a passage.";
}
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
if ((!_root.puzzlesolved) == 1) {
_root.gotoAndStop("puzzleroompanel");
_root.descrip = "";
} else {
_root.gotoAndStop("finalroom");
_root.descrip = "";
}
}
Instance of Symbol 275 MovieClip in Frame 631
on (rollOver) {
if (_root.appear._currentframe < 2) {
_root.appear.play();
}
_root.descrip = "Back the way I came...";
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
_root.descrip = "";
_root.gotoAndStop("ghostroom");
}
Instance of Symbol 275 MovieClip in Frame 631
onClipEvent (enterFrame) {
this.getNextHighestDepth();
_root.ball1.removeMovieClip();
_root.ball2.removeMovieClip();
_root.ball3.removeMovieClip();
_root.ball4.removeMovieClip();
_root.ball5.removeMovieClip();
_root.ball6.removeMovieClip();
_root.ball7.removeMovieClip();
_root.ball8.removeMovieClip();
_root.ball9.removeMovieClip();
_root.ball10.removeMovieClip();
}
on (rollOver) {
if ((!_root.puzzlesolved) == 1) {
_root.descrip = "";
} else {
_root.descrip = "The door opened up revealing a passage.";
}
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
if ((!_root.puzzlesolved) == 1) {
_root.gotoAndStop("");
} else {
_root.gotoAndStop("finalroom");
_root.descrip = "";
}
}
Frame 632
stop();
_root.removeball = 0;
_root.ball1._x = _root.ball1x;
_root.ball1._y = _root.ball1y;
_root.ball2._x = _root.ball2x;
_root.ball2._y = _root.ball2y;
_root.ball3._x = _root.ball3x;
_root.ball3._y = _root.ball3y;
_root.ball4._x = _root.ball4x;
_root.ball4._y = _root.ball4y;
_root.ball5._x = _root.ball5x;
_root.ball5._y = _root.ball5y;
_root.ball6._x = _root.ball6x;
_root.ball6._y = _root.ball6y;
_root.ball7._x = _root.ball7x;
_root.ball7._y = _root.ball7y;
_root.ball8._x = _root.ball8x;
_root.ball8._y = _root.ball8y;
_root.ball9._x = _root.ball9x;
_root.ball9._y = _root.ball9y;
_root.ball10._x = _root.ball10x;
_root.ball10._y = _root.ball10y;
Instance of Symbol 649 MovieClip in Frame 632
onClipEvent (enterFrame) {
if (_root.ball1ok == 1) {
if (_root.ball2ok == 1) {
if (_root.ball3ok == 1) {
if (_root.ball4ok == 1) {
if (_root.ball5ok == 1) {
if (_root.ball6ok == 1) {
if (_root.ball7ok == 1) {
if (_root.ball8ok == 1) {
if (_root.ball9ok == 1) {
if (_root.ball10ok == 1) {
_root.puzzlesolved = 1;
_root.gotoAndStop("puzzleroom");
}
}
}
}
}
}
}
}
}
}
}
Instance of Symbol 674 MovieClip "ball1" in Frame 632
onClipEvent (enterFrame) {
this.gotoAndStop(4);
_root.ball1x = _x;
_root.ball1y = _y;
if (this.hitbox.hitTest(_root.socket1a.hitbox) || (this.hitbox.hitTest(_root.socket1b.hitbox))) {
if (dragging == 0) {
_root.ball4ok = 1;
}
} else {
_root.ball4ok = 0;
}
}
onClipEvent (load) {
dragging = 0;
}
on (press) {
drop = new Sound();
drop.attachSound("drop");
drop.start(0, 1);
this.swapDepths(8888);
_root.newslotx = _x;
_root.newsloty = _y;
dragging = 1;
}
on (release) {
pickup = new Sound();
pickup.attachSound("pickup");
pickup.start(0, 1);
dragging = 0;
if (this.hitbox.hitTest(_root.ball2.hitbox)) {
this._x = _root.ball2._x;
this._y = _root.ball2._y;
_root.ball2._y = _root.newsloty;
_root.ball2._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball3.hitbox)) {
this._x = _root.ball3._x;
this._y = _root.ball3._y;
_root.ball3._y = _root.newsloty;
_root.ball3._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball4.hitbox)) {
this._x = _root.ball4._x;
this._y = _root.ball4._y;
_root.ball4._y = _root.newsloty;
_root.ball4._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball5.hitbox)) {
this._x = _root.ball5._x;
this._y = _root.ball5._y;
_root.ball5._y = _root.newsloty;
_root.ball5._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball6.hitbox)) {
this._x = _root.ball6._x;
this._y = _root.ball6._y;
_root.ball6._y = _root.newsloty;
_root.ball6._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball7.hitbox)) {
this._x = _root.ball7._x;
this._y = _root.ball7._y;
_root.ball7._y = _root.newsloty;
_root.ball7._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball8.hitbox)) {
this._x = _root.ball8._x;
this._y = _root.ball8._y;
_root.ball8._y = _root.newsloty;
_root.ball8._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball9.hitbox)) {
this._x = _root.ball9._x;
this._y = _root.ball9._y;
_root.ball9._y = _root.newsloty;
_root.ball9._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball10.hitbox)) {
this._x = _root.ball10._x;
this._y = _root.ball10._y;
_root.ball10._y = _root.newsloty;
_root.ball10._x = _root.newslotx;
} else {
this._x = _root.newslotx;
this._y = _root.newsloty;
}
_root.ball1touch = 1;
_root.ball1x = _x;
_root.ball1y = _y;
}
onClipEvent (enterFrame) {
if (dragging == 1) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
}
Instance of Symbol 674 MovieClip "ball2" in Frame 632
onClipEvent (enterFrame) {
this.gotoAndStop(7);
_root.ball2x = _x;
_root.ball2y = _y;
if (this.hitbox.hitTest(_root.socket2a.hitbox) || (this.hitbox.hitTest(_root.socket2b.hitbox))) {
if (dragging == 0) {
_root.ball7ok = 1;
}
} else {
_root.ball7ok = 0;
}
}
onClipEvent (load) {
dragging = 0;
}
on (press) {
drop = new Sound();
drop.attachSound("drop");
drop.start(0, 1);
this.swapDepths(8888);
_root.newslotx = _x;
_root.newsloty = _y;
dragging = 1;
}
on (release) {
pickup = new Sound();
pickup.attachSound("pickup");
pickup.start(0, 1);
dragging = 0;
if (this.hitbox.hitTest(_root.ball1.hitbox)) {
this._x = _root.ball1._x;
this._y = _root.ball1._y;
_root.ball1._y = _root.newsloty;
_root.ball1._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball3.hitbox)) {
this._x = _root.ball3._x;
this._y = _root.ball3._y;
_root.ball3._y = _root.newsloty;
_root.ball3._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball4.hitbox)) {
this._x = _root.ball4._x;
this._y = _root.ball4._y;
_root.ball4._y = _root.newsloty;
_root.ball4._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball5.hitbox)) {
this._x = _root.ball5._x;
this._y = _root.ball5._y;
_root.ball5._y = _root.newsloty;
_root.ball5._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball6.hitbox)) {
this._x = _root.ball6._x;
this._y = _root.ball6._y;
_root.ball6._y = _root.newsloty;
_root.ball6._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball7.hitbox)) {
this._x = _root.ball7._x;
this._y = _root.ball7._y;
_root.ball7._y = _root.newsloty;
_root.ball7._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball8.hitbox)) {
this._x = _root.ball8._x;
this._y = _root.ball8._y;
_root.ball8._y = _root.newsloty;
_root.ball8._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball9.hitbox)) {
this._x = _root.ball9._x;
this._y = _root.ball9._y;
_root.ball9._y = _root.newsloty;
_root.ball9._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball10.hitbox)) {
this._x = _root.ball10._x;
this._y = _root.ball10._y;
_root.ball10._y = _root.newsloty;
_root.ball10._x = _root.newslotx;
} else {
this._x = _root.newslotx;
this._y = _root.newsloty;
}
_root.ball2touch = 1;
_root.ball2x = _x;
_root.ball2y = _y;
}
onClipEvent (enterFrame) {
if (dragging == 1) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
}
Instance of Symbol 674 MovieClip "ball3" in Frame 632
onClipEvent (enterFrame) {
this.gotoAndStop(6);
_root.ball3x = _x;
_root.ball3y = _y;
if (this.hitbox.hitTest(_root.socket2a.hitbox) || (this.hitbox.hitTest(_root.socket2b.hitbox))) {
if (dragging == 0) {
_root.ball6ok = 1;
}
} else {
_root.ball6ok = 0;
}
}
onClipEvent (load) {
dragging = 0;
}
on (press) {
drop = new Sound();
drop.attachSound("drop");
drop.start(0, 1);
this.swapDepths(8888);
_root.newslotx = _x;
_root.newsloty = _y;
dragging = 1;
}
on (release) {
pickup = new Sound();
pickup.attachSound("pickup");
pickup.start(0, 1);
dragging = 0;
if (this.hitbox.hitTest(_root.ball1.hitbox)) {
this._x = _root.ball1._x;
this._y = _root.ball1._y;
_root.ball1._y = _root.newsloty;
_root.ball1._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball2.hitbox)) {
this._x = _root.ball2._x;
this._y = _root.ball2._y;
_root.ball3._y = _root.newsloty;
_root.ball3._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball4.hitbox)) {
this._x = _root.ball4._x;
this._y = _root.ball4._y;
_root.ball4._y = _root.newsloty;
_root.ball4._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball5.hitbox)) {
this._x = _root.ball5._x;
this._y = _root.ball5._y;
_root.ball5._y = _root.newsloty;
_root.ball5._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball6.hitbox)) {
this._x = _root.ball6._x;
this._y = _root.ball6._y;
_root.ball6._y = _root.newsloty;
_root.ball6._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball7.hitbox)) {
this._x = _root.ball7._x;
this._y = _root.ball7._y;
_root.ball7._y = _root.newsloty;
_root.ball7._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball8.hitbox)) {
this._x = _root.ball8._x;
this._y = _root.ball8._y;
_root.ball8._y = _root.newsloty;
_root.ball8._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball9.hitbox)) {
this._x = _root.ball9._x;
this._y = _root.ball9._y;
_root.ball9._y = _root.newsloty;
_root.ball9._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball10.hitbox)) {
this._x = _root.ball10._x;
this._y = _root.ball10._y;
_root.ball10._y = _root.newsloty;
_root.ball10._x = _root.newslotx;
} else {
this._x = _root.newslotx;
this._y = _root.newsloty;
}
_root.ball3touch = 1;
_root.ball3x = _x;
_root.ball3y = _y;
}
onClipEvent (enterFrame) {
if (dragging == 1) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
}
Instance of Symbol 674 MovieClip "ball4" in Frame 632
onClipEvent (enterFrame) {
this.gotoAndStop(9);
_root.ball4x = _x;
_root.ball4y = _y;
if (_root.removeball == 1) {
this.removeMovieClip();
}
if (this.hitbox.hitTest(_root.socket5a.hitbox) || (this.hitbox.hitTest(_root.socket5b.hitbox))) {
if (dragging == 0) {
_root.ball9ok = 1;
}
} else {
_root.ball9ok = 0;
}
}
onClipEvent (load) {
dragging = 0;
}
on (press) {
drop = new Sound();
drop.attachSound("drop");
drop.start(0, 1);
this.swapDepths(8888);
_root.newslotx = _x;
_root.newsloty = _y;
dragging = 1;
}
on (release) {
pickup = new Sound();
pickup.attachSound("pickup");
pickup.start(0, 1);
dragging = 0;
if (this.hitbox.hitTest(_root.ball1.hitbox)) {
this._x = _root.ball1._x;
this._y = _root.ball1._y;
_root.ball1._y = _root.newsloty;
_root.ball1._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball3.hitbox)) {
this._x = _root.ball3._x;
this._y = _root.ball3._y;
_root.ball3._y = _root.newsloty;
_root.ball3._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball2.hitbox)) {
this._x = _root.ball2._x;
this._y = _root.ball2._y;
_root.ball4._y = _root.newsloty;
_root.ball4._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball5.hitbox)) {
this._x = _root.ball5._x;
this._y = _root.ball5._y;
_root.ball5._y = _root.newsloty;
_root.ball5._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball6.hitbox)) {
this._x = _root.ball6._x;
this._y = _root.ball6._y;
_root.ball6._y = _root.newsloty;
_root.ball6._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball7.hitbox)) {
this._x = _root.ball7._x;
this._y = _root.ball7._y;
_root.ball7._y = _root.newsloty;
_root.ball7._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball8.hitbox)) {
this._x = _root.ball8._x;
this._y = _root.ball8._y;
_root.ball8._y = _root.newsloty;
_root.ball8._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball9.hitbox)) {
this._x = _root.ball9._x;
this._y = _root.ball9._y;
_root.ball9._y = _root.newsloty;
_root.ball9._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball10.hitbox)) {
this._x = _root.ball10._x;
this._y = _root.ball10._y;
_root.ball10._y = _root.newsloty;
_root.ball10._x = _root.newslotx;
} else {
this._x = _root.newslotx;
this._y = _root.newsloty;
}
_root.ball4x = _x;
_root.ball4y = _y;
_root.ball4touch = 1;
}
onClipEvent (enterFrame) {
if (dragging == 1) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
}
Instance of Symbol 674 MovieClip "ball5" in Frame 632
onClipEvent (enterFrame) {
this.gotoAndStop(5);
_root.ball5x = _x;
_root.ball5y = _y;
if (this.hitbox.hitTest(_root.socket1a.hitbox) || (this.hitbox.hitTest(_root.socket1b.hitbox))) {
if (dragging == 0) {
_root.ball5ok = 1;
}
} else {
_root.ball5ok = 0;
}
if (_root.removeball == 1) {
this.removeMovieClip();
}
}
onClipEvent (load) {
dragging = 0;
}
on (press) {
drop = new Sound();
drop.attachSound("drop");
drop.start(0, 1);
this.swapDepths(8888);
_root.newslotx = _x;
_root.newsloty = _y;
dragging = 1;
}
on (release) {
pickup = new Sound();
pickup.attachSound("pickup");
pickup.start(0, 1);
dragging = 0;
if (this.hitbox.hitTest(_root.ball1.hitbox)) {
this._x = _root.ball1._x;
this._y = _root.ball1._y;
_root.ball1._y = _root.newsloty;
_root.ball1._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball3.hitbox)) {
this._x = _root.ball3._x;
this._y = _root.ball3._y;
_root.ball3._y = _root.newsloty;
_root.ball3._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball4.hitbox)) {
this._x = _root.ball4._x;
this._y = _root.ball4._y;
_root.ball4._y = _root.newsloty;
_root.ball4._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball2.hitbox)) {
this._x = _root.ball2._x;
this._y = _root.ball2._y;
_root.ball2._y = _root.newsloty;
_root.ball2._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball6.hitbox)) {
this._x = _root.ball6._x;
this._y = _root.ball6._y;
_root.ball6._y = _root.newsloty;
_root.ball6._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball7.hitbox)) {
this._x = _root.ball7._x;
this._y = _root.ball7._y;
_root.ball7._y = _root.newsloty;
_root.ball7._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball8.hitbox)) {
this._x = _root.ball8._x;
this._y = _root.ball8._y;
_root.ball8._y = _root.newsloty;
_root.ball8._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball9.hitbox)) {
this._x = _root.ball9._x;
this._y = _root.ball9._y;
_root.ball9._y = _root.newsloty;
_root.ball9._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball10.hitbox)) {
this._x = _root.ball10._x;
this._y = _root.ball10._y;
_root.ball10._y = _root.newsloty;
_root.ball10._x = _root.newslotx;
} else {
this._x = _root.newslotx;
this._y = _root.newsloty;
}
_root.ball5x = _x;
_root.ball5y = _y;
_root.ball5touch = 1;
}
onClipEvent (enterFrame) {
if (dragging == 1) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
}
Instance of Symbol 674 MovieClip "ball6" in Frame 632
onClipEvent (enterFrame) {
this.gotoAndStop(1);
if (this.hitbox.hitTest(_root.socket3a.hitbox) || (this.hitbox.hitTest(_root.socket3b.hitbox))) {
if (dragging == 0) {
_root.ball1ok = 1;
}
} else {
_root.ball1ok = 0;
}
_root.ball6x = _x;
_root.ball6y = _y;
}
onClipEvent (load) {
dragging = 0;
}
on (press) {
drop = new Sound();
drop.attachSound("drop");
drop.start(0, 1);
this.swapDepths(8888);
_root.newslotx = _x;
_root.newsloty = _y;
dragging = 1;
}
on (release) {
pickup = new Sound();
pickup.attachSound("pickup");
pickup.start(0, 1);
dragging = 0;
if (this.hitbox.hitTest(_root.ball1.hitbox)) {
this._x = _root.ball1._x;
this._y = _root.ball1._y;
_root.ball1._y = _root.newsloty;
_root.ball1._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball3.hitbox)) {
this._x = _root.ball3._x;
this._y = _root.ball3._y;
_root.ball3._y = _root.newsloty;
_root.ball3._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball4.hitbox)) {
this._x = _root.ball4._x;
this._y = _root.ball4._y;
_root.ball4._y = _root.newsloty;
_root.ball4._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball5.hitbox)) {
this._x = _root.ball5._x;
this._y = _root.ball5._y;
_root.ball5._y = _root.newsloty;
_root.ball5._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball2.hitbox)) {
this._x = _root.ball2._x;
this._y = _root.ball2._y;
_root.ball2._y = _root.newsloty;
_root.ball2._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball7.hitbox)) {
this._x = _root.ball7._x;
this._y = _root.ball7._y;
_root.ball7._y = _root.newsloty;
_root.ball7._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball8.hitbox)) {
this._x = _root.ball8._x;
this._y = _root.ball8._y;
_root.ball8._y = _root.newsloty;
_root.ball8._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball9.hitbox)) {
this._x = _root.ball9._x;
this._y = _root.ball9._y;
_root.ball9._y = _root.newsloty;
_root.ball9._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball10.hitbox)) {
this._x = _root.ball10._x;
this._y = _root.ball10._y;
_root.ball10._y = _root.newsloty;
_root.ball10._x = _root.newslotx;
} else {
this._x = _root.newslotx;
this._y = _root.newsloty;
}
_root.ball6x = _x;
_root.ball6y = _y;
_root.ball6touch = 1;
}
onClipEvent (enterFrame) {
if (dragging == 1) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
}
Instance of Symbol 674 MovieClip "ball7" in Frame 632
onClipEvent (enterFrame) {
this.gotoAndStop(10);
_root.ball7x = _x;
_root.ball7y = _y;
if (this.hitbox.hitTest(_root.socket4a.hitbox) || (this.hitbox.hitTest(_root.socket4b.hitbox))) {
if (dragging == 0) {
_root.ball10ok = 1;
}
} else {
_root.ball10ok = 0;
}
}
onClipEvent (load) {
dragging = 0;
}
on (press) {
drop = new Sound();
drop.attachSound("drop");
drop.start(0, 1);
this.swapDepths(8888);
_root.newslotx = _x;
_root.newsloty = _y;
dragging = 1;
}
on (release) {
pickup = new Sound();
pickup.attachSound("pickup");
pickup.start(0, 1);
dragging = 0;
if (this.hitbox.hitTest(_root.ball1.hitbox)) {
this._x = _root.ball1._x;
this._y = _root.ball1._y;
_root.ball1._y = _root.newsloty;
_root.ball1._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball3.hitbox)) {
this._x = _root.ball3._x;
this._y = _root.ball3._y;
_root.ball3._y = _root.newsloty;
_root.ball3._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball4.hitbox)) {
this._x = _root.ball4._x;
this._y = _root.ball4._y;
_root.ball4._y = _root.newsloty;
_root.ball4._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball5.hitbox)) {
this._x = _root.ball5._x;
this._y = _root.ball5._y;
_root.ball5._y = _root.newsloty;
_root.ball5._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball6.hitbox)) {
this._x = _root.ball6._x;
this._y = _root.ball6._y;
_root.ball6._y = _root.newsloty;
_root.ball6._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball2.hitbox)) {
this._x = _root.ball2._x;
this._y = _root.ball2._y;
_root.ball2._y = _root.newsloty;
_root.ball2._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball8.hitbox)) {
this._x = _root.ball8._x;
this._y = _root.ball8._y;
_root.ball8._y = _root.newsloty;
_root.ball8._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball9.hitbox)) {
this._x = _root.ball9._x;
this._y = _root.ball9._y;
_root.ball9._y = _root.newsloty;
_root.ball9._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball10.hitbox)) {
this._x = _root.ball10._x;
this._y = _root.ball10._y;
_root.ball10._y = _root.newsloty;
_root.ball10._x = _root.newslotx;
} else {
this._x = _root.newslotx;
this._y = _root.newsloty;
}
_root.ball7x = _x;
_root.ball7y = _y;
_root.ball7touch = 1;
}
onClipEvent (enterFrame) {
if (dragging == 1) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
}
Instance of Symbol 674 MovieClip "ball9" in Frame 632
onClipEvent (enterFrame) {
this.gotoAndStop(3);
_root.ball9x = _x;
_root.ball9y = _y;
if (this.hitbox.hitTest(_root.socket3a.hitbox) || (this.hitbox.hitTest(_root.socket3b.hitbox))) {
if (dragging == 0) {
_root.ball3ok = 1;
}
} else {
_root.ball3ok = 0;
}
}
onClipEvent (load) {
dragging = 0;
}
on (press) {
drop = new Sound();
drop.attachSound("drop");
drop.start(0, 1);
this.swapDepths(8888);
_root.newslotx = _x;
_root.newsloty = _y;
dragging = 1;
}
on (release) {
pickup = new Sound();
pickup.attachSound("pickup");
pickup.start(0, 1);
dragging = 0;
if (this.hitbox.hitTest(_root.ball1.hitbox)) {
this._x = _root.ball1._x;
this._y = _root.ball1._y;
_root.ball1._y = _root.newsloty;
_root.ball1._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball3.hitbox)) {
this._x = _root.ball3._x;
this._y = _root.ball3._y;
_root.ball3._y = _root.newsloty;
_root.ball3._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball4.hitbox)) {
this._x = _root.ball4._x;
this._y = _root.ball4._y;
_root.ball4._y = _root.newsloty;
_root.ball4._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball5.hitbox)) {
this._x = _root.ball5._x;
this._y = _root.ball5._y;
_root.ball5._y = _root.newsloty;
_root.ball5._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball6.hitbox)) {
this._x = _root.ball6._x;
this._y = _root.ball6._y;
_root.ball6._y = _root.newsloty;
_root.ball6._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball7.hitbox)) {
this._x = _root.ball7._x;
this._y = _root.ball7._y;
_root.ball7._y = _root.newsloty;
_root.ball7._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball8.hitbox)) {
this._x = _root.ball8._x;
this._y = _root.ball8._y;
_root.ball8._y = _root.newsloty;
_root.ball8._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball2.hitbox)) {
this._x = _root.ball2._x;
this._y = _root.ball2._y;
_root.ball2._y = _root.newsloty;
_root.ball2._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball10.hitbox)) {
this._x = _root.ball10._x;
this._y = _root.ball10._y;
_root.ball10._y = _root.newsloty;
_root.ball10._x = _root.newslotx;
} else {
this._x = _root.newslotx;
this._y = _root.newsloty;
}
_root.ball9x = _x;
_root.ball9y = _y;
_root.ball9touch = 1;
}
onClipEvent (enterFrame) {
if (dragging == 1) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
}
Instance of Symbol 674 MovieClip "ball8" in Frame 632
onClipEvent (enterFrame) {
this.gotoAndStop(2);
_root.ball8x = _x;
_root.ball8y = _y;
if (this.hitbox.hitTest(_root.socket5a.hitbox) || (this.hitbox.hitTest(_root.socket5b.hitbox))) {
if (dragging == 0) {
_root.ball2ok = 1;
}
} else {
_root.ball2ok = 0;
}
}
onClipEvent (load) {
dragging = 0;
}
on (press) {
drop = new Sound();
drop.attachSound("drop");
drop.start(0, 1);
this.swapDepths(8888);
_root.newslotx = _x;
_root.newsloty = _y;
dragging = 1;
}
on (release) {
pickup = new Sound();
pickup.attachSound("pickup");
pickup.start(0, 1);
dragging = 0;
if (this.hitbox.hitTest(_root.ball1.hitbox)) {
this._x = _root.ball1._x;
this._y = _root.ball1._y;
_root.ball1._y = _root.newsloty;
_root.ball1._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball3.hitbox)) {
this._x = _root.ball3._x;
this._y = _root.ball3._y;
_root.ball3._y = _root.newsloty;
_root.ball3._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball4.hitbox)) {
this._x = _root.ball4._x;
this._y = _root.ball4._y;
_root.ball4._y = _root.newsloty;
_root.ball4._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball5.hitbox)) {
this._x = _root.ball5._x;
this._y = _root.ball5._y;
_root.ball5._y = _root.newsloty;
_root.ball5._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball6.hitbox)) {
this._x = _root.ball6._x;
this._y = _root.ball6._y;
_root.ball6._y = _root.newsloty;
_root.ball6._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball7.hitbox)) {
this._x = _root.ball7._x;
this._y = _root.ball7._y;
_root.ball7._y = _root.newsloty;
_root.ball7._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball2.hitbox)) {
this._x = _root.ball2._x;
this._y = _root.ball2._y;
_root.ball2._y = _root.newsloty;
_root.ball2._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball9.hitbox)) {
this._x = _root.ball9._x;
this._y = _root.ball9._y;
_root.ball9._y = _root.newsloty;
_root.ball9._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball10.hitbox)) {
this._x = _root.ball10._x;
this._y = _root.ball10._y;
_root.ball10._y = _root.newsloty;
_root.ball10._x = _root.newslotx;
} else {
this._x = _root.newslotx;
this._y = _root.newsloty;
}
_root.ball8x = _x;
_root.ball8y = _y;
_root.ball8touch = 1;
}
onClipEvent (enterFrame) {
if (dragging == 1) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
}
Instance of Symbol 674 MovieClip "ball10" in Frame 632
onClipEvent (enterFrame) {
this.gotoAndStop(8);
_root.ball10x = _x;
_root.ball10y = _y;
if (this.hitbox.hitTest(_root.socket4a.hitbox) || (this.hitbox.hitTest(_root.socket4b.hitbox))) {
if (dragging == 0) {
_root.ball8ok = 1;
}
} else {
_root.ball8ok = 0;
}
}
onClipEvent (load) {
dragging = 0;
}
on (press) {
drop = new Sound();
drop.attachSound("drop");
drop.start(0, 1);
this.swapDepths(8888);
_root.newslotx = _x;
_root.newsloty = _y;
dragging = 1;
}
on (release) {
pickup = new Sound();
pickup.attachSound("pickup");
pickup.start(0, 1);
dragging = 0;
if (this.hitbox.hitTest(_root.ball1.hitbox)) {
this._x = _root.ball1._x;
this._y = _root.ball1._y;
_root.ball1._y = _root.newsloty;
_root.ball1._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball3.hitbox)) {
this._x = _root.ball3._x;
this._y = _root.ball3._y;
_root.ball3._y = _root.newsloty;
_root.ball3._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball4.hitbox)) {
this._x = _root.ball4._x;
this._y = _root.ball4._y;
_root.ball4._y = _root.newsloty;
_root.ball4._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball5.hitbox)) {
this._x = _root.ball5._x;
this._y = _root.ball5._y;
_root.ball5._y = _root.newsloty;
_root.ball5._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball6.hitbox)) {
this._x = _root.ball6._x;
this._y = _root.ball6._y;
_root.ball6._y = _root.newsloty;
_root.ball6._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball7.hitbox)) {
this._x = _root.ball7._x;
this._y = _root.ball7._y;
_root.ball7._y = _root.newsloty;
_root.ball7._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball8.hitbox)) {
this._x = _root.ball8._x;
this._y = _root.ball8._y;
_root.ball8._y = _root.newsloty;
_root.ball8._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball9.hitbox)) {
this._x = _root.ball9._x;
this._y = _root.ball9._y;
_root.ball9._y = _root.newsloty;
_root.ball9._x = _root.newslotx;
} else if (this.hitbox.hitTest(_root.ball2.hitbox)) {
this._x = _root.ball2._x;
this._y = _root.ball2._y;
_root.ball2._y = _root.newsloty;
_root.ball2._x = _root.newslotx;
} else {
this._x = _root.newslotx;
this._y = _root.newsloty;
}
_root.ball10x = _x;
_root.ball10y = _y;
_root.ball10touch = 1;
}
onClipEvent (enterFrame) {
if (dragging == 1) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
}
Instance of Symbol 275 MovieClip in Frame 632
on (rollOver) {
if (_root.appear._currentframe < 2) {
_root.appear.play();
}
_root.descrip = "I can't figure this out...";
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
_root.descrip = "";
_root.gotoAndStop("puzzleroom");
}
Instance of Symbol 341 MovieClip in Frame 632
onClipEvent (enterFrame) {
Mouse.show();
}
Instance of Symbol 275 MovieClip in Frame 632
onClipEvent (enterFrame) {
this.getNextHighestDepth();
}
on (rollOver) {
_root.descrip = "One.";
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
}
Instance of Symbol 275 MovieClip in Frame 632
onClipEvent (enterFrame) {
this.getNextHighestDepth();
}
on (rollOver) {
_root.descrip = "Two.";
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
}
Instance of Symbol 275 MovieClip in Frame 632
onClipEvent (enterFrame) {
this.getNextHighestDepth();
}
on (rollOver) {
_root.descrip = "Three.";
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
}
Instance of Symbol 275 MovieClip in Frame 632
onClipEvent (enterFrame) {
this.getNextHighestDepth();
}
on (rollOver) {
_root.descrip = "Four.";
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
}
Instance of Symbol 275 MovieClip in Frame 632
onClipEvent (enterFrame) {
this.getNextHighestDepth();
}
on (rollOver) {
_root.descrip = "Five.";
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
}
Frame 633
Mouse.show();
_root.removebubbles = 0;
stop();
Instance of Symbol 318 MovieClip "but1" in Frame 633
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
this.gotoAndStop(2);
if ((!_root.puzzle2) == 1) {
if (_root.panel1._currentframe < 10) {
_root.panel1.nextFrame();
} else {
_root.panel1.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (_root.puzzle1 == 1) {
this.gotoAndStop(3);
}
}
Instance of Symbol 318 MovieClip "but2" in Frame 633
onClipEvent (load) {
nuber = 0;
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
this.gotoAndStop(2);
if ((!_root.puzzle2) == 1) {
if (_root.panel2._currentframe < 10) {
_root.panel2.nextFrame();
} else {
_root.panel2.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (_root.puzzle1 == 1) {
this.gotoAndStop(3);
}
}
Instance of Symbol 318 MovieClip "but3" in Frame 633
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
this.gotoAndStop(2);
if ((!_root.puzzle2) == 1) {
if (_root.panel3._currentframe < 10) {
_root.panel3.nextFrame();
} else {
_root.panel3.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (_root.puzzle1 == 1) {
this.gotoAndStop(3);
}
}
Instance of Symbol 754 MovieClip "endmovie" in Frame 633
onClipEvent (load) {
dong = 0;
}
onClipEvent (enterFrame) {
if (dong == 0) {
if (_root.finalpuzzle == 1) {
this.play();
dong = 1;
}
}
}
Instance of Symbol 275 MovieClip "asd4" in Frame 633
onClipEvent (enterFrame) {
this.getNextHighestDepth();
}
on (rollOver) {
if ((!_root.finalpuzzle) == 1) {
_root.descrip = "Back the way I came...";
} else {
_root.descrip = "Wake up.";
}
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
if ((!_root.finalpuzzle) == 1) {
_root.descrip = "";
_root.gotoAndStop("puzzleroom");
}
if (_root.finalpuzzle == 1) {
_root.endmovie.play();
}
}
Instance of Symbol 275 MovieClip "asd3" in Frame 633
onClipEvent (enterFrame) {
this.getNextHighestDepth();
}
on (rollOver) {
if ((!_root.finalpuzzle) == 1) {
_root.descrip = "There is no ceiling. Starlight illuminates the room.";
} else {
_root.descrip = "Wake up.";
}
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
if (_root.finalpuzzle == 1) {
_root.endmovie.play();
}
}
Instance of Symbol 275 MovieClip "asd1" in Frame 633
onClipEvent (enterFrame) {
this.getNextHighestDepth();
}
on (rollOver) {
if ((!_root.finalpuzzle) == 1) {
_root.descrip = "It's an alarm clock. Pity I don't know how to read the time in analouge...";
} else {
_root.descrip = "Wake up.";
}
}
on (rollOut) {
if ((!_root.finalpuzzle) == 1) {
_root.descrip = "";
}
}
on (press) {
if (_root.finalpuzzle == 1) {
_root.endmovie.play();
}
}
Instance of Symbol 275 MovieClip "asd2" in Frame 633
onClipEvent (enterFrame) {
this.getNextHighestDepth();
}
on (rollOver) {
if ((!_root.finalpuzzle) == 1) {
_root.descrip = "3 buttons, and 3 corresponding numbers...";
} else {
_root.descrip = "Wake up.";
}
}
on (rollOut) {
_root.descrip = "";
}
on (press) {
if ((!_root.finalpuzzle) == 1) {
_root.descrip = "";
_root.gotoAndStop("finalroompanel");
}
if (_root.finalpuzzle == 1) {
_root.endmovie.play();
}
}
Instance of Symbol 318 MovieClip "but1" in Frame 634
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
this.gotoAndStop(2);
_root.click1.start(0, 1);
if ((!_root.puzzle2) == 1) {
if (_root.panel1._currentframe < 10) {
_root.panel1.nextFrame();
} else {
_root.panel1.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (_root.puzzle1 == 1) {
this.gotoAndStop(3);
}
}
Instance of Symbol 318 MovieClip "but2" in Frame 634
onClipEvent (load) {
nuber = 0;
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
this.gotoAndStop(2);
_root.click1.start(0, 1);
if ((!_root.puzzle2) == 1) {
if (_root.panel2._currentframe < 10) {
_root.panel2.nextFrame();
} else {
_root.panel2.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (_root.puzzle1 == 1) {
this.gotoAndStop(3);
}
}
Instance of Symbol 318 MovieClip "but3" in Frame 634
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.gotoAndStop(3);
}
on (release) {
this.gotoAndStop(2);
_root.click1.start(0, 1);
if ((!_root.puzzle2) == 1) {
if (_root.panel3._currentframe < 10) {
_root.panel3.nextFrame();
} else {
_root.panel3.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (_root.puzzle1 == 1) {
this.gotoAndStop(3);
}
}
Instance of Symbol 341 MovieClip in Frame 634
onClipEvent (load) {
counter = 0;
}
onClipEvent (enterFrame) {
if (counter > 16) {
_root.gotoAndStop("entrance");
}
if (_root.panel1._currentframe == 4) {
if (_root.panel2._currentframe == 4) {
if (_root.panel3._currentframe == 2) {
_root.finalpuzzle = 1;
_root.gotoAndStop("finalroom");
}
}
}
}
Instance of Symbol 350 MovieClip in Frame 634
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
_root.gotoAndStop("finalroom");
}
on (release) {
}
Instance of Symbol 201 MovieClip "bubblespawner" in Frame 635
onClipEvent (enterFrame) {
this._visible = false;
}
onClipEvent (load) {
bubbletimer = 0;
reach = 20;
b = 1;
}
onClipEvent (enterFrame) {
bubbletimer = bubbletimer + 1;
if (bubbletimer == reach) {
_root.bubble.duplicateMovieClip("bubble", _root.getNextHighestDepth());
bubbletimer = 0;
b++;
reach = random(7) + 1;
}
}
Instance of Symbol 764 MovieClip "bubble" in Frame 635
onClipEvent (load) {
size = random(60) - 30;
_width = (_width + size);
_height = (_height + size);
alphareduct = random(2) + 1;
this._x = random(550);
this._y = 435;
xspeed = random(40) - 20;
yspeed = random(20) - 70;
}
onClipEvent (enterFrame) {
if (_root.removebubbles == 1) {
this._alpha = 0;
}
_root.bubble._alpha = 100;
_root.bubble._visible = false;
this._alpha = this._alpha - alphareduct;
if (this._alpha < 0) {
this.removeMovieClip();
}
if (xspeed < 0) {
xspeed = xspeed + 0.5;
}
if (xspeed > 0) {
xspeed = xspeed - 0.5;
}
this._x = this._x + (xspeed / 10);
this._y = this._y + (yspeed / 10);
}
Instance of Symbol 199 MovieClip "bubble" in Frame 1043
onClipEvent (load) {
size = random(60) - 30;
_width = (_width + size);
_height = (_height + size);
alphareduct = random(2) + 1;
this._x = random(550);
this._y = 435;
xspeed = random(40) - 20;
yspeed = random(20) - 70;
}
onClipEvent (enterFrame) {
if (_root.removebubbles == 1) {
this._alpha = 0;
}
_root.bubble._alpha = 100;
_root.bubble._visible = false;
this._alpha = this._alpha - alphareduct;
if (this._alpha < 0) {
this.removeMovieClip();
}
if (xspeed < 0) {
xspeed = xspeed + 0.5;
}
if (xspeed > 0) {
xspeed = xspeed - 0.5;
}
this._x = this._x + (xspeed / 10);
this._y = this._y + (yspeed / 10);
}
Instance of Symbol 783 MovieClip "dsa" in Frame 1276
on (press) {
gotoAndStop (637);
getURL ("http://www.MoFunZone.com/", "_blank");
}
Frame 1341
stop();
Instance of Symbol 783 MovieClip "nnn" in Frame 1341
on (press) {
this.gotoAndStop(3);
getURL ("http://www.MoFunZone.com/", "_blank");
}
on (release) {
this.gotoAndStop(2);
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 788 MovieClip "afa" in Frame 1341
on (press) {
this.gotoAndStop(3);
}
on (release) {
this.gotoAndStop(2);
_root.gotoAndStop("mainmenu");
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Symbol 42 MovieClip Frame 11
_parent.gotoAndStop(2);
Symbol 52 MovieClip Frame 1
this.onEnterFrame = function () {
bytesloaded = Math.round(_root.getBytesLoaded());
bytestotal = Math.round(_root.getBytesTotal());
percent = bytesloaded / bytestotal;
barmask._xscale = percent * 100;
};
Symbol 84 MovieClip Frame 1
if (Math.random() > 0.5) {
_xscale = (-_xscale);
_x = (_x - _parent.shiftamt);
}
Symbol 84 MovieClip Frame 90
if (_parent.isloaded) {
_parent.gotoAndStop(10);
} else {
thenextframe = Math.ceil(Math.random() * 8) + 1;
if (thenextframe == _parent._currentframe) {
_parent.nextFrame();
} else {
_parent.gotoAndStop(thenextframe);
}
}
Symbol 95 MovieClip Frame 1
if (Math.random() > 0.5) {
_xscale = (-_xscale);
_x = (_x - _parent.shiftamt);
}
Symbol 95 MovieClip Frame 90
if (_parent.isloaded) {
_parent.gotoAndStop(10);
} else {
thenextframe = Math.ceil(Math.random() * 8) + 1;
if (thenextframe == _parent._currentframe) {
_parent.nextFrame();
} else {
_parent.gotoAndStop(thenextframe);
}
}
Symbol 103 MovieClip Frame 1
if (Math.random() > 0.5) {
_xscale = (-_xscale);
_x = (_x - _parent.shiftamt);
}
Symbol 103 MovieClip Frame 90
if (_parent.isloaded) {
_parent.gotoAndStop(10);
} else {
thenextframe = Math.ceil(Math.random() * 8) + 1;
if (thenextframe == _parent._currentframe) {
_parent.nextFrame();
} else {
_parent.gotoAndStop(thenextframe);
}
}
Symbol 111 MovieClip Frame 1
if (Math.random() > 0.5) {
_xscale = (-_xscale);
_x = (_x - _parent.shiftamt);
}
Symbol 111 MovieClip Frame 90
if (_parent.isloaded) {
_parent.gotoAndStop(10);
} else {
thenextframe = Math.ceil(Math.random() * 8) + 1;
if (thenextframe == _parent._currentframe) {
_parent.nextFrame();
} else {
_parent.gotoAndStop(thenextframe);
}
}
Symbol 119 MovieClip Frame 1
if (Math.random() > 0.5) {
_xscale = (-_xscale);
_x = (_x - _parent.shiftamt);
}
Symbol 119 MovieClip Frame 90
if (_parent.isloaded) {
_parent.gotoAndStop(10);
} else {
thenextframe = Math.ceil(Math.random() * 8) + 1;
if (thenextframe == _parent._currentframe) {
_parent.nextFrame();
} else {
_parent.gotoAndStop(thenextframe);
}
}
Symbol 127 MovieClip Frame 1
if (Math.random() > 0.5) {
_xscale = (-_xscale);
_x = (_x - _parent.shiftamt);
}
Symbol 127 MovieClip Frame 90
if (_parent.isloaded) {
_parent.gotoAndStop(10);
} else {
thenextframe = Math.ceil(Math.random() * 8) + 1;
if (thenextframe == _parent._currentframe) {
_parent.nextFrame();
} else {
_parent.gotoAndStop(thenextframe);
}
}
Symbol 135 MovieClip Frame 1
if (Math.random() > 0.5) {
_xscale = (-_xscale);
_x = (_x - _parent.shiftamt);
}
Symbol 135 MovieClip Frame 90
if (_parent.isloaded) {
_parent.gotoAndStop(10);
} else {
thenextframe = Math.ceil(Math.random() * 8) + 1;
if (thenextframe == _parent._currentframe) {
_parent.nextFrame();
} else {
_parent.gotoAndStop(thenextframe);
}
}
Symbol 143 MovieClip Frame 1
if (Math.random() > 0.5) {
_xscale = (-_xscale);
_x = (_x - _parent.shiftamt);
}
Symbol 143 MovieClip Frame 90
if (_parent.isloaded) {
_parent.gotoAndStop(10);
} else {
thenextframe = Math.ceil(Math.random() * 8) + 1;
if (thenextframe == _parent._currentframe) {
_parent.gotoAndStop(2);
} else {
_parent.gotoAndStop(thenextframe);
}
}
Symbol 149 MovieClip Frame 133
_root.play();
Symbol 150 MovieClip Frame 1
stop();
_root.stop();
shiftamt = 17;
isloaded = false;
this.onEnterFrame = function () {
bytesloaded = Math.round(_root.getBytesLoaded());
bytestotal = Math.round(_root.getBytesTotal());
percent = bytesloaded / bytestotal;
if (bytesloaded == bytestotal) {
isloaded = true;
}
};
this.onRelease = function () {
getURL ("http://www.mofunzone.com/", "_blank");
};
Instance of Symbol 161 MovieClip in Symbol 164 MovieClip Frame 1
onClipEvent (enterFrame) {
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
_root.loaded = 0;
this._xscale = PercentLoaded;
} else {
_root.loaded = 1;
_root.play();
}
}
Symbol 180 MovieClip Frame 1
stop();
Symbol 184 MovieClip Frame 1
stop();
Symbol 189 MovieClip Frame 1
stop();
Instance of Symbol 180 MovieClip in Symbol 190 MovieClip Frame 1
on (press) {
gotoAndStop (3);
}
on (release) {
gotoAndStop (2);
_root.play();
}
on (rollOver) {
gotoAndStop (2);
}
on (rollOut) {
gotoAndStop (1);
}
Instance of Symbol 184 MovieClip in Symbol 190 MovieClip Frame 1
on (press) {
gotoAndStop (3);
getURL ("http://www.MoFunZone.com/", "_blank");
}
on (release) {
gotoAndStop (2);
}
on (rollOver) {
gotoAndStop (2);
}
on (rollOut) {
gotoAndStop (1);
}
Instance of Symbol 189 MovieClip "asdasddddd" in Symbol 190 MovieClip Frame 1
on (press) {
gotoAndStop (3);
}
on (release) {
gotoAndStop (2);
getURL ("http://www.mofunzone.com/game_cheats/pc_cheats/dreamgate_escape.shtml", "_blank");
}
on (rollOver) {
gotoAndStop (2);
}
on (rollOut) {
gotoAndStop (1);
}
Symbol 194 MovieClip Frame 1
stop();
Symbol 206 MovieClip Frame 1
stop();
Symbol 259 MovieClip Frame 1
stop();
Symbol 259 MovieClip Frame 4
_root.insidesong.setVolume(80);
Symbol 259 MovieClip Frame 7
_root.insidesong.setVolume(60);
Symbol 259 MovieClip Frame 10
_root.insidesong.setVolume(40);
Symbol 259 MovieClip Frame 13
_root.insidesong.setVolume(20);
Symbol 259 MovieClip Frame 17
stopAllSounds();
Symbol 259 MovieClip Frame 21
insidesongy = new Sound();
insidesongy.attachSound("wrench");
insidesongy.start(0, 99);
insidesongy.setVolume(20);
Symbol 259 MovieClip Frame 24
insidesongy.setVolume(40);
Symbol 259 MovieClip Frame 27
insidesongy.setVolume(50);
Symbol 259 MovieClip Frame 30
insidesongy.setVolume(70);
Symbol 259 MovieClip Frame 34
insidesongy.setVolume(100);
Symbol 269 MovieClip Frame 1
stop();
Symbol 269 MovieClip Frame 2
Mouse.hide();
Symbol 269 MovieClip Frame 50
_global.deadstart = 0;
stop();
Mouse.show();
Symbol 273 MovieClip Frame 3
_global.firstmovie = 0;
Symbol 273 MovieClip Frame 105
stop();
Symbol 280 MovieClip Frame 1
function camControl() {
parentColor.setTransform(camColor.getTransform());
var _local4 = sX / this._width;
var _local3 = sY / this._height;
_parent._x = cX - (this._x * _local4);
_parent._y = cY - (this._y * _local3);
_parent._xscale = 100 * _local4;
_parent._yscale = 100 * _local3;
}
function resetStage() {
var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0};
parentColor.setTransform(_local2);
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
}
stop();
parentColor.setTransform(camColor.getTransform());
this._visible = false;
var oldMode = Stage.scaleMode;
Stage.scaleMode = "exactFit";
var cX = (Stage.width / 2);
var cY = (Stage.height / 2);
var sX = Stage.width;
var sY = Stage.height;
Stage.scaleMode = oldMode;
var camColor = new Color(this);
var parentColor = new Color(_parent);
this.onEnterFrame = camControl;
camControl();
this.onUnload = resetStage;
Symbol 280 MovieClip Frame 32
Symbol 296 MovieClip Frame 1
stop();
stop();
Instance of Symbol 291 MovieClip in Symbol 296 MovieClip Frame 2
onClipEvent (enterFrame) {
if (((_root.writingdeath == 1) || (_root.spikedeath == 1)) || (_root.crushdeath == 1)) {
this._visible = eval (true)();
} else {
this._visible = eval (false)();
}
}
Instance of Symbol 291 MovieClip in Symbol 296 MovieClip Frame 3
onClipEvent (enterFrame) {
if (((_root.writingdeath == 1) || (_root.spikedeath == 1)) || (_root.crushdeath == 1)) {
this._visible = eval (true)();
} else {
this._visible = eval (false)();
}
}
Instance of Symbol 291 MovieClip in Symbol 296 MovieClip Frame 4
onClipEvent (enterFrame) {
if (((_root.writingdeath == 1) || (_root.spikedeath == 1)) || (_root.crushdeath == 1)) {
this._visible = eval (true)();
} else {
this._visible = eval (false)();
}
}
Symbol 305 MovieClip Frame 1
stop();
Symbol 305 MovieClip Frame 2
stopAllSounds();
_root.insidesong.setVolume(10);
Symbol 305 MovieClip Frame 5
_root.insidesong.start(0, 99);
_root.insidesong.setVolume(10);
Symbol 305 MovieClip Frame 9
_root.insidesong.setVolume(30);
Symbol 305 MovieClip Frame 13
_root.insidesong.setVolume(50);
Symbol 305 MovieClip Frame 18
_root.insidesong.setVolume(60);
Symbol 305 MovieClip Frame 22
_root.insidesong.setVolume(70);
Symbol 305 MovieClip Frame 26
_root.insidesong.setVolume(80);
Symbol 305 MovieClip Frame 30
_root.insidesong.setVolume(100);
Symbol 318 MovieClip Frame 1
stop();
Symbol 331 MovieClip Frame 1
stop();
Instance of Symbol 318 MovieClip in Symbol 332 MovieClip Frame 1
onClipEvent (load) {
if (_root.puzzle1 == 1) {
this.gotoAndStop(3);
}
}
Instance of Symbol 318 MovieClip in Symbol 332 MovieClip Frame 1
onClipEvent (load) {
if (_root.puzzle1 == 1) {
this.gotoAndStop(3);
}
}
Instance of Symbol 318 MovieClip in Symbol 332 MovieClip Frame 1
onClipEvent (load) {
if (_root.puzzle1 == 1) {
this.gotoAndStop(3);
}
}
Symbol 333 MovieClip Frame 1
stop();
Symbol 333 MovieClip Frame 66
stop();
_root.puzzle1end = 1;
Symbol 350 MovieClip Frame 1
stop();
Symbol 383 MovieClip Frame 1
stop();
Symbol 383 MovieClip Frame 8
stop();
Instance of Symbol 383 MovieClip "eye2" in Symbol 384 MovieClip Frame 1
onClipEvent (load) {
if (_root.eye2o == 1) {
this.gotoAndStop("open");
}
if (_root.eye2o == 0) {
this.gotoAndStop("closed");
}
}
Instance of Symbol 383 MovieClip "eye1" in Symbol 384 MovieClip Frame 1
onClipEvent (load) {
if (_root.eye1o == 1) {
this.gotoAndStop("open");
}
if (_root.eye1c == 1) {
this.gotoAndStop("closed");
}
}
on (press) {
if (this._currentframe == 8) {
this.gotoAndPlay(9);
}
if (this._currentframe == 1) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 383 MovieClip "eye3" in Symbol 384 MovieClip Frame 1
onClipEvent (load) {
if (_root.eye3o == 1) {
this.gotoAndStop("open");
}
if (_root.eye3o == 0) {
this.gotoAndStop("closed");
}
}
Symbol 394 MovieClip Frame 1
stop();
Symbol 402 MovieClip Frame 1
stop();
Symbol 402 MovieClip Frame 23
stop();
_root.deathanim.play();
Symbol 408 MovieClip Frame 1
stop();
Instance of Symbol 383 MovieClip "eye2" in Symbol 408 MovieClip Frame 5
onClipEvent (load) {
if (_root.eye2o == 1) {
this.gotoAndStop("open");
}
if (_root.eye2o == 0) {
this.gotoAndStop("closed");
}
}
Instance of Symbol 383 MovieClip "eye1" in Symbol 408 MovieClip Frame 5
onClipEvent (load) {
if (_root.eye1o == 1) {
this.gotoAndStop("open");
}
if (_root.eye1c == 1) {
this.gotoAndStop("closed");
}
}
on (press) {
if (this._currentframe == 8) {
this.gotoAndPlay(9);
}
if (this._currentframe == 1) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 383 MovieClip "eye3" in Symbol 408 MovieClip Frame 5
onClipEvent (load) {
if (_root.eye3o == 1) {
this.gotoAndStop("open");
}
if (_root.eye3o == 0) {
this.gotoAndStop("closed");
}
}
Symbol 408 MovieClip Frame 23
_root.writingdeath = 1;
_root.spikedeath = 0;
_root.crushdeath = 0;
_global.seenit = 0;
Symbol 408 MovieClip Frame 47
_global.deadstart = 1;
_root.gotoAndStop("outside");
Symbol 441 MovieClip Frame 1
stop();
Symbol 441 MovieClip Frame 33
stop();
Symbol 468 MovieClip Frame 1
stop();
Symbol 468 MovieClip Frame 6
stop();
Symbol 468 MovieClip Frame 12
thude = new Sound();
thude.attachSound("thude");
thude.start(0, 1);
Symbol 473 MovieClip Frame 1
stop();
Symbol 473 MovieClip Frame 2
_root.pedestal.play();
Symbol 473 MovieClip Frame 27
_root.pedestal.play();
muted = new Sound();
muted.attachSound("muted");
muted.start(0, 1);
Symbol 480 MovieClip Frame 1
stop();
Symbol 480 MovieClip Frame 5
_root.deathanim.play();
Symbol 488 MovieClip Frame 1
stop();
Symbol 488 MovieClip Frame 29
_root.writingdeath = 0;
_root.spikedeath = 1;
_root.crushdeath = 0;
_global.seenit = 0;
Symbol 488 MovieClip Frame 53
_global.deadstart = 1;
_root.gotoAndStop("outside");
Symbol 506 MovieClip Frame 1
stop();
Symbol 506 MovieClip Frame 2
stop();
Symbol 542 MovieClip Frame 1
stop();
Symbol 545 MovieClip Frame 1
stop();
if (_root.lb.lbg._currentframe == 1) {
_root.lb.gotoAndStop(1);
}
Symbol 545 MovieClip Frame 2
switcho = new Sound();
switcho.attachSound("switcho");
switcho.start(0, 1);
Instance of Symbol 542 MovieClip in Symbol 545 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.omg._currentframe == 2) {
_root.lb.gotoAndStop(2);
}
}
Symbol 545 MovieClip Frame 17
stop();
_root.rightwall.play();
_root.leftwall.play();
Symbol 555 MovieClip Frame 1
stop();
Symbol 555 MovieClip Frame 25
stop();
Symbol 563 MovieClip Frame 1
stop();
Symbol 563 MovieClip Frame 22
_root.deathanim.play();
bang = new Sound();
bang.attachSound("bang");
bang.start(0, 1);
stop();
Symbol 573 MovieClip Frame 1
stop();
Symbol 573 MovieClip Frame 24
_root.writingdeath = 0;
_root.spikedeath = 0;
_root.crushdeath = 1;
_global.seenit = 0;
_global.deathstart = 1;
Symbol 573 MovieClip Frame 48
_global.deadstart = 1;
_root.gotoAndStop("outside");
Symbol 588 MovieClip Frame 1
stop();
Symbol 588 MovieClip Frame 60
stop();
Symbol 620 MovieClip Frame 129
stop();
Symbol 637 MovieClip Frame 1
stop();
Symbol 637 MovieClip Frame 2
stop();
Symbol 674 MovieClip Frame 1
stop();
Instance of Symbol 674 MovieClip in Symbol 680 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(4);
}
Instance of Symbol 674 MovieClip in Symbol 680 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(7);
}
Instance of Symbol 674 MovieClip in Symbol 680 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(6);
}
Instance of Symbol 674 MovieClip in Symbol 680 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(9);
}
Instance of Symbol 674 MovieClip in Symbol 680 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(5);
}
Instance of Symbol 674 MovieClip in Symbol 680 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(1);
}
Instance of Symbol 674 MovieClip in Symbol 680 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(10);
}
Instance of Symbol 674 MovieClip in Symbol 680 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(3);
}
Instance of Symbol 674 MovieClip in Symbol 680 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(2);
}
Instance of Symbol 674 MovieClip in Symbol 680 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(8);
}
Symbol 682 MovieClip Frame 1
stop();
Symbol 682 MovieClip Frame 40
stop();
Symbol 714 MovieClip Frame 1
stop();
Symbol 718 MovieClip Frame 1
stop();
Symbol 723 MovieClip Frame 1
stop();
Symbol 727 MovieClip Frame 2
stop();
Symbol 729 MovieClip Frame 2
stop();
Symbol 729 MovieClip Frame 3
stop();
Symbol 730 MovieClip Frame 1
stop();
Instance of Symbol 727 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.nono == 1) {
this.nextFrame;
_root.nono = 0;
}
}
Instance of Symbol 729 MovieClip in Symbol 730 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.gogo == 1) {
this.nextFrame();
_root.gogo = 0;
}
if (_root.shutup == 1) {
this.gotoAndStop(4);
}
}
Instance of Symbol 718 MovieClip in Symbol 731 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.finalpuzzle == 1) {
this.play();
}
}
Instance of Symbol 723 MovieClip in Symbol 731 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.finalpuzzle == 1) {
this.play();
}
}
Instance of Symbol 730 MovieClip in Symbol 731 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.finalpuzzle == 1) {
this.play();
}
}
Symbol 754 MovieClip Frame 1
stop();
Symbol 754 MovieClip Frame 126
_root.gogo = 1;
Symbol 754 MovieClip Frame 191
stop();
Symbol 754 MovieClip Frame 194
_root.shutup = 1;
stopAllSounds();
Symbol 754 MovieClip Frame 231
_root.gotoAndPlay("endofdemo");
Symbol 783 MovieClip Frame 1
stop();
Symbol 788 MovieClip Frame 1
stop();