Frame 1
var _mochiads_game_id = "5e082b7d89d724fb";
MochiAd.showPreGameAd({id:"5e082b7d89d724fb", res:"550x420"});
Frame 2
function gotoMySite() {
getURL ("http://www.hiddenninjagames.com", "_top");
}
function gotosSite() {
getURL ("http://www.hiddenninjagames.com", "_top");
}
var myMenu = new ContextMenu();
myMenu.hideBuiltInItems();
var mySiteLink = new ContextMenuItem("Play all my games", gotoMySite);
var slink = new ContextMenuItem("My Sponor's Site", gotosSite);
myMenu.customItems.push(mySiteLink, slink);
_root.kongregateServices.connect();
function scrl(d) {
if (_root.holder._height > 320) {
if (d == "u") {
_root.holder._y = _root.holder._y + 3;
if (_root.holder._y > 30) {
_root.holder._y = 30;
}
} else {
_root.holder._y = _root.holder._y - 3;
if ((_root.holder._y + _root.holder._height) < 370) {
_root.holder._y = 370 - _root.holder._height;
}
}
}
}
function clearL() {
i = 0;
while (i < l) {
land.l["line" + i].removeMovieClip();
i++;
}
}
function fhd() {
if (Key.isDown(86) && (Key.isDown(1))) {
a++;
if ((a % 10) == 0) {
l++;
gub = land.l.createEmptyMovieClip("line" + l, l);
gub.lineStyle(linet, linec);
gub._x = ox;
gub._y = oy;
gub.lineTo(_xmouse - ox, _ymouse - oy);
gub.onEnterFrame = fhd;
gub.onPress = lineP;
gub.onMouseUp = lineR;
ox = _xmouse;
oy = _ymouse;
}
}
}
function gameS() {
_root.game = true;
land.cacheAsBitmap = true;
}
function lineP() {
if (Key.isDown(32)) {
this.xo = _root._xmouse - this._x;
this.yo = _root._ymouse - this._y;
this.onEnterFrame = function () {
this._x = _root._xmouse - this.xo;
this._y = _root._ymouse - this.yo;
};
}
if (Key.isDown(67)) {
this.removeMovieClip();
}
}
function ssl() {
sl = false;
}
function lineR() {
this.onEnterFrame = null;
}
function resetb() {
ball.xspeed = (ball.yspeed = 0);
game = false;
land.cacheAsBitmap = false;
ball.frames = 0;
_root.gores.gotoAndStop("go");
ball._x = _root.startX;
ball._y = _root.startY;
_root.land.l.clear();
_root.land.l.lineStyle(_root.linedt, _root.linec);
_root.cam._x = _root.ball._x;
_root.cam._y = _root.ball._y;
}
function reset() {
if (!Key.isDown(32)) {
trace("reset");
_root.tutbox.removeMovieClip();
ball.xspeed = (ball.yspeed = 0);
game = false;
land.cacheAsBitmap = false;
ball.frames = 0;
ball._x = _root.startX;
ball._y = _root.startY;
_root.land.l.clear();
_root.land.l.lineStyle(_root.linedt, _root.linec);
_root.ball.removeMovieClip();
_root.cam.removeMovieClip();
gotoAndStop ("nlevel");
}
}
function restart() {
ball.xspeed = (ball.yspeed = 0);
game = false;
land.cacheAsBitmap = false;
ball.frames = 0;
_root.gores.gotoAndStop("go");
ball._x = _root.startX;
ball._y = _root.startY;
_root.land.l.clear();
_root.land.l.lineStyle(_root.linedt, _root.linec);
_root.ball.removeMovieClip();
_root.cam.removeMovieClip();
_root.tutbox.removeMovieClip();
gotoAndStop ("findb");
}
function norm() {
if (Key.isDown(32)) {
_root.game = true;
}
if (Key.isDown(82)) {
if (_currentframe != 27) {
restart();
} else {
resetb();
}
}
if ((!game) && (Key.isDown(67))) {
land.l.clear();
land.l.lineStyle(_root.linedt, _root.linec);
}
}
music_snd.gotoAndStop(2);
backto = 3;
var slevel = 0;
var sl = false;
var linet = 20;
var linedt = 20;
var linec = "ffffff";
var l = 0;
var a = 0;
var game = false;
var ll = 0;
var h = 400;
var w = 550;
gotoAndStop ("logo");
Frame 3
stop();
var startT = getTimer();
var fd = 0;
gu = 0;
game = false;
left = 5;
_root.land.swapDepths(100 + Math.round(Math.random() * 80));
_root.ball.swapDepths(300 + Math.round(Math.random() * 80));
menu_btn._visible = !back_btn._visible;
_root.onEnterFrame = norm;
land.l.lineStyle(linedt, linec);
land.l.moveTo(0, 200);
land.l.lineTo(200, 350);
_root.onMouseDown = function () {
land.l.moveTo(_root._xmouse, _root._ymouse);
_root.onEnterFrame = function () {
if (game) {
land.l.moveTo(_root._xmouse, _root._ymouse);
} else if (!popup) {
gu++;
if (gu >= 10) {
land.l.lineTo(_root._xmouse, _root._ymouse);
fd++;
gu = 0;
}
}
};
};
_root.onMouseUp = function () {
_root.onEnterFrame = norm;
};
Instance of Symbol 3 MovieClip "bg" in Frame 3
onClipEvent (enterFrame) {
_x = _root.cam._x;
_y = _root.cam._y;
}
Instance of Symbol 6 MovieClip "ball" in Frame 3
onClipEvent (load) {
frames = 0;
r = _width / 2;
seg = 120;
cvt = 0.01745329;
xspeed = 0;
yspeed = 0;
fric = 0.99;
yfric = 0;
_root.startX = _x;
_root.startY = _y;
maxs = 100;
maxss = 30;
grav = 0.58;
afric = 1;
tpf = 2;
}
onClipEvent (enterFrame) {
i = 1;
while (i <= 5) {
if (this.hitTest(_root["s" + i].center)) {
_root["s" + i].swapDepths(getNextHighestDepth());
_root["s" + i].removeMovieClip();
_root.left--;
if (_root.left <= 0) {
if (_root.backto == _root._currentframe) {
_root.backto = _root.backto + 1;
}
_root.reset();
_root.gotoAndStop("find");
}
}
i++;
}
_rotation = (_rotation + xspeed);
var k = 0;
while (k < tpf) {
if (_root.game) {
frames++;
((xspeed > maxs) ? ((xspeed = maxs)) : (((xspeed < (-maxs)) ? ((xspeed = -maxs)) : 0)));
((yspeed > maxss) ? ((yspeed = maxss)) : (((yspeed < (-maxss)) ? ((yspeed = -maxss)) : 0)));
xspeed = xspeed * afric;
yspeed = yspeed * afric;
_x = (_x + (xspeed / tpf));
_y = (_y + (yspeed / tpf));
yspeed = yspeed + (grav / tpf);
var nmbr = 0;
xval = 0;
yval = 0;
if (!this.hitTest(_root.clr)) {
i = 1;
while (i < seg) {
var tx = (_x + (r * Math.sin((i * (360 / seg)) * cvt)));
var ty = (_y - (r * Math.cos((i * (360 / seg)) * cvt)));
if (_root.land.hitTest(tx, ty, true)) {
nmbr++;
xval = xval + tx;
yval = yval + ty;
}
i++;
}
if (nmbr > 0) {
_root.arr._rotation = ((Math.atan2(_x - (xval / nmbr), _y - (yval / nmbr)) / cvt) * -1) + 90;
_root.arr._x = _x - (r * Math.sin((_root.arr._rotation + 90) * cvt));
_root.arr._y = _y + (r * Math.cos((_root.arr._rotation + 90) * cvt));
px = _root.arr._x;
py = _root.arr._y;
}
if ((nmbr > 0) && (nmbr < seg)) {
if (!_root.sound) {
} else {
(_root.clicksnd.gotoAndPlay(2));// not popped
}
ix = ((px - _x) / r) * -1;
iy = ((py - _y) / r) * -1;
speed = Math.sqrt((xspeed * xspeed) + (yspeed * yspeed)) * fric;
var spa = (((Math.atan2(xspeed, yspeed) / cvt) * -1) + 90);
var nr = (((2 * (_root.arr._rotation - spa)) + spa) - 180);
_root.arr._rotation = nr - 180;
xspeed = Math.sin((nr + 90) * cvt) * speed;
yspeed = ((-Math.cos((nr + 90) * cvt)) * speed) / 1.2;
while (_root.land.hitTest(px, py, true)) {
_x = (_x + ix);
_y = (_y + iy);
px = _x - (ix * r);
py = _y - (iy * r);
}
}
}
if (this.hitTest(_root.end)) {
_root.reset();
if (!_root.fedit) {
_root.level++;
((_root.level > _root.ulevel) ? ((_root.savefile.data.ulevel = (_root.ulevel = _root.level))) : 0);
_root.savefile.flush();
_root.drawLevel(_root.levels[_root.level - 1]);
_root.startX = this._x;
_root.startY = this._y;
}
if (_root.level > _root.levels.length) {
if (_root.slevel == 1) {
_root.gotoAndStop("finished");
} else {
_root.gotoAndStop("menu");
}
_root.end.removeMovieClip();
_root.land.removeMovieClip();
_root.txt_mc.removeMovieClip();
_root.ball.removeMovieClip();
}
}
if (frames == 1) {
if ((_root.startY - _y) > 15) {
_root.reset();
setTimeout(_root.reset, 20);
_root.land.l.clear();
_root.land.l.lineStyle(_root.linedt, _root.linec);
trace(_root.linec);
}
}
}
k++;
}
}
Instance of Symbol 12 MovieClip "cam" in Frame 3
onClipEvent (load) {
_root.canmove = startit;
}
onClipEvent (mouseDown) {
var ux = _xmouse;
var uy = _ymouse;
_root.canmove = false;
}
onClipEvent (mouseUp) {
_root.canmove = true;
}
onClipEvent (mouseMove) {
var rux = Math.abs(_xmouse - ux);
var ruy = Math.abs(_ymouse - uy);
if ((rux + ruy) > 30) {
_root.canmove = true;
}
}
onClipEvent (enterFrame) {
if (_x <= 462) {
_root.canmove = true;
} else if (_root.canmove == startit) {
this._y = this._y + ((_root.ball._y - this._y) / 40);
this._x = this._x + ((_root.ball._x - this._x) / 40);
}
if (_root.game) {
this._y = this._y + (((_ymouse + _root.ball._y) - this._y) / 11);
this._x = this._x + (((_xmouse + _root.ball._x) - this._x) / 11);
} else if (_root.canmove == true) {
if (!Key.isDown(17)) {
this._y = this._y + (_ymouse / 40);
this._x = this._x + (_xmouse / 40);
}
}
}
Instance of Symbol 17 MovieClip in Frame 3
onClipEvent (enterFrame) {
_x = _root.cam._x;
_y = _root.cam._y;
}
on (release) {
_root.resetb();
_root.ball.removeMovieClip();
_root.cam.removeMovieClip();
_root.tutbox.removeMovieClip();
_root.gotoAndStop("menu");
}
Instance of Symbol 22 MovieClip "soundbox" in Frame 3
on (release) {
this.nextFrame();
}
onClipEvent (enterFrame) {
_x = _root.cam._x;
_y = _root.cam._y;
}
Instance of Symbol 28 MovieClip in Frame 3
onClipEvent (enterFrame) {
}
Frame 4
stop();
var startT = getTimer();
var fd = 0;
gu = 0;
game = false;
left = 5;
_root.land.swapDepths(100 + Math.round(Math.random() * 80));
_root.ball.swapDepths(300 + Math.round(Math.random() * 80));
menu_btn._visible = !back_btn._visible;
_root.onEnterFrame = norm;
land.l.lineStyle(linedt, linec);
land.l.moveTo(0, 200);
land.l.lineTo(200, 350);
_root.onMouseDown = function () {
land.l.moveTo(_root._xmouse, _root._ymouse);
_root.onEnterFrame = function () {
if ((game || (clr.hitTest(_xmouse, _ymouse, false))) || (ll > 0)) {
land.l.moveTo(_root._xmouse, _root._ymouse);
if (clr.hitTest(_xmouse, _ymouse, false)) {
ll = 3;
}
} else if (!popup) {
gu++;
if (gu >= 10) {
land.l.lineTo(_root._xmouse, _root._ymouse);
fd++;
gu = 0;
}
}
((ll > 0) ? (ll--) : 0);
};
};
_root.onMouseUp = function () {
_root.onEnterFrame = norm;
};
Instance of Symbol 6 MovieClip "ball" in Frame 4
onClipEvent (load) {
frames = 0;
r = _width / 2;
seg = 120;
cvt = 0.01745329;
xspeed = 0;
yspeed = 0;
fric = 0.99;
yfric = 0;
_root.startX = _x;
_root.startY = _y;
maxs = 100;
maxss = 30;
grav = 0.58;
afric = 1;
tpf = 2;
}
onClipEvent (enterFrame) {
i = 1;
while (i <= 5) {
if (this.hitTest(_root["s" + i].center)) {
_root["s" + i].swapDepths(getNextHighestDepth());
_root["s" + i].removeMovieClip();
_root.left--;
if (_root.left <= 0) {
if (_root.backto == _root._currentframe) {
_root.backto = _root.backto + 1;
}
_root.reset();
_root.gotoAndStop("find");
}
}
i++;
}
_rotation = (_rotation + xspeed);
var k = 0;
while (k < tpf) {
if (_root.game) {
frames++;
((xspeed > maxs) ? ((xspeed = maxs)) : (((xspeed < (-maxs)) ? ((xspeed = -maxs)) : 0)));
((yspeed > maxss) ? ((yspeed = maxss)) : (((yspeed < (-maxss)) ? ((yspeed = -maxss)) : 0)));
xspeed = xspeed * afric;
yspeed = yspeed * afric;
_x = (_x + (xspeed / tpf));
_y = (_y + (yspeed / tpf));
yspeed = yspeed + (grav / tpf);
var nmbr = 0;
xval = 0;
yval = 0;
if (!this.hitTest(_root.clr)) {
i = 1;
while (i < seg) {
var tx = (_x + (r * Math.sin((i * (360 / seg)) * cvt)));
var ty = (_y - (r * Math.cos((i * (360 / seg)) * cvt)));
if (_root.land.hitTest(tx, ty, true) or _root.landb.hitTest(tx, ty, true)) {
nmbr++;
xval = xval + tx;
yval = yval + ty;
}
i++;
}
if (nmbr > 0) {
_root.arr._rotation = ((Math.atan2(_x - (xval / nmbr), _y - (yval / nmbr)) / cvt) * -1) + 90;
_root.arr._x = _x - (r * Math.sin((_root.arr._rotation + 90) * cvt));
_root.arr._y = _y + (r * Math.cos((_root.arr._rotation + 90) * cvt));
px = _root.arr._x;
py = _root.arr._y;
}
if ((nmbr > 0) && (nmbr < seg)) {
if (!_root.sound) {
} else {
(_root.clicksnd.gotoAndPlay(2));// not popped
}
ix = ((px - _x) / r) * -1;
iy = ((py - _y) / r) * -1;
speed = Math.sqrt((xspeed * xspeed) + (yspeed * yspeed)) * fric;
var spa = (((Math.atan2(xspeed, yspeed) / cvt) * -1) + 90);
var nr = (((2 * (_root.arr._rotation - spa)) + spa) - 180);
_root.arr._rotation = nr - 180;
xspeed = Math.sin((nr + 90) * cvt) * speed;
yspeed = ((-Math.cos((nr + 90) * cvt)) * speed) / 1.2;
while (_root.land.hitTest(px, py, true) or _root.landb.hitTest(px, py, true)) {
_x = (_x + ix);
_y = (_y + iy);
px = _x - (ix * r);
py = _y - (iy * r);
}
}
}
if (this.hitTest(_root.end)) {
_root.reset();
if (!_root.fedit) {
_root.level++;
((_root.level > _root.ulevel) ? ((_root.savefile.data.ulevel = (_root.ulevel = _root.level))) : 0);
_root.savefile.flush();
_root.drawLevel(_root.levels[_root.level - 1]);
_root.startX = this._x;
_root.startY = this._y;
}
if (_root.level > _root.levels.length) {
if (_root.slevel == 1) {
_root.gotoAndStop("finished");
} else {
_root.gotoAndStop("menu");
}
_root.end.removeMovieClip();
_root.land.removeMovieClip();
_root.txt_mc.removeMovieClip();
_root.ball.removeMovieClip();
}
}
if (frames == 1) {
if ((_root.startY - _y) > 15) {
_root.reset();
setTimeout(_root.reset, 20);
_root.land.l.clear();
_root.land.l.lineStyle(_root.linedt, _root.linec);
trace(_root.linec);
}
}
}
k++;
}
}
Frame 5
stop();
var startT = getTimer();
var fd = 0;
gu = 0;
game = false;
left = 5;
_root.land.swapDepths(100 + Math.round(Math.random() * 80));
_root.ball.swapDepths(300 + Math.round(Math.random() * 80));
if (!fedit) {
levels = tempLevels;
back_btn._visible = false;
} else {
back_btn._visible = true;
}
menu_btn._visible = !back_btn._visible;
_root.onEnterFrame = norm;
land.l.lineStyle(linedt, linec);
land.l.moveTo(0, 200);
land.l.lineTo(200, 350);
_root.onMouseDown = function () {
land.l.moveTo(_root._xmouse, _root._ymouse);
_root.onEnterFrame = function () {
if ((game || (clr.hitTest(_xmouse, _ymouse, false))) || (ll > 0)) {
land.l.moveTo(_root._xmouse, _root._ymouse);
if (clr.hitTest(_xmouse, _ymouse, false)) {
ll = 3;
}
} else if (!popup) {
gu++;
if (gu >= 10) {
land.l.lineTo(_root._xmouse, _root._ymouse);
fd++;
gu = 0;
}
}
((ll > 0) ? (ll--) : 0);
};
};
_root.onMouseUp = function () {
_root.onEnterFrame = norm;
};
Instance of Symbol 6 MovieClip "ball" in Frame 5
onClipEvent (load) {
frames = 0;
r = _width / 2;
seg = 120;
cvt = 0.01745329;
xspeed = 0;
yspeed = 0;
fric = 0.99;
yfric = 0;
_root.startX = _x;
_root.startY = _y;
maxs = 100;
maxss = 30;
grav = 0.58;
afric = 1;
tpf = 2;
}
onClipEvent (enterFrame) {
i = 1;
while (i <= 5) {
if (this.hitTest(_root["s" + i].center)) {
_root["s" + i].swapDepths(getNextHighestDepth());
_root["s" + i].removeMovieClip();
_root.left--;
if (_root.left <= 0) {
if (_root.backto == _root._currentframe) {
_root.backto = _root.backto + 1;
}
_root.reset();
_root.gotoAndStop("find");
}
}
i++;
}
_rotation = (_rotation + xspeed);
var k = 0;
while (k < tpf) {
if (_root.game) {
frames++;
((xspeed > maxs) ? ((xspeed = maxs)) : (((xspeed < (-maxs)) ? ((xspeed = -maxs)) : 0)));
((yspeed > maxss) ? ((yspeed = maxss)) : (((yspeed < (-maxss)) ? ((yspeed = -maxss)) : 0)));
xspeed = xspeed * afric;
yspeed = yspeed * afric;
_x = (_x + (xspeed / tpf));
_y = (_y + (yspeed / tpf));
yspeed = yspeed + (grav / tpf);
var nmbr = 0;
xval = 0;
yval = 0;
if (!this.hitTest(_root.clr)) {
i = 1;
while (i < seg) {
var tx = (_x + (r * Math.sin((i * (360 / seg)) * cvt)));
var ty = (_y - (r * Math.cos((i * (360 / seg)) * cvt)));
if (_root.land.hitTest(tx, ty, true)) {
nmbr++;
xval = xval + tx;
yval = yval + ty;
}
i++;
}
if (nmbr > 0) {
_root.arr._rotation = ((Math.atan2(_x - (xval / nmbr), _y - (yval / nmbr)) / cvt) * -1) + 90;
_root.arr._x = _x - (r * Math.sin((_root.arr._rotation + 90) * cvt));
_root.arr._y = _y + (r * Math.cos((_root.arr._rotation + 90) * cvt));
px = _root.arr._x;
py = _root.arr._y;
}
if ((nmbr > 0) && (nmbr < seg)) {
if (!_root.sound) {
} else {
(_root.clicksnd.gotoAndPlay(2));// not popped
}
ix = ((px - _x) / r) * -1;
iy = ((py - _y) / r) * -1;
speed = Math.sqrt((xspeed * xspeed) + (yspeed * yspeed)) * fric;
var spa = (((Math.atan2(xspeed, yspeed) / cvt) * -1) + 90);
var nr = (((2 * (_root.arr._rotation - spa)) + spa) - 180);
_root.arr._rotation = nr - 180;
xspeed = Math.sin((nr + 90) * cvt) * speed;
yspeed = ((-Math.cos((nr + 90) * cvt)) * speed) / 1.2;
while (_root.land.hitTest(px, py, true)) {
_x = (_x + ix);
_y = (_y + iy);
px = _x - (ix * r);
py = _y - (iy * r);
}
}
}
if (this.hitTest(_root.end)) {
_root.reset();
if (!_root.fedit) {
_root.level++;
((_root.level > _root.ulevel) ? ((_root.savefile.data.ulevel = (_root.ulevel = _root.level))) : 0);
_root.savefile.flush();
_root.drawLevel(_root.levels[_root.level - 1]);
_root.startX = this._x;
_root.startY = this._y;
}
if (_root.level > _root.levels.length) {
if (_root.slevel == 1) {
_root.gotoAndStop("finished");
} else {
_root.gotoAndStop("menu");
}
_root.end.removeMovieClip();
_root.land.removeMovieClip();
_root.txt_mc.removeMovieClip();
_root.ball.removeMovieClip();
}
}
if (frames == 1) {
if ((_root.startY - _y) > 15) {
_root.reset();
setTimeout(_root.reset, 20);
_root.land.l.clear();
_root.land.l.lineStyle(_root.linedt, _root.linec);
trace(_root.linec);
}
}
}
k++;
}
}
Frame 6
stop();
var startT = getTimer();
var fd = 0;
gu = 0;
game = false;
left = 4;
_root.land.swapDepths(100 + Math.round(Math.random() * 80));
_root.ball.swapDepths(300 + Math.round(Math.random() * 80));
if (!fedit) {
levels = tempLevels;
back_btn._visible = false;
} else {
back_btn._visible = true;
}
menu_btn._visible = !back_btn._visible;
_root.onEnterFrame = norm;
land.l.lineStyle(linedt, linec);
_root.onMouseDown = function () {
land.l.moveTo(_root._xmouse, _root._ymouse);
_root.onEnterFrame = function () {
if ((game || (clr.hitTest(_xmouse, _ymouse, false))) || (ll > 0)) {
land.l.moveTo(_root._xmouse, _root._ymouse);
if (clr.hitTest(_xmouse, _ymouse, false)) {
ll = 3;
}
} else if (!popup) {
gu++;
if (gu >= 10) {
land.l.lineTo(_root._xmouse, _root._ymouse);
fd++;
gu = 0;
}
}
((ll > 0) ? (ll--) : 0);
};
};
_root.onMouseUp = function () {
_root.onEnterFrame = norm;
};
Instance of Symbol 6 MovieClip "ball" in Frame 6
onClipEvent (load) {
frames = 0;
r = _width / 2;
seg = 120;
cvt = 0.01745329;
xspeed = 0;
yspeed = 0;
fric = 0.99;
yfric = 0;
_root.startX = _x;
_root.startY = _y;
maxs = 100;
maxss = 30;
grav = 0.58;
afric = 1;
tpf = 2;
}
onClipEvent (enterFrame) {
i = 1;
while (i <= 4) {
if (this.hitTest(_root["s" + i].center)) {
_root["s" + i].swapDepths(getNextHighestDepth());
_root["s" + i].removeMovieClip();
_root.left--;
if (_root.left <= 0) {
if (_root.backto == _root._currentframe) {
_root.backto = _root.backto + 1;
}
_root.reset();
_root.gotoAndStop("find");
}
}
i++;
}
_rotation = (_rotation + xspeed);
var k = 0;
while (k < tpf) {
if (_root.game) {
frames++;
((xspeed > maxs) ? ((xspeed = maxs)) : (((xspeed < (-maxs)) ? ((xspeed = -maxs)) : 0)));
((yspeed > maxss) ? ((yspeed = maxss)) : (((yspeed < (-maxss)) ? ((yspeed = -maxss)) : 0)));
xspeed = xspeed * afric;
yspeed = yspeed * afric;
_x = (_x + (xspeed / tpf));
_y = (_y + (yspeed / tpf));
yspeed = yspeed + (grav / tpf);
var nmbr = 0;
xval = 0;
yval = 0;
if (!this.hitTest(_root.clr)) {
i = 1;
while (i < seg) {
var tx = (_x + (r * Math.sin((i * (360 / seg)) * cvt)));
var ty = (_y - (r * Math.cos((i * (360 / seg)) * cvt)));
if (_root.land.hitTest(tx, ty, true) or _root.landb.hitTest(tx, ty, true)) {
nmbr++;
xval = xval + tx;
yval = yval + ty;
}
i++;
}
if (nmbr > 0) {
_root.arr._rotation = ((Math.atan2(_x - (xval / nmbr), _y - (yval / nmbr)) / cvt) * -1) + 90;
_root.arr._x = _x - (r * Math.sin((_root.arr._rotation + 90) * cvt));
_root.arr._y = _y + (r * Math.cos((_root.arr._rotation + 90) * cvt));
px = _root.arr._x;
py = _root.arr._y;
}
if ((nmbr > 0) && (nmbr < seg)) {
if (!_root.sound) {
} else {
(_root.clicksnd.gotoAndPlay(2));// not popped
}
ix = ((px - _x) / r) * -1;
iy = ((py - _y) / r) * -1;
speed = Math.sqrt((xspeed * xspeed) + (yspeed * yspeed)) * fric;
var spa = (((Math.atan2(xspeed, yspeed) / cvt) * -1) + 90);
var nr = (((2 * (_root.arr._rotation - spa)) + spa) - 180);
_root.arr._rotation = nr - 180;
xspeed = Math.sin((nr + 90) * cvt) * speed;
yspeed = ((-Math.cos((nr + 90) * cvt)) * speed) / 1.2;
while (_root.land.hitTest(px, py, true) or _root.landb.hitTest(px, py, true)) {
_x = (_x + ix);
_y = (_y + iy);
px = _x - (ix * r);
py = _y - (iy * r);
}
}
}
if (this.hitTest(_root.end)) {
_root.reset();
if (!_root.fedit) {
_root.level++;
((_root.level > _root.ulevel) ? ((_root.savefile.data.ulevel = (_root.ulevel = _root.level))) : 0);
_root.savefile.flush();
_root.drawLevel(_root.levels[_root.level - 1]);
_root.startX = this._x;
_root.startY = this._y;
}
if (_root.level > _root.levels.length) {
if (_root.slevel == 1) {
_root.gotoAndStop("finished");
} else {
_root.gotoAndStop("menu");
}
_root.end.removeMovieClip();
_root.land.removeMovieClip();
_root.txt_mc.removeMovieClip();
_root.ball.removeMovieClip();
}
}
if (frames == 1) {
if ((_root.startY - _y) > 15) {
_root.reset();
setTimeout(_root.reset, 20);
_root.land.l.clear();
_root.land.l.lineStyle(_root.linedt, _root.linec);
trace(_root.linec);
}
}
}
k++;
}
}
Frame 7
stop();
var startT = getTimer();
var fd = 0;
gu = 0;
game = false;
left = 5;
_root.land.swapDepths(100 + Math.round(Math.random() * 80));
_root.ball.swapDepths(300 + Math.round(Math.random() * 80));
if (!fedit) {
levels = tempLevels;
back_btn._visible = false;
} else {
back_btn._visible = true;
}
menu_btn._visible = !back_btn._visible;
_root.onEnterFrame = norm;
land.l.lineStyle(linedt, linec);
_root.onMouseDown = function () {
land.l.moveTo(_root._xmouse, _root._ymouse);
_root.onEnterFrame = function () {
if ((game || (clr.hitTest(_xmouse, _ymouse, false))) || (ll > 0)) {
land.l.moveTo(_root._xmouse, _root._ymouse);
if (clr.hitTest(_xmouse, _ymouse, false)) {
ll = 3;
}
} else if (!popup) {
gu++;
if (gu >= 10) {
land.l.lineTo(_root._xmouse, _root._ymouse);
fd++;
gu = 0;
}
}
((ll > 0) ? (ll--) : 0);
};
};
_root.onMouseUp = function () {
_root.onEnterFrame = norm;
};
Instance of Symbol 6 MovieClip "ball" in Frame 7
onClipEvent (load) {
frames = 0;
r = _width / 2;
seg = 120;
cvt = 0.01745329;
xspeed = 0;
yspeed = 0;
fric = 0.99;
yfric = 0;
_root.startX = _x;
_root.startY = _y;
maxs = 100;
maxss = 30;
grav = 0.58;
afric = 1;
tpf = 2;
}
onClipEvent (enterFrame) {
i = 1;
while (i <= 5) {
if (this.hitTest(_root["s" + i].center)) {
_root["s" + i].swapDepths(getNextHighestDepth());
_root["s" + i].removeMovieClip();
_root.left--;
if (_root.left <= 0) {
if (_root.backto == _root._currentframe) {
_root.backto = _root.backto + 1;
}
_root.reset();
_root.gotoAndStop("find");
}
}
i++;
}
_rotation = (_rotation + xspeed);
var k = 0;
while (k < tpf) {
if (_root.game) {
frames++;
((xspeed > maxs) ? ((xspeed = maxs)) : (((xspeed < (-maxs)) ? ((xspeed = -maxs)) : 0)));
((yspeed > maxss) ? ((yspeed = maxss)) : (((yspeed < (-maxss)) ? ((yspeed = -maxss)) : 0)));
xspeed = xspeed * afric;
yspeed = yspeed * afric;
_x = (_x + (xspeed / tpf));
_y = (_y + (yspeed / tpf));
yspeed = yspeed + (grav / tpf);
var nmbr = 0;
xval = 0;
yval = 0;
if (!this.hitTest(_root.clr)) {
i = 1;
while (i < seg) {
var tx = (_x + (r * Math.sin((i * (360 / seg)) * cvt)));
var ty = (_y - (r * Math.cos((i * (360 / seg)) * cvt)));
if (_root.land.hitTest(tx, ty, true)) {
nmbr++;
xval = xval + tx;
yval = yval + ty;
}
i++;
}
if (nmbr > 0) {
_root.arr._rotation = ((Math.atan2(_x - (xval / nmbr), _y - (yval / nmbr)) / cvt) * -1) + 90;
_root.arr._x = _x - (r * Math.sin((_root.arr._rotation + 90) * cvt));
_root.arr._y = _y + (r * Math.cos((_root.arr._rotation + 90) * cvt));
px = _root.arr._x;
py = _root.arr._y;
}
if ((nmbr > 0) && (nmbr < seg)) {
if (!_root.sound) {
} else {
(_root.clicksnd.gotoAndPlay(2));// not popped
}
ix = ((px - _x) / r) * -1;
iy = ((py - _y) / r) * -1;
speed = Math.sqrt((xspeed * xspeed) + (yspeed * yspeed)) * fric;
var spa = (((Math.atan2(xspeed, yspeed) / cvt) * -1) + 90);
var nr = (((2 * (_root.arr._rotation - spa)) + spa) - 180);
_root.arr._rotation = nr - 180;
xspeed = Math.sin((nr + 90) * cvt) * speed;
yspeed = ((-Math.cos((nr + 90) * cvt)) * speed) / 1.2;
while (_root.land.hitTest(px, py, true)) {
_x = (_x + ix);
_y = (_y + iy);
px = _x - (ix * r);
py = _y - (iy * r);
}
}
}
if (this.hitTest(_root.end)) {
_root.reset();
if (!_root.fedit) {
_root.level++;
((_root.level > _root.ulevel) ? ((_root.savefile.data.ulevel = (_root.ulevel = _root.level))) : 0);
_root.savefile.flush();
_root.drawLevel(_root.levels[_root.level - 1]);
_root.startX = this._x;
_root.startY = this._y;
}
if (_root.level > _root.levels.length) {
if (_root.slevel == 1) {
_root.gotoAndStop("finished");
} else {
_root.gotoAndStop("menu");
}
_root.end.removeMovieClip();
_root.land.removeMovieClip();
_root.txt_mc.removeMovieClip();
_root.ball.removeMovieClip();
}
}
if (frames == 1) {
if ((_root.startY - _y) > 15) {
_root.reset();
setTimeout(_root.reset, 20);
_root.land.l.clear();
_root.land.l.lineStyle(_root.linedt, _root.linec);
trace(_root.linec);
}
}
}
k++;
}
}
Frame 8
stop();
var startT = getTimer();
var fd = 0;
gu = 0;
game = false;
left = 3;
_root.land.swapDepths(100 + Math.round(Math.random() * 80));
_root.ball.swapDepths(300 + Math.round(Math.random() * 80));
if (!fedit) {
levels = tempLevels;
back_btn._visible = false;
} else {
back_btn._visible = true;
}
menu_btn._visible = !back_btn._visible;
_root.onEnterFrame = norm;
land.l.lineStyle(linedt, linec);
_root.onMouseDown = function () {
land.l.moveTo(_root._xmouse, _root._ymouse);
_root.onEnterFrame = function () {
if (game) {
land.l.moveTo(_root._xmouse, _root._ymouse);
} else if (!popup) {
gu++;
if (gu >= 10) {
land.l.lineTo(_root._xmouse, _root._ymouse);
fd++;
gu = 0;
}
}
((ll > 0) ? (ll--) : 0);
};
};
_root.onMouseUp = function () {
_root.onEnterFrame = norm;
};
Instance of Symbol 6 MovieClip "ball" in Frame 8
onClipEvent (load) {
frames = 0;
r = _width / 2;
seg = 120;
cvt = 0.01745329;
xspeed = 0;
yspeed = 0;
fric = 0.99;
yfric = 0;
_root.startX = _x;
_root.startY = _y;
maxs = 100;
maxss = 30;
grav = 0.58;
afric = 1;
tpf = 2;
}
onClipEvent (enterFrame) {
i = 1;
while (i <= 3) {
if (this.hitTest(_root["s" + i].center)) {
_root["s" + i].swapDepths(getNextHighestDepth());
_root["s" + i].removeMovieClip();
_root.left--;
if (_root.left <= 0) {
if (_root.backto == _root._currentframe) {
_root.backto = _root.backto + 1;
}
_root.reset();
_root.gotoAndStop("find");
}
}
i++;
}
_rotation = (_rotation + xspeed);
var k = 0;
while (k < tpf) {
if (_root.game) {
frames++;
((xspeed > maxs) ? ((xspeed = maxs)) : (((xspeed < (-maxs)) ? ((xspeed = -maxs)) : 0)));
((yspeed > maxss) ? ((yspeed = maxss)) : (((yspeed < (-maxss)) ? ((yspeed = -maxss)) : 0)));
xspeed = xspeed * afric;
yspeed = yspeed * afric;
_x = (_x + (xspeed / tpf));
_y = (_y + (yspeed / tpf));
yspeed = yspeed + (grav / tpf);
var nmbr = 0;
xval = 0;
yval = 0;
if (!this.hitTest(_root.clr)) {
i = 1;
while (i < seg) {
var tx = (_x + (r * Math.sin((i * (360 / seg)) * cvt)));
var ty = (_y - (r * Math.cos((i * (360 / seg)) * cvt)));
if (_root.land.hitTest(tx, ty, true) or _root.landb.hitTest(tx, ty, true)) {
nmbr++;
xval = xval + tx;
yval = yval + ty;
}
i++;
}
if (nmbr > 0) {
_root.arr._rotation = ((Math.atan2(_x - (xval / nmbr), _y - (yval / nmbr)) / cvt) * -1) + 90;
_root.arr._x = _x - (r * Math.sin((_root.arr._rotation + 90) * cvt));
_root.arr._y = _y + (r * Math.cos((_root.arr._rotation + 90) * cvt));
px = _root.arr._x;
py = _root.arr._y;
}
if ((nmbr > 0) && (nmbr < seg)) {
if (!_root.sound) {
} else {
(_root.clicksnd.gotoAndPlay(2));// not popped
}
ix = ((px - _x) / r) * -1;
iy = ((py - _y) / r) * -1;
speed = Math.sqrt((xspeed * xspeed) + (yspeed * yspeed)) * fric;
var spa = (((Math.atan2(xspeed, yspeed) / cvt) * -1) + 90);
var nr = (((2 * (_root.arr._rotation - spa)) + spa) - 180);
_root.arr._rotation = nr - 180;
xspeed = Math.sin((nr + 90) * cvt) * speed;
yspeed = ((-Math.cos((nr + 90) * cvt)) * speed) / 1.2;
while (_root.land.hitTest(px, py, true) or _root.landb.hitTest(px, py, true)) {
_x = (_x + ix);
_y = (_y + iy);
px = _x - (ix * r);
py = _y - (iy * r);
}
}
}
if (this.hitTest(_root.end)) {
_root.reset();
if (!_root.fedit) {
_root.level++;
((_root.level > _root.ulevel) ? ((_root.savefile.data.ulevel = (_root.ulevel = _root.level))) : 0);
_root.savefile.flush();
_root.drawLevel(_root.levels[_root.level - 1]);
_root.startX = this._x;
_root.startY = this._y;
}
if (_root.level > _root.levels.length) {
if (_root.slevel == 1) {
_root.gotoAndStop("finished");
} else {
_root.gotoAndStop("menu");
}
_root.end.removeMovieClip();
_root.land.removeMovieClip();
_root.txt_mc.removeMovieClip();
_root.ball.removeMovieClip();
}
}
if (frames == 1) {
if ((_root.startY - _y) > 15) {
_root.reset();
setTimeout(_root.reset, 20);
_root.land.l.clear();
_root.land.l.lineStyle(_root.linedt, _root.linec);
trace(_root.linec);
}
}
}
k++;
}
}
Instance of Symbol 12 MovieClip "cam" in Frame 8
onClipEvent (load) {
_root.canmove = startit;
}
onClipEvent (mouseDown) {
var ux = _xmouse;
var uy = _ymouse;
_root.canmove = false;
}
onClipEvent (mouseUp) {
_root.canmove = true;
}
onClipEvent (mouseMove) {
var rux = Math.abs(_xmouse - ux);
var ruy = Math.abs(_ymouse - uy);
if ((rux + ruy) > 30) {
_root.canmove = true;
}
}
onClipEvent (enterFrame) {
if (_y <= 470) {
_root.canmove = true;
} else if (_root.canmove == startit) {
this._y = this._y + ((_root.ball._y - this._y) / 40);
this._x = this._x + ((_root.ball._x - this._x) / 40);
}
if (_root.game) {
this._y = this._y + (((_ymouse + _root.ball._y) - this._y) / 11);
this._x = this._x + (((_xmouse + _root.ball._x) - this._x) / 11);
} else if (_root.canmove == true) {
if (!Key.isDown(17)) {
this._y = this._y + (_ymouse / 40);
this._x = this._x + (_xmouse / 40);
}
}
}
Frame 9
stop();
var startT = getTimer();
var fd = 0;
gu = 0;
game = false;
left = 5;
_root.land.swapDepths(100 + Math.round(Math.random() * 80));
_root.ball.swapDepths(300 + Math.round(Math.random() * 80));
if (!fedit) {
levels = tempLevels;
back_btn._visible = false;
} else {
back_btn._visible = true;
}
menu_btn._visible = !back_btn._visible;
_root.onEnterFrame = norm;
land.l.lineStyle(linedt, linec);
land.l.moveTo(200, 200);
land.l.lineTo(150, 250);
_root.onMouseDown = function () {
land.l.moveTo(_root._xmouse, _root._ymouse);
_root.onEnterFrame = function () {
if (game) {
land.l.moveTo(_root._xmouse, _root._ymouse);
} else if (!popup) {
gu++;
if (gu >= 10) {
land.l.lineTo(_root._xmouse, _root._ymouse);
fd++;
gu = 0;
}
}
((ll > 0) ? (ll--) : 0);
};
};
_root.onMouseUp = function () {
_root.onEnterFrame = norm;
};
Instance of Symbol 6 MovieClip "ball" in Frame 9
onClipEvent (load) {
frames = 0;
r = _width / 2;
seg = 120;
cvt = 0.01745329;
xspeed = 0;
yspeed = 0;
fric = 0.99;
yfric = 0;
_root.startX = _x;
_root.startY = _y;
maxs = 100;
maxss = 30;
grav = 0.58;
afric = 1;
tpf = 2;
}
onClipEvent (enterFrame) {
i = 1;
while (i <= 5) {
if (this.hitTest(_root["s" + i].center)) {
_root["s" + i].swapDepths(getNextHighestDepth());
_root["s" + i].removeMovieClip();
_root.left--;
if (_root.left <= 0) {
if (_root.backto == _root._currentframe) {
_root.backto = _root.backto + 1;
}
_root.reset();
_root.gotoAndStop("find");
}
}
i++;
}
_rotation = (_rotation + xspeed);
var k = 0;
while (k < tpf) {
if (_root.game) {
frames++;
((xspeed > maxs) ? ((xspeed = maxs)) : (((xspeed < (-maxs)) ? ((xspeed = -maxs)) : 0)));
((yspeed > maxss) ? ((yspeed = maxss)) : (((yspeed < (-maxss)) ? ((yspeed = -maxss)) : 0)));
xspeed = xspeed * afric;
yspeed = yspeed * afric;
_x = (_x + (xspeed / tpf));
_y = (_y + (yspeed / tpf));
yspeed = yspeed + (grav / tpf);
var nmbr = 0;
xval = 0;
yval = 0;
if (!this.hitTest(_root.clr)) {
i = 1;
while (i < seg) {
var tx = (_x + (r * Math.sin((i * (360 / seg)) * cvt)));
var ty = (_y - (r * Math.cos((i * (360 / seg)) * cvt)));
if (_root.land.hitTest(tx, ty, true)) {
nmbr++;
xval = xval + tx;
yval = yval + ty;
}
i++;
}
if (nmbr > 0) {
_root.arr._rotation = ((Math.atan2(_x - (xval / nmbr), _y - (yval / nmbr)) / cvt) * -1) + 90;
_root.arr._x = _x - (r * Math.sin((_root.arr._rotation + 90) * cvt));
_root.arr._y = _y + (r * Math.cos((_root.arr._rotation + 90) * cvt));
px = _root.arr._x;
py = _root.arr._y;
}
if ((nmbr > 0) && (nmbr < seg)) {
if (!_root.sound) {
} else {
(_root.clicksnd.gotoAndPlay(2));// not popped
}
ix = ((px - _x) / r) * -1;
iy = ((py - _y) / r) * -1;
speed = Math.sqrt((xspeed * xspeed) + (yspeed * yspeed)) * fric;
var spa = (((Math.atan2(xspeed, yspeed) / cvt) * -1) + 90);
var nr = (((2 * (_root.arr._rotation - spa)) + spa) - 180);
_root.arr._rotation = nr - 180;
xspeed = Math.sin((nr + 90) * cvt) * speed;
yspeed = ((-Math.cos((nr + 90) * cvt)) * speed) / 1.2;
while (_root.land.hitTest(px, py, true)) {
_x = (_x + ix);
_y = (_y + iy);
px = _x - (ix * r);
py = _y - (iy * r);
}
}
}
if (this.hitTest(_root.end)) {
_root.reset();
if (!_root.fedit) {
_root.level++;
((_root.level > _root.ulevel) ? ((_root.savefile.data.ulevel = (_root.ulevel = _root.level))) : 0);
_root.savefile.flush();
_root.drawLevel(_root.levels[_root.level - 1]);
_root.startX = this._x;
_root.startY = this._y;
}
if (_root.level > _root.levels.length) {
if (_root.slevel == 1) {
_root.gotoAndStop("finished");
} else {
_root.gotoAndStop("menu");
}
_root.end.removeMovieClip();
_root.land.removeMovieClip();
_root.txt_mc.removeMovieClip();
_root.ball.removeMovieClip();
}
}
if (frames == 1) {
if ((_root.startY - _y) > 15) {
_root.reset();
setTimeout(_root.reset, 20);
_root.land.l.clear();
_root.land.l.lineStyle(_root.linedt, _root.linec);
trace(_root.linec);
}
}
}
k++;
}
}
Frame 10
stop();
var startT = getTimer();
var fd = 0;
gu = 0;
game = false;
left = 7;
_root.land.swapDepths(100 + Math.round(Math.random() * 80));
_root.ball.swapDepths(300 + Math.round(Math.random() * 80));
if (!fedit) {
levels = tempLevels;
back_btn._visible = false;
} else {
back_btn._visible = true;
}
menu_btn._visible = !back_btn._visible;
_root.onEnterFrame = norm;
land.l.lineStyle(linedt, linec);
land.l.moveTo(200, 200);
land.l.lineTo(150, 250);
_root.onMouseDown = function () {
land.l.moveTo(_root._xmouse, _root._ymouse);
_root.onEnterFrame = function () {
if (game) {
land.l.moveTo(_root._xmouse, _root._ymouse);
} else if (!popup) {
gu++;
if (gu >= 10) {
land.l.lineTo(_root._xmouse, _root._ymouse);
fd++;
gu = 0;
}
}
((ll > 0) ? (ll--) : 0);
};
};
_root.onMouseUp = function () {
_root.onEnterFrame = norm;
};
Instance of Symbol 6 MovieClip "ball" in Frame 10
onClipEvent (load) {
frames = 0;
r = _width / 2;
seg = 120;
cvt = 0.01745329;
xspeed = 0;
yspeed = 0;
fric = 0.99;
yfric = 0;
_root.startX = _x;
_root.startY = _y;
maxs = 100;
maxss = 30;
grav = 0.58;
afric = 1;
tpf = 2;
}
onClipEvent (enterFrame) {
i = 1;
while (i <= 7) {
if (this.hitTest(_root["s" + i].center)) {
_root["s" + i].swapDepths(getNextHighestDepth());
_root["s" + i].removeMovieClip();
_root.left--;
if (_root.left <= 0) {
if (_root.backto == _root._currentframe) {
_root.backto = _root.backto + 1;
}
_root.reset();
_root.gotoAndStop("find");
}
}
i++;
}
_rotation = (_rotation + xspeed);
var k = 0;
while (k < tpf) {
if (_root.game) {
frames++;
((xspeed > maxs) ? ((xspeed = maxs)) : (((xspeed < (-maxs)) ? ((xspeed = -maxs)) : 0)));
((yspeed > maxss) ? ((yspeed = maxss)) : (((yspeed < (-maxss)) ? ((yspeed = -maxss)) : 0)));
xspeed = xspeed * afric;
yspeed = yspeed * afric;
_x = (_x + (xspeed / tpf));
_y = (_y + (yspeed / tpf));
yspeed = yspeed + (grav / tpf);
var nmbr = 0;
xval = 0;
yval = 0;
if (!this.hitTest(_root.clr)) {
i = 1;
while (i < seg) {
var tx = (_x + (r * Math.sin((i * (360 / seg)) * cvt)));
var ty = (_y - (r * Math.cos((i * (360 / seg)) * cvt)));
if (_root.land.hitTest(tx, ty, true)) {
nmbr++;
xval = xval + tx;
yval = yval + ty;
}
i++;
}
if (nmbr > 0) {
_root.arr._rotation = ((Math.atan2(_x - (xval / nmbr), _y - (yval / nmbr)) / cvt) * -1) + 90;
_root.arr._x = _x - (r * Math.sin((_root.arr._rotation + 90) * cvt));
_root.arr._y = _y + (r * Math.cos((_root.arr._rotation + 90) * cvt));
px = _root.arr._x;
py = _root.arr._y;
}
if ((nmbr > 0) && (nmbr < seg)) {
if (!_root.sound) {
} else {
(_root.clicksnd.gotoAndPlay(2));// not popped
}
ix = ((px - _x) / r) * -1;
iy = ((py - _y) / r) * -1;
speed = Math.sqrt((xspeed * xspeed) + (yspeed * yspeed)) * fric;
var spa = (((Math.atan2(xspeed, yspeed) / cvt) * -1) + 90);
var nr = (((2 * (_root.arr._rotation - spa)) + spa) - 180);
_root.arr._rotation = nr - 180;
xspeed = Math.sin((nr + 90) * cvt) * speed;
yspeed = ((-Math.cos((nr + 90) * cvt)) * speed) / 1.2;
while (_root.land.hitTest(px, py, true)) {
_x = (_x + ix);
_y = (_y + iy);
px = _x - (ix * r);
py = _y - (iy * r);
}
}
}
if (this.hitTest(_root.end)) {
_root.reset();
if (!_root.fedit) {
_root.level++;
((_root.level > _root.ulevel) ? ((_root.savefile.data.ulevel = (_root.ulevel = _root.level))) : 0);
_root.savefile.flush();
_root.drawLevel(_root.levels[_root.level - 1]);
_root.startX = this._x;
_root.startY = this._y;
}
if (_root.level > _root.levels.length) {
if (_root.slevel == 1) {
_root.gotoAndStop("finished");
} else {
_root.gotoAndStop("menu");
}
_root.end.removeMovieClip();
_root.land.removeMovieClip();
_root.txt_mc.removeMovieClip();
_root.ball.removeMovieClip();
}
}
if (frames == 1) {
}
}
k++;
}
}
Frame 11
stop();
var startT = getTimer();
var fd = 0;
gu = 0;
game = false;
left = 4;
_root.land.swapDepths(100 + Math.round(Math.random() * 80));
_root.ball.swapDepths(300 + Math.round(Math.random() * 80));
if (!fedit) {
levels = tempLevels;
back_btn._visible = false;
} else {
back_btn._visible = true;
}
menu_btn._visible = !back_btn._visible;
_root.onEnterFrame = norm;
land.l.lineStyle(linedt, linec);
_root.onMouseDown = function () {
land.l.moveTo(_root._xmouse, _root._ymouse);
_root.onEnterFrame = function () {
if ((game || (clr.hitTest(_xmouse, _ymouse, false))) || (ll > 0)) {
land.l.moveTo(_root._xmouse, _root._ymouse);
if (clr.hitTest(_xmouse, _ymouse, false)) {
ll = 3;
}
} else if (!popup) {
gu++;
if (gu >= 10) {
land.l.lineTo(_root._xmouse, _root._ymouse);
fd++;
gu = 0;
}
}
((ll > 0) ? (ll--) : 0);
};
};
_root.onMouseUp = function () {
_root.onEnterFrame = norm;
};
Instance of Symbol 6 MovieClip "ball" in Frame 11
onClipEvent (load) {
frames = 0;
r = _width / 2;
seg = 120;
cvt = 0.01745329;
xspeed = 0;
yspeed = 0;
fric = 0.99;
yfric = 0;
_root.startX = _x;
_root.startY = _y;
maxs = 100;
maxss = 30;
grav = 0.58;
afric = 1;
tpf = 2;
}
onClipEvent (enterFrame) {
i = 1;
while (i <= 4) {
if (this.hitTest(_root["s" + i].center)) {
_root["s" + i].swapDepths(getNextHighestDepth());
_root["s" + i].removeMovieClip();
_root.left--;
if (_root.left <= 0) {
if (_root.backto == _root._currentframe) {
_root.backto = _root.backto + 1;
}
_root.reset();
_root.gotoAndStop("find");
}
}
i++;
}
_rotation = (_rotation + xspeed);
var k = 0;
while (k < tpf) {
if (_root.game) {
frames++;
((xspeed > maxs) ? ((xspeed = maxs)) : (((xspeed < (-maxs)) ? ((xspeed = -maxs)) : 0)));
((yspeed > maxss) ? ((yspeed = maxss)) : (((yspeed < (-maxss)) ? ((yspeed = -maxss)) : 0)));
xspeed = xspeed * afric;
yspeed = yspeed * afric;
_x = (_x + (xspeed / tpf));
_y = (_y + (yspeed / tpf));
yspeed = yspeed + (grav / tpf);
var nmbr = 0;
xval = 0;
yval = 0;
if (!this.hitTest(_root.clr)) {
i = 1;
while (i < seg) {
var tx = (_x + (r * Math.sin((i * (360 / seg)) * cvt)));
var ty = (_y - (r * Math.cos((i * (360 / seg)) * cvt)));
if (_root.land.hitTest(tx, ty, true) or _root.landb.hitTest(tx, ty, true)) {
nmbr++;
xval = xval + tx;
yval = yval + ty;
}
i++;
}
if (nmbr > 0) {
_root.arr._rotation = ((Math.atan2(_x - (xval / nmbr), _y - (yval / nmbr)) / cvt) * -1) + 90;
_root.arr._x = _x - (r * Math.sin((_root.arr._rotation + 90) * cvt));
_root.arr._y = _y + (r * Math.cos((_root.arr._rotation + 90) * cvt));
px = _root.arr._x;
py = _root.arr._y;
}
if ((nmbr > 0) && (nmbr < seg)) {
if (!_root.sound) {
} else {
(_root.clicksnd.gotoAndPlay(2));// not popped
}
ix = ((px - _x) / r) * -1;
iy = ((py - _y) / r) * -1;
speed = Math.sqrt((xspeed * xspeed) + (yspeed * yspeed)) * fric;
var spa = (((Math.atan2(xspeed, yspeed) / cvt) * -1) + 90);
var nr = (((2 * (_root.arr._rotation - spa)) + spa) - 180);
_root.arr._rotation = nr - 180;
xspeed = Math.sin((nr + 90) * cvt) * speed;
yspeed = ((-Math.cos((nr + 90) * cvt)) * speed) / 1.2;
while (_root.land.hitTest(px, py, true) or _root.landb.hitTest(px, py, true)) {
_x = (_x + ix);
_y = (_y + iy);
px = _x - (ix * r);
py = _y - (iy * r);
}
}
}
if (this.hitTest(_root.end)) {
_root.reset();
if (!_root.fedit) {
_root.level++;
((_root.level > _root.ulevel) ? ((_root.savefile.data.ulevel = (_root.ulevel = _root.level))) : 0);
_root.savefile.flush();
_root.drawLevel(_root.levels[_root.level - 1]);
_root.startX = this._x;
_root.startY = this._y;
}
if (_root.level > _root.levels.length) {
if (_root.slevel == 1) {
_root.gotoAndStop("finished");
} else {
_root.gotoAndStop("menu");
}
_root.end.removeMovieClip();
_root.land.removeMovieClip();
_root.txt_mc.removeMovieClip();
_root.ball.removeMovieClip();
}
}
if (frames == 1) {
if ((_root.startY - _y) > 15) {
_root.reset();
setTimeout(_root.reset, 20);
_root.land.l.clear();
_root.land.l.lineStyle(_root.linedt, _root.linec);
trace(_root.linec);
}
}
}
k++;
}
}
Frame 12
stop();
var startT = getTimer();
var fd = 0;
gu = 0;
game = false;
left = 4;
_root.land.swapDepths(100 + Math.round(Math.random() * 80));
_root.ball.swapDepths(300 + Math.round(Math.random() * 80));
if (!fedit) {
levels = tempLevels;
back_btn._visible = false;
} else {
back_btn._visible = true;
}
menu_btn._visible = !back_btn._visible;
_root.onEnterFrame = norm;
land.l.lineStyle(linedt, linec);
_root.onMouseDown = function () {
land.l.moveTo(_root._xmouse, _root._ymouse);
_root.onEnterFrame = function () {
if ((game || (clr.hitTest(_xmouse, _ymouse, false))) || (ll > 0)) {
land.l.moveTo(_root._xmouse, _root._ymouse);
if (clr.hitTest(_xmouse, _ymouse, false)) {
ll = 3;
}
} else if (!popup) {
gu++;
if (gu >= 10) {
land.l.lineTo(_root._xmouse, _root._ymouse);
fd++;
gu = 0;
}
}
((ll > 0) ? (ll--) : 0);
};
};
_root.onMouseUp = function () {
_root.onEnterFrame = norm;
};
Instance of Symbol 6 MovieClip "ball" in Frame 12
onClipEvent (load) {
frames = 0;
r = _width / 2;
seg = 120;
cvt = 0.01745329;
xspeed = 0;
yspeed = 0;
fric = 0.99;
yfric = 0;
_root.startX = _x;
_root.startY = _y;
maxs = 100;
maxss = 30;
grav = 0.58;
afric = 1;
tpf = 2;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + xspeed);
var k = 0;
while (k < tpf) {
if (_root.game) {
i = 1;
while (i <= 4) {
if (this.hitTest(_root["s" + i].center)) {
_root["s" + i].swapDepths(getNextHighestDepth());
_root["s" + i].removeMovieClip();
_root.left--;
if (_root.left <= 0) {
if (_root.backto == _root._currentframe) {
_root.backto = _root.backto + 1;
}
_root.reset();
_root.gotoAndStop("find");
}
}
i++;
}
frames++;
((xspeed > maxs) ? ((xspeed = maxs)) : (((xspeed < (-maxs)) ? ((xspeed = -maxs)) : 0)));
((yspeed > maxss) ? ((yspeed = maxss)) : (((yspeed < (-maxss)) ? ((yspeed = -maxss)) : 0)));
xspeed = xspeed * afric;
yspeed = yspeed * afric;
_x = (_x + (xspeed / tpf));
_y = (_y + (yspeed / tpf));
yspeed = yspeed + (grav / tpf);
var nmbr = 0;
xval = 0;
yval = 0;
if (!this.hitTest(_root.clr)) {
i = 1;
while (i < seg) {
var tx = (_x + (r * Math.sin((i * (360 / seg)) * cvt)));
var ty = (_y - (r * Math.cos((i * (360 / seg)) * cvt)));
if (_root.land.hitTest(tx, ty, true) or _root.landb.hitTest(tx, ty, true)) {
nmbr++;
xval = xval + tx;
yval = yval + ty;
}
i++;
}
if (nmbr > 0) {
_root.arr._rotation = ((Math.atan2(_x - (xval / nmbr), _y - (yval / nmbr)) / cvt) * -1) + 90;
_root.arr._x = _x - (r * Math.sin((_root.arr._rotation + 90) * cvt));
_root.arr._y = _y + (r * Math.cos((_root.arr._rotation + 90) * cvt));
px = _root.arr._x;
py = _root.arr._y;
}
if ((nmbr > 0) && (nmbr < seg)) {
if (!_root.sound) {
} else {
(_root.clicksnd.gotoAndPlay(2));// not popped
}
ix = ((px - _x) / r) * -1;
iy = ((py - _y) / r) * -1;
speed = Math.sqrt((xspeed * xspeed) + (yspeed * yspeed)) * fric;
var spa = (((Math.atan2(xspeed, yspeed) / cvt) * -1) + 90);
var nr = (((2 * (_root.arr._rotation - spa)) + spa) - 180);
_root.arr._rotation = nr - 180;
xspeed = Math.sin((nr + 90) * cvt) * speed;
yspeed = ((-Math.cos((nr + 90) * cvt)) * speed) / 1.2;
while (_root.land.hitTest(px, py, true) or _root.landb.hitTest(px, py, true)) {
_x = (_x + ix);
_y = (_y + iy);
px = _x - (ix * r);
py = _y - (iy * r);
}
}
}
if (this.hitTest(_root.end)) {
_root.reset();
if (!_root.fedit) {
_root.level++;
((_root.level > _root.ulevel) ? ((_root.savefile.data.ulevel = (_root.ulevel = _root.level))) : 0);
_root.savefile.flush();
_root.drawLevel(_root.levels[_root.level - 1]);
_root.startX = this._x;
_root.startY = this._y;
}
if (_root.level > _root.levels.length) {
if (_root.slevel == 1) {
_root.gotoAndStop("finished");
} else {
_root.gotoAndStop("menu");
}
_root.end.removeMovieClip();
_root.land.removeMovieClip();
_root.txt_mc.removeMovieClip();
_root.ball.removeMovieClip();
}
}
if (frames == 1) {
if ((_root.startY - _y) > 15) {
_root.reset();
setTimeout(_root.reset, 20);
_root.land.l.clear();
_root.land.l.lineStyle(_root.linedt, _root.linec);
trace(_root.linec);
}
}
}
k++;
}
}
Frame 13
stop();
var startT = getTimer();
var fd = 0;
gu = 0;
game = false;
left = 4;
_root.land.swapDepths(100 + Math.round(Math.random() * 80));
_root.ball.swapDepths(300 + Math.round(Math.random() * 80));
if (!fedit) {
levels = tempLevels;
back_btn._visible = false;
} else {
back_btn._visible = true;
}
menu_btn._visible = !back_btn._visible;
_root.onEnterFrame = norm;
land.l.lineStyle(linedt, linec);
_root.onMouseDown = function () {
land.l.moveTo(_root._xmouse, _root._ymouse);
_root.onEnterFrame = function () {
if ((game || (clr.hitTest(_xmouse, _ymouse, false))) || (ll > 0)) {
land.l.moveTo(_root._xmouse, _root._ymouse);
if (clr.hitTest(_xmouse, _ymouse, false)) {
ll = 3;
}
} else if (!popup) {
gu++;
if (gu >= 10) {
land.l.lineTo(_root._xmouse, _root._ymouse);
fd++;
gu = 0;
}
}
((ll > 0) ? (ll--) : 0);
};
};
_root.onMouseUp = function () {
_root.onEnterFrame = norm;
};
Instance of Symbol 6 MovieClip "ball" in Frame 13
onClipEvent (load) {
frames = 0;
r = _width / 2;
seg = 120;
cvt = 0.01745329;
xspeed = 0;
yspeed = 0;
fric = 0.99;
yfric = 0;
_root.startX = _x;
_root.startY = _y;
maxs = 100;
maxss = 30;
grav = 0.58;
afric = 1;
tpf = 2;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + xspeed);
var k = 0;
while (k < tpf) {
if (_root.game) {
i = 1;
while (i <= 4) {
if (this.hitTest(_root["s" + i].center)) {
_root["s" + i].swapDepths(getNextHighestDepth());
_root["s" + i].removeMovieClip();
_root.left--;
if (_root.left <= 0) {
if (_root.backto == _root._currentframe) {
_root.backto = _root.backto + 1;
}
_root.reset();
_root.gotoAndStop("find");
}
}
i++;
}
frames++;
((xspeed > maxs) ? ((xspeed = maxs)) : (((xspeed < (-maxs)) ? ((xspeed = -maxs)) : 0)));
((yspeed > maxss) ? ((yspeed = maxss)) : (((yspeed < (-maxss)) ? ((yspeed = -maxss)) : 0)));
xspeed = xspeed * afric;
yspeed = yspeed * afric;
_x = (_x + (xspeed / tpf));
_y = (_y + (yspeed / tpf));
yspeed = yspeed + (grav / tpf);
var nmbr = 0;
xval = 0;
yval = 0;
if (!this.hitTest(_root.clr)) {
i = 1;
while (i < seg) {
var tx = (_x + (r * Math.sin((i * (360 / seg)) * cvt)));
var ty = (_y - (r * Math.cos((i * (360 / seg)) * cvt)));
if (_root.land.hitTest(tx, ty, true) or _root.landb.hitTest(tx, ty, true)) {
nmbr++;
xval = xval + tx;
yval = yval + ty;
}
i++;
}
if (nmbr > 0) {
_root.arr._rotation = ((Math.atan2(_x - (xval / nmbr), _y - (yval / nmbr)) / cvt) * -1) + 90;
_root.arr._x = _x - (r * Math.sin((_root.arr._rotation + 90) * cvt));
_root.arr._y = _y + (r * Math.cos((_root.arr._rotation + 90) * cvt));
px = _root.arr._x;
py = _root.arr._y;
}
if ((nmbr > 0) && (nmbr < seg)) {
if (!_root.sound) {
} else {
(_root.clicksnd.gotoAndPlay(2));// not popped
}
ix = ((px - _x) / r) * -1;
iy = ((py - _y) / r) * -1;
speed = Math.sqrt((xspeed * xspeed) + (yspeed * yspeed)) * fric;
var spa = (((Math.atan2(xspeed, yspeed) / cvt) * -1) + 90);
var nr = (((2 * (_root.arr._rotation - spa)) + spa) - 180);
_root.arr._rotation = nr - 180;
xspeed = Math.sin((nr + 90) * cvt) * speed;
yspeed = ((-Math.cos((nr + 90) * cvt)) * speed) / 1.2;
while (_root.land.hitTest(px, py, true) or _root.landb.hitTest(px, py, true)) {
_x = (_x + ix);
_y = (_y + iy);
px = _x - (ix * r);
py = _y - (iy * r);
}
}
}
if (this.hitTest(_root.end)) {
_root.reset();
if (!_root.fedit) {
_root.level++;
((_root.level > _root.ulevel) ? ((_root.savefile.data.ulevel = (_root.ulevel = _root.level))) : 0);
_root.savefile.flush();
_root.drawLevel(_root.levels[_root.level - 1]);
_root.startX = this._x;
_root.startY = this._y;
}
if (_root.level > _root.levels.length) {
if (_root.slevel == 1) {
_root.gotoAndStop("finished");
} else {
_root.gotoAndStop("menu");
}
_root.end.removeMovieClip();
_root.land.removeMovieClip();
_root.txt_mc.removeMovieClip();
_root.ball.removeMovieClip();
}
}
if (frames == 1) {
if ((_root.startY - _y) > 15) {
_root.reset();
setTimeout(_root.reset, 20);
_root.land.l.clear();
_root.land.l.lineStyle(_root.linedt, _root.linec);
trace(_root.linec);
}
}
}
k++;
}
}
Frame 14
stop();
var startT = getTimer();
var fd = 0;
gu = 0;
game = false;
left = 4;
_root.land.swapDepths(100 + Math.round(Math.random() * 80));
_root.ball.swapDepths(300 + Math.round(Math.random() * 80));
if (!fedit) {
levels = tempLevels;
back_btn._visible = false;
} else {
back_btn._visible = true;
}
menu_btn._visible = !back_btn._visible;
_root.onEnterFrame = norm;
land.l.lineStyle(linedt, linec);
_root.onMouseDown = function () {
land.l.moveTo(_root._xmouse, _root._ymouse);
_root.onEnterFrame = function () {
if ((game || (clr.hitTest(_xmouse, _ymouse, false))) || (ll > 0)) {
land.l.moveTo(_root._xmouse, _root._ymouse);
if (clr.hitTest(_xmouse, _ymouse, false)) {
ll = 3;
}
} else if (!popup) {
gu++;
if (gu >= 10) {
land.l.lineTo(_root._xmouse, _root._ymouse);
fd++;
gu = 0;
}
}
((ll > 0) ? (ll--) : 0);
};
};
_root.onMouseUp = function () {
_root.onEnterFrame = norm;
};
Instance of Symbol 6 MovieClip "ball" in Frame 14
onClipEvent (load) {
frames = 0;
r = _width / 2;
seg = 120;
cvt = 0.01745329;
xspeed = 0;
yspeed = 0;
fric = 0.99;
yfric = 0;
_root.startX = _x;
_root.startY = _y;
maxs = 100;
maxss = 30;
grav = 0.58;
afric = 1;
tpf = 2;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + xspeed);
var k = 0;
while (k < tpf) {
if (_root.game) {
i = 1;
while (i <= 4) {
if (this.hitTest(_root["s" + i].center)) {
_root["s" + i].swapDepths(getNextHighestDepth());
_root["s" + i].removeMovieClip();
_root.left--;
if (_root.left <= 0) {
if (_root.backto == _root._currentframe) {
_root.backto = _root.backto + 1;
}
_root.reset();
_root.gotoAndStop("find");
}
}
i++;
}
frames++;
((xspeed > maxs) ? ((xspeed = maxs)) : (((xspeed < (-maxs)) ? ((xspeed = -maxs)) : 0)));
((yspeed > maxss) ? ((yspeed = maxss)) : (((yspeed < (-maxss)) ? ((yspeed = -maxss)) : 0)));
xspeed = xspeed * afric;
yspeed = yspeed * afric;
_x = (_x + (xspeed / tpf));
_y = (_y + (yspeed / tpf));
yspeed = yspeed + (grav / tpf);
var nmbr = 0;
xval = 0;
yval = 0;
if (!this.hitTest(_root.clr)) {
i = 1;
while (i < seg) {
var tx = (_x + (r * Math.sin((i * (360 / seg)) * cvt)));
var ty = (_y - (r * Math.cos((i * (360 / seg)) * cvt)));
if (_root.land.hitTest(tx, ty, true) or _root.landb.hitTest(tx, ty, true)) {
nmbr++;
xval = xval + tx;
yval = yval + ty;
}
i++;
}
if (nmbr > 0) {
_root.arr._rotation = ((Math.atan2(_x - (xval / nmbr), _y - (yval / nmbr)) / cvt) * -1) + 90;
_root.arr._x = _x - (r * Math.sin((_root.arr._rotation + 90) * cvt));
_root.arr._y = _y + (r * Math.cos((_root.arr._rotation + 90) * cvt));
px = _root.arr._x;
py = _root.arr._y;
}
if ((nmbr > 0) && (nmbr < seg)) {
if (!_root.sound) {
} else {
(_root.clicksnd.gotoAndPlay(2));// not popped
}
ix = ((px - _x) / r) * -1;
iy = ((py - _y) / r) * -1;
speed = Math.sqrt((xspeed * xspeed) + (yspeed * yspeed)) * fric;
var spa = (((Math.atan2(xspeed, yspeed) / cvt) * -1) + 90);
var nr = (((2 * (_root.arr._rotation - spa)) + spa) - 180);
_root.arr._rotation = nr - 180;
xspeed = Math.sin((nr + 90) * cvt) * speed;
yspeed = ((-Math.cos((nr + 90) * cvt)) * speed) / 1.2;
while (_root.land.hitTest(px, py, true) or _root.landb.hitTest(px, py, true)) {
_x = (_x + ix);
_y = (_y + iy);
px = _x - (ix * r);
py = _y - (iy * r);
}
}
}
if (this.hitTest(_root.end)) {
_root.reset();
if (!_root.fedit) {
_root.level++;
((_root.level > _root.ulevel) ? ((_root.savefile.data.ulevel = (_root.ulevel = _root.level))) : 0);
_root.savefile.flush();
_root.drawLevel(_root.levels[_root.level - 1]);
_root.startX = this._x;
_root.startY = this._y;
}
if (_root.level > _root.levels.length) {
if (_root.slevel == 1) {
_root.gotoAndStop("finished");
} else {
_root.gotoAndStop("menu");
}
_root.end.removeMovieClip();
_root.land.removeMovieClip();
_root.txt_mc.removeMovieClip();
_root.ball.removeMovieClip();
}
}
if (frames == 1) {
if ((_root.startY - _y) > 15) {
_root.reset();
setTimeout(_root.reset, 20);
_root.land.l.clear();
_root.land.l.lineStyle(_root.linedt, _root.linec);
trace(_root.linec);
}
}
}
k++;
}
}
Instance of Symbol 12 MovieClip "cam" in Frame 14
onClipEvent (load) {
_root.canmove = startit;
}
onClipEvent (mouseDown) {
var ux = _xmouse;
var uy = _ymouse;
_root.canmove = false;
}
onClipEvent (mouseUp) {
_root.canmove = true;
}
onClipEvent (mouseMove) {
var rux = Math.abs(_xmouse - ux);
var ruy = Math.abs(_ymouse - uy);
if ((rux + ruy) > 30) {
_root.canmove = true;
}
}
onClipEvent (enterFrame) {
if (_x <= 462) {
_root.canmove = true;
} else if (_root.canmove == startit) {
this._y = this._y + ((_root.ball._y - this._y) / 40);
this._x = this._x + ((_root.ball._x - this._x) / 40);
}
if (_root.game) {
this._y = this._y + (((_ymouse + _root.ball._y) - this._y) / 11);
this._x = this._x + (((_xmouse + _root.ball._x) - this._x) / 11);
} else if (_root.canmove == true) {
if (!Key.isDown(17)) {
this._y = this._y + (_ymouse / 40);
this._x = this._x + (_xmouse / 40);
}
}
}
Frame 15
stop();
var startT = getTimer();
var fd = 0;
gu = 0;
game = false;
left = 4;
_root.land.swapDepths(100 + Math.round(Math.random() * 80));
_root.ball.swapDepths(300 + Math.round(Math.random() * 80));
if (!fedit) {
levels = tempLevels;
back_btn._visible = false;
} else {
back_btn._visible = true;
}
menu_btn._visible = !back_btn._visible;
_root.onEnterFrame = norm;
land.l.lineStyle(linedt, linec);
_root.onMouseDown = function () {
land.l.moveTo(_root._xmouse, _root._ymouse);
_root.onEnterFrame = function () {
if ((game || (clr.hitTest(_xmouse, _ymouse, false))) || (ll > 0)) {
land.l.moveTo(_root._xmouse, _root._ymouse);
if (clr.hitTest(_xmouse, _ymouse, false)) {
ll = 3;
}
} else if (!popup) {
gu++;
if (gu >= 10) {
land.l.lineTo(_root._xmouse, _root._ymouse);
fd++;
gu = 0;
}
}
((ll > 0) ? (ll--) : 0);
};
};
_root.onMouseUp = function () {
_root.onEnterFrame = norm;
};
Frame 16
stop();
var startT = getTimer();
var fd = 0;
gu = 0;
game = false;
left = 4;
_root.land.swapDepths(100 + Math.round(Math.random() * 80));
_root.ball.swapDepths(300 + Math.round(Math.random() * 80));
if (!fedit) {
levels = tempLevels;
back_btn._visible = false;
} else {
back_btn._visible = true;
}
menu_btn._visible = !back_btn._visible;
_root.onEnterFrame = norm;
land.l.lineStyle(linedt, linec);
_root.onMouseDown = function () {
land.l.moveTo(_root._xmouse, _root._ymouse);
_root.onEnterFrame = function () {
if ((game || (clr.hitTest(_xmouse, _ymouse, false))) || (ll > 0)) {
land.l.moveTo(_root._xmouse, _root._ymouse);
if (clr.hitTest(_xmouse, _ymouse, false)) {
ll = 3;
}
} else if (!popup) {
gu++;
if (gu >= 10) {
land.l.lineTo(_root._xmouse, _root._ymouse);
fd++;
gu = 0;
}
}
((ll > 0) ? (ll--) : 0);
};
};
_root.onMouseUp = function () {
_root.onEnterFrame = norm;
};
Instance of Symbol 6 MovieClip "ball" in Frame 16
onClipEvent (load) {
frames = 0;
r = _width / 2;
seg = 120;
cvt = 0.01745329;
xspeed = 0;
yspeed = 0;
fric = 0.99;
yfric = 0;
_root.startX = _x;
_root.startY = _y;
maxs = 100;
maxss = 30;
grav = 0.58;
afric = 1;
tpf = 2;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + xspeed);
var k = 0;
while (k < tpf) {
if (_root.game) {
i = 1;
while (i <= 4) {
if (this.hitTest(_root["s" + i].center)) {
_root["s" + i].swapDepths(getNextHighestDepth());
_root["s" + i].removeMovieClip();
_root.left--;
if (_root.left <= 0) {
_root.backto = _root.backto + 1;
_root.reset();
_root.gotoAndStop("find");
}
}
i++;
}
frames++;
((xspeed > maxs) ? ((xspeed = maxs)) : (((xspeed < (-maxs)) ? ((xspeed = -maxs)) : 0)));
((yspeed > maxss) ? ((yspeed = maxss)) : (((yspeed < (-maxss)) ? ((yspeed = -maxss)) : 0)));
xspeed = xspeed * afric;
yspeed = yspeed * afric;
_x = (_x + (xspeed / tpf));
_y = (_y + (yspeed / tpf));
yspeed = yspeed + (grav / tpf);
var nmbr = 0;
xval = 0;
yval = 0;
if (!this.hitTest(_root.clr)) {
i = 1;
while (i < seg) {
var tx = (_x + (r * Math.sin((i * (360 / seg)) * cvt)));
var ty = (_y - (r * Math.cos((i * (360 / seg)) * cvt)));
if (_root.land.hitTest(tx, ty, true) or _root.landb.hitTest(tx, ty, true)) {
nmbr++;
xval = xval + tx;
yval = yval + ty;
}
i++;
}
if (nmbr > 0) {
_root.arr._rotation = ((Math.atan2(_x - (xval / nmbr), _y - (yval / nmbr)) / cvt) * -1) + 90;
_root.arr._x = _x - (r * Math.sin((_root.arr._rotation + 90) * cvt));
_root.arr._y = _y + (r * Math.cos((_root.arr._rotation + 90) * cvt));
px = _root.arr._x;
py = _root.arr._y;
}
if ((nmbr > 0) && (nmbr < seg)) {
if (!_root.sound) {
} else {
(_root.clicksnd.gotoAndPlay(2));// not popped
}
ix = ((px - _x) / r) * -1;
iy = ((py - _y) / r) * -1;
speed = Math.sqrt((xspeed * xspeed) + (yspeed * yspeed)) * fric;
var spa = (((Math.atan2(xspeed, yspeed) / cvt) * -1) + 90);
var nr = (((2 * (_root.arr._rotation - spa)) + spa) - 180);
_root.arr._rotation = nr - 180;
xspeed = Math.sin((nr + 90) * cvt) * speed;
yspeed = ((-Math.cos((nr + 90) * cvt)) * speed) / 1.2;
while (_root.land.hitTest(px, py, true) or _root.landb.hitTest(px, py, true)) {
_x = (_x + ix);
_y = (_y + iy);
px = _x - (ix * r);
py = _y - (iy * r);
}
}
}
if (this.hitTest(_root.end)) {
_root.reset();
if (!_root.fedit) {
_root.level++;
((_root.level > _root.ulevel) ? ((_root.savefile.data.ulevel = (_root.ulevel = _root.level))) : 0);
_root.savefile.flush();
_root.drawLevel(_root.levels[_root.level - 1]);
_root.startX = this._x;
_root.startY = this._y;
}
if (_root.level > _root.levels.length) {
if (_root.slevel == 1) {
_root.gotoAndStop("finished");
} else {
_root.gotoAndStop("menu");
}
_root.end.removeMovieClip();
_root.land.removeMovieClip();
_root.txt_mc.removeMovieClip();
_root.ball.removeMovieClip();
}
}
if (frames == 1) {
if ((_root.startY - _y) > 15) {
_root.reset();
setTimeout(_root.reset, 20);
_root.land.l.clear();
_root.land.l.lineStyle(_root.linedt, _root.linec);
trace(_root.linec);
}
}
}
k++;
}
}
Frame 17
stop();
_root.kongregateStats.submit("Level 15 Reached", 1);
var startT = getTimer();
var fd = 0;
gu = 0;
game = false;
left = 2;
_root.land.swapDepths(100 + Math.round(Math.random() * 80));
_root.ball.swapDepths(300 + Math.round(Math.random() * 80));
if (!fedit) {
levels = tempLevels;
back_btn._visible = false;
} else {
back_btn._visible = true;
}
menu_btn._visible = !back_btn._visible;
_root.onEnterFrame = norm;
land.l.lineStyle(linedt, linec);
_root.onMouseDown = function () {
land.l.moveTo(_root._xmouse, _root._ymouse);
_root.onEnterFrame = function () {
if ((game || (clr.hitTest(_xmouse, _ymouse, false))) || (ll > 0)) {
land.l.moveTo(_root._xmouse, _root._ymouse);
if (clr.hitTest(_xmouse, _ymouse, false)) {
ll = 3;
}
} else if (!popup) {
gu++;
if (gu >= 10) {
land.l.lineTo(_root._xmouse, _root._ymouse);
fd++;
gu = 0;
}
}
((ll > 0) ? (ll--) : 0);
};
};
_root.onMouseUp = function () {
_root.onEnterFrame = norm;
};
Frame 18
stop();
var startT = getTimer();
var fd = 0;
gu = 0;
game = false;
left = 2;
_root.land.swapDepths(100 + Math.round(Math.random() * 80));
_root.ball.swapDepths(300 + Math.round(Math.random() * 80));
if (!fedit) {
levels = tempLevels;
back_btn._visible = false;
} else {
back_btn._visible = true;
}
menu_btn._visible = !back_btn._visible;
_root.onEnterFrame = norm;
land.l.lineStyle(linedt, linec);
_root.onMouseDown = function () {
land.l.moveTo(_root._xmouse, _root._ymouse);
_root.onEnterFrame = function () {
if ((game || (clr.hitTest(_xmouse, _ymouse, false))) || (ll > 0)) {
land.l.moveTo(_root._xmouse, _root._ymouse);
if (clr.hitTest(_xmouse, _ymouse, false)) {
ll = 3;
}
} else if (!popup) {
gu++;
if (gu >= 10) {
land.l.lineTo(_root._xmouse, _root._ymouse);
fd++;
gu = 0;
}
}
((ll > 0) ? (ll--) : 0);
};
};
_root.onMouseUp = function () {
_root.onEnterFrame = norm;
};
Frame 19
stop();
var startT = getTimer();
var fd = 0;
gu = 0;
game = false;
left = 2;
_root.land.swapDepths(100 + Math.round(Math.random() * 80));
_root.ball.swapDepths(300 + Math.round(Math.random() * 80));
if (!fedit) {
levels = tempLevels;
back_btn._visible = false;
} else {
back_btn._visible = true;
}
menu_btn._visible = !back_btn._visible;
_root.onEnterFrame = norm;
land.l.lineStyle(linedt, linec);
_root.onMouseDown = function () {
land.l.moveTo(_root._xmouse, _root._ymouse);
_root.onEnterFrame = function () {
if ((game || (clr.hitTest(_xmouse, _ymouse, false))) || (ll > 0)) {
land.l.moveTo(_root._xmouse, _root._ymouse);
if (clr.hitTest(_xmouse, _ymouse, false)) {
ll = 3;
}
} else if (!popup) {
gu++;
if (gu >= 10) {
land.l.lineTo(_root._xmouse, _root._ymouse);
fd++;
gu = 0;
}
}
((ll > 0) ? (ll--) : 0);
};
};
_root.onMouseUp = function () {
_root.onEnterFrame = norm;
};
Frame 20
stop();
var startT = getTimer();
var fd = 0;
gu = 0;
game = false;
left = 7;
_root.land.swapDepths(100 + Math.round(Math.random() * 80));
_root.ball.swapDepths(300 + Math.round(Math.random() * 80));
if (!fedit) {
levels = tempLevels;
back_btn._visible = false;
} else {
back_btn._visible = true;
}
menu_btn._visible = !back_btn._visible;
_root.onEnterFrame = norm;
land.l.lineStyle(linedt, linec);
_root.onMouseDown = function () {
land.l.moveTo(_root._xmouse, _root._ymouse);
_root.onEnterFrame = function () {
if ((game || (clr.hitTest(_xmouse, _ymouse, false))) || (ll > 0)) {
land.l.moveTo(_root._xmouse, _root._ymouse);
if (clr.hitTest(_xmouse, _ymouse, false)) {
ll = 3;
}
} else if (!popup) {
gu++;
if (gu >= 10) {
land.l.lineTo(_root._xmouse, _root._ymouse);
fd++;
gu = 0;
}
}
((ll > 0) ? (ll--) : 0);
};
};
_root.onMouseUp = function () {
_root.onEnterFrame = norm;
};
Instance of Symbol 6 MovieClip "ball" in Frame 20
onClipEvent (load) {
frames = 0;
r = _width / 2;
seg = 120;
cvt = 0.01745329;
xspeed = 0;
yspeed = 0;
fric = 0.99;
yfric = 0;
_root.startX = _x;
_root.startY = _y;
maxs = 100;
maxss = 30;
grav = 0.58;
afric = 1;
tpf = 2;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + xspeed);
var k = 0;
while (k < tpf) {
if (_root.game) {
i = 1;
while (i <= 7) {
if (this.hitTest(_root["s" + i].center)) {
_root["s" + i].swapDepths(getNextHighestDepth());
_root["s" + i].removeMovieClip();
_root.left--;
if (_root.left <= 0) {
_root.backto = _root.backto + 1;
_root.reset();
_root.gotoAndStop("find");
}
}
i++;
}
frames++;
((xspeed > maxs) ? ((xspeed = maxs)) : (((xspeed < (-maxs)) ? ((xspeed = -maxs)) : 0)));
((yspeed > maxss) ? ((yspeed = maxss)) : (((yspeed < (-maxss)) ? ((yspeed = -maxss)) : 0)));
xspeed = xspeed * afric;
yspeed = yspeed * afric;
_x = (_x + (xspeed / tpf));
_y = (_y + (yspeed / tpf));
yspeed = yspeed + (grav / tpf);
var nmbr = 0;
xval = 0;
yval = 0;
if (!this.hitTest(_root.clr)) {
i = 1;
while (i < seg) {
var tx = (_x + (r * Math.sin((i * (360 / seg)) * cvt)));
var ty = (_y - (r * Math.cos((i * (360 / seg)) * cvt)));
if (_root.land.hitTest(tx, ty, true) or _root.landb.hitTest(tx, ty, true)) {
nmbr++;
xval = xval + tx;
yval = yval + ty;
}
i++;
}
if (nmbr > 0) {
_root.arr._rotation = ((Math.atan2(_x - (xval / nmbr), _y - (yval / nmbr)) / cvt) * -1) + 90;
_root.arr._x = _x - (r * Math.sin((_root.arr._rotation + 90) * cvt));
_root.arr._y = _y + (r * Math.cos((_root.arr._rotation + 90) * cvt));
px = _root.arr._x;
py = _root.arr._y;
}
if ((nmbr > 0) && (nmbr < seg)) {
if (!_root.sound) {
} else {
(_root.clicksnd.gotoAndPlay(2));// not popped
}
ix = ((px - _x) / r) * -1;
iy = ((py - _y) / r) * -1;
speed = Math.sqrt((xspeed * xspeed) + (yspeed * yspeed)) * fric;
var spa = (((Math.atan2(xspeed, yspeed) / cvt) * -1) + 90);
var nr = (((2 * (_root.arr._rotation - spa)) + spa) - 180);
_root.arr._rotation = nr - 180;
xspeed = Math.sin((nr + 90) * cvt) * speed;
yspeed = ((-Math.cos((nr + 90) * cvt)) * speed) / 1.2;
while (_root.land.hitTest(px, py, true) or _root.landb.hitTest(px, py, true)) {
_x = (_x + ix);
_y = (_y + iy);
px = _x - (ix * r);
py = _y - (iy * r);
}
}
}
if (this.hitTest(_root.end)) {
_root.reset();
if (!_root.fedit) {
_root.level++;
((_root.level > _root.ulevel) ? ((_root.savefile.data.ulevel = (_root.ulevel = _root.level))) : 0);
_root.savefile.flush();
_root.drawLevel(_root.levels[_root.level - 1]);
_root.startX = this._x;
_root.startY = this._y;
}
if (_root.level > _root.levels.length) {
if (_root.slevel == 1) {
_root.gotoAndStop("finished");
} else {
_root.gotoAndStop("menu");
}
_root.end.removeMovieClip();
_root.land.removeMovieClip();
_root.txt_mc.removeMovieClip();
_root.ball.removeMovieClip();
}
}
if (frames == 1) {
if ((_root.startY - _y) > 15) {
_root.reset();
setTimeout(_root.reset, 20);
_root.land.l.clear();
_root.land.l.lineStyle(_root.linedt, _root.linec);
trace(_root.linec);
}
}
}
k++;
}
}
Frame 21
stop();
var startT = getTimer();
var fd = 0;
gu = 0;
game = false;
left = 2;
_root.land.swapDepths(100 + Math.round(Math.random() * 80));
_root.ball.swapDepths(300 + Math.round(Math.random() * 80));
if (!fedit) {
levels = tempLevels;
back_btn._visible = false;
} else {
back_btn._visible = true;
}
menu_btn._visible = !back_btn._visible;
_root.onEnterFrame = norm;
land.l.lineStyle(linedt, linec);
_root.onMouseDown = function () {
land.l.moveTo(_root._xmouse, _root._ymouse);
_root.onEnterFrame = function () {
if ((game || (clr.hitTest(_xmouse, _ymouse, false))) || (ll > 0)) {
land.l.moveTo(_root._xmouse, _root._ymouse);
if (clr.hitTest(_xmouse, _ymouse, false)) {
ll = 3;
}
} else if (!popup) {
gu++;
if (gu >= 10) {
land.l.lineTo(_root._xmouse, _root._ymouse);
fd++;
gu = 0;
}
}
((ll > 0) ? (ll--) : 0);
};
};
_root.onMouseUp = function () {
_root.onEnterFrame = norm;
};
Instance of Symbol 6 MovieClip "ball" in Frame 21
onClipEvent (load) {
frames = 0;
r = _width / 2;
seg = 120;
cvt = 0.01745329;
xspeed = 0;
yspeed = 0;
fric = 0.99;
yfric = 0;
_root.startX = _x;
_root.startY = _y;
maxs = 100;
maxss = 30;
grav = 0.58;
afric = 1;
tpf = 2;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + xspeed);
var k = 0;
while (k < tpf) {
if (_root.game) {
i = 1;
while (i <= 2) {
if (this.hitTest(_root["s" + i].center)) {
_root["s" + i].swapDepths(getNextHighestDepth());
_root["s" + i].removeMovieClip();
_root.left--;
if (_root.left <= 0) {
_root.backto = _root.backto + 1;
_root.reset();
_root.gotoAndStop("find");
}
}
i++;
}
frames++;
((xspeed > maxs) ? ((xspeed = maxs)) : (((xspeed < (-maxs)) ? ((xspeed = -maxs)) : 0)));
((yspeed > maxss) ? ((yspeed = maxss)) : (((yspeed < (-maxss)) ? ((yspeed = -maxss)) : 0)));
xspeed = xspeed * afric;
yspeed = yspeed * afric;
_x = (_x + (xspeed / tpf));
_y = (_y + (yspeed / tpf));
yspeed = yspeed + (grav / tpf);
var nmbr = 0;
xval = 0;
yval = 0;
if (!this.hitTest(_root.clr)) {
i = 1;
while (i < seg) {
var tx = (_x + (r * Math.sin((i * (360 / seg)) * cvt)));
var ty = (_y - (r * Math.cos((i * (360 / seg)) * cvt)));
if (_root.land.hitTest(tx, ty, true) or _root.landb.hitTest(tx, ty, true)) {
nmbr++;
xval = xval + tx;
yval = yval + ty;
}
i++;
}
if (nmbr > 0) {
_root.arr._rotation = ((Math.atan2(_x - (xval / nmbr), _y - (yval / nmbr)) / cvt) * -1) + 90;
_root.arr._x = _x - (r * Math.sin((_root.arr._rotation + 90) * cvt));
_root.arr._y = _y + (r * Math.cos((_root.arr._rotation + 90) * cvt));
px = _root.arr._x;
py = _root.arr._y;
}
if ((nmbr > 0) && (nmbr < seg)) {
if (!_root.sound) {
} else {
(_root.clicksnd.gotoAndPlay(2));// not popped
}
ix = ((px - _x) / r) * -1;
iy = ((py - _y) / r) * -1;
speed = Math.sqrt((xspeed * xspeed) + (yspeed * yspeed)) * fric;
var spa = (((Math.atan2(xspeed, yspeed) / cvt) * -1) + 90);
var nr = (((2 * (_root.arr._rotation - spa)) + spa) - 180);
_root.arr._rotation = nr - 180;
xspeed = Math.sin((nr + 90) * cvt) * speed;
yspeed = ((-Math.cos((nr + 90) * cvt)) * speed) / 1.2;
while (_root.land.hitTest(px, py, true) or _root.landb.hitTest(px, py, true)) {
_x = (_x + ix);
_y = (_y + iy);
px = _x - (ix * r);
py = _y - (iy * r);
}
}
}
if (this.hitTest(_root.end)) {
_root.reset();
if (!_root.fedit) {
_root.level++;
((_root.level > _root.ulevel) ? ((_root.savefile.data.ulevel = (_root.ulevel = _root.level))) : 0);
_root.savefile.flush();
_root.drawLevel(_root.levels[_root.level - 1]);
_root.startX = this._x;
_root.startY = this._y;
}
if (_root.level > _root.levels.length) {
if (_root.slevel == 1) {
_root.gotoAndStop("finished");
} else {
_root.gotoAndStop("menu");
}
_root.end.removeMovieClip();
_root.land.removeMovieClip();
_root.txt_mc.removeMovieClip();
_root.ball.removeMovieClip();
}
}
if (frames == 1) {
if ((_root.startY - _y) > 15) {
_root.reset();
setTimeout(_root.reset, 20);
_root.land.l.clear();
_root.land.l.lineStyle(_root.linedt, _root.linec);
trace(_root.linec);
}
}
}
k++;
}
}
Frame 22
stop();
var startT = getTimer();
var fd = 0;
gu = 0;
game = false;
left = 8;
_root.land.swapDepths(100 + Math.round(Math.random() * 80));
_root.ball.swapDepths(300 + Math.round(Math.random() * 80));
if (!fedit) {
levels = tempLevels;
back_btn._visible = false;
} else {
back_btn._visible = true;
}
menu_btn._visible = !back_btn._visible;
_root.onEnterFrame = norm;
land.l.lineStyle(linedt, linec);
_root.onMouseDown = function () {
land.l.moveTo(_root._xmouse, _root._ymouse);
_root.onEnterFrame = function () {
if ((game || (clr.hitTest(_xmouse, _ymouse, false))) || (ll > 0)) {
land.l.moveTo(_root._xmouse, _root._ymouse);
if (clr.hitTest(_xmouse, _ymouse, false)) {
ll = 3;
}
} else if (!popup) {
gu++;
if (gu >= 10) {
land.l.lineTo(_root._xmouse, _root._ymouse);
fd++;
gu = 0;
}
}
((ll > 0) ? (ll--) : 0);
};
};
_root.onMouseUp = function () {
_root.onEnterFrame = norm;
};
Instance of Symbol 6 MovieClip "ball" in Frame 22
onClipEvent (load) {
frames = 0;
r = _width / 2;
seg = 120;
cvt = 0.01745329;
xspeed = 0;
yspeed = 0;
fric = 0.99;
yfric = 0;
_root.startX = _x;
_root.startY = _y;
maxs = 100;
maxss = 30;
grav = 0.58;
afric = 1;
tpf = 2;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + xspeed);
var k = 0;
while (k < tpf) {
if (_root.game) {
i = 1;
while (i <= 8) {
if (this.hitTest(_root["s" + i].center)) {
_root["s" + i].swapDepths(getNextHighestDepth());
_root["s" + i].removeMovieClip();
_root.left--;
if (_root.left <= 0) {
_root.backto = 22;
_root.reset();
_root.gotoAndStop("find");
}
}
i++;
}
frames++;
((xspeed > maxs) ? ((xspeed = maxs)) : (((xspeed < (-maxs)) ? ((xspeed = -maxs)) : 0)));
((yspeed > maxss) ? ((yspeed = maxss)) : (((yspeed < (-maxss)) ? ((yspeed = -maxss)) : 0)));
xspeed = xspeed * afric;
yspeed = yspeed * afric;
_x = (_x + (xspeed / tpf));
_y = (_y + (yspeed / tpf));
yspeed = yspeed + (grav / tpf);
var nmbr = 0;
xval = 0;
yval = 0;
if (!this.hitTest(_root.clr)) {
i = 1;
while (i < seg) {
var tx = (_x + (r * Math.sin((i * (360 / seg)) * cvt)));
var ty = (_y - (r * Math.cos((i * (360 / seg)) * cvt)));
if (_root.land.hitTest(tx, ty, true) or _root.landb.hitTest(tx, ty, true)) {
nmbr++;
xval = xval + tx;
yval = yval + ty;
}
i++;
}
if (nmbr > 0) {
_root.arr._rotation = ((Math.atan2(_x - (xval / nmbr), _y - (yval / nmbr)) / cvt) * -1) + 90;
_root.arr._x = _x - (r * Math.sin((_root.arr._rotation + 90) * cvt));
_root.arr._y = _y + (r * Math.cos((_root.arr._rotation + 90) * cvt));
px = _root.arr._x;
py = _root.arr._y;
}
if ((nmbr > 0) && (nmbr < seg)) {
if (!_root.sound) {
} else {
(_root.clicksnd.gotoAndPlay(2));// not popped
}
ix = ((px - _x) / r) * -1;
iy = ((py - _y) / r) * -1;
speed = Math.sqrt((xspeed * xspeed) + (yspeed * yspeed)) * fric;
var spa = (((Math.atan2(xspeed, yspeed) / cvt) * -1) + 90);
var nr = (((2 * (_root.arr._rotation - spa)) + spa) - 180);
_root.arr._rotation = nr - 180;
xspeed = Math.sin((nr + 90) * cvt) * speed;
yspeed = ((-Math.cos((nr + 90) * cvt)) * speed) / 1.2;
while (_root.land.hitTest(px, py, true) or _root.landb.hitTest(px, py, true)) {
_x = (_x + ix);
_y = (_y + iy);
px = _x - (ix * r);
py = _y - (iy * r);
}
}
}
if (this.hitTest(_root.end)) {
_root.reset();
if (!_root.fedit) {
_root.level++;
((_root.level > _root.ulevel) ? ((_root.savefile.data.ulevel = (_root.ulevel = _root.level))) : 0);
_root.savefile.flush();
_root.drawLevel(_root.levels[_root.level - 1]);
_root.startX = this._x;
_root.startY = this._y;
}
if (_root.level > _root.levels.length) {
if (_root.slevel == 1) {
_root.gotoAndStop("finished");
} else {
_root.gotoAndStop("menu");
}
_root.end.removeMovieClip();
_root.land.removeMovieClip();
_root.txt_mc.removeMovieClip();
_root.ball.removeMovieClip();
}
}
if (frames == 1) {
if ((_root.startY - _y) > 15) {
_root.reset();
setTimeout(_root.reset, 20);
_root.land.l.clear();
_root.land.l.lineStyle(_root.linedt, _root.linec);
trace(_root.linec);
}
}
}
k++;
}
}
Frame 23
stop();
onMouseDown = function () {
land.l.clear();
land.l.lineStyle(_root.linedt, _root.linec);
};
_root.ball.removeMovieClip();
Instance of Symbol 6 MovieClip "ball" in Frame 23
onClipEvent (load) {
frames = 0;
r = _width / 2;
seg = 120;
cvt = 0.01745329;
xspeed = 0;
yspeed = 0;
fric = 0.99;
yfric = 0;
_root.startX = _x;
_root.startY = _y;
maxs = 100;
maxss = 30;
grav = 0.58;
afric = 1;
tpf = 2;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + xspeed);
var k = 0;
while (k < tpf) {
if (_root.game) {
i = 1;
while (i <= 7) {
if (this.hitTest(_root["s" + i].center)) {
_root["s" + i].swapDepths(getNextHighestDepth());
_root["s" + i].removeMovieClip();
_root.left--;
if (_root.left <= 0) {
_root.backto = _root.backto + 1;
_root.reset();
_root.gotoAndStop("find");
}
}
i++;
}
frames++;
((xspeed > maxs) ? ((xspeed = maxs)) : (((xspeed < (-maxs)) ? ((xspeed = -maxs)) : 0)));
((yspeed > maxss) ? ((yspeed = maxss)) : (((yspeed < (-maxss)) ? ((yspeed = -maxss)) : 0)));
xspeed = xspeed * afric;
yspeed = yspeed * afric;
_x = (_x + (xspeed / tpf));
_y = (_y + (yspeed / tpf));
yspeed = yspeed + (grav / tpf);
var nmbr = 0;
xval = 0;
yval = 0;
if (!this.hitTest(_root.clr)) {
i = 1;
while (i < seg) {
var tx = (_x + (r * Math.sin((i * (360 / seg)) * cvt)));
var ty = (_y - (r * Math.cos((i * (360 / seg)) * cvt)));
if (_root.land.hitTest(tx, ty, true)) {
nmbr++;
xval = xval + tx;
yval = yval + ty;
}
i++;
}
if (nmbr > 0) {
_root.arr._rotation = ((Math.atan2(_x - (xval / nmbr), _y - (yval / nmbr)) / cvt) * -1) + 90;
_root.arr._x = _x - (r * Math.sin((_root.arr._rotation + 90) * cvt));
_root.arr._y = _y + (r * Math.cos((_root.arr._rotation + 90) * cvt));
px = _root.arr._x;
py = _root.arr._y;
}
if ((nmbr > 0) && (nmbr < seg)) {
if (!_root.sound) {
} else {
(_root.clicksnd.gotoAndPlay(2));// not popped
}
ix = ((px - _x) / r) * -1;
iy = ((py - _y) / r) * -1;
speed = Math.sqrt((xspeed * xspeed) + (yspeed * yspeed)) * fric;
var spa = (((Math.atan2(xspeed, yspeed) / cvt) * -1) + 90);
var nr = (((2 * (_root.arr._rotation - spa)) + spa) - 180);
_root.arr._rotation = nr - 180;
xspeed = Math.sin((nr + 90) * cvt) * speed;
yspeed = ((-Math.cos((nr + 90) * cvt)) * speed) / 1.2;
while (_root.land.hitTest(px, py, true)) {
_x = (_x + ix);
_y = (_y + iy);
px = _x - (ix * r);
py = _y - (iy * r);
}
}
}
if (this.hitTest(_root.end)) {
_root.reset();
if (!_root.fedit) {
_root.level++;
((_root.level > _root.ulevel) ? ((_root.savefile.data.ulevel = (_root.ulevel = _root.level))) : 0);
_root.savefile.flush();
_root.drawLevel(_root.levels[_root.level - 1]);
_root.startX = this._x;
_root.startY = this._y;
}
if (_root.level > _root.levels.length) {
if (_root.slevel == 1) {
_root.gotoAndStop("finished");
} else {
_root.gotoAndStop("menu");
}
_root.end.removeMovieClip();
_root.land.removeMovieClip();
_root.txt_mc.removeMovieClip();
_root.ball.removeMovieClip();
}
}
if (frames == 1) {
if ((_root.startY - _y) > 15) {
_root.reset();
setTimeout(_root.reset, 20);
_root.land.l.clear();
_root.land.l.lineStyle(_root.linedt, _root.linec);
trace(_root.linec);
}
}
}
k++;
}
}
Frame 24
stop();
onMouseDown = function () {
land.l.clear();
land.l.lineStyle(_root.linedt, _root.linec);
};
Instance of Symbol 3 MovieClip "bg" in Frame 24
onClipEvent (enterFrame) {
_x = _root.cam._x;
_y = _root.cam._y;
}
Frame 25
if (_root.backto == 22) {
_root.gotoAndStop("win");
} else {
gotoAndStop(_root.backto);
}
Frame 26
stop();
d = 1;
while (d <= 20) {
_root["l" + d].num = d;
d++;
}
onEnterFrame = function () {
t = 1;
while (t <= (_root.backto - 2)) {
_root["l" + t].gotoAndStop(2);
_root["l" + t].onRelease = function () {
_root.canmove = startit;
_root.gotoAndStop(this.num + 2);
};
t++;
}
};
onMouseDown = function () {
land.l.clear();
land.l.lineStyle(_root.linedt, _root.linec);
};
Frame 27
stop();
var startT = getTimer();
var fd = 0;
gu = 0;
game = false;
left = 5;
_root.land.swapDepths(100 + Math.round(Math.random() * 80));
_root.ball.swapDepths(300 + Math.round(Math.random() * 80));
if (!fedit) {
levels = tempLevels;
back_btn._visible = false;
} else {
back_btn._visible = true;
}
menu_btn._visible = !back_btn._visible;
_root.onEnterFrame = norm;
land.l.lineStyle(linedt, linec);
_root.onMouseDown = function () {
land.l.moveTo(_root._xmouse, _root._ymouse);
_root.onEnterFrame = function () {
if (clr.hitTest(_xmouse, _ymouse, false) || (ll > 0)) {
land.l.moveTo(_root._xmouse, _root._ymouse);
if (clr.hitTest(_xmouse, _ymouse, false)) {
ll = 3;
}
} else if (!popup) {
gu++;
if (gu >= 10) {
land.l.lineTo(_root._xmouse, _root._ymouse);
fd++;
gu = 0;
}
}
((ll > 0) ? (ll--) : 0);
};
};
_root.onMouseUp = function () {
_root.onEnterFrame = norm;
};
Instance of Symbol 3 MovieClip "bg" in Frame 27
onClipEvent (enterFrame) {
_x = _root.cam._x;
_y = _root.cam._y;
}
Instance of Symbol 6 MovieClip "ball" in Frame 27
onClipEvent (load) {
frames = 0;
r = _width / 2;
seg = 120;
cvt = 0.01745329;
xspeed = 0;
yspeed = 0;
fric = 0.99;
yfric = 0;
_root.startX = _x;
_root.startY = _y;
maxs = 100;
maxss = 30;
grav = 0.58;
afric = 1;
tpf = 2;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + xspeed);
var k = 0;
while (k < tpf) {
if (_root.game) {
i = 1;
while (i <= 5) {
if (this.hitTest(_root["s" + i].center)) {
_root["s" + i].swapDepths(getNextHighestDepth());
_root["s" + i].removeMovieClip();
_root.left--;
if (_root.left <= 0) {
if (_root.backto == _root._currentframe) {
_root.backto = _root.backto + 1;
}
_root.reset();
_root.gotoAndStop("find");
}
}
i++;
}
frames++;
((xspeed > maxs) ? ((xspeed = maxs)) : (((xspeed < (-maxs)) ? ((xspeed = -maxs)) : 0)));
((yspeed > maxss) ? ((yspeed = maxss)) : (((yspeed < (-maxss)) ? ((yspeed = -maxss)) : 0)));
xspeed = xspeed * afric;
yspeed = yspeed * afric;
_x = (_x + (xspeed / tpf));
_y = (_y + (yspeed / tpf));
yspeed = yspeed + (grav / tpf);
var nmbr = 0;
xval = 0;
yval = 0;
if (!this.hitTest(_root.clr)) {
i = 1;
while (i < seg) {
var tx = (_x + (r * Math.sin((i * (360 / seg)) * cvt)));
var ty = (_y - (r * Math.cos((i * (360 / seg)) * cvt)));
if (_root.land.hitTest(tx, ty, true)) {
nmbr++;
xval = xval + tx;
yval = yval + ty;
}
i++;
}
if (nmbr > 0) {
_root.arr._rotation = ((Math.atan2(_x - (xval / nmbr), _y - (yval / nmbr)) / cvt) * -1) + 90;
_root.arr._x = _x - (r * Math.sin((_root.arr._rotation + 90) * cvt));
_root.arr._y = _y + (r * Math.cos((_root.arr._rotation + 90) * cvt));
px = _root.arr._x;
py = _root.arr._y;
}
if ((nmbr > 0) && (nmbr < seg)) {
if (!_root.sound) {
} else {
(_root.clicksnd.gotoAndPlay(2));// not popped
}
ix = ((px - _x) / r) * -1;
iy = ((py - _y) / r) * -1;
speed = Math.sqrt((xspeed * xspeed) + (yspeed * yspeed)) * fric;
var spa = (((Math.atan2(xspeed, yspeed) / cvt) * -1) + 90);
var nr = (((2 * (_root.arr._rotation - spa)) + spa) - 180);
_root.arr._rotation = nr - 180;
xspeed = Math.sin((nr + 90) * cvt) * speed;
yspeed = ((-Math.cos((nr + 90) * cvt)) * speed) / 1.2;
while (_root.land.hitTest(px, py, true)) {
_x = (_x + ix);
_y = (_y + iy);
px = _x - (ix * r);
py = _y - (iy * r);
}
}
}
if (this.hitTest(_root.end)) {
_root.reset();
if (!_root.fedit) {
_root.level++;
((_root.level > _root.ulevel) ? ((_root.savefile.data.ulevel = (_root.ulevel = _root.level))) : 0);
_root.savefile.flush();
_root.drawLevel(_root.levels[_root.level - 1]);
_root.startX = this._x;
_root.startY = this._y;
}
if (_root.level > _root.levels.length) {
if (_root.slevel == 1) {
_root.gotoAndStop("finished");
} else {
_root.gotoAndStop("menu");
}
_root.end.removeMovieClip();
_root.land.removeMovieClip();
_root.txt_mc.removeMovieClip();
_root.ball.removeMovieClip();
}
}
if (frames == 1) {
if ((_root.startY - _y) > 15) {
_root.reset();
setTimeout(_root.reset, 20);
_root.land.l.clear();
_root.land.l.lineStyle(_root.linedt, _root.linec);
trace(_root.linec);
}
}
}
k++;
}
}
Instance of Symbol 12 MovieClip "cam" in Frame 27
onClipEvent (load) {
_root.canmove = startit;
}
onClipEvent (mouseDown) {
var ux = _xmouse;
var uy = _ymouse;
_root.canmove = false;
}
onClipEvent (mouseUp) {
_root.canmove = true;
}
onClipEvent (mouseMove) {
var rux = Math.abs(_xmouse - ux);
var ruy = Math.abs(_ymouse - uy);
if ((rux + ruy) > 30) {
_root.canmove = true;
}
}
onClipEvent (enterFrame) {
if (_x <= 462) {
_root.canmove = true;
} else if (_root.canmove == startit) {
this._y = this._y + ((_root.ball._y - this._y) / 40);
this._x = this._x + ((_root.ball._x - this._x) / 40);
}
if (_root.game) {
this._y = this._y + (((_ymouse + _root.ball._y) - this._y) / 11);
this._x = this._x + (((_xmouse + _root.ball._x) - this._x) / 11);
} else if (_root.canmove == true) {
if (!Key.isDown(17)) {
this._y = this._y + (_ymouse / 40);
this._x = this._x + (_xmouse / 40);
}
}
}
Instance of Symbol 17 MovieClip in Frame 27
onClipEvent (enterFrame) {
_x = _root.cam._x;
_y = _root.cam._y;
}
on (release) {
_root.resetb();
_root.ball.removeMovieClip();
_root.cam.removeMovieClip();
_root.tutbox.removeMovieClip();
_root.gotoAndStop("menu");
}
Instance of Symbol 28 MovieClip in Frame 27
onClipEvent (enterFrame) {
_root.gage.speed = Math.round(Math.abs(_root.ball.xspeed)) + " MPH";
if (Math.abs(_root.ball.xspeed) > 95) {
_root.kongregateStats.submit("95 mph exceeded on fun mode", 1);
}
}
Instance of Symbol 110 MovieClip "gage" in Frame 27
onClipEvent (enterFrame) {
_x = _root.cam._x;
_y = _root.cam._y;
}
Frame 28
stop();
_root.kongregateStats.submit("Game Completed", 1);
onMouseDown = function () {
land.l.clear();
land.l.lineStyle(_root.linedt, _root.linec);
};
Frame 29
stop();
logo_time = 250;
onEnterFrame = function () {
logo_time--;
if (logo_time <= 0) {
_root.gotoAndStop("menu");
logo_time = 20050;
}
};
Instance of Symbol 123 MovieClip in Frame 29
on (release) {
getURL ("http://www.hiddenninjagames.com", _blank);
}
Frame 30
stop();
Instance of Symbol 139 MovieClip "tutbox" in Frame 30
onClipEvent (enterFrame) {
_x = _root.cam._x;
_y = _root.cam._y;
}
Symbol 140 MovieClip [__Packages.MochiAd] Frame 0
class MochiAd
{
function MochiAd () {
}
static function getVersion() {
return("2.5");
}
static function showPreGameAd(options) {
var _local26 = {clip:_root, ad_timeout:3000, fadeout_time:250, regpt:"o", method:"showPreloaderAd", color:16747008, background:16777161, outline:13994812, no_progress_bar:false, ad_started:function () {
this.clip.stop();
}, ad_finished:function () {
this.clip.play();
}, ad_failed:function () {
trace("[MochiAd] Couldn't load an ad, make sure that your game's local security sandbox is configured for Access Network Only and that you are not using ad blocking software");
}, ad_loaded:function (width, height) {
}, ad_skipped:function () {
}, ad_progress:function (percent) {
}};
options = _parseOptions(options, _local26);
if ("c862232051e0a94e1c3609b3916ddb17".substr(0) == "dfeada81ac97cde83665f81c12da7def") {
options.ad_started();
options.ad_finished();
return(undefined);
}
var clip = options.clip;
var _local22 = 11000;
var _local25 = options.ad_timeout;
delete options.ad_timeout;
var fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!load(options)) {
options.ad_failed();
options.ad_finished();
return(undefined);
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var _local14 = _getRes(options);
var _local4 = _local14[0];
var _local13 = _local14[1];
mc._x = _local4 * 0.5;
mc._y = _local13 * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk._x = _local4 * -0.5;
chk._y = _local13 * -0.5;
var _local6 = chk.createEmptyMovieClip("_mochiad_bar", 4);
if (options.no_progress_bar) {
_local6._visible = false;
delete options.no_progress_bar;
} else {
_local6._x = 10;
_local6._y = _local13 - 20;
}
var _local21 = options.color;
delete options.color;
var _local19 = options.background;
delete options.background;
var _local23 = options.outline;
delete options.outline;
var _local5 = _local6.createEmptyMovieClip("_outline", 1);
_local5.beginFill(_local19);
_local5.moveTo(0, 0);
_local5.lineTo(_local4 - 20, 0);
_local5.lineTo(_local4 - 20, 10);
_local5.lineTo(0, 10);
_local5.lineTo(0, 0);
_local5.endFill();
var _local3 = _local6.createEmptyMovieClip("_inside", 2);
_local3.beginFill(_local21);
_local3.moveTo(0, 0);
_local3.lineTo(_local4 - 20, 0);
_local3.lineTo(_local4 - 20, 10);
_local3.lineTo(0, 10);
_local3.lineTo(0, 0);
_local3.endFill();
_local3._xscale = 0;
var _local7 = _local6.createEmptyMovieClip("_outline", 3);
_local7.lineStyle(0, _local23, 100);
_local7.moveTo(0, 0);
_local7.lineTo(_local4 - 20, 0);
_local7.lineTo(_local4 - 20, 10);
_local7.lineTo(0, 10);
_local7.lineTo(0, 0);
chk.ad_msec = _local22;
chk.ad_timeout = _local25;
chk.started = getTimer();
chk.showing = false;
chk.last_pcnt = 0;
chk.fadeout_time = fadeout_time;
chk.fadeFunction = function () {
var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time));
if (_local2 > 0) {
this._parent._alpha = _local2;
} else {
var _local3 = this._parent._parent;
MochiAd.unload(_local3);
delete this.onEnterFrame;
}
};
mc.lc.regContLC = function (lc_name) {
mc._containerLCName = lc_name;
};
var sendHostProgress = false;
mc.lc.sendHostLoadProgress = function (lc_name) {
sendHostProgress = true;
};
mc.lc.adLoaded = options.ad_loaded;
mc.lc.adSkipped = options.ad_skipped;
mc.lc.adjustProgress = function (msec) {
var _local2 = this.mc._mochiad_wait;
_local2.server_control = true;
_local2.started = getTimer();
_local2.ad_msec = msec;
};
mc.lc.rpc = function (callbackID, arg) {
MochiAd.rpc(clip, callbackID, arg);
};
mc.rpcTestFn = function (s) {
trace("[MOCHIAD rpcTestFn] " + s);
return(s);
};
chk.onEnterFrame = function () {
var _local6 = this._parent._parent;
var _local11 = this._parent._mochiad_ctr;
var _local5 = getTimer() - this.started;
var _local3 = false;
var _local4 = _local6.getBytesTotal();
var _local8 = _local6.getBytesLoaded();
var _local2 = (100 * _local8) / _local4;
var _local10 = (100 * _local5) / chk.ad_msec;
var _local9 = this._mochiad_bar._inside;
var _local13 = Math.min(100, Math.min(_local2 || 0, _local10));
_local13 = Math.max(this.last_pcnt, _local13);
this.last_pcnt = _local13;
_local9._xscale = _local13;
options.ad_progress(_local13);
if (sendHostProgress) {
clip._mochiad.lc.send(clip._mochiad._containerLCName, "notify", {id:"hostLoadPcnt", pcnt:_local2});
if (_local2 == 100) {
sendHostProgress = false;
}
}
if (!chk.showing) {
var _local7 = _local11.getBytesTotal();
if ((_local7 > 0) || (typeof(_local7) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if ((_local5 > chk.ad_timeout) && (_local2 == 100)) {
options.ad_failed();
_local3 = true;
}
}
if (_local5 > chk.ad_msec) {
_local3 = true;
}
if (((_local4 > 0) && (_local8 >= _local4)) && (_local3)) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = chk.fadeFunction;
}
}
};
}
static function showClickAwayAd(options) {
var _local9 = {clip:_root, ad_timeout:2000, fadeout_time:250, regpt:"o", method:"showClickAwayAd", res:"300x250", no_bg:true, ad_started:function () {
}, ad_finished:function () {
}, ad_loaded:function (width, height) {
}, ad_failed:function () {
trace("[MochiAd] Couldn't load an ad, make sure that your game's local security sandbox is configured for Access Network Only and that you are not using ad blocking software");
}, ad_skipped:function () {
}};
options = _parseOptions(options, _local9);
var clip = options.clip;
var _local8 = options.ad_timeout;
delete options.ad_timeout;
if (!load(options)) {
options.ad_failed();
options.ad_finished();
return(undefined);
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var _local4 = _getRes(options);
var _local10 = _local4[0];
var _local7 = _local4[1];
mc._x = _local10 * 0.5;
mc._y = _local7 * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk.ad_timeout = _local8;
chk.started = getTimer();
chk.showing = false;
mc.lc.adLoaded = options.ad_loaded;
mc.lc.adSkipped = options.ad_skipped;
mc.lc.rpc = function (callbackID, arg) {
MochiAd.rpc(clip, callbackID, arg);
};
mc.rpcTestFn = function (s) {
trace("[MOCHIAD rpcTestFn] " + s);
return(s);
};
var _local20 = false;
mc.lc.regContLC = function (lc_name) {
mc._containerLCName = lc_name;
};
chk.onEnterFrame = function () {
var _local5 = this._parent._mochiad_ctr;
var _local4 = getTimer() - this.started;
var _local2 = false;
if (!chk.showing) {
var _local3 = _local5.getBytesTotal();
if ((_local3 > 0) || (typeof(_local3) == "undefined")) {
_local2 = true;
chk.showing = true;
chk.started = getTimer();
} else if (_local4 > chk.ad_timeout) {
options.ad_failed();
_local2 = true;
}
}
if (_local2) {
delete this.onEnterFrame;
}
};
}
static function showInterLevelAd(options) {
var _local13 = {clip:_root, ad_timeout:2000, fadeout_time:250, regpt:"o", method:"showTimedAd", ad_started:function () {
this.clip.stop();
}, ad_finished:function () {
this.clip.play();
}, ad_failed:function () {
trace("[MochiAd] Couldn't load an ad, make sure that your game's local security sandbox is configured for Access Network Only and that you are not using ad blocking software");
}, ad_loaded:function (width, height) {
}, ad_skipped:function () {
}};
options = _parseOptions(options, _local13);
var clip = options.clip;
var _local10 = 11000;
var _local12 = options.ad_timeout;
delete options.ad_timeout;
var fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!load(options)) {
options.ad_failed();
options.ad_finished();
return(undefined);
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var _local5 = _getRes(options);
var _local14 = _local5[0];
var _local11 = _local5[1];
mc._x = _local14 * 0.5;
mc._y = _local11 * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk.ad_msec = _local10;
chk.ad_timeout = _local12;
chk.started = getTimer();
chk.showing = false;
chk.fadeout_time = fadeout_time;
chk.fadeFunction = function () {
var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time));
if (_local2 > 0) {
this._parent._alpha = _local2;
} else {
var _local3 = this._parent._parent;
MochiAd.unload(_local3);
delete this.onEnterFrame;
}
};
mc.lc.adLoaded = options.ad_loaded;
mc.lc.adSkipped = options.ad_skipped;
mc.lc.adjustProgress = function (msec) {
var _local2 = this.mc._mochiad_wait;
_local2.server_control = true;
_local2.started = getTimer();
_local2.ad_msec = msec - 250;
};
mc.lc.rpc = function (callbackID, arg) {
MochiAd.rpc(clip, callbackID, arg);
};
mc.rpcTestFn = function (s) {
trace("[MOCHIAD rpcTestFn] " + s);
return(s);
};
chk.onEnterFrame = function () {
var _local5 = this._parent._mochiad_ctr;
var _local4 = getTimer() - this.started;
var _local2 = false;
if (!chk.showing) {
var _local3 = _local5.getBytesTotal();
if ((_local3 > 0) || (typeof(_local3) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if (_local4 > chk.ad_timeout) {
options.ad_failed();
_local2 = true;
}
}
if (_local4 > chk.ad_msec) {
_local2 = true;
}
if (_local2) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = this.fadeFunction;
}
}
};
}
static function showPreloaderAd(options) {
trace("[MochiAd] DEPRECATED: showPreloaderAd was renamed to showPreGameAd in 2.0");
showPreGameAd(options);
}
static function showTimedAd(options) {
trace("[MochiAd] DEPRECATED: showTimedAd was renamed to showInterLevelAd in 2.0");
showInterLevelAd(options);
}
static function _allowDomains(server) {
var _local1 = server.split("/")[2].split(":")[0];
if (System.security) {
if (System.security.allowDomain) {
System.security.allowDomain("*");
System.security.allowDomain(_local1);
}
if (System.security.allowInsecureDomain) {
System.security.allowInsecureDomain("*");
System.security.allowInsecureDomain(_local1);
}
}
return(_local1);
}
static function load(options) {
var _local13 = {clip:_root, server:"http://x.mochiads.com/srv/1/", method:"load", depth:10333, id:"_UNKNOWN_"};
options = _parseOptions(options, _local13);
options.swfv = options.clip.getSWFVersion() || 6;
options.mav = getVersion();
var _local9 = options.clip;
if (!_isNetworkAvailable()) {
return(null);
}
if (_local9._mochiad_loaded) {
return(null);
}
var _local12 = options.depth;
delete options.depth;
var _local6 = _local9.createEmptyMovieClip("_mochiad", _local12);
var _local11 = _getRes(options);
options.res = (_local11[0] + "x") + _local11[1];
options.server = options.server + options.id;
delete options.id;
_local9._mochiad_loaded = true;
var _local4 = _local6.createEmptyMovieClip("_mochiad_ctr", 1);
for (var _local7 in options) {
_local4[_local7] = options[_local7];
}
var _local10 = _local4.server;
delete _local4.server;
var _local14 = _allowDomains(_local10);
_local6.onEnterFrame = function () {
if (this._mochiad_ctr._url != this._url) {
this.onEnterFrame = function () {
if (!this._mochiad_ctr) {
delete this.onEnterFrame;
MochiAd.unload(this._parent);
}
};
}
};
var _local5 = new LocalConnection();
var _local8 = ["", Math.floor(new Date().getTime()), random(999999)].join("_");
_local5.mc = _local6;
_local5.name = _local8;
_local5.hostname = _local14;
_local5.allowDomain = function (d) {
return(true);
};
_local5.allowInsecureDomain = _local5.allowDomain;
_local5.connect(_local8);
_local6.lc = _local5;
_local4.lc = _local8;
_local4.st = getTimer();
_local4.loadMovie(_local10 + ".swf", "POST");
return(_local6);
}
static function unload(clip) {
if (typeof(clip) == "undefined") {
clip = _root;
}
if (clip.clip && (clip.clip._mochiad)) {
clip = clip.clip;
}
if (!clip._mochiad) {
return(false);
}
if (clip._mochiad._containerLCName != undefined) {
clip._mochiad.lc.send(clip._mochiad._containerLCName, "notify", {id:"unload"});
}
clip._mochiad.removeMovieClip();
delete clip._mochiad_loaded;
delete clip._mochiad;
return(true);
}
static function _isNetworkAvailable() {
if (System.security) {
var _local1 = System.security;
if (_local1.sandboxType == "localWithFile") {
return(false);
}
}
return(true);
}
static function _getRes(options) {
var _local3 = options.clip.getBounds();
var _local2 = 0;
var _local1 = 0;
if (typeof(options.res) != "undefined") {
var _local4 = options.res.split("x");
_local2 = parseFloat(_local4[0]);
_local1 = parseFloat(_local4[1]);
} else {
_local2 = _local3.xMax - _local3.xMin;
_local1 = _local3.yMax - _local3.yMin;
}
if ((_local2 == 0) || (_local1 == 0)) {
_local2 = Stage.width;
_local1 = Stage.height;
}
return([_local2, _local1]);
}
static function _parseOptions(options, defaults) {
var _local4 = {};
for (var _local8 in defaults) {
_local4[_local8] = defaults[_local8];
}
if (options) {
for (var _local8 in options) {
_local4[_local8] = options[_local8];
}
}
if (_root.mochiad_options) {
var _local5 = _root.mochiad_options.split("&");
var _local2 = 0;
while (_local2 < _local5.length) {
var _local3 = _local5[_local2].split("=");
_local4[unescape(_local3[0])] = unescape(_local3[1]);
_local2++;
}
}
if (_local4.id == "test") {
trace("[MochiAd] WARNING: Using the MochiAds test identifier, make sure to use the code from your dashboard, not this example!");
}
return(_local4);
}
static function rpc(clip, callbackID, arg) {
switch (arg.id) {
case "setValue" :
setValue(clip, arg.objectName, arg.value);
break;
case "getValue" :
var _local4 = getValue(clip, arg.objectName);
clip._mochiad.lc.send(clip._mochiad._containerLCName, "rpcResult", callbackID, _local4);
break;
case "runMethod" :
var _local3 = runMethod(clip, arg.method, arg.args);
clip._mochiad.lc.send(clip._mochiad._containerLCName, "rpcResult", callbackID, _local3);
break;
default :
trace("[mochiads rpc] unknown rpc id: " + arg.id);
}
}
static function setValue(base, objectName, value) {
var _local2 = objectName.split(".");
var _local1;
_local1 = 0;
while (_local1 < (_local2.length - 1)) {
if ((base[_local2[_local1]] == undefined) || (base[_local2[_local1]] == null)) {
return(undefined);
}
base = base[_local2[_local1]];
_local1++;
}
base[_local2[_local1]] = value;
}
static function getValue(base, objectName) {
var _local2 = objectName.split(".");
var _local1;
_local1 = 0;
while (_local1 < (_local2.length - 1)) {
if ((base[_local2[_local1]] == undefined) || (base[_local2[_local1]] == null)) {
return(undefined);
}
base = base[_local2[_local1]];
_local1++;
}
return(base[_local2[_local1]]);
}
static function runMethod(base, methodName, argsArray) {
var _local2 = methodName.split(".");
var _local1;
_local1 = 0;
while (_local1 < (_local2.length - 1)) {
if ((base[_local2[_local1]] == undefined) || (base[_local2[_local1]] == null)) {
return(undefined);
}
base = base[_local2[_local1]];
_local1++;
}
if (typeof(base[_local2[_local1]]) == "function") {
return(base[_local2[_local1]].apply(base, argsArray));
}
return(undefined);
}
}
Symbol 12 MovieClip Frame 1
function camControl() {
parentColor.setTransform(camColor.getTransform());
var _local4 = sX / this._width;
var _local3 = sY / this._height;
_parent._x = cX - (this._x * _local4);
_parent._y = cY - (this._y * _local3);
_parent._xscale = 100 * _local4;
_parent._yscale = 100 * _local3;
}
function resetStage() {
var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0};
parentColor.setTransform(_local2);
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
}
parentColor.setTransform(camColor.getTransform());
this._visible = false;
var oldMode = Stage.scaleMode;
Stage.scaleMode = "exactFit";
var cX = (Stage.width / 2);
var cY = (Stage.height / 2);
var sX = Stage.width;
var sY = Stage.height;
Stage.scaleMode = oldMode;
var camColor = new Color(this);
var parentColor = new Color(_parent);
this.onEnterFrame = camControl;
camControl();
this.onUnload = resetStage;
Symbol 22 MovieClip Frame 1
stop();
Symbol 22 MovieClip Frame 2
stopAllSounds();
Symbol 22 MovieClip Frame 3
kSound = new Sound(this);
kSound.attachSound("sound");
kSound.start(0, 200);
gotoAndStop (1);
Symbol 79 Button
on (release) {
_root.fedit = false;
_root.gotoAndStop("play");
_root.level = 1;
}
Symbol 82 Button
on (release) {
_root.gotoAndStop("level_select");
}
Symbol 89 Button
on (release) {
_root.fedit = false;
_root.gotoAndStop("howto");
_root.level = 1;
_root.backto = 3;
}
Symbol 90 Button
on (release) {
_root.gotoAndStop("fm");
}
Symbol 91 Button
on (release) {
getURL ("http://www.hiddenninjagames.com", _blank);
}
Symbol 92 MovieClip Frame 52
stop();
Symbol 98 MovieClip Frame 42
stop();
onEnterFrame = function () {
if (Key.isDown(32)) {
play();
}
};
Symbol 98 MovieClip Frame 89
_root.nextFrame();
Symbol 104 MovieClip Frame 1
stop();
Symbol 105 Button
on (release) {
_root.gotoAndStop("menu");
}
Symbol 123 MovieClip Frame 10
stop();
Symbol 127 Button
on (release) {
_root.gotoAndStop("play");
}