Frame 1
Stage.showMenu = false;
MochiAd.showPreGameAd({id:"d047f9dfa8c106b7", res:"600x500"});
Instance of Symbol 50 MovieClip "sphere_iris" in Frame 1
on (release) {
_level0.sphere_iris.iris.gotoAndPlay(2);
_level0.sphere_iris.iris2.gotoAndPlay(2);
_level0.sphere_iris.iris3.gotoAndPlay(2);
_level0.sphere_iris.iris4.gotoAndPlay(2);
_level0.sphere_iris.iris5.gotoAndPlay(2);
_level0.sphere_iris.iris6.gotoAndPlay(2);
_level0.sphere_iris.iris7.gotoAndPlay(2);
_level0.sphere_iris.iris8.gotoAndPlay(2);
_level0.whitefill._visible = true;
_level0.whitefill.gotoAndPlay(2);
}
Instance of Symbol 59 MovieClip "whitefill" in Frame 1
onClipEvent (load) {
this._visible = false;
}
Frame 2
_global.startgame = 0;
stop();
onEnterFrame();
if (_global.startgame == 1) {
gotoAndStop (4);
}
Frame 35
var i = 0;
_global.screwdriverfound = 1;
_global.kettlefound = 1;
_global.glassfound = 1;
_global.embryofound = "1";
_global.PC1found = 1;
_global.PC2found = 1;
_global.Tile1found = 1;
_global.Tile2found = 1;
_global.Tile3found = 1;
_global.remotefound = 1;
_global.remoteout = 0;
_global.remotelock = 1;
_global.icecoreonscrew = 0;
_global.Screwheight = 1;
_global.screwvarlock = 1;
_global.cryounitopen = 1;
_global.papertear = 1;
_global.kettlefilled = 1;
_global.kettleboiled = 1;
_global.glasshotfilled = 1;
_global.Irisopen = 0;
_global.irisvarlock = 1;
_global.Glassremove = 1;
_global.enertronmode1 = 1;
_global.enertronmode2 = 1;
_global.embryoinenertron = 1;
_global.powercore1inenertron = 1;
_global.Icecoreremove = 1;
_global.Hotcoreremove = 1;
_global.Embryoremove = 1;
_global.glassinenertron = 1;
_global.powercore2inenertron = 1;
_global.Icecoreready = 0;
_global.Hotcoreready = 0;
_global.icecoreinsphere = 1;
_global.hotcoreinsphere = 1;
_global.supercoreinsphere = 1;
_global.Spherephase = 0;
_global.exitholeopen = 0;
_global.button2pressed = 0;
_global.button3pressed = 0;
_global.button4pressed = 0;
_global.icecoresupercharged = 0;
_global.puzzlesuccess = 0;
_global.spherepuzzlecomplete = 0;
_global.tile1top3 = 0;
_global.tile2top1 = 0;
_global.tile3top4 = 0;
Invremote._visible = false;
origX = Invscrewdriver._x;
origY = Invscrewdriver._y;
Invscrewdriver.onPress = function () {
this.startDrag();
};
Invscrewdriver.onRelease = function () {
this.stopDrag();
Invscrewdriver._x = origX;
Invscrewdriver._y = origY;
if (eval (this._droptarget) == screwmask1) {
_level0.South.miniscrew1._visible = false;
_global.miniscrew.i++;
_root.i++;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "I removed a screw.";
}
if (eval (this._droptarget) == screwmask2) {
_level0.South.miniscrew2._visible = false;
_global.miniscrew.i++;
_root.i++;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "I removed a screw.";
}
if (eval (this._droptarget) == screwmask3) {
_level0.South.miniscrew3._visible = false;
_global.miniscrew.i++;
_root.i++;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "I removed a screw.";
}
if (eval (this._droptarget) == screwmask4) {
_level0.South.miniscrew4._visible = false;
_global.miniscrew.i++;
_root.i++;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "I removed a screw.";
}
if (_root.i >= 4) {
_level0.South.wallsafe.gotoAndPlay(2);
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "The metal panel fell off the wall.";
}
};
orig1X = Invkettle._x;
orig1Y = Invkettle._y;
Invkettle.onPress = function () {
this.startDrag();
};
Invkettle.onRelease = function () {
this.stopDrag();
if (eval (this._droptarget) == sinkmask) {
_level0.South.sinkcabinet.sink.gotoAndPlay(2);
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "I filled the kettle with water.";
this.gotoAndStop(2);
Invkettle._x = orig1X;
Invkettle._y = orig1Y;
_global.kettlefilled++;
} else {
Invkettle._x = orig1X;
Invkettle._y = orig1Y;
}
if (eval (this._droptarget) == kettlemask) {
if (kettlefilled != 1) {
_level0.West.Kettle._visible = true;
_level0.West.Kettle.gotoAndStop(3);
this._visible = false;
_global.kettleboiled++;
_global.kettlefound = 1;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "The kettle begins to boil.";
}
} else {
Invkettle._x = orig1X;
Invkettle._y = orig1Y;
}
};
orig2X = Invglass._x;
orig2Y = Invglass._y;
Invglass.onPress = function () {
this.startDrag();
};
Invglass.onRelease = function () {
this.stopDrag();
if (eval (this._droptarget) == kettlemask) {
if (kettleboiled != 1) {
this.gotoAndStop(3);
_global.glasshotfilled++;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "I filled the glass with hot water.";
}
}
if (eval (this._droptarget) == enertronleft) {
if (_global.glasshotfilled == 2) {
if (_global.enertronmode1 == 1) {
_level0.West.EnerGlass._visible = true;
_level0.West.EnerGlass.gotoAndStop(3);
Invglass._x = orig2X;
Invglass._y = orig2Y;
this._visible = false;
_global.glassinenertron++;
_global.enertronmode2++;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "I placed the glass in the Enertron.";
}
} else {
Invglass._x = orig2X;
Invglass._y = orig2Y;
}
}
Invglass._x = orig2X;
Invglass._y = orig2Y;
};
orig3X = Invaemb._x;
orig3Y = Invaemb._y;
Invaemb.onPress = function () {
this.startDrag();
};
Invaemb.onRelease = function () {
this.stopDrag();
if (eval (this._droptarget) == enertronleft) {
if (_global.enertronmode2 == 1) {
_level0.West.EnerEmb._visible = true;
Invaemb._x = orig3X;
Invaemb._y = orig3Y;
this._visible = false;
_global.embryoinenertron++;
_global.enertronmode1++;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "I placed the frozen embryo in the Enertron.";
}
} else {
Invaemb._x = orig3X;
Invaemb._y = orig3Y;
}
};
orig4X = Invpc1._x;
orig4Y = Invpc1._y;
Invpc1.onPress = function () {
this.startDrag();
};
Invpc1.onRelease = function () {
this.stopDrag();
if (eval (this._droptarget) == enertronright) {
if (_global.enertronmode2 == 1) {
_level0.West.powercore1._visible = true;
Invpc1._x = orig4X;
Invpc1._y = orig4Y;
this._visible = false;
_global.powercore1inenertron++;
_global.enertronmode1++;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "I placed the Power Core in the Enertron.";
}
}
if (eval (this._droptarget) == irismask) {
if (_global.Irisopen == 1) {
if (_global.Icecoreremove != 1) {
if (_global.icecoresupercharged == 0) {
_level0.North.Sphere.icecore._visible = true;
Invpc1._x = orig4X;
Invpc1._y = orig4Y;
this._visible = false;
_global.icecoreinsphere++;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "I put the supercooled Power Core into the Sphere.";
}
if (_global.icecoresupercharged == 1) {
_level0.North.Sphere.supercore._visible = true;
Invpc1._x = orig4X;
Invpc1._y = orig4Y;
this._visible = false;
_global.supercoreinsphere++;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "I put the Supercharged Power Core into the Sphere.";
}
} else {
Invpc1._x = orig4X;
Invpc1._y = orig4Y;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "That power core is depleted.";
}
} else {
Invpc1._x = orig4X;
Invpc1._y = orig4Y;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "The Iris is closed.";
}
}
if (eval (this._droptarget) == screwcoremask) {
if (_global.Screwheight == 2) {
if (_global.Spherephase == 2) {
_level0.South.screwcore._visible = true;
_global.icecoreonscrew = 1;
Invpc1._x = orig4X;
Invpc1._y = orig4Y;
this._visible = false;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "I put the Supercooled powercore ontop of the giant screw.";
} else {
Invpc1._x = orig4X;
Invpc1._y = orig4Y;
}
} else {
Invpc1._x = orig4X;
Invpc1._y = orig4Y;
}
} else {
Invpc1._x = orig4X;
Invpc1._y = orig4Y;
}
};
orig5X = Invpc2._x;
orig5Y = Invpc2._y;
Invpc2.onPress = function () {
this.startDrag();
};
Invpc2.onRelease = function () {
this.stopDrag();
if (eval (this._droptarget) == enertronright) {
if (_global.enertronmode1 == 1) {
_level0.West.powercore2._visible = true;
Invpc2._x = orig5X;
Invpc2._y = orig5Y;
this._visible = false;
_global.powercore2inenertron++;
_global.enertronmode2++;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "I placed the Power Core in the Enertron.";
} else {
Invpc2._x = orig5X;
Invpc2._y = orig5Y;
}
}
if (eval (this._droptarget) == irismask) {
if (_global.Irisopen == 1) {
if (_global.Hotcoreremove != 1) {
_level0.North.Sphere.hotcore._visible = true;
Invpc2._x = orig5X;
Invpc2._y = orig5Y;
this._visible = false;
_global.hotcoreinsphere++;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "I placed the Hot Power Core in the Enertron.";
} else {
Invpc2._x = orig5X;
Invpc2._y = orig5Y;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "That power core is depleted.";
}
} else {
Invpc2._x = orig5X;
Invpc2._y = orig5Y;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "The iris is closed.";
}
} else {
Invpc2._x = orig5X;
Invpc2._y = orig5Y;
}
};
orig10X = _level0.East.puzzle.p1._x;
orig10Y = _level0.East.puzzle.p1._y;
orig20X = _level0.East.puzzle.p2._x;
orig20Y = _level0.East.puzzle.p2._y;
orig30X = _level0.East.puzzle.p3._x;
orig30Y = _level0.East.puzzle.p3._y;
orig40X = _level0.East.puzzle.p4._x;
orig40Y = _level0.East.puzzle.p4._y;
orig6X = Invtile1._x;
orig6Y = Invtile1._y;
Invtile1.onPress = function () {
this.startDrag();
};
Invtile1.onRelease = function () {
this.stopDrag();
if (eval (this._droptarget) == tilerack) {
_level0.East.puzzle.p3._visible = true;
_global.tile1top3 = 1;
this._visible = false;
} else {
Invtile1._x = orig6X;
Invtile1._y = orig6Y;
}
Invtile1._x = orig6X;
Invtile1._y = ori62Y;
};
orig7X = Invtile2._x;
orig7Y = Invtile2._y;
Invtile2.onPress = function () {
this.startDrag();
};
Invtile2.onRelease = function () {
this.stopDrag();
if (eval (this._droptarget) == tilerack) {
_level0.East.puzzle.p1._visible = true;
_global.tile2top1 = 1;
this._visible = false;
} else {
Invtile2._x = orig7X;
Invtile2._y = orig7Y;
}
Invtile2._x = orig7X;
Invtile2._y = orig7Y;
};
orig8X = Invtile3._x;
orig8Y = Invtile3._y;
Invtile3.onPress = function () {
this.startDrag();
};
Invtile3.onRelease = function () {
this.stopDrag();
if (eval (this._droptarget) == tilerack) {
_level0.East.puzzle.p4._visible = true;
_global.tile3top4 = 1;
this._visible = false;
} else {
Invtile3._x = orig8X;
Invtile3._y = orig8Y;
}
Invtile3._x = orig8X;
Invtile3._y = orig8Y;
};
stop();
Instance of Symbol 293 MovieClip in Frame 35
onClipEvent (load) {
play();
}
Instance of Symbol 303 MovieClip "Invscrewdriver" in Frame 35
onClipEvent (load) {
this._visible = false;
}
on (rollOver) {
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "A Screwdriver.";
}
Instance of Symbol 312 MovieClip "Invkettle" in Frame 35
onClipEvent (load) {
this._visible = false;
}
on (rollOver) {
if (_global.kettlefilled == 1) {
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "A Kettle.";
}
if (_global.kettlefilled != 1) {
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "A filled Kettle.";
}
}
Instance of Symbol 316 MovieClip "Invglass" in Frame 35
onClipEvent (load) {
this._visible = false;
}
on (rollOver) {
if (_global.glasshotfilled == 1) {
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "An empty glass.";
}
if (_global.glasshotfilled != 1) {
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "A glass of hot water.";
}
}
Instance of Symbol 339 MovieClip "Invpc1" in Frame 35
onClipEvent (load) {
this._visible = false;
}
on (rollOver) {
if (_global.Icecoreremove == 1) {
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "A depleted power core.";
}
if (_global.Icecoreremove != 1) {
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "A Supercool power core.";
}
if (_global.icecoresupercharged == 1) {
_level0.Text_Bar.helptext = "A Supercharged power core.";
}
}
Instance of Symbol 339 MovieClip "Invpc2" in Frame 35
onClipEvent (load) {
this._visible = false;
}
on (rollOver) {
if (_global.Hotcoreremove == 1) {
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "A depleted power core.";
}
if (_global.Hotcoreremove != 1) {
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "A hot power core.";
}
}
Instance of Symbol 341 MovieClip "Invaemb" in Frame 35
onClipEvent (load) {
this._visible = false;
}
on (rollOver) {
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "A frozen alien embryo.";
}
Instance of Symbol 343 MovieClip "Invtile2" in Frame 35
onClipEvent (load) {
this._visible = false;
}
on (rollOver) {
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "A tile.";
}
Instance of Symbol 345 MovieClip "Invtile3" in Frame 35
onClipEvent (load) {
this._visible = false;
}
on (rollOver) {
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "A tile.";
}
Instance of Symbol 347 MovieClip "Invtile1" in Frame 35
onClipEvent (load) {
this._visible = false;
}
on (rollOver) {
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "A tile.";
}
Instance of Symbol 369 MovieClip "Invremote" in Frame 35
on (release) {
if (_global.remoteout == 0) {
if (_global.remotelock == 1) {
_level0.remotemove.gotoAndPlay(2);
_global.remoteout = 1;
_global.remotelock = 0;
}
}
if (_global.remoteout == 1) {
if (_global.remotelock == 1) {
_level0.remotemove.gotoAndPlay(20);
_global.remoteout = 0;
_global.remotelock = 0;
}
}
_global.remotelock = 1;
}
on (rollOver) {
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "A remote control.";
}
Frame 40
stop();
Frame 45
stop();
Instance of Symbol 515 MovieClip "paperspot" in Frame 45
on (release) {
if (papertear == 1) {
_level0.South.paper.gotoAndPlay(2);
this._visible = false;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "I tore the wallpaper, revealing a code.";
}
}
Frame 50
stop();
Frame 55
stop();
Frame 124
stop();
Instance of Symbol 613 MovieClip in Frame 164
on (release) {
_root.gotoAndPlay("start");
}
Frame 174
stop();
Symbol 36 MovieClip [puzzlecomplete] Frame 1
stop();
Symbol 36 MovieClip [puzzlecomplete] Frame 32
stop();
Symbol 48 MovieClip Frame 1
stop();
Symbol 48 MovieClip Frame 30
stop();
Symbol 48 MovieClip Frame 60
stop();
Symbol 49 MovieClip Frame 1
stop();
Symbol 49 MovieClip Frame 30
stop();
Symbol 49 MovieClip Frame 60
stop();
Symbol 59 MovieClip Frame 1
stop();
Symbol 59 MovieClip Frame 51
onEnterFrame();
_root.gotoAndPlay("Fadeinstart");
Symbol 615 MovieClip [__Packages.MochiAd] Frame 0
class MochiAd
{
function MochiAd () {
}
static function getVersion() {
return("2.1");
}
static function showPreGameAd(options) {
var _local27 = {clip:_root, ad_timeout:3000, fadeout_time:250, regpt:"o", method:"showPreloaderAd", color:16747008, background:16777161, outline:13994812, ad_started:function () {
this.clip.stop();
}, ad_finished:function () {
this.clip.play();
}};
options = _parseOptions(options, _local27);
var clip = options.clip;
var _local23 = 11000;
var _local26 = options.ad_timeout;
delete options.ad_timeout;
var fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!load(options)) {
options.ad_finished();
return(undefined);
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var _local14 = _getRes(options);
var _local4 = _local14[0];
var _local13 = _local14[1];
mc._x = _local4 * 0.5;
mc._y = _local13 * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk._x = _local4 * -0.5;
chk._y = _local13 * -0.5;
var _local7 = chk.createEmptyMovieClip("_mochiad_bar", 4);
_local7._x = 10;
_local7._y = _local13 - 20;
var _local22 = options.color;
delete options.color;
var _local19 = options.background;
delete options.background;
var _local24 = options.outline;
delete options.outline;
var _local5 = _local7.createEmptyMovieClip("_outline", 1);
_local5.beginFill(_local19);
_local5.moveTo(0, 0);
_local5.lineTo(_local4 - 20, 0);
_local5.lineTo(_local4 - 20, 10);
_local5.lineTo(0, 10);
_local5.lineTo(0, 0);
_local5.endFill();
var _local3 = _local7.createEmptyMovieClip("_inside", 2);
_local3.beginFill(_local22);
_local3.moveTo(0, 0);
_local3.lineTo(_local4 - 20, 0);
_local3.lineTo(_local4 - 20, 10);
_local3.lineTo(0, 10);
_local3.lineTo(0, 0);
_local3.endFill();
_local3._xscale = 0;
var _local6 = _local7.createEmptyMovieClip("_outline", 3);
_local6.lineStyle(0, _local24, 100);
_local6.moveTo(0, 0);
_local6.lineTo(_local4 - 20, 0);
_local6.lineTo(_local4 - 20, 10);
_local6.lineTo(0, 10);
_local6.lineTo(0, 0);
chk.ad_msec = _local23;
chk.ad_timeout = _local26;
chk.started = getTimer();
chk.showing = false;
chk.last_pcnt = 0;
chk.fadeout_time = fadeout_time;
chk.fadeFunction = function () {
var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time));
if (_local2 > 0) {
this._parent._alpha = _local2;
} else {
var _local3 = this._parent._parent;
MochiAd.unload(_local3);
delete this.onEnterFrame;
}
};
mc.lc.adLoaded = function (width, height) {
};
mc.lc.adjustProgress = function (msec) {
var _local2 = this.mc._mochiad_wait;
_local2.server_control = true;
_local2.started = getTimer();
_local2.ad_msec = msec;
};
chk.onEnterFrame = function () {
var _local6 = this._parent._parent;
var _local12 = this._parent._mochiad_ctr;
var _local5 = getTimer() - this.started;
var _local3 = false;
var _local4 = _local6.getBytesTotal();
var _local8 = _local6.getBytesLoaded();
var _local10 = (100 * _local8) / _local4;
var _local11 = (100 * _local5) / chk.ad_msec;
var _local9 = this._mochiad_bar._inside;
var _local2 = Math.min(100, Math.min(_local10 || 0, _local11));
_local2 = Math.max(this.last_pcnt, _local2);
this.last_pcnt = _local2;
_local9._xscale = _local2;
if (!chk.showing) {
var _local7 = _local12.getBytesTotal();
if ((_local7 > 0) || (typeof(_local7) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if (_local5 > chk.ad_timeout) {
_local3 = true;
}
}
if (_local5 > chk.ad_msec) {
_local3 = true;
}
if (((_local4 > 0) && (_local8 >= _local4)) && (_local3)) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = chk.fadeFunction;
}
}
};
}
static function showInterLevelAd(options) {
var _local13 = {clip:_root, ad_timeout:2000, fadeout_time:250, regpt:"o", method:"showTimedAd", ad_started:function () {
this.clip.stop();
}, ad_finished:function () {
this.clip.play();
}};
options = _parseOptions(options, _local13);
var clip = options.clip;
var _local10 = 11000;
var _local12 = options.ad_timeout;
delete options.ad_timeout;
var fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!load(options)) {
options.ad_finished();
return(undefined);
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var _local5 = _getRes(options);
var _local14 = _local5[0];
var _local11 = _local5[1];
mc._x = _local14 * 0.5;
mc._y = _local11 * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk.ad_msec = _local10;
chk.ad_timeout = _local12;
chk.started = getTimer();
chk.showing = false;
chk.fadeout_time = fadeout_time;
chk.fadeFunction = function () {
var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time));
if (_local2 > 0) {
this._parent._alpha = _local2;
} else {
var _local3 = this._parent._parent;
MochiAd.unload(_local3);
delete this.onEnterFrame;
}
};
mc.lc.adLoaded = function (width, height) {
};
mc.lc.adjustProgress = function (msec) {
var _local2 = this.mc._mochiad_wait;
_local2.server_control = true;
_local2.started = getTimer();
_local2.ad_msec = msec - 250;
};
chk.onEnterFrame = function () {
var _local5 = this._parent._mochiad_ctr;
var _local4 = getTimer() - this.started;
var _local2 = false;
if (!chk.showing) {
var _local3 = _local5.getBytesTotal();
if ((_local3 > 0) || (typeof(_local3) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if (_local4 > chk.ad_timeout) {
_local2 = true;
}
}
if (_local4 > chk.ad_msec) {
_local2 = true;
}
if (_local2) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = this.fadeFunction;
}
}
};
}
static function showTimedAd(options) {
showInterLevelAd(options);
}
static function showPreloaderAd(options) {
showPreGameAd(options);
}
static function _allowDomains(server) {
var _local1 = server.split("/")[2].split(":")[0];
if (System.security) {
if (System.security.allowDomain) {
System.security.allowDomain("*");
System.security.allowDomain(_local1);
}
if (System.security.allowInsecureDomain) {
System.security.allowInsecureDomain("*");
System.security.allowInsecureDomain(_local1);
}
}
return(_local1);
}
static function _loadCommunicator(options) {
var _local26 = {clip:_root, com_server:"http://x.mochiads.com/com/1/", method:"loadCommunicator", depth:10337, id:"_UNKNOWN_"};
options = _parseOptions(options, _local26);
options.swfv = options.clip.getSWFVersion() || 6;
options.mav = getVersion();
var _local18 = options.clip;
var _local20 = "_mochiad_com_" + options.id;
if (!_isNetworkAvailable()) {
return(null);
}
if (_local18[_local20]) {
return(_local18[_local20].lc);
}
var _local21 = options.com_server + options.id;
_allowDomains(_local21);
delete options.id;
delete options.com_server;
var _local25 = options.depth;
delete options.depth;
var _local17 = _local18.createEmptyMovieClip(_local20, _local25);
var _local11 = _local17.createEmptyMovieClip("_mochiad_com", 1);
for (var _local15 in options) {
_local11[_local15] = options[_local15];
}
var _local6 = new LocalConnection();
var _local16 = ["", Math.floor(new Date().getTime()), random(999999)].join("_");
_local6.mc = _local17;
_local6.name = _local16;
_local6.allowDomain = function (d) {
return(true);
};
_local6.allowInsecureDomain = _local6.allowDomain;
_local6.connect(_local16);
_local17.lc = _local6;
_local11.lc = _local16;
_local6._id = 0;
_local6._queue = [];
_local6.rpcResult = function (cb_arg) {
var _local8 = parseInt(cb_arg);
var _local4 = this._callbacks[_local8];
if (!_local4) {
return(undefined);
}
delete this._callbacks[_local8];
var _local5 = [];
var _local3 = 2;
while (_local3 < _local4.length) {
_local5.push(_local4[_local3]);
_local3++;
}
_local3 = 1;
while (_local3 < arguments.length) {
_local5.push(arguments[_local3]);
_local3++;
}
var _local6 = _local4[1];
var _local7 = _local4[0];
if (_local7 && (typeof(_local6) == "string")) {
_local6 = _local7[_local6];
}
if (_local6) {
_local6.apply(_local7, _local5);
}
};
_local6._didConnect = function (endpoint) {
this._endpoint = endpoint;
var _local4 = this._queue;
delete this._queue;
var _local5 = this.doSend;
var _local2 = 0;
while (_local2 < _local4.length) {
var _local3 = _local4[_local2];
_local5.apply(this, _local3);
_local2++;
}
};
_local6.doSend = function (args, cbobj, cbfn) {
if (this._endpoint == null) {
var _local4 = [];
var _local3 = 0;
while (_local3 < arguments.length) {
_local4.push(arguments[_local3]);
_local3++;
}
this._queue.push(_local4);
return(undefined);
}
this._id = this._id + 1;
var _local5 = this._id;
if ((cbfn === undefined) || (cbfn === null)) {
cbfn = cbobj;
}
this._callbacks[_local5] = [cbobj, cbfn];
var _local7 = new LocalConnection();
var _local9 = _local7.send(this._endpoint, "rpc", _local5, args);
};
_local6._callbacks = {};
_local6._callbacks[0] = [_local6, "_didConnect"];
_local11.st = getTimer();
_local11.loadMovie(_local21 + ".swf", "POST");
return(_local6);
}
static function fetchHighScores(options, callbackObj, callbackMethod) {
var _local1 = _loadCommunicator({id:options.id});
if (!_local1) {
return(false);
}
var _local4 = ["fetchHighScores", options];
_local1.doSend(["fetchHighScores", options], callbackObj, callbackMethod);
return(true);
}
static function sendHighScore(options, callbackObj, callbackMethod) {
var _local1 = _loadCommunicator({id:options.id});
if (!_local1) {
return(false);
}
var _local4 = ["sendHighScore", options];
_local1.doSend(["sendHighScore", options], callbackObj, callbackMethod);
return(true);
}
static function load(options) {
var _local13 = {clip:_root, server:"http://x.mochiads.com/srv/1/", method:"load", depth:10333, id:"_UNKNOWN_"};
options = _parseOptions(options, _local13);
options.swfv = options.clip.getSWFVersion() || 6;
options.mav = getVersion();
var _local9 = options.clip;
if (!_isNetworkAvailable()) {
return(null);
}
if (_local9._mochiad_loaded) {
return(null);
}
var _local12 = options.depth;
delete options.depth;
var _local6 = _local9.createEmptyMovieClip("_mochiad", _local12);
var _local11 = _getRes(options);
options.res = (_local11[0] + "x") + _local11[1];
options.server = options.server + options.id;
delete options.id;
_local9._mochiad_loaded = true;
var _local4 = _local6.createEmptyMovieClip("_mochiad_ctr", 1);
for (var _local7 in options) {
_local4[_local7] = options[_local7];
}
var _local10 = _local4.server;
delete _local4.server;
var _local14 = _allowDomains(_local10);
_local6.onEnterFrame = function () {
if (this._mochiad_ctr._url != this._url) {
this.onEnterFrame = function () {
if (!this._mochiad_ctr) {
delete this.onEnterFrame;
MochiAd.unload(this._parent);
}
};
}
};
var _local5 = new LocalConnection();
var _local8 = ["", Math.floor(new Date().getTime()), random(999999)].join("_");
_local5.mc = _local6;
_local5.name = _local8;
_local5.hostname = _local14;
_local5.allowDomain = function (d) {
return(true);
};
_local5.allowInsecureDomain = _local5.allowDomain;
_local5.connect(_local8);
_local6.lc = _local5;
_local4.lc = _local8;
_local4.st = getTimer();
_local4.loadMovie(_local10 + ".swf", "POST");
return(_local6);
}
static function unload(clip) {
if (typeof(clip) == "undefined") {
clip = _root;
}
if (clip.clip && (clip.clip._mochiad)) {
clip = clip.clip;
}
if (!clip._mochiad) {
return(false);
}
clip._mochiad.removeMovieClip();
delete clip._mochiad_loaded;
delete clip._mochiad;
return(true);
}
static function _isNetworkAvailable() {
if (System.security) {
var _local1 = System.security;
if (_local1.sandboxType == "localWithFile") {
return(false);
}
}
return(true);
}
static function _getRes(options) {
var _local3 = options.clip.getBounds();
var _local2 = 0;
var _local1 = 0;
if (typeof(options.res) != "undefined") {
var _local4 = options.res.split("x");
_local2 = parseFloat(_local4[0]);
_local1 = parseFloat(_local4[1]);
} else {
_local2 = _local3.xMax - _local3.xMin;
_local1 = _local3.yMax - _local3.yMin;
}
if ((_local2 == 0) || (_local1 == 0)) {
_local2 = Stage.width;
_local1 = Stage.height;
}
return([_local2, _local1]);
}
static function _parseOptions(options, defaults) {
var _local4 = {};
for (var _local8 in defaults) {
_local4[_local8] = defaults[_local8];
}
if (options) {
for (var _local8 in options) {
_local4[_local8] = options[_local8];
}
}
if (_root.mochiad_options) {
var _local5 = _root.mochiad_options.split("&");
var _local2 = 0;
while (_local2 < _local5.length) {
var _local3 = _local5[_local2].split("=");
_local4[unescape(_local3[0])] = unescape(_local3[1]);
_local2++;
}
}
return(_local4);
}
}
Symbol 66 MovieClip Frame 1
stop();
Symbol 66 MovieClip Frame 2
stop();
Symbol 77 MovieClip Frame 1
stop();
Symbol 77 MovieClip Frame 30
stop();
Symbol 77 MovieClip Frame 60
stop();
Symbol 78 MovieClip Frame 1
stop();
Symbol 78 MovieClip Frame 30
stop();
Symbol 78 MovieClip Frame 60
stop();
Symbol 113 MovieClip Frame 15
stop();
Symbol 185 MovieClip Frame 18
stop();
Symbol 185 MovieClip Frame 68
stop();
Symbol 285 MovieClip Frame 1
stop();
Instance of Symbol 70 MovieClip "supercore" in Symbol 285 MovieClip Frame 1
onClipEvent (load) {
if (_global.supercoreinsphere == 1) {
this._visible = false;
}
}
Instance of Symbol 72 MovieClip "icecore" in Symbol 285 MovieClip Frame 1
onClipEvent (load) {
if (_global.icecoreinsphere == 1) {
this._visible = false;
}
}
on (release) {
if (_global.icecoreinsphere != 1) {
if (_global.Irisopen == 1) {
this._visible = false;
_global.icecoreinsphere = 1;
_root.Invpc1._visible = true;
_root.Invpc1.gotoAndStop(37);
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "I removed the Supercool Power Core from the Sphere.";
}
}
}
Instance of Symbol 74 MovieClip "hotcore" in Symbol 285 MovieClip Frame 1
onClipEvent (load) {
if (_global.hotcoreinsphere == 1) {
this._visible = false;
}
}
on (release) {
if (_global.hotcoreinsphere != 1) {
if (_global.Irisopen == 1) {
this._visible = false;
_global.hotcoreinsphere = 1;
_root.Invpc2._visible = true;
_root.Invpc2.gotoAndStop(81);
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "I removed the Hot Power Core from the Sphere.";
}
}
}
Instance of Symbol 72 MovieClip "icecore" in Symbol 285 MovieClip Frame 5
onClipEvent (load) {
if (_global.icecoreinsphere == 1) {
this._visible = false;
}
}
on (release) {
if (_global.icecoreinsphere != 1) {
if (_global.Irisopen == 1) {
this._visible = false;
_global.icecoreinsphere = 1;
_root.Invpc1._visible = true;
_root.Invpc1.gotoAndStop(37);
}
}
}
Instance of Symbol 74 MovieClip "hotcore" in Symbol 285 MovieClip Frame 5
onClipEvent (load) {
if (_global.hotcoreinsphere == 1) {
this._visible = false;
}
}
on (release) {
if (_global.hotcoreinsphere != 1) {
if (_global.Irisopen == 1) {
this._visible = false;
_global.hotcoreinsphere = 1;
_root.Invpc2._visible = true;
_root.Invpc2.gotoAndStop(81);
}
}
}
Symbol 285 MovieClip Frame 26
leg1.gotoAndPlay(1);
leg2.gotoAndPlay(1);
Instance of Symbol 114 MovieClip "SphereMist" in Symbol 285 MovieClip Frame 26
onClipEvent (load) {
if (_global.icecoreinsphere == 0) {
this._visible = false;
}
}
Symbol 285 MovieClip Frame 40
stop();
Symbol 285 MovieClip Frame 41
stop();
Symbol 285 MovieClip Frame 42
headani.gotoAndPlay(19);
Symbol 285 MovieClip Frame 44
stop();
Instance of Symbol 72 MovieClip "icecore" in Symbol 285 MovieClip Frame 166
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 74 MovieClip "hotcore" in Symbol 285 MovieClip Frame 166
onClipEvent (load) {
this._visible = false;
}
Symbol 285 MovieClip Frame 177
_level0.North.ExitHole._visible = true;
_level10.North.Sphere_visible = false;
_global.exitholeopen = 1;
Symbol 285 MovieClip Frame 179
stop();
Symbol 288 MovieClip Frame 1
stop();
onEnterFrame();
if (_global.spherepuzzlecomplete == 1) {
bigcoil.gotoAndStop(2);
smallcoil.gotoAndStop(2);
}
if (_global.Irisopen == 1) {
_level0.North.Sphere.sphere_iris.iris.gotoAndStop(30);
_level0.North.Sphere.sphere_iris.iris2.gotoAndStop(30);
_level0.North.Sphere.sphere_iris.iris3.gotoAndStop(30);
_level0.North.Sphere.sphere_iris.iris4.gotoAndStop(30);
_level0.North.Sphere.sphere_iris.iris5.gotoAndStop(30);
_level0.North.Sphere.sphere_iris.iris6.gotoAndStop(30);
_level0.North.Sphere.sphere_iris.iris7.gotoAndStop(30);
_level0.North.Sphere.sphere_iris.iris8.gotoAndStop(30);
}
if (_global.exitholeopen == 1) {
ExitHole._visible = true;
}
if (_global.Spherephase == 1) {
if (_global.button2pressed == 1) {
_level0.North.Sphere.gotoAndStop(40);
}
}
if (_global.Spherephase == 2) {
if (_global.button3pressed == 1) {
_level0.North.Sphere.gotoAndStop(41);
}
}
if (_global.Spherephase == 3) {
if (_global.button4pressed == 1) {
_level0.North.Sphere.gotoAndStop(45);
}
}
Instance of Symbol 287 MovieClip "ExitHole" in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
on (release) {
_root.gotoAndPlay("fadeout");
}
Symbol 295 Button
on (release) {
gotoAndPlay ("West");
}
Symbol 296 Button
on (release) {
gotoAndPlay ("East");
}
Symbol 297 Button
on (release) {
gotoAndPlay ("Floor");
}
Symbol 312 MovieClip Frame 1
stop();
Symbol 312 MovieClip Frame 2
stop();
Symbol 312 MovieClip Frame 3
stop();
Symbol 316 MovieClip Frame 1
stop();
Symbol 316 MovieClip Frame 2
stop();
Symbol 316 MovieClip Frame 3
stop();
Symbol 339 MovieClip Frame 1
stop();
Symbol 339 MovieClip Frame 37
stop();
Symbol 339 MovieClip Frame 45
stop();
Symbol 339 MovieClip Frame 81
stop();
Symbol 339 MovieClip Frame 90
stop();
Symbol 352 MovieClip Frame 1
stop();
_level0.Text_Bar.textbox1._visible = false;
Symbol 352 MovieClip Frame 2
_level0.Text_Bar.textbox1._visible = true;
Symbol 356 MovieClip Frame 1
stop();
Symbol 359 MovieClip Frame 1
stop();
Symbol 362 MovieClip Frame 1
stop();
Symbol 365 MovieClip Frame 1
stop();
Symbol 368 MovieClip Frame 1
stop();
Symbol 370 Button
on (release) {
if (_global.Irisopen == 1) {
if (_global.irisvarlock == 1) {
var iris_sound = new Sound();
iris_sound.attachSound("irisnoise.wav");
iris_sound.start();
_level0.North.Sphere.sphere_iris.iris.gotoAndPlay(31);
_level0.North.Sphere.sphere_iris.iris2.gotoAndPlay(31);
_level0.North.Sphere.sphere_iris.iris3.gotoAndPlay(31);
_level0.North.Sphere.sphere_iris.iris4.gotoAndPlay(31);
_level0.North.Sphere.sphere_iris.iris5.gotoAndPlay(31);
_level0.North.Sphere.sphere_iris.iris6.gotoAndPlay(31);
_level0.North.Sphere.sphere_iris.iris7.gotoAndPlay(31);
_level0.North.Sphere.sphere_iris.iris8.gotoAndPlay(31);
_global.Irisopen = 0;
_global.irisvarlock = 0;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "The Sphere Iris Closes.";
}
}
if (_global.Irisopen == 0) {
if (_global.irisvarlock == 1) {
var iris_sound = new Sound();
iris_sound.attachSound("irisnoise.wav");
iris_sound.start();
_level0.North.Sphere.sphere_iris.iris.gotoAndPlay(2);
_level0.North.Sphere.sphere_iris.iris2.gotoAndPlay(2);
_level0.North.Sphere.sphere_iris.iris3.gotoAndPlay(2);
_level0.North.Sphere.sphere_iris.iris4.gotoAndPlay(2);
_level0.North.Sphere.sphere_iris.iris5.gotoAndPlay(2);
_level0.North.Sphere.sphere_iris.iris6.gotoAndPlay(2);
_level0.North.Sphere.sphere_iris.iris7.gotoAndPlay(2);
_level0.North.Sphere.sphere_iris.iris8.gotoAndPlay(2);
_global.Irisopen = 1;
_global.irisvarlock = 0;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "The Sphere Iris Opens.";
}
}
_global.irisvarlock = 1;
}
Symbol 371 Button
on (release) {
if (_global.icecoreinsphere != 1) {
if (_global.spherepuzzlecomplete == 1) {
if (_global.Spherephase == 0) {
if (_global.Irisopen == 0) {
_level0.North.Sphere.gotoAndPlay(5);
_global.button2pressed = 1;
_global.Spherephase++;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "The Supercooled sphere begins to levitate.";
} else {
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "The Iris must be closed.";
}
}
} else {
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "The magnetic coils under the sphere have no power.";
}
} else {
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "There is no power core in the sphere.";
}
}
Symbol 372 Button
on (release) {
if (_global.icecoreinsphere != 1) {
if (_global.Spherephase == 1) {
if (_global.Irisopen == 0) {
_level0.North.Sphere.gotoAndStop(41);
_global.button3pressed = 1;
_global.Spherephase++;
} else {
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "The Iris must be closed.";
}
}
} else {
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "The sphere needs the Supercool Power Core still.";
}
}
Symbol 373 Button
on (release) {
if (_global.hotcoreinsphere != 1) {
if (_global.icecoreinsphere == 1) {
if (_global.Spherephase == 2) {
if (_global.Irisopen == 0) {
if (_global.Screwheight == 2) {
if (_global.icecoreonscrew == 1) {
_level0.North.Sphere.gotoAndPlay(42);
_level0.South.beam.gotoAndPlay(2);
_global.button4pressed = 1;
_global.Spherephase++;
} else {
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "The robot has no target.";
}
} else {
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "The target is not the correct height.";
}
}
}
}
} else {
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "The robot needs a more powerful energy source.";
}
}
Symbol 374 Button
on (release) {
if (_global.supercoreinsphere != 1) {
if (_global.hotcoreinsphere == 1) {
if (_global.icecoreinsphere == 1) {
if (_global.Spherephase == 3) {
if (_global.Irisopen == 0) {
_level0.North.Sphere.gotoAndPlay(45);
} else {
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "The Iris must be closed.";
}
}
}
}
} else {
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "The robot needs a more powerful energy source.";
}
}
Symbol 376 MovieClip Frame 1
stop();
Symbol 376 MovieClip Frame 19
stop();
Symbol 376 MovieClip Frame 39
stop();
Symbol 382 Button
on (release) {
if (_global.puzzlesuccess == 4) {
_level0.East.puzzle._visible = false;
_global.spherepuzzlecomplete++;
_level0.East.powerani._visible = true;
_level0.East.powerani.gotoAndPlay(2);
elec.start();
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "The tiles were placed correctly, the magnetic coils beneath the sphere power up.";
} else {
if (_global.tile2top1 == 1) {
p1._visible = true;
}
p2._visible = true;
if (_global.tile1top3 == 1) {
p3._visible = true;
}
if (_global.tile3top4 == 1) {
p4._visible = true;
}
buzz.start();
inv_p1_bl._visible = false;
inv_p1_br._visible = false;
inv_p1_tl._visible = false;
inv_p1_tr._visible = false;
inv_p2_bl._visible = false;
inv_p2_br._visible = false;
inv_p2_tl._visible = false;
inv_p2_tr._visible = false;
inv_p3_bl._visible = false;
inv_p3_br._visible = false;
inv_p3_tl._visible = false;
inv_p3_tr._visible = false;
inv_p4_bl._visible = false;
inv_p4_br._visible = false;
inv_p4_tl._visible = false;
inv_p4_tr._visible = false;
_global.puzzlesuccess = 0;
}
}
Symbol 383 MovieClip Frame 1
var buzz = new Sound();
buzz.attachSound("buzzer");
var elec = new Sound();
elec.attachSound("electric");
Instance of Symbol 44 MovieClip [piece4] "inv_p4_br" in Symbol 383 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 44 MovieClip [piece4] "inv_p4_bl" in Symbol 383 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 44 MovieClip [piece4] "inv_p4_tr" in Symbol 383 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 44 MovieClip [piece4] "inv_p4_tl" in Symbol 383 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 42 MovieClip [piece3] "inv_p3_tl" in Symbol 383 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 42 MovieClip [piece3] "inv_p3_tr" in Symbol 383 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 42 MovieClip [piece3] "inv_p3_bl" in Symbol 383 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 42 MovieClip [piece3] "inv_p3_br" in Symbol 383 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 40 MovieClip [piece2] "inv_p2_tr" in Symbol 383 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 40 MovieClip [piece2] "inv_p2_tl" in Symbol 383 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 40 MovieClip [piece2] "inv_p2_br" in Symbol 383 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 40 MovieClip [piece2] "inv_p2_bl" in Symbol 383 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 38 MovieClip [piece1] "inv_p1_tr" in Symbol 383 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 38 MovieClip [piece1] "inv_p1_br" in Symbol 383 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 38 MovieClip [piece1] "inv_p1_bl" in Symbol 383 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 38 MovieClip [piece1] "inv_p1_tl" in Symbol 383 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 44 MovieClip [piece4] "p4" in Symbol 383 MovieClip Frame 1
onClipEvent (load) {
if (_global.tile3top4 != 1) {
this._visible = false;
}
}
on (press) {
this.startDrag();
}
on (release) {
this.stopDrag();
if (eval (this._droptarget) == _root.puzblmask) {
_level0.East.puzzle.inv_p4_bl._visible = true;
_level0.East.puzzle.p4._x = orig40X;
_level0.East.puzzle.p4._y = orig40Y;
this._visible = false;
}
if (eval (this._droptarget) == _root.puztlmask) {
_level0.East.puzzle.inv_p4_tl._visible = true;
_level0.East.puzzle.p4._x = orig40X;
_level0.East.puzzle.p4._y = orig40Y;
this._visible = false;
}
if (eval (this._droptarget) == _root.puztrmask) {
_level0.East.puzzle.inv_p4_tr._visible = true;
_level0.East.puzzle.p4._x = orig40X;
_level0.East.puzzle.p4._y = orig40Y;
this._visible = false;
}
if (eval (this._droptarget) == _root.puzbrmask) {
_level0.East.puzzle.inv_p4_br._visible = true;
_level0.East.puzzle.p4._x = orig40X;
_level0.East.puzzle.p4._y = orig40Y;
this._visible = false;
_global.puzzlesuccess++;
}
}
Instance of Symbol 42 MovieClip [piece3] "p3" in Symbol 383 MovieClip Frame 1
onClipEvent (load) {
if (_global.tile1top3 != 1) {
this._visible = false;
}
}
on (press) {
this.startDrag();
}
on (release) {
this.stopDrag();
if (eval (this._droptarget) == _root.puzblmask) {
_level0.East.puzzle.inv_p3_bl._visible = true;
_level0.East.puzzle.p3._x = orig30X;
_level0.East.puzzle.p3._y = orig30Y;
this._visible = false;
_global.puzzlesuccess++;
}
if (eval (this._droptarget) == _root.puztlmask) {
_level0.East.puzzle.inv_p3_tl._visible = true;
_level0.East.puzzle.p3._x = orig30X;
_level0.East.puzzle.p3._y = orig30Y;
this._visible = false;
}
if (eval (this._droptarget) == _root.puztrmask) {
_level0.East.puzzle.inv_p3_tr._visible = true;
_level0.East.puzzle.p3._x = orig30X;
_level0.East.puzzle.p3._y = orig30Y;
this._visible = false;
}
if (eval (this._droptarget) == _root.puzbrmask) {
_level0.East.puzzle.inv_p3_br._visible = true;
_level0.East.puzzle.p3._x = orig30X;
_level0.East.puzzle.p3._y = orig30Y;
this._visible = false;
}
}
Instance of Symbol 40 MovieClip [piece2] "p2" in Symbol 383 MovieClip Frame 1
on (press) {
this.startDrag();
}
on (release) {
this.stopDrag();
if (eval (this._droptarget) == _root.puzblmask) {
_level0.East.puzzle.inv_p2_bl._visible = true;
_level0.East.puzzle.p2._x = orig20X;
_level0.East.puzzle.p2._y = orig20Y;
this._visible = false;
}
if (eval (this._droptarget) == _root.puztlmask) {
_level0.East.puzzle.inv_p2_tl._visible = true;
_level0.East.puzzle.p2._x = orig20X;
_level0.East.puzzle.p2._y = orig20Y;
this._visible = false;
_global.puzzlesuccess++;
}
if (eval (this._droptarget) == _root.puztrmask) {
_level0.East.puzzle.inv_p2_tr._visible = true;
_level0.East.puzzle.p2._x = orig20X;
_level0.East.puzzle.p2._y = orig20Y;
this._visible = false;
}
if (eval (this._droptarget) == _root.puzbrmask) {
_level0.East.puzzle.inv_p2_br._visible = true;
_level0.East.puzzle.p2._x = orig20X;
_level0.East.puzzle.p2._y = orig20Y;
this._visible = false;
}
}
Instance of Symbol 38 MovieClip [piece1] "p1" in Symbol 383 MovieClip Frame 1
onClipEvent (load) {
if (_global.tile2top1 != 1) {
this._visible = false;
}
}
on (press) {
this.startDrag();
}
on (release) {
this.stopDrag();
if (eval (this._droptarget) == _root.puzblmask) {
_level0.East.puzzle.inv_p1_bl._visible = true;
_level0.East.puzzle.p1._x = orig10X;
_level0.East.puzzle.p1._y = orig10Y;
this._visible = false;
}
if (eval (this._droptarget) == _root.puztlmask) {
_level0.East.puzzle.inv_p1_tl._visible = true;
_level0.East.puzzle.p1._x = orig10X;
_level0.East.puzzle.p1._y = orig10Y;
this._visible = false;
}
if (eval (this._droptarget) == _root.puztrmask) {
_level0.East.puzzle.inv_p1_tr._visible = true;
_level0.East.puzzle.p1._x = orig10X;
_level0.East.puzzle.p1._y = orig10Y;
this._visible = false;
_global.puzzlesuccess++;
}
if (eval (this._droptarget) == _root.puzbrmask) {
_level0.East.puzzle.inv_p1_br._visible = true;
_level0.East.puzzle.p1._x = orig10X;
_level0.East.puzzle.p1._y = orig10Y;
this._visible = false;
}
}
Symbol 384 MovieClip Frame 1
onEnterFrame();
if (_global.spherepuzzlecomplete >= 1) {
puzzle._visible = false;
powerani._visible = true;
powerani.gotoAndStop(32);
}
stop();
Instance of Symbol 36 MovieClip [puzzlecomplete] "powerani" in Symbol 384 MovieClip Frame 1
onClipEvent (load) {
if (_global.spherepuzzlecomplete == 0) {
this._visible = false;
}
}
Symbol 385 Button
on (release) {
gotoAndStop ("North");
}
Symbol 386 Button
on (release) {
gotoAndPlay ("south");
}
Symbol 398 MovieClip Frame 1
stop();
Symbol 398 MovieClip Frame 2
_global.papertear++;
Symbol 398 MovieClip Frame 15
stop();
Symbol 414 MovieClip Frame 1
stop();
Symbol 414 MovieClip Frame 13
stop();
Symbol 432 MovieClip Frame 1
stop();
Symbol 432 MovieClip Frame 24
stop();
Symbol 432 MovieClip Frame 25
Symbol 432 MovieClip Frame 48
stop();
Symbol 433 MovieClip Frame 1
stop();
Symbol 433 MovieClip Frame 2
SpinScrew.gotoAndPlay(2);
Symbol 433 MovieClip Frame 24
stop();
Symbol 433 MovieClip Frame 25
SpinScrew.gotoAndPlay(25);
Symbol 433 MovieClip Frame 48
stop();
Symbol 433 MovieClip Frame 49
SpinScrew.gotoAndPlay(2);
Symbol 433 MovieClip Frame 72
stop();
Symbol 443 MovieClip Frame 1
stop();
Symbol 454 MovieClip Frame 1
_global.digit1 = 1;
stop();
Symbol 454 MovieClip Frame 2
_global.digit1 = 2;
stop();
Symbol 454 MovieClip Frame 3
_global.digit1 = 3;
stop();
Symbol 454 MovieClip Frame 4
_global.digit1 = 4;
stop();
Symbol 454 MovieClip Frame 5
_global.digit1 = 5;
stop();
Symbol 457 Button
on (release) {
trace(_global.digit1);
if (_global.digit1 == 1) {
digit1.gotoAndStop(2);
}
if (_global.digit1 == 2) {
digit1.gotoAndStop(3);
}
if (_global.digit1 == 3) {
digit1.gotoAndStop(4);
}
if (_global.digit1 == 4) {
digit1.gotoAndStop(5);
}
if (_global.digit1 == 5) {
digit1.gotoAndStop(1);
}
}
Symbol 458 Button
on (release) {
trace(_global.digit2);
if (_global.digit2 == 1) {
digit2.gotoAndStop(2);
}
if (_global.digit2 == 2) {
digit2.gotoAndStop(3);
}
if (_global.digit2 == 3) {
digit2.gotoAndStop(4);
}
if (_global.digit2 == 4) {
digit2.gotoAndStop(5);
}
if (_global.digit2 == 5) {
digit2.gotoAndStop(1);
}
}
Symbol 459 Button
on (release) {
trace(_global.digit3);
if (_global.digit3 == 1) {
digit3.gotoAndStop(2);
}
if (_global.digit3 == 2) {
digit3.gotoAndStop(3);
}
if (_global.digit3 == 3) {
digit3.gotoAndStop(4);
}
if (_global.digit3 == 4) {
digit3.gotoAndStop(5);
}
if (_global.digit3 == 5) {
digit3.gotoAndStop(1);
}
}
Symbol 460 MovieClip Frame 1
_global.digit2 = 1;
stop();
Symbol 460 MovieClip Frame 2
_global.digit2 = 2;
stop();
Symbol 460 MovieClip Frame 3
_global.digit2 = 3;
stop();
Symbol 460 MovieClip Frame 4
_global.digit2 = 4;
stop();
Symbol 460 MovieClip Frame 5
_global.digit2 = 5;
stop();
Symbol 461 MovieClip Frame 1
_global.digit3 = 1;
stop();
Symbol 461 MovieClip Frame 2
_global.digit3 = 2;
stop();
Symbol 461 MovieClip Frame 3
_global.digit3 = 3;
stop();
Symbol 461 MovieClip Frame 4
_global.digit3 = 4;
stop();
Symbol 461 MovieClip Frame 5
_global.digit3 = 5;
stop();
Symbol 462 Button
on (release) {
trace(_global.digit1);
trace(_global.digit2);
trace(_global.digit3);
trace(_global.lockcheck);
if (_global.digit1 == 5) {
_global.lockcheck++;
} else {
_global.lockcheck = 0;
}
if (_global.digit2 == 3) {
_global.lockcheck++;
} else {
_global.lockcheck = 0;
}
if (_global.digit3 == 4) {
_global.lockcheck++;
} else {
_global.lockcheck = 0;
}
if (_global.lockcheck >= 3) {
_global.cryounitopen++;
_root.gotoAndPlay(11);
_root._root.Invaemb._visible = true;
_global.embryofound++;
trace("LOCK OPEN");
}
}
Symbol 467 MovieClip Frame 1
stop();
Symbol 467 MovieClip Frame 2
stop();
Symbol 467 MovieClip Frame 3
stop();
Symbol 470 Button
on (release) {
WallTile1._visible = false;
_root.Invtile1._visible = true;
_global.Tile1found++;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "I found a tile with some circuitry on it.";
}
Symbol 474 MovieClip Frame 1
stop();
Symbol 474 MovieClip Frame 2
stop();
Symbol 494 MovieClip Frame 1
stop();
Symbol 499 MovieClip Frame 1
stop();
Symbol 499 MovieClip Frame 2
stop();
Symbol 499 MovieClip Frame 3
stop();
Symbol 504 MovieClip Frame 1
var door_close = new Sound();
door_close.attachSound("closedoor.au");
stop();
Instance of Symbol 474 MovieClip in Symbol 504 MovieClip Frame 1
on (release) {
this.gotoAndStop(2);
_parent.gotoAndStop(2);
}
Instance of Symbol 494 MovieClip "sink" in Symbol 504 MovieClip Frame 1
on (release) {
this.gotoAndPlay(2);
}
Symbol 504 MovieClip Frame 2
onEnterFrame();
if (_global.Tile2found == 2) {
_level0.South.sinkcabinet.tile2._visible = false;
}
stop();
Instance of Symbol 343 MovieClip "tile2" in Symbol 504 MovieClip Frame 2
on (release) {
if (_global.Tile2found == 1) {
this._visible = false;
_level0.Invtile2._visible = true;
_global.Tile2found++;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "I found a tile with some circuitry on it.";
}
}
Instance of Symbol 499 MovieClip in Symbol 504 MovieClip Frame 2
on (release) {
door_close.start();
this.gotoAndStop(1);
_parent.gotoAndStop(1);
}
Instance of Symbol 503 MovieClip in Symbol 504 MovieClip Frame 2
on (rollOver) {
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "It appears to be a translation of some alien characters.";
}
Symbol 505 MovieClip Frame 1
stop();
onEnterFrame();
if (_root.i >= 4) {
wallsafe.gotoAndStop(13);
miniscrew1._visible = false;
miniscrew2._visible = false;
miniscrew3._visible = false;
miniscrew4._visible = false;
}
if (_global.Screwheight == 0) {
Mainscrew.gotoAndStop(24);
}
if (_global.Screwheight == 1) {
Mainscrew.gotoAndStop(1);
}
if (_global.Screwheight == 2) {
Mainscrew.gotoAndStop(48);
}
if (PC1found != 1) {
PC1._visible = false;
}
if (PC2found != 1) {
PC2._visible = false;
}
if (_global.remotefound != 1) {
SafeRemote._visible = false;
}
if (Tile1found != 1) {
WallTile1._visible = false;
}
if (papertear != 1) {
paper.gotoAndStop(15);
_level0.paperspot._visible = false;
}
Instance of Symbol 398 MovieClip "paper" in Symbol 505 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 339 MovieClip "PC1" in Symbol 505 MovieClip Frame 1
on (release) {
if (_root.i >= 4) {
this._visible = false;
_root.Invpc1._visible = true;
_global.PC1found++;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "I picked up a power core.";
}
}
Instance of Symbol 339 MovieClip "PC2" in Symbol 505 MovieClip Frame 1
on (release) {
if (_root.i >= 4) {
this._visible = false;
_root.Invpc2._visible = true;
_global.PC2found++;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "I picked up a power core.";
}
}
Instance of Symbol 369 MovieClip "SafeRemote" in Symbol 505 MovieClip Frame 1
on (release) {
if (_root.i >= 4) {
_level0.South.SafeRemote._visible = false;
_level0.Invremote._visible = true;
_global.remotefound++;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "I picked up a remote control.";
}
}
Instance of Symbol 414 MovieClip "wallsafe" in Symbol 505 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 416 MovieClip "miniscrew1" in Symbol 505 MovieClip Frame 1
onClipEvent (load) {
function __f_load(eventObj) {
if (_root.i < 4) {
this._visible = true;
} else {
this._visible = false;
}
}
this.addEventListener("load", __f_load);
}
Instance of Symbol 416 MovieClip "miniscrew4" in Symbol 505 MovieClip Frame 1
onClipEvent (load) {
function __f_load(eventObj) {
if (_root.i < 4) {
this._visible = true;
} else {
this._visible = false;
}
}
this.addEventListener("load", __f_load);
}
Instance of Symbol 416 MovieClip "miniscrew3" in Symbol 505 MovieClip Frame 1
onClipEvent (load) {
function __f_load(eventObj) {
if (_root.i < 4) {
this._visible = true;
} else {
this._visible = false;
}
}
this.addEventListener("load", __f_load);
}
Instance of Symbol 416 MovieClip "miniscrew2" in Symbol 505 MovieClip Frame 1
onClipEvent (load) {
function __f_load(eventObj) {
if (_root.i < 4) {
this._visible = true;
} else {
this._visible = false;
}
}
this.addEventListener("load", __f_load);
}
Instance of Symbol 433 MovieClip "Mainscrew" in Symbol 505 MovieClip Frame 1
on (release) {
if (_global.Screwheight == 0) {
if (_global.screwvarlock == 1) {
this.gotoAndPlay(25);
_global.Screwheight = 2;
_global.screwvarlock = 0;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "I turned the giant screw to its highest height.";
}
}
if (_global.Screwheight == 1) {
if (_global.screwvarlock == 1) {
this.gotoAndPlay(2);
_global.Screwheight = 0;
_global.screwvarlock = 0;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "I turned the giant screw to its lowest height.";
}
}
if (_global.Screwheight == 2) {
if (_global.screwvarlock == 1) {
this.gotoAndPlay(49);
_global.Screwheight = 1;
_global.screwvarlock = 0;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "I turned the giant screw to its middle height.";
}
}
_global.screwvarlock = 1;
}
Instance of Symbol 339 MovieClip "screwcore" in Symbol 505 MovieClip Frame 1
onClipEvent (load) {
if (_global.icecoreonscrew == 0) {
this._visible = false;
}
if (_global.Spherephase == 2) {
this.gotoAndStop(37);
}
if (_global.Spherephase == 3) {
this.gotoAndStop(90);
}
}
on (release) {
if (_global.Spherephase == 3) {
this._visible = false;
_global.icecoreonscrew = 0;
_root.Invpc1._visible = true;
_root.Invpc1.gotoAndStop(90);
_global.icecoresupercharged = 1;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "I removed the Super Charged Power Core from the giant screw.";
}
}
Instance of Symbol 467 MovieClip "Cryounit" in Symbol 505 MovieClip Frame 1
on (release) {
_root.gotoAndStop("cryojar");
}
onClipEvent (load) {
if (_global.cryounitopen != 1) {
this.gotoAndStop(3);
} else {
this.gotoAndStop(1);
}
}
Symbol 505 MovieClip Frame 6
Symbol 506 Button
on (release) {
gotoAndPlay ("West");
}
Symbol 562 MovieClip Frame 1
stop();
Symbol 567 Button
on (release) {
if (_global.enertronmode1 == 3) {
enertron.gotoAndPlay(2);
powercore1.gotoAndPlay(2);
_global.enertronmode1 = 1;
_global.Icecoreremove++;
_global.Embryoremove++;
_global.embryoinenertron = 1;
_global.powercore1inenertron = 1;
_global.Icecoreready = 1;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "The Enertron transfers the energy from the frozen embryo to the power core.";
}
if (_global.enertronmode2 == 3) {
enertron.gotoAndPlay(2);
powercore2.gotoAndPlay(46);
_global.enertronmode2 = 1;
_global.Hotcoreremove++;
_global.Glassremove++;
_global.glassinenertron = 1;
_global.powercore2inenertron = 1;
_global.Hotcoreready = 1;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "The Enertron transfers the energy from the hot water to the power core.";
}
}
Symbol 568 MovieClip Frame 1
onEnterFrame();
if (kettleboiled != 1) {
Kettle.gotoAndStop(3);
}
if (_global.powercore1inenertron != 1) {
_level0.West.powercore1._visible = true;
}
if (_global.Icecoreready == 1) {
_level0.West.powercore1._visible = true;
_level0.West.powercore1.gotoAndStop(37);
}
if (_global.powercore2inenertron != 1) {
_level0.West.powercore2._visible = true;
}
if (_global.Hotcoreready == 1) {
_level0.West.powercore2._visible = true;
_level0.West.powercore2.gotoAndStop(81);
}
if (_global.embryoinenertron != 1) {
_level0.West.EnerEmb._visible = true;
}
if (_global.glassinenertron != 1) {
_level0.West.EnerGlass._visible = true;
_level0.West.EnerGlass.gotoAndStop(3);
}
if (Tile3found != 1) {
WallTile3._visible = false;
}
Instance of Symbol 312 MovieClip "Kettle" in Symbol 568 MovieClip Frame 1
onClipEvent (load) {
if (kettlefound != 1) {
this._visible = false;
}
}
on (release) {
if (_global.kettlefound == 1) {
this._visible = false;
_root.Invkettle._visible = true;
_global.kettlefound++;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "I picked up a Kettle.";
}
}
Instance of Symbol 345 MovieClip "WallTile3" in Symbol 568 MovieClip Frame 1
on (release) {
this._visible = false;
_root.Invtile3._visible = true;
_global.Tile3found++;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "I found a tile with some circuitry on it.";
}
Instance of Symbol 339 MovieClip "powercore1" in Symbol 568 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
on (release) {
if (_global.Icecoreremove != 1) {
_root.Invpc1._visible = true;
_root.Invpc1.gotoAndStop(37);
this._visible = false;
_global.powercore1inenertron = 1;
_global.Icecoreready = 0;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "I removed the Supercooled Power Core from the Enertron.";
}
}
Instance of Symbol 339 MovieClip "powercore2" in Symbol 568 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
on (release) {
if (_global.Hotcoreremove != 1) {
_root.Invpc2._visible = true;
_root.Invpc2.gotoAndStop(81);
_global.powercore2inenertron = 1;
this._visible = false;
_global.Hotcoreready = 0;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "I removed the Hot Power Core from the Enertron.";
}
}
Instance of Symbol 341 MovieClip "EnerEmb" in Symbol 568 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
on (release) {
if (_global.Embryoremove != 1) {
_root.Invaemb._visible = true;
_global.embryoinenertron = 1;
this._visible = false;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "I removed the frozen embryo from the Enertron.";
}
}
Instance of Symbol 316 MovieClip "EnerGlass" in Symbol 568 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
on (release) {
if (_global.Glassremove != 1) {
_root.Invglass._visible = true;
_global.glassinenertron = 1;
this._visible = false;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "I removed the glass of hot water from the Enertron.";
}
}
Symbol 569 Button
on (release) {
gotoAndPlay ("south");
}
Symbol 580 MovieClip Frame 1
stop();
Symbol 583 MovieClip Frame 1
stop();
Symbol 586 MovieClip Frame 1
stop();
Symbol 587 MovieClip Frame 1
Instance of Symbol 580 MovieClip "Screwdriver" in Symbol 587 MovieClip Frame 1
onClipEvent (load) {
if (screwdriverfound != 1) {
this._visible = false;
}
}
on (release) {
this._visible = false;
_root.Invscrewdriver._visible = true;
_global.screwdriverfound++;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "I found a screwdriver.";
}
Instance of Symbol 583 MovieClip "Glass" in Symbol 587 MovieClip Frame 1
onClipEvent (load) {
if (glassfound != 1) {
this._visible = false;
}
}
on (release) {
this._visible = false;
_root.Invglass._visible = true;
_global.glassfound++;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "I picked up an empty glass.";
}
Instance of Symbol 586 MovieClip in Symbol 587 MovieClip Frame 1
on (release) {
Loose_Floorboards.gotoAndPlay(2);
gotoAndStop (2);
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "I removed the floor board.";
}
Symbol 588 Button
on (release) {
gotoAndPlay ("East");
}
Symbol 589 Button
on (release) {
gotoAndPlay ("West");
}
Symbol 590 Button
on (release) {
gotoAndStop ("North");
}
Symbol 593 Button
on (release) {
if (_global.digit1 == 1) {
digit1.gotoAndStop(2);
}
if (_global.digit1 == 2) {
digit1.gotoAndStop(3);
}
if (_global.digit1 == 3) {
digit1.gotoAndStop(4);
}
if (_global.digit1 == 4) {
digit1.gotoAndStop(5);
}
if (_global.digit1 == 5) {
digit1.gotoAndStop(1);
}
}
Symbol 594 Button
on (release) {
if (_global.digit2 == 1) {
digit2.gotoAndStop(2);
}
if (_global.digit2 == 2) {
digit2.gotoAndStop(3);
}
if (_global.digit2 == 3) {
digit2.gotoAndStop(4);
}
if (_global.digit2 == 4) {
digit2.gotoAndStop(5);
}
if (_global.digit2 == 5) {
digit2.gotoAndStop(1);
}
}
Symbol 595 Button
on (release) {
if (_global.digit3 == 1) {
digit3.gotoAndStop(2);
}
if (_global.digit3 == 2) {
digit3.gotoAndStop(3);
}
if (_global.digit3 == 3) {
digit3.gotoAndStop(4);
}
if (_global.digit3 == 4) {
digit3.gotoAndStop(5);
}
if (_global.digit3 == 5) {
digit3.gotoAndStop(1);
}
}
Symbol 596 Button
on (release) {
if (_global.digit1 == 5) {
_global.lockcheck++;
} else {
_global.lockcheck = 0;
}
if (_global.digit2 == 3) {
_global.lockcheck++;
} else {
_global.lockcheck = 0;
}
if (_global.digit3 == 4) {
_global.lockcheck++;
} else {
_global.lockcheck = 0;
}
if (_global.lockcheck >= 3) {
_global.cryounitopen++;
_root.cryolid.gotoAndStop(2);
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "The cryo storage unit opened.";
}
}
Symbol 600 Button
on (release) {
_root.gotoAndPlay("south");
}
Symbol 605 MovieClip Frame 1
stop();
onEnterFrame();
if (_global.cryounitopen != 1) {
_root.cryolid.gotoAndStop(3);
}
Instance of Symbol 341 MovieClip "embryo" in Symbol 605 MovieClip Frame 2
onClipEvent (enterFrame) {
}
on (release) {
this._visible = false;
_root.Invaemb._visible = true;
_global.embryofound++;
_level0.Text_Bar.gotoAndPlay(2);
_level0.Text_Bar.helptext = "I picked up a frozen alien Embryo.";
}
Symbol 605 MovieClip Frame 3
stop();
onEnterFrame();
if (embryofound != 1) {
embryo._visible = false;
}