Frame 1
stop();
Instance of Symbol 66 MovieClip in Frame 1
on (press) {
getURL ("http://www.gameshot.org", "_blank");
}
Frame 4
stop();
mein_xml = new XML();
mein_xml.ignoreWhite = true;
mein_xml.load("http://www.crawlor.com/gameshot/magneto/ausgabe.php?" + new Date().getTime());
mein_xml.onLoad = function (signal) {
if (signal) {
_root.lload = 1;
}
};
var loada = new LoadVars();
loada.load("gssc.txt");
loada.onLoad = function (ok) {
if (ok) {
_root.testt = loada.v1;
_root.gso = 1;
}
};
Instance of Symbol 105 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _root.lvl.spr._x, _root.lvl._y + _root.lvl.spr._y, true)) {
_root.lvl.spr.dd = 1;
}
}
Instance of Symbol 109 MovieClip in Frame 4
onClipEvent (load) {
var meine = new XML();
_parent.cup._visible = false;
roff = 0;
}
onClipEvent (enterFrame) {
if (_parent.scr == -1) {
roff = roff + 1;
}
if (_parent.scr == 1) {
roff = roff - 1;
}
if (roff < 1) {
roff = 0;
_parent.cup._visible = false;
} else {
_parent.cup._visible = true;
}
meine = _parent.mein_xml.firstChild.childNodes;
min = _parent.mein_xml.firstChild.childNodes[0].firstChild.nodeValue;
if ((meine[roff + 7].attributes.nachname == "") or (meine[roff + 7].attributes.nachname == undefined)) {
_parent.cdo._visible = false;
if (_parent.scr == -1) {
_parent.scr = 0;
}
} else {
_parent.cdo._visible = true;
}
i = 0;
while (i < 6) {
_parent["hi" + i].rnk = i + roff;
_parent["hi" + i].p1n = meine[(roff + i) - 1].attributes.nachname;
_parent["hi" + i].pts = meine[(roff + i) - 1].firstChild.nodeValue;
i++;
}
_root.msc = _parent.hi5.pts;
}
Instance of Symbol 118 MovieClip in Frame 4
onClipEvent (load) {
if (_root.gso == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gso == 1) {
_visible = true;
} else {
_visible = false;
}
}
on (press) {
_root.el = 1;
_root.gotoAndStop(5);
}
Instance of Symbol 121 MovieClip in Frame 4
onClipEvent (load) {
if (_root.gso != 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gso != 1) {
_visible = true;
} else {
_visible = false;
}
}
on (press) {
_root.ms.nextFrame();
getURL ("http://www.gameshot.org/?id=408", "_blank");
}
Instance of Symbol 142 MovieClip in Frame 4
onClipEvent (load) {
stop();
var loada = new LoadVars();
loada.load("http://www.crawlor.com/gameshot/refinfo.php");
loada.onLoad = function (ok) {
if (ok) {
gotoAndStop (2);
}
};
}
Frame 5
stop();
Instance of Symbol 145 MovieClip in Frame 5
onClipEvent (enterFrame) {
_rotation = (_rotation + 1);
}
Instance of Symbol 151 MovieClip "code" in Frame 5
onClipEvent (load) {
e = 0;
nl = 1;
ol = 0;
_root.pts = 0;
_root.ptse = 0;
}
onClipEvent (enterFrame) {
if (_root.pts < 0) {
_root.pts = 0;
}
if (ol == 1) {
_root.dsp.nextFrame();
_root.pts = _root.ptse;
if (_root.dsp._currentframe > 6) {
_root.lvl.removeMovieClip();
_root.nextFrame();
}
}
if ((nl == 1) or (ol == 1)) {
if (ol == 0) {
e = e + 1;
if (e > 27) {
_root.lvl.removeMovieClip();
_root.gd = 1;
_root.nextFrame();
}
}
nl = 0;
ol = 0;
_root.pts = _root.pts + (100 * e);
_root.attachMovie("lvl" + e, "lvl", 1);
_root.lvl.ld.lnr = "level " + e;
}
if (_root.el == 1) {
_root.dsp.gotoAndStop(1);
_root.pts = 0;
}
}
Frame 6
el = 0;
Instance of Symbol 158 MovieClip in Frame 6
onClipEvent (load) {
if (_root.pts > _root.msc) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
Instance of Symbol 121 MovieClip in Frame 6
onClipEvent (load) {
if (_root.gso != 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gso != 1) {
_visible = true;
} else {
_visible = false;
}
}
on (press) {
_root.ms.nextFrame();
getURL ("http://www.gameshot.org/?id=408", "_blank");
}
Instance of Symbol 161 MovieClip in Frame 6
onClipEvent (load) {
if (_root.gd == 1) {
_visible = true;
} else {
_visible = false;
}
_root.gd = 0;
}
Symbol 20 MovieClip Frame 49
stop();
_parent.spr.pp = 1;
Symbol 28 MovieClip Frame 21
_root.code.ol = 1;
Symbol 29 MovieClip [lvl25] Frame 1
stop();
Instance of Symbol 4 MovieClip "spr" in Symbol 29 MovieClip [lvl25] Frame 1
onClipEvent (load) {
stop();
xx = 0;
yy = 0;
}
onClipEvent (enterFrame) {
if (pp == 1) {
if (dd != 1) {
_root.pts = _root.pts - 1;
if (Key.isDown(39)) {
xx = xx + 2;
}
if (Key.isDown(37)) {
xx = xx - 2;
}
if (Key.isDown(38)) {
yy = yy - 2;
}
if (Key.isDown(40)) {
yy = yy + 2;
}
yy = yy / 1.1;
xx = xx / 1.1;
_x = (_x + xx);
_y = (_y + yy);
} else {
_parent.nextFrame();
}
}
}
Instance of Symbol 9 MovieClip in Symbol 29 MovieClip [lvl25] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 2;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 14 MovieClip in Symbol 29 MovieClip [lvl25] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_root.code.nl = 1;
_root.ptse = _root.pts;
}
}
Instance of Symbol 16 MovieClip in Symbol 29 MovieClip [lvl25] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 9 MovieClip in Symbol 29 MovieClip [lvl25] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 2;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 16 MovieClip in Symbol 29 MovieClip [lvl25] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 16 MovieClip in Symbol 29 MovieClip [lvl25] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Symbol 31 MovieClip [lvl13] Frame 1
stop();
Instance of Symbol 4 MovieClip "spr" in Symbol 31 MovieClip [lvl13] Frame 1
onClipEvent (load) {
stop();
xx = 0;
yy = 0;
}
onClipEvent (enterFrame) {
if (pp == 1) {
if (dd != 1) {
_root.pts = _root.pts - 1;
if (Key.isDown(39)) {
xx = xx + 2;
}
if (Key.isDown(37)) {
xx = xx - 2;
}
if (Key.isDown(38)) {
yy = yy - 2;
}
if (Key.isDown(40)) {
yy = yy + 2;
}
yy = yy / 1.1;
xx = xx / 1.1;
_x = (_x + xx);
_y = (_y + yy);
} else {
_parent.nextFrame();
}
}
}
Instance of Symbol 9 MovieClip "m1" in Symbol 31 MovieClip [lvl13] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 0;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
zz = 0;
zo = -100;
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
zo = zo + 1;
if (zo > 100) {
zo = -100;
}
if (zo > 0) {
z = -2;
} else {
z = 2;
}
_xscale = (_xscale + z);
_yscale = (_yscale + z);
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 14 MovieClip in Symbol 31 MovieClip [lvl13] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_root.code.nl = 1;
_root.ptse = _root.pts;
}
}
Instance of Symbol 30 MovieClip "s2" in Symbol 31 MovieClip [lvl13] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 16 MovieClip in Symbol 31 MovieClip [lvl13] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 16 MovieClip in Symbol 31 MovieClip [lvl13] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 30 MovieClip in Symbol 31 MovieClip [lvl13] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 30 MovieClip in Symbol 31 MovieClip [lvl13] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Symbol 35 MovieClip Frame 1
stop();
Symbol 35 MovieClip Frame 2
stop();
Symbol 38 MovieClip [lvl12] Frame 1
stop();
Instance of Symbol 35 MovieClip in Symbol 38 MovieClip [lvl12] Frame 1
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.s1.gotoAndStop(13);
_parent.s2.gotoAndStop(13);
nextFrame();
}
}
Instance of Symbol 4 MovieClip "spr" in Symbol 38 MovieClip [lvl12] Frame 1
onClipEvent (load) {
stop();
xx = 0;
yy = 0;
}
onClipEvent (enterFrame) {
if (pp == 1) {
if (dd != 1) {
_root.pts = _root.pts - 1;
if (Key.isDown(39)) {
xx = xx + 2;
}
if (Key.isDown(37)) {
xx = xx - 2;
}
if (Key.isDown(38)) {
yy = yy - 2;
}
if (Key.isDown(40)) {
yy = yy + 2;
}
yy = yy / 1.1;
xx = xx / 1.1;
_x = (_x + xx);
_y = (_y + yy);
} else {
_parent.nextFrame();
}
}
}
Instance of Symbol 9 MovieClip "m1" in Symbol 38 MovieClip [lvl12] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 0;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 14 MovieClip in Symbol 38 MovieClip [lvl12] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_root.code.nl = 1;
_root.ptse = _root.pts;
}
}
Instance of Symbol 30 MovieClip "s2" in Symbol 38 MovieClip [lvl12] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 37 MovieClip in Symbol 38 MovieClip [lvl12] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
stop();
_rotation = (_rotation + 1);
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 37 MovieClip in Symbol 38 MovieClip [lvl12] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
stop();
_rotation = (_rotation - 1);
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 16 MovieClip in Symbol 38 MovieClip [lvl12] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 16 MovieClip in Symbol 38 MovieClip [lvl12] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Symbol 39 MovieClip [lvl11] Frame 1
stop();
Instance of Symbol 35 MovieClip in Symbol 39 MovieClip [lvl11] Frame 1
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.m1._xscale = 300;
_parent.m1._yscale = 300;
nextFrame();
}
}
Instance of Symbol 35 MovieClip in Symbol 39 MovieClip [lvl11] Frame 1
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.s1.gotoAndStop(13);
_parent.s2.gotoAndStop(13);
nextFrame();
}
}
Instance of Symbol 4 MovieClip "spr" in Symbol 39 MovieClip [lvl11] Frame 1
onClipEvent (load) {
stop();
xx = 0;
yy = 0;
}
onClipEvent (enterFrame) {
if (pp == 1) {
if (dd != 1) {
_root.pts = _root.pts - 1;
if (Key.isDown(39)) {
xx = xx + 2;
}
if (Key.isDown(37)) {
xx = xx - 2;
}
if (Key.isDown(38)) {
yy = yy - 2;
}
if (Key.isDown(40)) {
yy = yy + 2;
}
yy = yy / 1.1;
xx = xx / 1.1;
_x = (_x + xx);
_y = (_y + yy);
} else {
_parent.nextFrame();
}
}
}
Instance of Symbol 9 MovieClip "m1" in Symbol 39 MovieClip [lvl11] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 0;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 14 MovieClip in Symbol 39 MovieClip [lvl11] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_root.code.nl = 1;
_root.ptse = _root.pts;
}
}
Instance of Symbol 30 MovieClip "s1" in Symbol 39 MovieClip [lvl11] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 30 MovieClip "s2" in Symbol 39 MovieClip [lvl11] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Symbol 40 MovieClip [lvl10] Frame 1
stop();
Instance of Symbol 4 MovieClip "spr" in Symbol 40 MovieClip [lvl10] Frame 1
onClipEvent (load) {
stop();
xx = 0;
yy = 0;
}
onClipEvent (enterFrame) {
if (pp == 1) {
if (dd != 1) {
_root.pts = _root.pts - 1;
if (Key.isDown(39)) {
xx = xx + 2;
}
if (Key.isDown(37)) {
xx = xx - 2;
}
if (Key.isDown(38)) {
yy = yy - 2;
}
if (Key.isDown(40)) {
yy = yy + 2;
}
yy = yy / 1.1;
xx = xx / 1.1;
_x = (_x + xx);
_y = (_y + yy);
} else {
_parent.nextFrame();
}
}
}
Instance of Symbol 9 MovieClip in Symbol 40 MovieClip [lvl10] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 2;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 14 MovieClip in Symbol 40 MovieClip [lvl10] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_root.code.nl = 1;
_root.ptse = _root.pts;
}
}
Instance of Symbol 30 MovieClip "s1" in Symbol 40 MovieClip [lvl10] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 30 MovieClip "s2" in Symbol 40 MovieClip [lvl10] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 35 MovieClip in Symbol 40 MovieClip [lvl10] Frame 1
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.s1.gotoAndStop(13);
_parent.s2.gotoAndStop(13);
nextFrame();
}
}
Symbol 41 MovieClip [lvl9] Frame 1
stop();
Instance of Symbol 4 MovieClip "spr" in Symbol 41 MovieClip [lvl9] Frame 1
onClipEvent (load) {
stop();
xx = 0;
yy = 0;
}
onClipEvent (enterFrame) {
if (pp == 1) {
if (dd != 1) {
_root.pts = _root.pts - 1;
if (Key.isDown(39)) {
xx = xx + 2;
}
if (Key.isDown(37)) {
xx = xx - 2;
}
if (Key.isDown(38)) {
yy = yy - 2;
}
if (Key.isDown(40)) {
yy = yy + 2;
}
yy = yy / 1.1;
xx = xx / 1.1;
_x = (_x + xx);
_y = (_y + yy);
} else {
_parent.nextFrame();
}
}
}
Instance of Symbol 9 MovieClip in Symbol 41 MovieClip [lvl9] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 1;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 14 MovieClip in Symbol 41 MovieClip [lvl9] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_root.code.nl = 1;
_root.ptse = _root.pts;
}
}
Instance of Symbol 30 MovieClip in Symbol 41 MovieClip [lvl9] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 30 MovieClip in Symbol 41 MovieClip [lvl9] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 30 MovieClip in Symbol 41 MovieClip [lvl9] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 30 MovieClip in Symbol 41 MovieClip [lvl9] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Symbol 42 MovieClip [lvl8] Frame 1
stop();
Instance of Symbol 4 MovieClip "spr" in Symbol 42 MovieClip [lvl8] Frame 1
onClipEvent (load) {
stop();
xx = 0;
yy = 0;
}
onClipEvent (enterFrame) {
if (pp == 1) {
if (dd != 1) {
_root.pts = _root.pts - 1;
if (Key.isDown(39)) {
xx = xx + 2;
}
if (Key.isDown(37)) {
xx = xx - 2;
}
if (Key.isDown(38)) {
yy = yy - 2;
}
if (Key.isDown(40)) {
yy = yy + 2;
}
yy = yy / 1.1;
xx = xx / 1.1;
_x = (_x + xx);
_y = (_y + yy);
} else {
_parent.nextFrame();
}
}
}
Instance of Symbol 14 MovieClip in Symbol 42 MovieClip [lvl8] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_root.code.nl = 1;
_root.ptse = _root.pts;
}
}
Instance of Symbol 9 MovieClip in Symbol 42 MovieClip [lvl8] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 2;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 16 MovieClip in Symbol 42 MovieClip [lvl8] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 16 MovieClip in Symbol 42 MovieClip [lvl8] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 16 MovieClip in Symbol 42 MovieClip [lvl8] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Symbol 43 MovieClip [lvl7] Frame 1
stop();
Instance of Symbol 4 MovieClip "spr" in Symbol 43 MovieClip [lvl7] Frame 1
onClipEvent (load) {
stop();
xx = 0;
yy = 0;
}
onClipEvent (enterFrame) {
if (pp == 1) {
if (dd != 1) {
_root.pts = _root.pts - 1;
if (Key.isDown(39)) {
xx = xx + 2;
}
if (Key.isDown(37)) {
xx = xx - 2;
}
if (Key.isDown(38)) {
yy = yy - 2;
}
if (Key.isDown(40)) {
yy = yy + 2;
}
yy = yy / 1.1;
xx = xx / 1.1;
_x = (_x + xx);
_y = (_y + yy);
} else {
_parent.nextFrame();
}
}
}
Instance of Symbol 9 MovieClip in Symbol 43 MovieClip [lvl7] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 1;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 14 MovieClip in Symbol 43 MovieClip [lvl7] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_root.code.nl = 1;
_root.ptse = _root.pts;
}
}
Instance of Symbol 16 MovieClip in Symbol 43 MovieClip [lvl7] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 9 MovieClip in Symbol 43 MovieClip [lvl7] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 1;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 9 MovieClip in Symbol 43 MovieClip [lvl7] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 0;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Symbol 44 MovieClip [lvl6] Frame 1
stop();
Instance of Symbol 4 MovieClip "spr" in Symbol 44 MovieClip [lvl6] Frame 1
onClipEvent (load) {
stop();
xx = 0;
yy = 0;
}
onClipEvent (enterFrame) {
if (pp == 1) {
if (dd != 1) {
_root.pts = _root.pts - 1;
if (Key.isDown(39)) {
xx = xx + 2;
}
if (Key.isDown(37)) {
xx = xx - 2;
}
if (Key.isDown(38)) {
yy = yy - 2;
}
if (Key.isDown(40)) {
yy = yy + 2;
}
yy = yy / 1.1;
xx = xx / 1.1;
_x = (_x + xx);
_y = (_y + yy);
} else {
_parent.nextFrame();
}
}
}
Instance of Symbol 9 MovieClip in Symbol 44 MovieClip [lvl6] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 2;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 14 MovieClip in Symbol 44 MovieClip [lvl6] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_root.code.nl = 1;
_root.ptse = _root.pts;
}
}
Instance of Symbol 16 MovieClip in Symbol 44 MovieClip [lvl6] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Symbol 45 MovieClip [lvl16] Frame 1
stop();
Instance of Symbol 4 MovieClip "spr" in Symbol 45 MovieClip [lvl16] Frame 1
onClipEvent (load) {
stop();
xx = 0;
yy = 0;
}
onClipEvent (enterFrame) {
if (pp == 1) {
if (dd != 1) {
_root.pts = _root.pts - 1;
if (Key.isDown(39)) {
xx = xx + 2;
}
if (Key.isDown(37)) {
xx = xx - 2;
}
if (Key.isDown(38)) {
yy = yy - 2;
}
if (Key.isDown(40)) {
yy = yy + 2;
}
yy = yy / 1.1;
xx = xx / 1.1;
_x = (_x + xx);
_y = (_y + yy);
} else {
_parent.nextFrame();
}
}
}
Instance of Symbol 14 MovieClip in Symbol 45 MovieClip [lvl16] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_root.code.nl = 1;
_root.ptse = _root.pts;
}
}
Instance of Symbol 9 MovieClip in Symbol 45 MovieClip [lvl16] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 0;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 9 MovieClip in Symbol 45 MovieClip [lvl16] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 0;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 9 MovieClip in Symbol 45 MovieClip [lvl16] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 0;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 9 MovieClip in Symbol 45 MovieClip [lvl16] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 0;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 9 MovieClip in Symbol 45 MovieClip [lvl16] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 0;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 9 MovieClip in Symbol 45 MovieClip [lvl16] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 0;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Symbol 46 MovieClip [lvl24] Frame 1
stop();
Instance of Symbol 4 MovieClip "spr" in Symbol 46 MovieClip [lvl24] Frame 1
onClipEvent (load) {
stop();
xx = 0;
yy = 0;
}
onClipEvent (enterFrame) {
if (pp == 1) {
if (dd != 1) {
_root.pts = _root.pts - 1;
if (Key.isDown(39)) {
xx = xx + 2;
}
if (Key.isDown(37)) {
xx = xx - 2;
}
if (Key.isDown(38)) {
yy = yy - 2;
}
if (Key.isDown(40)) {
yy = yy + 2;
}
yy = yy / 1.1;
xx = xx / 1.1;
_x = (_x + xx);
_y = (_y + yy);
} else {
_parent.nextFrame();
}
}
}
Instance of Symbol 14 MovieClip in Symbol 46 MovieClip [lvl24] Frame 1
onClipEvent (load) {
zo = -100;
}
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_root.code.nl = 1;
_root.ptse = _root.pts;
}
zo = zo + 1;
if (zo > 100) {
zo = -100;
}
if (zo > 0) {
z = -1.5;
} else {
z = 1.5;
}
zt = zo / 100;
_y = (_y - Math.sin(zt));
_x = (_x - Math.sin(zt));
}
Instance of Symbol 9 MovieClip in Symbol 46 MovieClip [lvl24] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 0;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
zo = -100;
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
_xscale = (_xscale + 0.5);
_yscale = (_yscale + 0.5);
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 16 MovieClip in Symbol 46 MovieClip [lvl24] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
_rotation = (_rotation - 0.5);
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 16 MovieClip in Symbol 46 MovieClip [lvl24] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 0.5);
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 16 MovieClip in Symbol 46 MovieClip [lvl24] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 0.5);
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 16 MovieClip in Symbol 46 MovieClip [lvl24] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 0.5);
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Symbol 47 MovieClip [lvl23] Frame 1
stop();
Instance of Symbol 35 MovieClip in Symbol 47 MovieClip [lvl23] Frame 1
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.s4.gotoAndStop(13);
nextFrame();
}
}
Instance of Symbol 4 MovieClip "spr" in Symbol 47 MovieClip [lvl23] Frame 1
onClipEvent (load) {
stop();
xx = 0;
yy = 0;
}
onClipEvent (enterFrame) {
if (pp == 1) {
if (dd != 1) {
_root.pts = _root.pts - 1;
if (Key.isDown(39)) {
xx = xx + 2;
}
if (Key.isDown(37)) {
xx = xx - 2;
}
if (Key.isDown(38)) {
yy = yy - 2;
}
if (Key.isDown(40)) {
yy = yy + 2;
}
yy = yy / 1.1;
xx = xx / 1.1;
_x = (_x + xx);
_y = (_y + yy);
} else {
_parent.nextFrame();
}
}
}
Instance of Symbol 14 MovieClip in Symbol 47 MovieClip [lvl23] Frame 1
onClipEvent (load) {
zo = -100;
}
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_root.code.nl = 1;
_root.ptse = _root.pts;
}
zo = zo + 1;
if (zo > 100) {
zo = -100;
}
if (zo > 0) {
z = -1.5;
} else {
z = 1.5;
}
zt = zo / 100;
_y = (_y - Math.sin(zt));
_x = (_x - Math.cos(zt));
}
Instance of Symbol 16 MovieClip in Symbol 47 MovieClip [lvl23] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 9 MovieClip in Symbol 47 MovieClip [lvl23] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 0;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
zo = -100;
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
_xscale = (_xscale + 0.5);
_yscale = (_yscale + 0.5);
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 30 MovieClip "s4" in Symbol 47 MovieClip [lvl23] Frame 1
onClipEvent (load) {
zo = -100;
stop();
}
onClipEvent (enterFrame) {
stop();
zo = zo + 1;
if (zo > 100) {
zo = -100;
}
if (zo > 0) {
z = -1.5;
} else {
z = 1.5;
}
zt = zo / 100;
_x = (_x - z);
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 16 MovieClip in Symbol 47 MovieClip [lvl23] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 16 MovieClip in Symbol 47 MovieClip [lvl23] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 16 MovieClip in Symbol 47 MovieClip [lvl23] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Symbol 48 MovieClip [lvl22] Frame 1
stop();
Instance of Symbol 35 MovieClip in Symbol 48 MovieClip [lvl22] Frame 1
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.s4.gotoAndStop(13);
nextFrame();
}
}
Instance of Symbol 35 MovieClip in Symbol 48 MovieClip [lvl22] Frame 1
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.s2.gotoAndStop(13);
nextFrame();
}
}
Instance of Symbol 4 MovieClip "spr" in Symbol 48 MovieClip [lvl22] Frame 1
onClipEvent (load) {
stop();
xx = 0;
yy = 0;
}
onClipEvent (enterFrame) {
if (pp == 1) {
if (dd != 1) {
_root.pts = _root.pts - 1;
if (Key.isDown(39)) {
xx = xx + 2;
}
if (Key.isDown(37)) {
xx = xx - 2;
}
if (Key.isDown(38)) {
yy = yy - 2;
}
if (Key.isDown(40)) {
yy = yy + 2;
}
yy = yy / 1.1;
xx = xx / 1.1;
_x = (_x + xx);
_y = (_y + yy);
} else {
_parent.nextFrame();
}
}
}
Instance of Symbol 14 MovieClip in Symbol 48 MovieClip [lvl22] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_root.code.nl = 1;
_root.ptse = _root.pts;
}
}
Instance of Symbol 16 MovieClip in Symbol 48 MovieClip [lvl22] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 9 MovieClip in Symbol 48 MovieClip [lvl22] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 1;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
zo = -100;
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
zo = zo + 1;
if (zo > 100) {
zo = -100;
}
if (zo > 0) {
z = -1.5;
} else {
z = 1.5;
}
zt = zo / 100;
_y = (_y - Math.sin(zt));
_x = (_x - Math.cos(zt));
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 16 MovieClip in Symbol 48 MovieClip [lvl22] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 30 MovieClip "s4" in Symbol 48 MovieClip [lvl22] Frame 1
onClipEvent (load) {
zo = -100;
stop();
}
onClipEvent (enterFrame) {
stop();
zo = zo + 1;
if (zo > 100) {
zo = -100;
}
if (zo > 0) {
z = -1.5;
} else {
z = 1.5;
}
zt = zo / 100;
_x = (_x - z);
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 16 MovieClip in Symbol 48 MovieClip [lvl22] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 16 MovieClip in Symbol 48 MovieClip [lvl22] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 30 MovieClip "s2" in Symbol 48 MovieClip [lvl22] Frame 1
onClipEvent (load) {
zo = -100;
stop();
}
onClipEvent (enterFrame) {
stop();
zo = zo + 1;
if (zo > 100) {
zo = -100;
}
if (zo > 0) {
z = -1.5;
} else {
z = 1.5;
}
zt = zo / 100;
_x = (_x + z);
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Symbol 49 MovieClip [lvl21] Frame 1
stop();
Instance of Symbol 35 MovieClip in Symbol 49 MovieClip [lvl21] Frame 1
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.s4.gotoAndStop(13);
nextFrame();
}
}
Instance of Symbol 35 MovieClip in Symbol 49 MovieClip [lvl21] Frame 1
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.s2.gotoAndStop(13);
nextFrame();
}
}
Instance of Symbol 4 MovieClip "spr" in Symbol 49 MovieClip [lvl21] Frame 1
onClipEvent (load) {
stop();
xx = 0;
yy = 0;
}
onClipEvent (enterFrame) {
if (pp == 1) {
if (dd != 1) {
_root.pts = _root.pts - 1;
if (Key.isDown(39)) {
xx = xx + 2;
}
if (Key.isDown(37)) {
xx = xx - 2;
}
if (Key.isDown(38)) {
yy = yy - 2;
}
if (Key.isDown(40)) {
yy = yy + 2;
}
yy = yy / 1.1;
xx = xx / 1.1;
_x = (_x + xx);
_y = (_y + yy);
} else {
_parent.nextFrame();
}
}
}
Instance of Symbol 14 MovieClip in Symbol 49 MovieClip [lvl21] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_root.code.nl = 1;
_root.ptse = _root.pts;
}
}
Instance of Symbol 9 MovieClip in Symbol 49 MovieClip [lvl21] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 0;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
zo = -100;
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
zo = zo + 1;
if (zo > 100) {
zo = -100;
}
if (zo > 0) {
z = -1.5;
} else {
z = 1.5;
}
zt = zo / 100;
_x = (_x - (Math.sin(zt) * 5));
_y = (_y - z);
_xscale = (_xscale + z);
_yscale = (_yscale + z);
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 30 MovieClip "s2" in Symbol 49 MovieClip [lvl21] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 30 MovieClip "s4" in Symbol 49 MovieClip [lvl21] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 16 MovieClip in Symbol 49 MovieClip [lvl21] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 9 MovieClip in Symbol 49 MovieClip [lvl21] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 1;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
zo = -100;
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
zo = zo + 1;
if (zo > 100) {
zo = -100;
}
if (zo > 0) {
z = -1.5;
} else {
z = 1.5;
}
zt = zo / 100;
_y = (_y - (Math.sin(zt) * 5));
_x = (_x - z);
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 16 MovieClip in Symbol 49 MovieClip [lvl21] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 16 MovieClip in Symbol 49 MovieClip [lvl21] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Symbol 50 MovieClip [lvl20] Frame 1
stop();
Instance of Symbol 35 MovieClip in Symbol 50 MovieClip [lvl20] Frame 1
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.s4.gotoAndStop(13);
nextFrame();
}
}
Instance of Symbol 35 MovieClip in Symbol 50 MovieClip [lvl20] Frame 1
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.s2.gotoAndStop(13);
nextFrame();
}
}
Instance of Symbol 4 MovieClip "spr" in Symbol 50 MovieClip [lvl20] Frame 1
onClipEvent (load) {
stop();
xx = 0;
yy = 0;
}
onClipEvent (enterFrame) {
if (pp == 1) {
if (dd != 1) {
_root.pts = _root.pts - 1;
if (Key.isDown(39)) {
xx = xx + 2;
}
if (Key.isDown(37)) {
xx = xx - 2;
}
if (Key.isDown(38)) {
yy = yy - 2;
}
if (Key.isDown(40)) {
yy = yy + 2;
}
yy = yy / 1.1;
xx = xx / 1.1;
_x = (_x + xx);
_y = (_y + yy);
} else {
_parent.nextFrame();
}
}
}
Instance of Symbol 14 MovieClip in Symbol 50 MovieClip [lvl20] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_root.code.nl = 1;
_root.ptse = _root.pts;
}
}
Instance of Symbol 9 MovieClip in Symbol 50 MovieClip [lvl20] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 0;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
zo = -100;
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
zo = zo + 1;
if (zo > 100) {
zo = -100;
}
if (zo > 0) {
z = -1.5;
} else {
z = 1.5;
}
zt = zo / 100;
_x = (_x - (Math.sin(zt) * 5));
_y = (_y - z);
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 30 MovieClip "s2" in Symbol 50 MovieClip [lvl20] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 30 MovieClip "s4" in Symbol 50 MovieClip [lvl20] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 16 MovieClip in Symbol 50 MovieClip [lvl20] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 9 MovieClip in Symbol 50 MovieClip [lvl20] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 1;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
zo = -100;
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
zo = zo + 1;
if (zo > 100) {
zo = -100;
}
if (zo > 0) {
z = -1.5;
} else {
z = 1.5;
}
zt = zo / 100;
_x = (_x - (Math.sin(zt) * 5));
_y = (_y + z);
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 16 MovieClip in Symbol 50 MovieClip [lvl20] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Symbol 51 MovieClip [lvl19] Frame 1
stop();
Instance of Symbol 35 MovieClip in Symbol 51 MovieClip [lvl19] Frame 1
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.s3.gotoAndStop(13);
nextFrame();
}
}
Instance of Symbol 35 MovieClip in Symbol 51 MovieClip [lvl19] Frame 1
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.s4.gotoAndStop(13);
nextFrame();
}
}
Instance of Symbol 35 MovieClip in Symbol 51 MovieClip [lvl19] Frame 1
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.s2.gotoAndStop(13);
nextFrame();
}
}
Instance of Symbol 4 MovieClip "spr" in Symbol 51 MovieClip [lvl19] Frame 1
onClipEvent (load) {
stop();
xx = 0;
yy = 0;
}
onClipEvent (enterFrame) {
if (pp == 1) {
if (dd != 1) {
_root.pts = _root.pts - 1;
if (Key.isDown(39)) {
xx = xx + 2;
}
if (Key.isDown(37)) {
xx = xx - 2;
}
if (Key.isDown(38)) {
yy = yy - 2;
}
if (Key.isDown(40)) {
yy = yy + 2;
}
yy = yy / 1.1;
xx = xx / 1.1;
_x = (_x + xx);
_y = (_y + yy);
} else {
_parent.nextFrame();
}
}
}
Instance of Symbol 14 MovieClip in Symbol 51 MovieClip [lvl19] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_root.code.nl = 1;
_root.ptse = _root.pts;
}
}
Instance of Symbol 9 MovieClip in Symbol 51 MovieClip [lvl19] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 0;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
zo = -100;
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
zo = zo + 1;
if (zo > 100) {
zo = -100;
}
if (zo > 0) {
z = -1.5;
} else {
z = 1.5;
}
_x = (_x - z);
_y = (_y - z);
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 9 MovieClip in Symbol 51 MovieClip [lvl19] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 0;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
zo = -100;
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
zo = zo + 1;
if (zo > 100) {
zo = -100;
}
if (zo > 0) {
z = -1.5;
} else {
z = 1.5;
}
_x = (_x + z);
_y = (_y - z);
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 9 MovieClip in Symbol 51 MovieClip [lvl19] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 0;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
zo = -100;
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
zo = zo + 1;
if (zo > 100) {
zo = -100;
}
if (zo > 0) {
z = -1.5;
} else {
z = 1.5;
}
_x = (_x - z);
_y = (_y + z);
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 9 MovieClip in Symbol 51 MovieClip [lvl19] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 0;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
zo = -100;
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
zo = zo + 1;
if (zo > 100) {
zo = -100;
}
if (zo > 0) {
z = -1.5;
} else {
z = 1.5;
}
_x = (_x + z);
_y = (_y + z);
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 30 MovieClip "s3" in Symbol 51 MovieClip [lvl19] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 30 MovieClip "s2" in Symbol 51 MovieClip [lvl19] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 30 MovieClip "s4" in Symbol 51 MovieClip [lvl19] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 16 MovieClip in Symbol 51 MovieClip [lvl19] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 16 MovieClip in Symbol 51 MovieClip [lvl19] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Symbol 52 MovieClip [lvl18] Frame 1
stop();
Instance of Symbol 4 MovieClip "spr" in Symbol 52 MovieClip [lvl18] Frame 1
onClipEvent (load) {
stop();
xx = 0;
yy = 0;
}
onClipEvent (enterFrame) {
if (pp == 1) {
if (dd != 1) {
_root.pts = _root.pts - 1;
if (Key.isDown(39)) {
xx = xx + 2;
}
if (Key.isDown(37)) {
xx = xx - 2;
}
if (Key.isDown(38)) {
yy = yy - 2;
}
if (Key.isDown(40)) {
yy = yy + 2;
}
yy = yy / 1.1;
xx = xx / 1.1;
_x = (_x + xx);
_y = (_y + yy);
} else {
_parent.nextFrame();
}
}
}
Instance of Symbol 14 MovieClip in Symbol 52 MovieClip [lvl18] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_root.code.nl = 1;
_root.ptse = _root.pts;
}
}
Instance of Symbol 9 MovieClip in Symbol 52 MovieClip [lvl18] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 0;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
zo = -100;
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
zo = zo + 1;
if (zo > 100) {
zo = -100;
}
if (zo > 0) {
z = -2;
} else {
z = 2;
}
_x = (_x - z);
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 9 MovieClip in Symbol 52 MovieClip [lvl18] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 0;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
zo = -100;
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
zo = zo + 1;
if (zo > 100) {
zo = -100;
}
if (zo > 0) {
z = -2;
} else {
z = 2;
}
_x = (_x - z);
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 9 MovieClip in Symbol 52 MovieClip [lvl18] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 0;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
zo = -100;
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
zo = zo + 1;
if (zo > 100) {
zo = -100;
}
if (zo > 0) {
z = -2;
} else {
z = 2;
}
_y = (_y - z);
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 9 MovieClip in Symbol 52 MovieClip [lvl18] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 0;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
zo = -100;
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
zo = zo + 1;
if (zo > 100) {
zo = -100;
}
if (zo > 0) {
z = -2;
} else {
z = 2;
}
_y = (_y - z);
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Symbol 53 MovieClip [lvl17] Frame 1
stop();
Instance of Symbol 4 MovieClip "spr" in Symbol 53 MovieClip [lvl17] Frame 1
onClipEvent (load) {
stop();
xx = 0;
yy = 0;
}
onClipEvent (enterFrame) {
if (pp == 1) {
if (dd != 1) {
_root.pts = _root.pts - 1;
if (Key.isDown(39)) {
xx = xx + 2;
}
if (Key.isDown(37)) {
xx = xx - 2;
}
if (Key.isDown(38)) {
yy = yy - 2;
}
if (Key.isDown(40)) {
yy = yy + 2;
}
yy = yy / 1.1;
xx = xx / 1.1;
_x = (_x + xx);
_y = (_y + yy);
} else {
_parent.nextFrame();
}
}
}
Instance of Symbol 14 MovieClip in Symbol 53 MovieClip [lvl17] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_root.code.nl = 1;
_root.ptse = _root.pts;
}
}
Instance of Symbol 9 MovieClip in Symbol 53 MovieClip [lvl17] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 0;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 9 MovieClip in Symbol 53 MovieClip [lvl17] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 0;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 9 MovieClip in Symbol 53 MovieClip [lvl17] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 0;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 9 MovieClip in Symbol 53 MovieClip [lvl17] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 0;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 9 MovieClip in Symbol 53 MovieClip [lvl17] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 1;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 9 MovieClip in Symbol 53 MovieClip [lvl17] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 2;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Symbol 54 MovieClip [lvl15] Frame 1
stop();
Instance of Symbol 4 MovieClip "spr" in Symbol 54 MovieClip [lvl15] Frame 1
onClipEvent (load) {
stop();
xx = 0;
yy = 0;
}
onClipEvent (enterFrame) {
if (pp == 1) {
if (dd != 1) {
_root.pts = _root.pts - 1;
if (Key.isDown(39)) {
xx = xx + 2;
}
if (Key.isDown(37)) {
xx = xx - 2;
}
if (Key.isDown(38)) {
yy = yy - 2;
}
if (Key.isDown(40)) {
yy = yy + 2;
}
yy = yy / 1.1;
xx = xx / 1.1;
_x = (_x + xx);
_y = (_y + yy);
} else {
_parent.nextFrame();
}
}
}
Instance of Symbol 14 MovieClip in Symbol 54 MovieClip [lvl15] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_root.code.nl = 1;
_root.ptse = _root.pts;
}
}
Instance of Symbol 9 MovieClip in Symbol 54 MovieClip [lvl15] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 2;
ccnto = 5;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 35 MovieClip in Symbol 54 MovieClip [lvl15] Frame 1
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.s1.gotoAndStop(13);
_parent.s2.gotoAndStop(13);
nextFrame();
}
}
Instance of Symbol 30 MovieClip "s2" in Symbol 54 MovieClip [lvl15] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 16 MovieClip in Symbol 54 MovieClip [lvl15] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 16 MovieClip in Symbol 54 MovieClip [lvl15] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Instance of Symbol 16 MovieClip in Symbol 54 MovieClip [lvl15] Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
stop();
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
Symbol 55 MovieClip [lvl14] Frame 1
stop();
Instance of Symbol 4 MovieClip "spr" in Symbol 55 MovieClip [lvl14] Frame 1
onClipEvent (load) {
stop();
xx = 0;
yy = 0;
}
onClipEvent (enterFrame) {
if (pp == 1) {
if (dd != 1) {
_root.pts = _root.pts - 1;
if (Key.isDown(39)) {
xx = xx + 2;
}
if (Key.isDown(37)) {
xx = xx - 2;
}
if (Key.isDown(38)) {
yy = yy - 2;
}
if (Key.isDown(40)) {
yy = yy + 2;
}
yy = yy / 1.1;
xx = xx / 1.1;
_x = (_x + xx);
_y = (_y + yy);
} else {
_parent.nextFrame();
}
}
}
Instance of Symbol 9 MovieClip in Symbol 55 MovieClip [lvl14] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 2;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 14 MovieClip in Symbol 55 MovieClip [lvl14] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_root.code.nl = 1;
_root.ptse = _root.pts;
}
}
Instance of Symbol 9 MovieClip in Symbol 55 MovieClip [lvl14] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 2;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 9 MovieClip in Symbol 55 MovieClip [lvl14] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 2;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Symbol 56 MovieClip [lvl26] Frame 1
stop();
Instance of Symbol 4 MovieClip "spr" in Symbol 56 MovieClip [lvl26] Frame 1
onClipEvent (load) {
stop();
xx = 0;
yy = 0;
}
onClipEvent (enterFrame) {
if (pp == 1) {
if (dd != 1) {
_root.pts = _root.pts - 1;
if (Key.isDown(39)) {
xx = xx + 2;
}
if (Key.isDown(37)) {
xx = xx - 2;
}
if (Key.isDown(38)) {
yy = yy - 2;
}
if (Key.isDown(40)) {
yy = yy + 2;
}
yy = yy / 1.1;
xx = xx / 1.1;
_x = (_x + xx);
_y = (_y + yy);
} else {
_parent.nextFrame();
}
}
}
Instance of Symbol 9 MovieClip in Symbol 56 MovieClip [lvl26] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 2;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 14 MovieClip in Symbol 56 MovieClip [lvl26] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_root.code.nl = 1;
_root.ptse = _root.pts;
}
}
Symbol 57 MovieClip [lvl27] Frame 1
stop();
Instance of Symbol 4 MovieClip "spr" in Symbol 57 MovieClip [lvl27] Frame 1
onClipEvent (load) {
stop();
xx = 0;
yy = 0;
}
onClipEvent (enterFrame) {
if (pp == 1) {
if (dd != 1) {
_root.pts = _root.pts - 1;
if (Key.isDown(39)) {
xx = xx + 2;
}
if (Key.isDown(37)) {
xx = xx - 2;
}
if (Key.isDown(38)) {
yy = yy - 2;
}
if (Key.isDown(40)) {
yy = yy + 2;
}
yy = yy / 1.1;
xx = xx / 1.1;
_x = (_x + xx);
_y = (_y + yy);
} else {
_parent.nextFrame();
}
}
}
Instance of Symbol 9 MovieClip in Symbol 57 MovieClip [lvl27] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 0;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 14 MovieClip in Symbol 57 MovieClip [lvl27] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_root.code.nl = 1;
_root.ptse = _root.pts;
}
}
Instance of Symbol 9 MovieClip in Symbol 57 MovieClip [lvl27] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 0;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 9 MovieClip in Symbol 57 MovieClip [lvl27] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 2;
ccnto = 7;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 9 MovieClip in Symbol 57 MovieClip [lvl27] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 2;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Symbol 58 MovieClip [lvl5] Frame 1
stop();
Instance of Symbol 4 MovieClip "spr" in Symbol 58 MovieClip [lvl5] Frame 1
onClipEvent (load) {
stop();
xx = 0;
yy = 0;
}
onClipEvent (enterFrame) {
if (pp == 1) {
if (dd != 1) {
_root.pts = _root.pts - 1;
if (Key.isDown(39)) {
xx = xx + 2;
}
if (Key.isDown(37)) {
xx = xx - 2;
}
if (Key.isDown(38)) {
yy = yy - 2;
}
if (Key.isDown(40)) {
yy = yy + 2;
}
yy = yy / 1.1;
xx = xx / 1.1;
_x = (_x + xx);
_y = (_y + yy);
} else {
_parent.nextFrame();
}
}
}
Instance of Symbol 9 MovieClip in Symbol 58 MovieClip [lvl5] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 0;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 14 MovieClip in Symbol 58 MovieClip [lvl5] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_root.code.nl = 1;
_root.ptse = _root.pts;
}
}
Instance of Symbol 9 MovieClip in Symbol 58 MovieClip [lvl5] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 0;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 9 MovieClip in Symbol 58 MovieClip [lvl5] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 0;
ccnto = 7;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 9 MovieClip in Symbol 58 MovieClip [lvl5] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 0;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Symbol 59 MovieClip [lvl4] Frame 1
stop();
Instance of Symbol 4 MovieClip "spr" in Symbol 59 MovieClip [lvl4] Frame 1
onClipEvent (load) {
stop();
xx = 0;
yy = 0;
}
onClipEvent (enterFrame) {
if (pp == 1) {
if (dd != 1) {
_root.pts = _root.pts - 1;
if (Key.isDown(39)) {
xx = xx + 2;
}
if (Key.isDown(37)) {
xx = xx - 2;
}
if (Key.isDown(38)) {
yy = yy - 2;
}
if (Key.isDown(40)) {
yy = yy + 2;
}
yy = yy / 1.1;
xx = xx / 1.1;
_x = (_x + xx);
_y = (_y + yy);
} else {
_parent.nextFrame();
}
}
}
Instance of Symbol 9 MovieClip in Symbol 59 MovieClip [lvl4] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 2;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 14 MovieClip in Symbol 59 MovieClip [lvl4] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_root.code.nl = 1;
_root.ptse = _root.pts;
}
}
Symbol 60 MovieClip [lvl3] Frame 1
stop();
Instance of Symbol 4 MovieClip "spr" in Symbol 60 MovieClip [lvl3] Frame 1
onClipEvent (load) {
stop();
xx = 0;
yy = 0;
}
onClipEvent (enterFrame) {
if (pp == 1) {
if (dd != 1) {
_root.pts = _root.pts - 1;
if (Key.isDown(39)) {
xx = xx + 2;
}
if (Key.isDown(37)) {
xx = xx - 2;
}
if (Key.isDown(38)) {
yy = yy - 2;
}
if (Key.isDown(40)) {
yy = yy + 2;
}
yy = yy / 1.1;
xx = xx / 1.1;
_x = (_x + xx);
_y = (_y + yy);
} else {
_parent.nextFrame();
}
}
}
Instance of Symbol 9 MovieClip in Symbol 60 MovieClip [lvl3] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 1;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 14 MovieClip in Symbol 60 MovieClip [lvl3] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_root.code.nl = 1;
_root.ptse = _root.pts;
}
}
Instance of Symbol 9 MovieClip in Symbol 60 MovieClip [lvl3] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 1;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 9 MovieClip in Symbol 60 MovieClip [lvl3] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 1;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Symbol 61 MovieClip [lvl2] Frame 1
stop();
Instance of Symbol 4 MovieClip "spr" in Symbol 61 MovieClip [lvl2] Frame 1
onClipEvent (load) {
stop();
xx = 0;
yy = 0;
}
onClipEvent (enterFrame) {
if (pp == 1) {
if (dd != 1) {
_root.pts = _root.pts - 1;
if (Key.isDown(39)) {
xx = xx + 2;
}
if (Key.isDown(37)) {
xx = xx - 2;
}
if (Key.isDown(38)) {
yy = yy - 2;
}
if (Key.isDown(40)) {
yy = yy + 2;
}
yy = yy / 1.1;
xx = xx / 1.1;
_x = (_x + xx);
_y = (_y + yy);
} else {
_parent.nextFrame();
}
}
}
Instance of Symbol 9 MovieClip in Symbol 61 MovieClip [lvl2] Frame 1
onClipEvent (load) {
sto = 0.005;
st = 0.005;
cnt = "";
fnt = 0;
ccnto = 15;
ccnt = ccnto;
xf = 0;
xx = 0;
yy = 0;
gotoAndStop (1);
if (fnt == 0) {
gotoAndStop (1);
}
if (fnt == 1) {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent.spr.pp == 1) {
if (fnt == 2) {
if (ccnt > 0) {
ccnt = ccnt - 0.25;
} else {
ccnt = ccnto;
if (_currentframe == 2) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
cnt = Math.ceil(ccnt);
}
xf = 0;
hy = Math.sqrt(Math.pow(_parent.spr._x - _x, 2) + Math.pow(_parent.spr._y - _y, 2));
if (hy < 300) {
xy = Math.abs(_parent.spr._x - _x) + Math.abs(_parent.spr._y - _y);
xp = (_parent.spr._x - _x) / xy;
yp = (_parent.spr._y - _y) / xy;
if (_currentframe == 1) {
tt = 0.005;
}
if (_currentframe == 2) {
tt = -0.005;
}
_parent.spr.xx = _parent.spr.xx + ((-1 * xp) * ((301 - hy) * ((tt * _xscale) / 100)));
_parent.spr.yy = _parent.spr.yy + ((-1 * yp) * ((301 - hy) * ((tt * _xscale) / 100)));
}
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_parent.spr.dd = 1;
}
}
}
Instance of Symbol 14 MovieClip in Symbol 61 MovieClip [lvl2] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_root.code.nl = 1;
_root.ptse = _root.pts;
}
}
Symbol 62 MovieClip [lvl1] Frame 1
stop();
Instance of Symbol 4 MovieClip "spr" in Symbol 62 MovieClip [lvl1] Frame 1
onClipEvent (load) {
stop();
xx = 0;
yy = 0;
}
onClipEvent (enterFrame) {
if (pp == 1) {
if (dd != 1) {
_root.pts = _root.pts - 1;
if (Key.isDown(39)) {
xx = xx + 2;
}
if (Key.isDown(37)) {
xx = xx - 2;
}
if (Key.isDown(38)) {
yy = yy - 2;
}
if (Key.isDown(40)) {
yy = yy + 2;
}
yy = yy / 1.1;
xx = xx / 1.1;
_x = (_x + xx);
_y = (_y + yy);
} else {
_parent.nextFrame();
}
}
}
Instance of Symbol 14 MovieClip in Symbol 62 MovieClip [lvl1] Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.lvl._x + _parent.spr._x, _root.lvl._y + _parent.spr._y, true)) {
_root.code.nl = 1;
_root.ptse = _root.pts;
}
}
Symbol 66 MovieClip Frame 81
if (_root._currentframe == 1) {
_root.play();
}
Symbol 88 Button
on (press) {
if (((((mto == "") or (subject == "")) or (mto == undefined)) or (subject == undefined)) or (mto.indexOf("@") < 1)) {
ttt = 1;
mto = "";
subject = "";
} else if (ttt != 1) {
ttt = 2;
okol.nextFrame();
loadVariables ("http://www.crawlor.com/gameshot/magneto/sendt.php?" + new Date().getTime(), this, "POST");
trace("send");
this.onData = function () {
if (eintrag) {
gotoAndStop (4);
ttt = 0;
mto = "";
subject = "";
delete eintrag;
} else {
gotoAndStop (4);
ttt = 0;
mto = "";
subject = "";
status_txt.text = "Fehler !";
delete eintrag;
}
};
}
if (ttt == 1) {
gotoAndStop (3);
}
}
Symbol 95 MovieClip Frame 20
_parent.gotoAndStop(1);
Symbol 97 MovieClip Frame 21
_parent.gotoAndStop(1);
Symbol 100 MovieClip Frame 1
gotoAndStop (2);
Symbol 100 MovieClip Frame 2
ttt = 0;
mto = "";
subject = "";
Symbol 112 Button
on (press) {
getURL ("http://www.gameshot.org", "_blank");
}
Symbol 115 Button
on (press) {
_root.gotoAndStop(5);
}
Symbol 131 MovieClip Frame 1
stop();
Instance of Symbol 139 MovieClip "ro" in Symbol 142 MovieClip Frame 2
onClipEvent (load) {
_parent.ro._visible = false;
rn = _parent.loada["rn" + rnr];
urltogo = "http://www.gameshot.org?ref=" + _parent.loada["ru" + rnr];
}
on (press) {
getURL (urltogo, "_blank");
}
on (rollOver) {
ae = -1;
}
on (rollOut) {
ae = 1;
}
onClipEvent (enterFrame) {
if (ae == -1) {
if (_alpha > 40) {
_alpha = (_alpha - 40);
trace(ae);
}
} else if (_alpha < 100) {
_alpha = (_alpha + 10);
}
}
Instance of Symbol 141 MovieClip in Symbol 142 MovieClip Frame 2
onClipEvent (load) {
_visible = false;
i = 0;
while (i < 10) {
yy = 28 * i;
duplicateMovieClip (_parent.ro, "ref" + i, i);
_parent["ref" + i]._y = yy;
_parent["ref" + i].rnr = i;
i++;
}
}
Symbol 148 MovieClip Frame 1
stop();
Instance of Symbol 4 MovieClip in Symbol 148 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 4 MovieClip in Symbol 148 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 4 MovieClip in Symbol 148 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 4 MovieClip in Symbol 148 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 4 MovieClip in Symbol 148 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Symbol 153 Button
on (press) {
if (((pnam == "") or ((!pnam) and (zzu != 1))) or (ptse < 1000)) {
_root.gotoAndPlay(3);
} else {
zzu = 1;
fvorname = "x";
fnachname = pnam;
fpunkte = _root.pts;
ficon = 1;
loadVariables ("http://www.crawlor.com/gameshot/magneto/schreiben.php?" + new Date().getTime(), this, "POST");
status_txt.text = "Schreibe Daten!";
this.onData = function () {
if (eintrag) {
quit = 1;
_root.gotoAndPlay(3);
delete eintrag;
} else {
status_txt.text = "Fehler !";
delete eintrag;
}
};
}
}
Symbol 156 Button
on (press) {
_root.gotoAndPlay(3);
}
Symbol 158 MovieClip Frame 1
Selection.setFocus("entn");