Frame 1
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__("d4da779e", this, 10301, true);
Frame 2
function startgame() {
gameon.Key.removeListener(keyl);
gameon.removeMovieClip();
this.attachMovie("gameon", "gameon", 11);
}
function passearch() {
this.gotoAndPlay(this._totalframes - this._currentframe);
attachMovie("rider", "rider", 13);
rider._visible = true;
}
function checkpass(ole) {
var _local3 = 0;
var _local4 = passwords.length;
var _local1 = 1;
while (_local1 < _local4) {
if (ole eq passwords[_local1]) {
var _local2 = _local1 + 1;
crtlev = _local2;
_local3 = 1;
startgame();
rider._visible = false;
mainm.unloadMovie();
}
_local1++;
}
if (_local3 == 0) {
rider.tt2.text = "Password was not found.\nPlease try again.";
}
}
crtlev = 1;
volumeis = 40;
mg._visible = (res._visible = (back._visible = (pass._visible = false)));
finishit = new Sound(this);
finishit.attachSound("success");
finishit.setVolume(40);
startgame();
this.attachMovie("mainm", "mainm", 12);
res.onPress = function () {
startgame();
};
back.onPress = function () {
gameon.back();
};
pass.onPress = function () {
passearch();
};
mg.onRollOver = (res.onRollOver = (pass.onRollOver = (back.onRollOver = function () {
if ((this._currentframe == 1) || (this._currentframe == this._totalframes)) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(this._totalframes - this._currentframe);
}
})));
mg.onRollOut = (res.onRollOut = (pass.onRollOut = (back.onRollOut = function () {
this.gotoAndPlay(this._totalframes - this._currentframe);
})));
mg.onPress = function () {
getURL ("http://www.games-age.com", "_blank");
};
passwords = new Array();
passwords = ["0000", "f1n3", "c4k3", "m00n", "74m3", "w0rd", "l0r3", "4rd3", "7341", "orbs", "zeke", "70ny", "v14d", "d4rt", "c475", "p4d5", "h3r3", "m155", "p33k", "mstr"];
soundis.onPress = function () {
if (volumeis != 0) {
volumeis = 0;
this.gotoAndStop(2);
} else {
volumeis = 40;
this.gotoAndStop(1);
}
trace(volumeis);
};
soundis.onRollOver = function () {
};
soundis.onRollOut = function () {
};
stop();
keyl = new Object();
keyl.onKeyDown = function () {
gameon.movett();
};
Key.addListener(keyl);
Symbol 28 MovieClip Frame 1
stop();
Symbol 28 MovieClip Frame 2
stop();
Symbol 28 MovieClip Frame 3
stop();
Symbol 34 MovieClip [gameon] Frame 1
function goload() {
date = this["xml" + crt];
var _local4 = date.firstChild.childNodes;
var _local2 = 0;
while (_local2 < _local4.length) {
var _local3 = _local4[_local2].firstChild;
_local3 = _local3.toString();
info[_local2] = _local3.split("|");
strength[_local2] = _local3.split("|");
_local2++;
}
addfloor();
}
function addfloor() {
var _local7 = info.length;
var _local2 = 0;
while (_local2 < _local7) {
var _local6 = info[_local2].length;
var _local1 = 0;
while (_local1 < _local6) {
var _local3 = info[_local2][_local1];
_local3 = parseInt(_local3);
strength[_local2][_local1] = 0;
switch (_local3) {
case 0 :
break;
case 1 :
var _local5 = floor.attachMovie("box1", "box" + depth, depth);
_local5._x = _local1 * dx;
_local5._y = _local2 * dy;
break;
case 2 :
_local5 = boxes.attachMovie("box2", "wall" + depth, depth);
_local5._x = _local1 * dx;
_local5._y = _local2 * dx;
strength[_local2][_local1] = 2;
break;
case 3 :
_local5 = floor.attachMovie("box1", "box" + depth, depth);
var _local4 = boxes.attachMovie("box3", "cutie" + numero, depth);
_local4._x = (_local5._x = _local1 * dx);
_local4._y = (_local5._y = _local2 * dy);
_local4.varint1 = _local1;
_local4.varint2 = _local2;
numero++;
strength[_local2][_local1] = 1;
break;
case 4 :
_local5 = floor.attachMovie("box4", "box" + depth, depth);
_local5._x = _local1 * dx;
_local5._y = _local2 * dy;
floorgrounds(_local1, _local2);
break;
case 5 :
_local5 = floor.attachMovie("box1", "box" + depth, depth);
_local4 = boxes.attachMovie("box5", "body", depth);
boxes.body.all._x = 20;
boxes.body.all._y = 20;
_local4._x = (_local5._x = _local1 * dx);
_local4._y = (_local5._y = _local2 * dy);
xis = (ultimx = _local1);
yis = (ultimy = _local2);
}
depth++;
_local1++;
}
_local2++;
}
addmovement();
places();
}
function movett() {
if (Key.getCode() == kleft) {
boxes.body.all._rotation = 180;
moves(-1, 0);
} else if (Key.getCode() == kright) {
boxes.body.all._rotation = 0;
moves(1, 0);
} else if (Key.getCode() == kup) {
boxes.body.all._rotation = 270;
moves(0, -1);
} else if (Key.getCode() == kdown) {
boxes.body.all._rotation = 90;
moves(0, 1);
} else if (Key.getCode() == kenter) {
_parent.returnit();
}
}
function moves(gox, goy) {
var _local4 = xis + gox;
var _local3 = yis + goy;
var _local2 = strength[_local3][_local4];
_local2 = int(_local2);
if (_local2 < 2) {
if (_local2 == 0) {
stepit.setVolume(_parent.volumeis);
stepit.start(0, 2);
ultimx = xis;
ultimy = yis;
pushbox = false;
movebody(_local4, _local3);
boxes.body.all.gotoAndStop(2);
} else {
var _local5 = _local4 + gox;
var _local6 = _local3 + goy;
var _local7 = strength[_local6][_local5];
_local2 = int(_local7) + _local2;
if (_local2 < 2) {
pushit.setVolume(_parent.volumeis);
pushit.start();
ultimx = xis;
ultimy = yis;
pushbox = true;
movebody(_local4, _local3);
boxes.body.all.gotoAndStop(3);
movebox(_local4, _local3, _local5, _local6);
}
}
} else {
wallit.setVolume(_parent.volumeis);
wallit.start(0, 1);
}
}
function movebody(csi, ksi) {
if (locked == false) {
var _local2 = new mx.transitions.Tween(boxes.body, "_x", mx.transitions.easing.None.easeOut, boxes.body._x, csi * dx, tempo);
new mx.transitions.Tween(boxes.body, "_y", mx.transitions.easing.None.easeOut, boxes.body._y, ksi * dy, tempo);
removeaction(xis, yis);
xis = csi;
yis = ksi;
addaction(xis, yis);
var _local1 = ((info[0].length * yis) + xis) + 1;
boxes.body.swapDepths(_local1);
_local2.onMotionFinished = function () {
boxes.body.all.gotoAndStop(1);
if (locked == false) {
checkfin();
}
};
}
}
function movebox(initx, inity, finx, finy) {
var _local1 = 0;
while (_local1 <= numero) {
if ((boxes["cutie" + _local1].varint1 == initx) && (boxes["cutie" + _local1].varint2 == inity)) {
mc = boxes["cutie" + _local1];
boxes["cutie" + _local1].varint1 = finx;
boxes["cutie" + _local1].varint2 = finy;
new mx.transitions.Tween(mc, "_x", mx.transitions.easing.None.easeOut, mc._x, finx * dx, tempo);
new mx.transitions.Tween(mc, "_y", mx.transitions.easing.None.easeOut, mc._y, finy * dy, tempo);
strength[inity][initx] = 0;
strength[finy][finx] = 1;
}
_local1++;
}
}
function floorgrounds(pej, pei) {
findx[dot] = pej;
findy[dot] = pei;
dot++;
}
function checkfin() {
var _local5 = 0;
var _local2 = 0;
while (_local2 < findx.length) {
var _local4 = findx[_local2];
var _local3 = findy[_local2];
if (strength[_local3][_local4] == 1) {
_local5++;
}
_local2++;
}
if (_local5 == findx.length) {
locked = true;
_parent.finishit.setVolume(_parent.volumeis);
_parent.finishit.start(0, 1);
var _local6 = new mx.transitions.Tween(boxes.body, "_alpha", mx.transitions.easing.None.easeOut, 100, 100, tempo);
Key.removeListener(keyl);
_local6.onMotionFinished = function () {
_parent.crtlev++;
_parent.startgame();
};
}
}
function addmovement() {
var _local5 = info.length;
var _local6 = info[0].length;
var _local4 = 1;
var _local3 = 0;
while (_local3 < _local6) {
var _local1 = 0;
while (_local1 < _local5) {
var _local2 = overs.attachMovie("regular", (("r" + _local3) + "n") + _local1, _local4);
_local2._x = _local3 * dx;
_local2._y = _local1 * dy;
_local2.tt.text = (_local3 + "|") + _local1;
_local4++;
_local1++;
}
_local3++;
}
addaction(xis, yis);
}
function addaction(ax, ay) {
var _local6 = ax - 1;
var _local4 = ax + 1;
var _local5 = ay - 1;
var _local3 = ay + 1;
overs[(("r" + _local6) + "n") + ay].onPress = function () {
boxes.body.all._rotation = 180;
moves(-1, 0);
};
overs[(("r" + _local4) + "n") + ay].onPress = function () {
boxes.body.all._rotation = 0;
moves(1, 0);
};
overs[(("r" + ax) + "n") + _local5].onPress = function () {
boxes.body.all._rotation = 270;
moves(0, -1);
};
overs[(("r" + ax) + "n") + _local3].onPress = function () {
boxes.body.all._rotation = 90;
moves(0, 1);
};
}
function removeaction(ax, ay) {
var _local6 = ax - 1;
var _local4 = ax + 1;
var _local5 = ay - 1;
var _local3 = ay + 1;
delete overs[(("r" + _local6) + "n") + ay].onPress;
delete overs[(("r" + _local4) + "n") + ay].onPress;
delete overs[(("r" + ax) + "n") + _local5].onPress;
delete overs[(("r" + ax) + "n") + _local3].onPress;
}
function places() {
_parent.gameon._x = 270 - (_parent.gameon._width / 2);
_parent.gameon._y = 270 - (_parent.gameon._height / 2);
_parent.wey._width = _parent.gameon._width + 10;
_parent.wey._height = _parent.gameon._height + 10;
_parent.wey._x = _parent.gameon._x - 5;
_parent.wey._y = _parent.gameon._y - 5;
_parent.res._y = (_parent.back._y = (_parent.pass._y = (_parent.wey._y + _parent.wey._height) - 4));
_parent.back._x = 230;
_parent.res._x = _parent.wey._x;
if (_parent.res._x > 190) {
_parent.res._x = 190;
}
_parent.pass._x = (_parent.wey._x + _parent.wey._width) - 124;
if (_parent.pass._x < 310) {
_parent.pass._x = 310;
}
_parent.mg._x = _parent.wey._x;
_parent.mg._y = (_parent.soundis._y = _parent.wey._y - 32);
_parent.soundis._x = ((_parent.wey._x + _parent.wey._width) - _parent.soundis._width) + 30;
}
function back() {
if (pushbox == true) {
var _local1 = xis + (xis - ultimx);
var _local2 = yis + (yis - ultimy);
movebox(_local1, _local2, xis, yis);
movebody(ultimx, ultimy);
} else {
movebody(ultimx, ultimy);
}
}
this.createEmptyMovieClip("floor", 1);
this.createEmptyMovieClip("boxes", 2);
this.createEmptyMovieClip("overs", 3);
volumeis = 40;
moreit.onPress = function () {
if (floor._xscale < 130) {
floor._xscale = (floor._yscale = (boxes._xscale = (boxes._yscale = (overs._xscale = (overs._yscale = overs._yscale + 3)))));
}
};
lessit.onPress = function () {
if (floor._xscale > 70) {
floor._xscale = (floor._yscale = (boxes._xscale = (boxes._yscale = (overs._xscale = (overs._yscale = overs._yscale - 3)))));
}
};
var ultimx = 0;
var ultimy = 0;
pushbox = false;
boxes._x = (floor._x = (overs._x = 0));
boxes._y = (floor._y = (overs._y = 0));
var depth = 1;
var strength = new Array();
var crt = _parent.crtlev;
kright = 39;
kleft = 37;
kup = 38;
kdown = 40;
var dx = 40;
var dy = 40;
var tempo = 10;
var findx = new Array();
var findy = new Array();
var locked = false;
var blocked = false;
var numero = 0;
var dot = 0;
var date = new XML();
date.ignoreWhite = true;
var info = new Array();
home.onRollOver = function () {
this.gotoAndStop(2);
};
home.onRollOut = function () {
this.gotoAndStop(1);
};
home.onPress = function () {
_parent.returnit();
this.gotoAndStop(1);
};
pushit = new Sound(this);
pushit.attachSound("push");
wallit = new Sound(this);
wallit.attachSound("wall");
stepit = new Sound(this);
stepit.attachSound("step");
var xml1 = new XML("<tag><row>2|2|2|2|2|2|2</row><row>2|1|4|4|3|1|2</row><row>2|1|2|1|3|1|2</row><row>2|1|2|1|2|1|2</row><row>2|1|3|5|2|1|2</row><row>2|4|3|1|1|1|2</row><row>2|4|2|2|2|2|2</row><row>2|2|2|0|0|0|0</row></tag>");
var xml2 = new XML("<tag><row>0|0|2|2|2|2|0|0|0</row><row>2|2|2|1|1|2|2|2|2</row><row>2|1|1|1|1|1|3|1|2</row><row>2|1|2|1|1|2|3|1|2</row><row>2|1|4|1|4|2|5|1|2</row><row>2|2|2|2|2|2|2|2|2</row></tag>");
var xml3 = new XML("<tag><row>0|0|0|2|2|2|2|2|0|0|0|0</row><row>2|2|2|2|1|1|1|2|0|0|0|0</row><row>2|4|4|2|3|3|1|2|0|0|0|0</row><row>2|1|4|4|3|1|1|2|2|2|2|2</row><row>2|1|5|2|1|2|1|2|1|1|1|2</row><row>2|1|1|3|1|1|1|1|1|3|1|2</row><row>2|1|1|2|2|2|2|2|2|2|4|2</row><row>2|2|2|2|0|0|0|0|0|2|2|2</row></tag>");
var xml4 = new XML("<tag><row>0|0|0|2|2|2|0|0|0|0|0</row><row>0|0|2|2|1|2|0|2|2|2|2</row><row>0|2|2|1|1|2|2|2|1|1|2</row><row>2|2|1|3|1|1|1|1|1|1|2</row><row>2|1|1|1|5|3|1|2|1|1|2</row><row>2|2|2|1|3|2|2|2|1|1|2</row><row>0|0|2|1|1|2|4|4|1|1|2</row><row>0|2|2|1|2|2|4|2|1|2|2</row><row>0|2|1|1|1|1|1|1|2|2|0</row><row>0|2|1|1|1|1|1|2|2|0|0</row><row>0|2|2|2|2|2|2|2|0|0|0</row></tag>");
var xml5 = new XML("<tag><row>0|0|0|2|2|2|2|2|2|2|2</row><row>0|0|0|2|1|1|1|1|1|1|2</row><row>2|2|2|2|1|2|2|2|2|1|2</row><row>2|1|3|1|3|1|4|4|2|1|2</row><row>2|1|2|1|1|4|2|1|2|1|2</row><row>2|1|2|1|2|2|2|1|2|1|2</row><row>2|1|2|4|2|1|3|1|1|1|2</row><row>2|1|2|4|3|5|3|1|1|2|2</row><row>2|1|2|3|2|2|2|1|1|2|0</row><row>2|1|1|4|1|1|1|1|1|2|0</row><row>2|2|2|2|2|2|2|2|2|2|0</row></tag>");
var xml6 = new XML("<tag><row>2|2|2|2|2|2|2|2|2|2</row><row>2|1|1|1|1|1|1|1|1|2</row><row>2|1|1|3|1|3|1|3|1|2</row><row>2|2|5|2|2|2|2|2|1|2</row><row>2|1|1|1|4|1|4|1|4|2</row><row>2|1|1|1|1|1|1|1|1|2</row><row>2|2|2|2|2|2|2|2|2|2</row></tag>");
var xml7 = new XML("<tag><row>2|2|2|2|2|2|2|2|2</row><row>2|1|1|1|2|1|1|1|2</row><row>2|1|3|1|1|1|3|1|2</row><row>2|2|1|2|1|2|1|2|2</row><row>2|1|1|2|1|2|1|1|2</row><row>2|1|3|4|4|4|1|1|2</row><row>2|2|2|1|5|1|2|2|2</row><row>0|0|2|2|2|2|2|0|0</row></tag>");
var xml8 = new XML("<tag><row>2|2|2|2|2|2|2|2|0|0</row><row>2|1|1|2|2|1|1|2|2|2</row><row>2|1|1|1|1|1|3|1|1|2</row><row>2|4|4|2|2|5|3|1|1|2</row><row>2|4|4|2|2|1|3|1|1|2</row><row>2|1|1|1|1|1|3|1|1|2</row><row>2|1|1|2|2|1|1|2|2|2</row><row>2|2|2|2|2|2|2|2|0|0</row></tag>");
var xml9 = new XML("<tag><row>2|2|2|2|2|2|2|2|2|2</row><row>2|1|1|1|1|1|2|4|1|2</row><row>2|1|1|3|1|1|1|4|4|2</row><row>2|1|1|1|1|2|1|1|4|2</row><row>2|2|2|2|1|2|2|2|2|2</row><row>2|1|3|1|3|1|3|1|5|2</row><row>2|1|1|1|1|1|1|1|1|2</row><row>2|2|2|2|2|2|2|2|2|2</row></tag>");
var xml10 = new XML("<tag><row>0|0|0|0|0|0|0|2|2|2|2|2|0</row><row>0|2|2|2|2|2|2|2|1|1|1|2|2</row><row>2|2|1|2|1|5|2|2|1|3|3|1|2</row><row>2|1|1|1|1|3|1|1|1|1|1|1|2</row><row>2|1|1|3|1|1|2|2|2|1|1|1|2</row><row>2|2|2|1|2|2|2|2|2|3|2|2|2</row><row>2|1|3|1|1|2|2|2|1|1|4|2|0</row><row>2|1|3|1|3|1|3|1|1|4|4|2|0</row><row>2|1|1|1|1|2|2|2|4|4|4|2|0</row><row>2|1|1|1|1|2|0|2|4|4|4|2|0</row><row>2|2|2|2|2|2|0|2|2|2|2|2|0</row></tag>");
var xml11 = new XML("<tag><row>0|0|0|0|0|2|2|2|2|2|2|2</row><row>0|0|0|0|0|2|1|1|2|1|1|2</row><row>0|0|0|0|0|2|1|3|1|3|1|2</row><row>2|2|2|2|2|2|1|1|2|1|1|2</row><row>2|1|4|4|1|2|1|5|1|1|1|2</row><row>2|1|1|4|1|1|1|3|2|3|1|2</row><row>2|1|1|4|1|2|1|1|2|1|1|2</row><row>2|2|2|2|2|2|2|2|2|2|2|2</row></tag>");
var xml12 = new XML("<tag><row>2|2|2|2|2|2|2|2|2|2|2|2</row><row>2|1|1|1|1|1|1|1|1|1|1|2</row><row>2|1|1|1|1|1|3|3|3|1|1|2</row><row>2|2|1|2|1|1|3|5|3|1|1|2</row><row>2|4|4|4|2|2|3|3|3|2|2|2</row><row>2|4|1|4|1|1|1|1|1|1|1|2</row><row>2|4|4|4|1|1|2|1|1|1|1|2</row><row>2|2|2|2|2|2|2|2|2|2|2|2</row></tag>");
var xml13 = new XML("<tag><row>2|2|2|2|2|2|2|2|2|2|2</row><row>2|1|1|4|2|1|1|2|1|1|2</row><row>2|4|4|4|4|1|3|2|3|1|2</row><row>2|1|1|4|2|1|1|1|1|1|2</row><row>2|2|2|2|2|1|1|2|1|1|2</row><row>2|1|1|3|1|1|3|3|3|1|2</row><row>2|1|1|1|1|1|5|2|1|1|2</row><row>2|2|2|2|2|2|2|2|2|2|2</row></tag>");
var xml14 = new XML("<tag><row>2|2|2|2|2|2|2</row><row>2|1|1|2|4|4|2</row><row>2|1|1|5|3|1|2</row><row>2|1|3|4|3|1|2</row>row>2|1|3|4|3|1|2</row><row>2|1|3|4|3|1|2</row><row>2|4|4|2|1|1|2</row><row>2|2|2|2|2|2|2</row></tag>");
var xml15 = new XML("<tag><row>2|2|2|2|2|2|2|2|2</row><row>2|1|1|1|5|1|1|1|2</row><row>2|1|1|3|4|3|1|1|2</row><row>2|2|4|2|3|2|4|2|2</row><row>2|1|1|3|4|1|1|1|2</row><row>2|1|1|1|2|1|1|1|2</row><row>2|2|2|2|2|2|2|2|2</row></tag>");
var xml16 = new XML("<tag><row>0|2|2|2|2|2|2</row><row>2|2|1|4|4|4|2</row><row>2|1|3|1|3|1|2</row><row>2|1|3|5|3|1|2</row><row>2|1|3|1|3|1|2</row><row>2|4|4|4|1|2|2</row><row>2|2|2|2|2|2|0</row></tag>");
var xml17 = new XML("<tag><row>2|2|2|2|2|2|2|2</row><row>2|1|1|1|1|1|1|2</row><row>2|1|3|3|3|1|1|2</row><row>2|1|4|4|4|2|2|2</row><row>2|2|2|4|4|4|1|2</row><row>2|1|5|3|3|3|1|2</row><row>2|1|1|1|1|1|1|2</row><row>2|2|2|2|2|2|2|2</row></tag>");
var xml18 = new XML("<tag><row>0|2|2|2|2|2|0</row><row>2|2|1|1|1|2|2</row><row>2|1|1|1|1|1|2</row><row>2|1|2|1|2|1|2</row><row>2|1|1|3|2|1|2</row><row>2|1|1|3|2|1|2</row><row>2|3|3|5|3|3|2</row><row>2|4|4|4|4|4|2</row><row>2|2|2|2|2|2|2</row></tag>");
var xml19 = new XML("<tag><row>2|2|2|2|2|2|2|2|2|2|2|0</row><row>2|1|1|1|1|1|1|1|1|1|2|0</row><row>2|1|3|1|3|1|3|1|2|1|2|2</row><row>2|2|1|2|2|2|2|4|4|4|4|2</row><row>2|1|3|1|3|1|2|4|4|4|4|2</row><row>2|1|1|1|1|1|2|1|2|1|1|2</row><row>2|1|2|3|3|1|3|1|5|1|1|2</row><row>2|1|1|1|1|2|1|1|2|1|1|2</row><row>2|2|2|2|2|2|2|2|2|2|2|2</row></tag>");
var xml20 = new XML("<tag><row>2|2|2|2|2|2|0|0|2|2|2|0</row><row>2|4|4|1|1|2|0|2|2|5|2|2</row><row>2|4|4|1|1|2|2|2|1|1|1|2</row><row>2|4|4|1|1|1|1|1|3|3|1|2</row><row>2|4|4|1|1|2|1|2|1|3|1|2</row><row>2|4|4|2|2|2|1|2|1|3|1|2</row><row>2|2|2|2|1|3|1|2|3|1|1|2</row><row>0|0|0|2|1|1|3|2|1|3|1|2</row><row>0|0|0|2|1|3|1|1|3|1|1|2</row><row>0|0|0|2|1|1|2|2|1|1|1|2</row><row>0|0|0|2|2|2|2|2|2|2|2|2</row></tag>");
goload();
if (_parent.crtlev != 1) {
if (_parent.crtlev == _parent.max) {
_parent.attachMovie("finishit", "finishit", 15);
} else {
_parent.attachMovie("passis", "passiz", 15);
}
}
stop();
Symbol 39 MovieClip Frame 1
stop();
Symbol 40 MovieClip Frame 1
kk.onRollOver = function () {
this.gotoAndStop(2);
};
kk.onRollOut = function () {
this.gotoAndStop(1);
};
kk.onPress = function () {
_parent._parent.checkpass(_parent.tt.text);
};
Symbol 45 MovieClip [rider] Frame 1
zay.onPress = function () {
_parent.rider.unloadMovie();
};
zay.useHandCursor = false;
stop();
Symbol 61 MovieClip [instr] Frame 1
kk.onPress = function () {
_parent.instr.unloadMovie();
};
sp.onPress = function () {
};
sp.useHandCursor = false;
kk.onRollOver = function () {
this.gotoAndStop(2);
};
kk.onRollOut = function () {
this.gotoAndStop(1);
};
stop();
Symbol 66 MovieClip Frame 1
stop();
Symbol 66 MovieClip Frame 20
stop();
Symbol 68 MovieClip Frame 1
stop();
Symbol 68 MovieClip Frame 20
stop();
Symbol 70 MovieClip Frame 1
stop();
Symbol 70 MovieClip Frame 20
stop();
Symbol 72 MovieClip Frame 1
stop();
Symbol 72 MovieClip Frame 20
stop();
Symbol 74 MovieClip [mainm] Frame 1
sp.onPress = function () {
};
sp.useHandCursor = false;
res.onRollOver = (pass.onRollOver = (ins.onRollOver = (mg.onRollOver = function () {
if ((this._currentframe == 1) || (this._currentframe == this._totalframes)) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(this._totalframes - this._currentframe);
}
})));
res.onRollOut = (pass.onRollOut = (ins.onRollOut = (mg.onRollOut = function () {
this.gotoAndPlay(this._totalframes - this._currentframe);
})));
res.onPress = function () {
_parent.mg._visible = (_parent.res._visible = (_parent.back._visible = (_parent.pass._visible = true)));
_parent.startgame();
_parent.mainm.unloadMovie();
};
pass.onPress = function () {
this.gotoAndPlay(this._totalframes - this._currentframe);
_parent.passearch();
};
mg.onPress = function () {
getURL ("http://www.games-age.com", "_blank");
};
ins.onPress = function () {
attachMovie("instr", "instr", 1);
};
stop();
Symbol 78 MovieClip [finishit] Frame 1
kk.onPress = function () {
_parent.passiz.unloadMovie();
_parent.mg._visible = (_parent.res._visible = (_parent.back._visible = (_parent.pass._visible = true)));
};
kk.onRollOver = function () {
this.gotoAndStop(1);
};
kk.onRollOut = function () {
this.gotoAndStop(2);
};
kk.gotoAndStop(2);
pmg.onRollOver = function () {
if ((this._currentframe == 1) || (this._currentframe == this._totalframes)) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(this._totalframes - this._currentframe);
}
};
pmg.onRollOut = function () {
if ((this._currentframe == 1) || (this._currentframe == this._totalframes)) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(this._totalframes - this._currentframe);
}
};
pmg.onPress = function () {
getURL ("http://www.games-age.com/", "_blank");
};
leviz.text = _parent.crtlev;
var j = (_parent.crtlev - 1);
passiz.text = _parent.passwords[j];
stop();
Symbol 84 MovieClip [passis] Frame 1
_parent.soundis._visible = (_parent.mg._visible = (_parent.res._visible = (_parent.back._visible = (_parent.pass._visible = false))));
kk.onPress = function () {
_parent.passiz.unloadMovie();
_parent.soundis._visible = (_parent.mg._visible = (_parent.res._visible = (_parent.back._visible = (_parent.pass._visible = true))));
};
kk.onRollOver = function () {
this.gotoAndStop(1);
};
kk.onRollOut = function () {
this.gotoAndStop(2);
};
kk.gotoAndStop(2);
pmg.onRollOver = function () {
if ((this._currentframe == 1) || (this._currentframe == this._totalframes)) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(this._totalframes - this._currentframe);
}
};
pmg.onRollOut = function () {
if ((this._currentframe == 1) || (this._currentframe == this._totalframes)) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(this._totalframes - this._currentframe);
}
};
pmg.onPress = function () {
getURL ("http://www.games-age.com/", "_blank");
};
leviz.text = _parent.crtlev;
var j = (_parent.crtlev - 1);
passiz.text = _parent.passwords[j];
stop();
Symbol 99 MovieClip [__Packages.mx.transitions.OnEnterFrameBeacon] Frame 0
class mx.transitions.OnEnterFrameBeacon
{
function OnEnterFrameBeacon () {
}
static function init() {
var _local4 = _global.MovieClip;
if (!_root.__OnEnterFrameBeacon) {
mx.transitions.BroadcasterMX.initialize(_local4);
var _local3 = _root.createEmptyMovieClip("__OnEnterFrameBeacon", 9876);
_local3.onEnterFrame = function () {
_global.MovieClip.broadcastMessage("onEnterFrame");
};
}
}
static var version = "1.1.0.52";
}
Symbol 100 MovieClip [__Packages.mx.transitions.BroadcasterMX] Frame 0
class mx.transitions.BroadcasterMX
{
var _listeners;
function BroadcasterMX () {
}
static function initialize(o, dontCreateArray) {
if (o.broadcastMessage != undefined) {
delete o.broadcastMessage;
}
o.addListener = mx.transitions.BroadcasterMX.prototype.addListener;
o.removeListener = mx.transitions.BroadcasterMX.prototype.removeListener;
if (!dontCreateArray) {
o._listeners = new Array();
}
}
function addListener(o) {
removeListener(o);
if (broadcastMessage == undefined) {
broadcastMessage = mx.transitions.BroadcasterMX.prototype.broadcastMessage;
}
return(_listeners.push(o));
}
function removeListener(o) {
var _local2 = _listeners;
var _local3 = _local2.length;
while (_local3--) {
if (_local2[_local3] == o) {
_local2.splice(_local3, 1);
if (!_local2.length) {
broadcastMessage = undefined;
}
return(true);
}
}
return(false);
}
function broadcastMessage() {
var _local5 = String(arguments.shift());
var _local4 = _listeners.concat();
var _local6 = _local4.length;
var _local3 = 0;
while (_local3 < _local6) {
_local4[_local3][_local5].apply(_local4[_local3], arguments);
_local3++;
}
}
static var version = "1.1.0.52";
}
Symbol 101 MovieClip [__Packages.mx.transitions.Tween] Frame 0
class mx.transitions.Tween
{
var obj, prop, begin, useSeconds, _listeners, addListener, prevTime, _time, looping, _duration, broadcastMessage, isPlaying, _fps, prevPos, _pos, change, _intervalID, _startTime;
function Tween (obj, prop, func, begin, finish, duration, useSeconds) {
mx.transitions.OnEnterFrameBeacon.init();
if (!arguments.length) {
return;
}
this.obj = obj;
this.prop = prop;
this.begin = begin;
position = (begin);
this.duration = (duration);
this.useSeconds = useSeconds;
if (func) {
this.func = func;
}
this.finish = (finish);
_listeners = [];
addListener(this);
start();
}
function set time(t) {
prevTime = _time;
if (t > duration) {
if (looping) {
rewind(t - _duration);
update();
broadcastMessage("onMotionLooped", this);
} else {
if (useSeconds) {
_time = _duration;
update();
}
stop();
broadcastMessage("onMotionFinished", this);
}
} else if (t < 0) {
rewind();
update();
} else {
_time = t;
update();
}
//return(time);
}
function get time() {
return(_time);
}
function set duration(d) {
_duration = (((d == null) || (d <= 0)) ? (_global.Infinity) : (d));
//return(duration);
}
function get duration() {
return(_duration);
}
function set FPS(fps) {
var _local2 = isPlaying;
stopEnterFrame();
_fps = fps;
if (_local2) {
startEnterFrame();
}
//return(FPS);
}
function get FPS() {
return(_fps);
}
function set position(p) {
setPosition(p);
//return(position);
}
function setPosition(p) {
prevPos = _pos;
obj[prop] = (_pos = p);
broadcastMessage("onMotionChanged", this, _pos);
updateAfterEvent();
}
function get position() {
return(getPosition());
}
function getPosition(t) {
if (t == undefined) {
t = _time;
}
return(func(t, begin, change, _duration));
}
function set finish(f) {
change = f - begin;
//return(finish);
}
function get finish() {
return(begin + change);
}
function continueTo(finish, duration) {
begin = position;
this.finish = (finish);
if (duration != undefined) {
this.duration = (duration);
}
start();
}
function yoyo() {
continueTo(begin, time);
}
function startEnterFrame() {
if (_fps == undefined) {
_global.MovieClip.addListener(this);
} else {
_intervalID = setInterval(this, "onEnterFrame", 1000 / _fps);
}
isPlaying = true;
}
function stopEnterFrame() {
if (_fps == undefined) {
_global.MovieClip.removeListener(this);
} else {
clearInterval(_intervalID);
}
isPlaying = false;
}
function start() {
rewind();
startEnterFrame();
broadcastMessage("onMotionStarted", this);
}
function stop() {
stopEnterFrame();
broadcastMessage("onMotionStopped", this);
}
function resume() {
fixTime();
startEnterFrame();
broadcastMessage("onMotionResumed", this);
}
function rewind(t) {
_time = ((t == undefined) ? 0 : (t));
fixTime();
update();
}
function fforward() {
time = (_duration);
fixTime();
}
function nextFrame() {
if (useSeconds) {
time = ((getTimer() - _startTime) / 1000);
} else {
time = (_time + 1);
}
}
function onEnterFrame() {
nextFrame();
}
function prevFrame() {
if (!useSeconds) {
time = (_time - 1);
}
}
function toString() {
return("[Tween]");
}
function fixTime() {
if (useSeconds) {
_startTime = getTimer() - (_time * 1000);
}
}
function update() {
position = (getPosition(_time));
}
static var version = "1.1.0.52";
static var __initBeacon = mx.transitions.OnEnterFrameBeacon.init();
static var __initBroadcaster = mx.transitions.BroadcasterMX.initialize(mx.transitions.Tween.prototype, true);
function func(t, b, c, d) {
return(((c * t) / d) + b);
}
}
Symbol 102 MovieClip [__Packages.mx.transitions.easing.None] Frame 0
class mx.transitions.easing.None
{
function None () {
}
static function easeNone(t, b, c, d) {
return(((c * t) / d) + b);
}
static function easeIn(t, b, c, d) {
return(((c * t) / d) + b);
}
static function easeOut(t, b, c, d) {
return(((c * t) / d) + b);
}
static function easeInOut(t, b, c, d) {
return(((c * t) / d) + b);
}
static var version = "1.1.0.52";
}
Symbol 90 MovieClip Frame 1
stop();
Symbol 90 MovieClip Frame 20
stop();
Symbol 92 MovieClip Frame 1
stop();
Symbol 92 MovieClip Frame 20
stop();
Symbol 98 MovieClip Frame 1
stop();
Symbol 98 MovieClip Frame 2
stop();