Frame 1
var _mochiads_game_id = "0c698bc820408afb";
MochiAd.showPreGameAd({id:"0c698bc820408afb", res:"550x400"});
Frame 61
function glob_func() {
_root.newX = (Math.random() * 1) - (Math.random() * 1);
_root.chX = (_root.newX - _root.dX) / (50 + random(50));
clearInterval(_root.x_int);
_root.x_int = setInterval(function () {
_root.dX = _root.dX + _root.chX;
if ((Math.round(_root.dX * 10) / 10) == (Math.round(_root.newX * 10) / 10)) {
clearInterval(_root.x_int);
}
}, 30);
}
function move_func() {
varDif = this._xscale / 100;
this._x = this._x + (this.dX + (_root.dX * varDif));
this._y = this._y + (this.dY + (_root.dY * varDif));
if (this._y >= Stage.height) {
this.removeMovieClip();
}
}
function snow_func() {
varTarget = _root.attachMovie("snow_mc", ("snow" + _root.getNextHighestDepth()) + "_mc", _root.getNextHighestDepth(), {_y:-30, _x:-75 + (Math.random() * (Stage.width + 75))});
varTarget._xscale = (varTarget._yscale = 25 + (Math.random() * 75));
varTarget.dX = (Math.random() * 1) - (Math.random() * 1);
varTarget.dY = 0.5 + (varTarget._xscale / 100);
varTarget.onEnterFrame = _root.move_func;
}
stop();
_root.kongregateServices.connect();
Mouse.hide();
stop();
Stage.scaleMode = "noScale";
_root._quality = "BEST";
var dX = 0;
var dY = 0.25;
setInterval(glob_func, 5000);
setInterval(snow_func, 75);
logo_mc.onRollOver = function () {
};
Instance of Symbol 14 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, false)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
onClipEvent (mouseDown) {
if (hitTest(_root._xmouse, _root._ymouse, false)) {
_root.gotoAndStop(62);
}
}
Instance of Symbol 17 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, false)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
onClipEvent (mouseDown) {
if (hitTest(_root._xmouse, _root._ymouse, false)) {
_root.how._visible = 1;
} else {
_root.how._visible = 0;
}
}
Instance of Symbol 26 MovieClip "n0" in Frame 61
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
_x = (((_x * 3) + _root.n1._x) / 4);
_y = (((_y * 3) + _root.n1._y) / 4);
}
Instance of Symbol 65 MovieClip "how" in Frame 61
onClipEvent (load) {
this._visible = 0;
}
Instance of Symbol 67 MovieClip in Frame 61
onClipEvent (enterFrame) {
_x = _root._xmouse;
_y = _root._ymouse;
}
Frame 62
stop();
_root.onLoad = function () {
asol = 50;
jlol = 0;
};
_root.onEnterFrame = function () {
if (jlol == 0) {
asol = asol + 1;
}
if (asol >= 90) {
jlol = 1;
asol = 90;
}
if (jlol == 1) {
asol = asol - 1;
}
if (asol <= 15) {
jlol = 0;
}
this.clear();
this.lineStyle(_root.lif, 16777215, asol);
if (_root.n3._visible == 1) {
this.moveTo(_root.n3._x, _root.n3._y);
this.lineTo(_root.n4._x, _root.n4._y);
}
if (_root.n2._visible == 1) {
this.moveTo(_root.n3._x, _root.n3._y);
this.lineTo(_root.n2._x, _root.n2._y);
}
if (_root.n1._visible == 1) {
this.moveTo(_root.n2._x, _root.n2._y);
this.lineTo(_root.n1._x, _root.n1._y);
}
if (_root.n0._visible == 1) {
this.moveTo(_root.n1._x, _root.n1._y);
this.lineTo(_root.n0._x, _root.n0._y);
}
if (_root.q0._visible == 1) {
this.moveTo(_root.n0._x, _root.n0._y);
this.lineTo(_root.q0._x, _root.q0._y);
}
if (_root.q1._visible == 1) {
this.moveTo(_root.q0._x, _root.q0._y);
this.lineTo(_root.q1._x, _root.q1._y);
}
if (_root.q2._visible == 1) {
this.moveTo(_root.q2._x, _root.q2._y);
this.lineTo(_root.q1._x, _root.q1._y);
}
if (_root.q3._visible == 1) {
this.moveTo(_root.q2._x, _root.q2._y);
this.lineTo(_root.q3._x, _root.q3._y);
}
if (_root.q4._visible == 1) {
this.moveTo(_root.q4._x, _root.q4._y);
this.lineTo(_root.q3._x, _root.q3._y);
}
};
Instance of Symbol 58 MovieClip "bazz" in Frame 62
onClipEvent (enterFrame) {
if (_root.ba._visible == 0) {
play();
}
if (_root.ba._visible == 1) {
gotoAndStop (1);
}
_x = _root.ba._x;
_y = _root.ba._y;
}
Instance of Symbol 55 MovieClip "bonus" in Frame 62
onClipEvent (load) {
pol = 1;
ser = 10;
}
onClipEvent (enterFrame) {
if (derz == 1) {
_root.energy._visible = 1;
_root.n4.gotoAndStop(2);
_root.n3.gotoAndStop(2);
_root.n2.gotoAndStop(2);
_root.n1.gotoAndStop(2);
_root.n0.gotoAndStop(2);
_root.q0.gotoAndStop(2);
_root.q1.gotoAndStop(2);
_root.q2.gotoAndStop(2);
_root.q3.gotoAndStop(2);
_root.q4.gotoAndStop(2);
_root.energy.life._xscale = 100;
derz = 0;
}
if (_root.gameover._visible == 0) {
if (_root.n4.hitTest(this)) {
if (this._visible == 1) {
_root.n4.gotoAndStop(2);
if (_root.n3._visible == 0) {
_root.n3._visible = 1;
}
}
if (this._visible == 1) {
if ((_root.n2._visible == 0) and (_root.n3._visible == 1)) {
_root.n2._visible = 1;
derz = 1;
_root.n4.gotoAndStop(2);
_root.n3.gotoAndStop(2);
_root.n2.gotoAndStop(2);
_root.n1.gotoAndStop(2);
_root.n0.gotoAndStop(2);
_root.q0.gotoAndStop(2);
_root.q1.gotoAndStop(2);
_root.q2.gotoAndStop(2);
_root.q3.gotoAndStop(2);
_root.q4.gotoAndStop(2);
_root.energy.life._xscale = 100;
this._visible = 0;
}
}
if (this._visible == 1) {
if ((_root.n2._visible == 0) and (_root.n3._visible == 1)) {
_root.n2._visible = 1;
derz = 1;
_root.n4.gotoAndStop(2);
_root.n3.gotoAndStop(2);
_root.n2.gotoAndStop(2);
_root.n1.gotoAndStop(2);
_root.n0.gotoAndStop(2);
_root.q0.gotoAndStop(2);
_root.q1.gotoAndStop(2);
_root.q2.gotoAndStop(2);
_root.q3.gotoAndStop(2);
_root.q4.gotoAndStop(2);
_root.energy.life._xscale = 100;
this._visible = 0;
}
}
if (this._visible == 1) {
if ((_root.n1._visible == 0) and (_root.n2._visible == 1)) {
_root.n1._visible = 1;
_root.an1._visible = 1;
derz = 1;
_root.n4.gotoAndStop(2);
_root.n3.gotoAndStop(2);
_root.n2.gotoAndStop(2);
_root.n1.gotoAndStop(2);
_root.n0.gotoAndStop(2);
_root.q0.gotoAndStop(2);
_root.q1.gotoAndStop(2);
_root.q2.gotoAndStop(2);
_root.q3.gotoAndStop(2);
_root.q4.gotoAndStop(2);
_root.energy.life._xscale = 100;
this._visible = 0;
}
}
if (this._visible == 1) {
if ((_root.n0._visible == 0) and (_root.n1._visible == 1)) {
_root.n0._visible = 1;
_root.an0._visible = 1;
derz = 1;
_root.n4.gotoAndStop(2);
_root.n3.gotoAndStop(2);
_root.n2.gotoAndStop(2);
_root.n1.gotoAndStop(2);
_root.n0.gotoAndStop(2);
_root.q0.gotoAndStop(2);
_root.q1.gotoAndStop(2);
_root.q2.gotoAndStop(2);
_root.q3.gotoAndStop(2);
_root.q4.gotoAndStop(2);
_root.energy.life._xscale = 100;
this._visible = 0;
}
}
if (this._visible == 1) {
if ((_root.q0._visible == 0) and (_root.n0._visible == 1)) {
_root.q0._visible = 1;
_root.aq0._visible = 1;
derz = 1;
_root.n4.gotoAndStop(2);
_root.n3.gotoAndStop(2);
_root.n2.gotoAndStop(2);
_root.n1.gotoAndStop(2);
_root.n0.gotoAndStop(2);
_root.q0.gotoAndStop(2);
_root.q1.gotoAndStop(2);
_root.q2.gotoAndStop(2);
_root.q3.gotoAndStop(2);
_root.q4.gotoAndStop(2);
_root.energy.life._xscale = 100;
this._visible = 0;
}
}
if (this._visible == 1) {
if ((_root.q1._visible == 0) and (_root.q0._visible == 1)) {
_root.q1._visible = 1;
_root.aq1._visible = 1;
derz = 1;
_root.n4.gotoAndStop(2);
_root.n3.gotoAndStop(2);
_root.n2.gotoAndStop(2);
_root.n1.gotoAndStop(2);
_root.n0.gotoAndStop(2);
_root.q0.gotoAndStop(2);
_root.q1.gotoAndStop(2);
_root.q2.gotoAndStop(2);
_root.q3.gotoAndStop(2);
_root.q4.gotoAndStop(2);
_root.energy.life._xscale = 100;
this._visible = 0;
}
}
if (this._visible == 1) {
if ((_root.q2._visible == 0) and (_root.q1._visible == 1)) {
_root.q2._visible = 1;
_root.aq2._visible = 1;
derz = 1;
_root.n4.gotoAndStop(2);
_root.n3.gotoAndStop(2);
_root.n2.gotoAndStop(2);
_root.n1.gotoAndStop(2);
_root.n0.gotoAndStop(2);
_root.q0.gotoAndStop(2);
_root.q1.gotoAndStop(2);
_root.q2.gotoAndStop(2);
_root.q3.gotoAndStop(2);
_root.q4.gotoAndStop(2);
_root.energy.life._xscale = 100;
this._visible = 0;
}
}
if (this._visible == 1) {
if ((_root.q3._visible == 0) and (_root.q2._visible == 1)) {
_root.q3._visible = 1;
_root.aq3._visible = 1;
derz = 1;
_root.n4.gotoAndStop(2);
_root.n3.gotoAndStop(2);
_root.n2.gotoAndStop(2);
_root.n1.gotoAndStop(2);
_root.n0.gotoAndStop(2);
_root.q0.gotoAndStop(2);
_root.q1.gotoAndStop(2);
_root.q2.gotoAndStop(2);
_root.q3.gotoAndStop(2);
_root.q4.gotoAndStop(2);
_root.energy.life._xscale = 100;
this._visible = 0;
}
}
if (this._visible == 1) {
if ((_root.q4._visible == 0) and (_root.q3._visible == 1)) {
_root.q4._visible = 1;
_root.aq4._visible = 1;
derz = 1;
_root.n4.gotoAndStop(2);
_root.n3.gotoAndStop(2);
_root.n2.gotoAndStop(2);
_root.n1.gotoAndStop(2);
_root.n0.gotoAndStop(2);
_root.q0.gotoAndStop(2);
_root.q1.gotoAndStop(2);
_root.q2.gotoAndStop(2);
_root.q3.gotoAndStop(2);
_root.q4.gotoAndStop(2);
_root.energy.life._xscale = 100;
this._visible = 0;
}
}
}
if (_root.paus._visible == 0) {
_x = (_x - (4 + _root.lev.lvl));
}
if (_x <= -30) {
ser = random(9 + _root.lev.lvl);
if (ser <= 2) {
this._visible = 1;
}
if (ser > 2) {
this._visible = 0;
}
_y = random(400);
_x = 580;
}
}
}
Instance of Symbol 51 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (_root.paus._visible == 0) {
if (_root.gameover._visible == 0) {
if (_root.q4._visible == 1) {
_x = 580;
}
if (this.hitTest(_root.n4)) {
if (this._visible == 1) {
if (_root.n3._visible == 0) {
_root.n3._visible = 1;
_root.sco.score = _root.sco.score + 250;
this._visible = 0;
}
}
if (this._visible == 1) {
if ((_root.n2._visible == 0) and (_root.n3._visible == 1)) {
_root.n2._visible = 1;
_root.sco.score = _root.sco.score + 250;
this._visible = 0;
}
}
if (this._visible == 1) {
if ((_root.n2._visible == 0) and (_root.n3._visible == 1)) {
_root.n2._visible = 1;
_root.sco.score = _root.sco.score + 250;
this._visible = 0;
}
}
if (this._visible == 1) {
if ((_root.n1._visible == 0) and (_root.n2._visible == 1)) {
_root.n1._visible = 1;
_root.an1._visible = 1;
_root.sco.score = _root.sco.score + 250;
this._visible = 0;
}
}
if (this._visible == 1) {
if ((_root.n0._visible == 0) and (_root.n1._visible == 1)) {
_root.n0._visible = 1;
_root.an0._visible = 1;
_root.sco.score = _root.sco.score + 250;
this._visible = 0;
}
}
if (this._visible == 1) {
if ((_root.q0._visible == 0) and (_root.n0._visible == 1)) {
_root.q0._visible = 1;
_root.aq0._visible = 1;
_root.sco.score = _root.sco.score + 250;
this._visible = 0;
}
}
if (this._visible == 1) {
if ((_root.q1._visible == 0) and (_root.q0._visible == 1)) {
_root.q1._visible = 1;
_root.aq1._visible = 1;
_root.sco.score = _root.sco.score + 250;
this._visible = 0;
}
}
if (this._visible == 1) {
if ((_root.q2._visible == 0) and (_root.q1._visible == 1)) {
_root.q2._visible = 1;
_root.aq2._visible = 1;
_root.sco.score = _root.sco.score + 250;
this._visible = 0;
}
}
if (this._visible == 1) {
if ((_root.q3._visible == 0) and (_root.q2._visible == 1)) {
_root.q3._visible = 1;
_root.aq3._visible = 1;
_root.sco.score = _root.sco.score + 250;
this._visible = 0;
}
}
if (this._visible == 1) {
if ((_root.q4._visible == 0) and (_root.q3._visible == 1)) {
_root.q4._visible = 1;
_root.aq4._visible = 1;
_root.sco.score = _root.sco.score + 250;
this._visible = 0;
}
}
}
_x = (_x - (4 + _root.lev.lvl));
_rotation = (_rotation + 5);
if (_x <= -30) {
this._visible = 1;
_y = random(400);
_x = 580;
}
}
}
}
Instance of Symbol 69 MovieClip "ba" in Frame 62
onClipEvent (load) {
speed = 4;
_y = random(400);
}
onClipEvent (enterFrame) {
_alpha = 0;
if (_root.paus._visible == 0) {
if (_root.gameover._visible == 0) {
_x = (_x - (speed + _root.lev.lvl));
_rotation = (_rotation + 5);
if (_x <= -50) {
this._visible = 1;
_root.bazz._visible = 1;
_y = random(400);
_x = 550;
}
}
}
}
Instance of Symbol 69 MovieClip "baq" in Frame 62
onClipEvent (load) {
speed = 4;
_y = random(400);
}
onClipEvent (enterFrame) {
_alpha = 0;
if (_root.paus._visible == 0) {
if (_root.gameover._visible == 0) {
_x = (_x - (speed + _root.lev.lvl));
_rotation = (_rotation + 5);
if (_x <= -50) {
this._visible = 1;
_root.bazz2._visible = 1;
_y = random(400);
_x = 550;
}
}
}
}
Instance of Symbol 69 MovieClip "baw" in Frame 62
onClipEvent (load) {
speed = 4;
_y = random(400);
}
onClipEvent (enterFrame) {
_alpha = 0;
if (_root.paus._visible == 0) {
if (_root.gameover._visible == 0) {
_x = (_x - (speed + _root.lev.lvl));
_rotation = (_rotation + 5);
if (_x <= -50) {
this._visible = 1;
_root.bazz3._visible = 1;
_y = random(400);
_x = 550;
}
}
}
}
Instance of Symbol 69 MovieClip "bae" in Frame 62
onClipEvent (load) {
speed = 4;
_y = random(400);
}
onClipEvent (enterFrame) {
_alpha = 0;
if (_root.paus._visible == 0) {
if (_root.gameover._visible == 0) {
_x = (_x - (speed + _root.lev.lvl));
_rotation = (_rotation + 5);
if (_x <= -50) {
this._visible = 1;
_root.bazz4._visible = 1;
_y = random(400);
_x = 550;
}
}
}
}
Instance of Symbol 69 MovieClip "bar" in Frame 62
onClipEvent (load) {
speed = 4;
_y = random(400);
}
onClipEvent (enterFrame) {
_alpha = 0;
if (_root.paus._visible == 0) {
if (_root.gameover._visible == 0) {
_x = (_x - (speed + _root.lev.lvl));
_rotation = (_rotation + 5);
if (_x <= -50) {
this._visible = 1;
_root.bazz5._visible = 1;
_y = random(400);
_x = 550;
}
}
}
}
Instance of Symbol 70 MovieClip "sert" in Frame 62
onClipEvent (load) {
speed = 4;
_y = random(400);
this._visible = 1;
}
onClipEvent (enterFrame) {
_alpha = 0;
if (_root.paus._visible == 0) {
if (_root.gameover._visible == 0) {
_x = (_x - (speed + _root.lev.lvl));
_rotation = (_rotation + 5);
if (_x <= -50) {
this._visible = 1;
_root.bazz1._visible = 1;
_y = random(400);
_x = 550;
}
}
}
}
Instance of Symbol 58 MovieClip "bazz1" in Frame 62
onClipEvent (enterFrame) {
if (_root.sert._visible == 0) {
play();
}
if (_root.sert._visible == 1) {
gotoAndStop (1);
}
_x = _root.sert._x;
_y = _root.sert._y;
}
Instance of Symbol 58 MovieClip "bazz2" in Frame 62
onClipEvent (enterFrame) {
if (_root.baq._visible == 0) {
play();
}
if (_root.baq._visible == 1) {
gotoAndStop (1);
}
_x = _root.baq._x;
_y = _root.baq._y;
}
Instance of Symbol 58 MovieClip "bazz3" in Frame 62
onClipEvent (enterFrame) {
if (_root.baw._visible == 0) {
play();
}
if (_root.baw._visible == 1) {
gotoAndStop (1);
}
_x = _root.baw._x;
_y = _root.baw._y;
}
Instance of Symbol 58 MovieClip "bazz4" in Frame 62
onClipEvent (enterFrame) {
if (_root.bae._visible == 0) {
play();
}
if (_root.bae._visible == 1) {
gotoAndStop (1);
}
_x = _root.bae._x;
_y = _root.bae._y;
}
Instance of Symbol 58 MovieClip "bazz5" in Frame 62
onClipEvent (enterFrame) {
if (_root.bar._visible == 0) {
play();
}
if (_root.bar._visible == 1) {
gotoAndStop (1);
}
_x = _root.bar._x;
_y = _root.bar._y;
}
Instance of Symbol 74 MovieClip in Frame 62
onClipEvent (load) {
kol = 0;
scory = 1;
pol = 0;
}
onClipEvent (enterFrame) {
trace(pol);
if (lop.hitTest(_root.n4)) {
if (this._visible == 1) {
if (pol == 0) {
_root.sco.score = _root.sco.score + 100;
this._visible = 0;
this.ser.gotoAndStop(1);
this.der.gotoAndStop(1);
}
if (pol == 1) {
_root.sco.score = _root.sco.score + 75;
this._visible = 0;
this.ser.gotoAndStop(2);
this.der.gotoAndStop(2);
}
if (pol == 2) {
_root.sco.score = _root.sco.score + 50;
this._visible = 0;
this.ser.gotoAndStop(3);
this.der.gotoAndStop(3);
}
if (pol == 3) {
_root.sco.score = _root.sco.score + 25;
this._visible = 0;
this.ser.gotoAndStop(4);
this.der.gotoAndStop(4);
}
}
}
if (_root.paus._visible == 0) {
if (_root.gameover._visible == 0) {
_x = (_x - (4 + _root.lev.lvl));
if (_x <= -30) {
_x = 580;
_y = random(400);
this._visible = 1;
kol = 1;
}
if (kol == 1) {
pol = random(4);
kol = 0;
}
}
}
}
Instance of Symbol 78 MovieClip "scorik" in Frame 62
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (this._visible == 1) {
finscore = _root.sco.score;
}
}
Instance of Symbol 81 MovieClip "buto" in Frame 62
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, false)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
onClipEvent (mouseDown) {
if (this._visible == 1) {
if (hitTest(_root._xmouse, _root._ymouse, false)) {
_root.kongregateScores.submit(_root.sco.score);
}
}
}
Instance of Symbol 89 MovieClip "energy" in Frame 62
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (_root.paus._visible == 0) {
if (_root.gameover._visible == 1) {
this._visible = 0;
}
if (this._visible == 1) {
life._xscale = life._xscale - 0.5;
}
if (life._xscale <= 0) {
_root.shield._visible = 0;
this._visible = 0;
life._xscale = 100;
}
}
}
Instance of Symbol 91 MovieClip "shield" in Frame 62
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
this._visible = _root.energy._visible;
if (_root.gameover._visible == 1) {
this._visible = 0;
}
}
Instance of Symbol 97 MovieClip "sco" in Frame 62
onClipEvent (enterFrame) {
if (score >= 1000) {
_root.lev.lvl = 2;
}
if (score >= 2000) {
_root.lev.lvl = 3;
}
if (score >= 3000) {
_root.lev.lvl = 4;
}
if (score >= 4000) {
_root.lev.lvl = 5;
}
if (score >= 5000) {
_root.lev.lvl = 6;
}
if (score >= 6000) {
_root.lev.lvl = 7;
}
if (score >= 7000) {
_root.lev.lvl = 8;
}
if (score >= 8000) {
_root.lev.lvl = 9;
}
if (score >= 9000) {
_root.lev.lvl = 10;
}
if (score >= 10000) {
_root.lev.lvl = 11;
}
if (score >= 11000) {
_root.lev.lvl = 12;
}
if (score >= 12000) {
_root.lev.lvl = 13;
}
if (score >= 13000) {
_root.lev.lvl = 14;
}
if (score >= 14000) {
_root.lev.lvl = 15;
}
if (score >= 15000) {
_root.lev.lvl = 16;
}
if (score >= 16000) {
_root.lev.lvl = 17;
}
if (score >= 17000) {
_root.lev.lvl = 18;
}
if (score >= 18000) {
_root.lev.lvl = 19;
}
if (score >= 19000) {
_root.lev.lvl = 20;
}
if (score >= 20000) {
_root.lev.lvl = 21;
}
if (score >= 21000) {
_root.lev.lvl = 22;
}
if (score >= 22000) {
_root.lev.lvl = 23;
}
if (score >= 23000) {
_root.lev.lvl = 24;
}
if (score >= 24000) {
_root.lev.lvl = 25;
}
if (score >= 25000) {
_root.lev.lvl = 26;
}
if (score >= 26000) {
_root.lev.lvl = 27;
}
if (score >= 27000) {
_root.lev.lvl = 28;
}
if (score >= 28000) {
_root.lev.lvl = 29;
}
if (score >= 29000) {
_root.lev.lvl = 30;
}
}
Instance of Symbol 101 MovieClip in Frame 62
onClipEvent (mouseDown) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
play();
}
}
Instance of Symbol 105 MovieClip "gameover" in Frame 62
onClipEvent (load) {
this._visible = 0;
}
Instance of Symbol 108 MovieClip "buto1" in Frame 62
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, false)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
onClipEvent (mouseDown) {
if (this._visible == 1) {
if (hitTest(_root._xmouse, _root._ymouse, false)) {
_root.prevFrame();
}
}
}
Instance of Symbol 23 MovieClip "n3" in Frame 62
onClipEvent (load) {
this._visible = 1;
}
onClipEvent (enterFrame) {
if (_root.n2._visible == 0) {
if (this._visible == 1) {
_root.lif = 2;
}
}
if (_root.n2._visible == 0) {
if (_root.baq._visible == 1) {
if (this._visible == 1) {
if (_root.baq.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (this.hitTest(_root.baq)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.n2._visible == 0) {
if (_root.baw._visible == 1) {
if (this._visible == 1) {
if (_root.baw.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (this.hitTest(_root.baw)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.n2._visible == 0) {
if (_root.bae._visible == 1) {
if (this._visible == 1) {
if (_root.bae.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bea._visible = 0;
}
if (this.hitTest(_root.bae)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.n2._visible == 0) {
if (_root.bar._visible == 1) {
if (this._visible == 1) {
if (_root.bar.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (this.hitTest(_root.bar)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.n2._visible == 0) {
if (_root.sert._visible == 1) {
if (this._visible == 1) {
if (_root.sert.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (this.hitTest(_root.sert)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.n2._visible == 0) {
if (_root.ba._visible == 1) {
if (this._visible == 1) {
if (_root.ba.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (this.hitTest(_root.ba)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
}
}
}
if (_root.paus._visible == 0) {
if (_root.gameover._visible == 0) {
_x = ((((_x * 3) + _root.n4._x) - 12) / 4);
_y = (((_y * 3) + _root.n4._y) / 4);
}
}
}
Instance of Symbol 23 MovieClip "n1" in Frame 62
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (_root.n0._visible == 0) {
if (this._visible == 1) {
_root.lif = 4;
}
}
if (_root.n0._visible == 0) {
if (_root.baq._visible == 1) {
if (this._visible == 1) {
if (_root.baq.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (_root.baq.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (_root.baq.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (this.hitTest(_root.baq)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.n0._visible == 0) {
if (_root.baw._visible == 1) {
if (this._visible == 1) {
if (_root.baw.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (_root.baw.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (_root.baw.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (this.hitTest(_root.baw)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.n0._visible == 0) {
if (_root.bae._visible == 1) {
if (this._visible == 1) {
if (_root.bae.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (_root.bae.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (_root.bae.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (this.hitTest(_root.bae)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.n0._visible == 0) {
if (_root.bar._visible == 1) {
if (this._visible == 1) {
if (_root.bar.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (_root.bar.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (_root.bar.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (this.hitTest(_root.bar)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.n0._visible == 0) {
if (_root.sert._visible == 1) {
if (this._visible == 1) {
if (_root.sert.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (_root.sert.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (_root.sert.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (this.hitTest(_root.sert)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.n0._visible == 0) {
if (_root.ba._visible == 1) {
if (this._visible == 1) {
if (_root.ba.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (_root.ba.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (_root.ba.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (this.hitTest(_root.ba)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
}
}
}
if (_root.paus._visible == 0) {
if (_root.gameover._visible == 0) {
_x = ((((_x * 3) + _root.n2._x) - 12) / 4);
_y = (((_y * 3) + _root.n2._y) / 4);
}
}
}
Instance of Symbol 23 MovieClip "q0" in Frame 62
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (_root.q1._visible == 0) {
if (this._visible == 1) {
_root.lif = 6;
}
}
if (_root.q1._visible == 0) {
if (_root.baq._visible == 1) {
if (this._visible == 1) {
if (_root.baq.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (_root.baq.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (_root.baq.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (_root.baq.hitTest(_root.n1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (_root.baq.hitTest(_root.n0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (this.hitTest(_root.baq)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.q1._visible == 0) {
if (_root.baw._visible == 1) {
if (this._visible == 1) {
if (_root.baw.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (_root.baw.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (_root.baw.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (_root.baw.hitTest(_root.n1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (_root.baw.hitTest(_root.n0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (this.hitTest(_root.ba)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.q1._visible == 0) {
if (_root.bae._visible == 1) {
if (this._visible == 1) {
if (_root.bae.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (_root.bae.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (_root.bae.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (_root.bae.hitTest(_root.n1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (_root.bae.hitTest(_root.n0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (this.hitTest(_root.bae)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.q1._visible == 0) {
if (_root.bar._visible == 1) {
if (this._visible == 1) {
if (_root.bar.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (_root.bar.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (_root.bar.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (_root.bar.hitTest(_root.n1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (_root.bar.hitTest(_root.n0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (this.hitTest(_root.bar)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.q1._visible == 0) {
if (_root.sert._visible == 1) {
if (this._visible == 1) {
if (_root.sert.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (_root.sert.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (_root.sert.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (_root.sert.hitTest(_root.n1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (_root.sert.hitTest(_root.n0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (this.hitTest(_root.sert)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.q1._visible == 0) {
if (_root.ba._visible == 1) {
if (this._visible == 1) {
if (_root.ba.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (_root.ba.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (_root.ba.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (_root.ba.hitTest(_root.n1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (_root.ba.hitTest(_root.n0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (this.hitTest(_root.ba)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
}
}
}
if (_root.paus._visible == 0) {
if (_root.gameover._visible == 0) {
_x = ((((_x * 3) + _root.n0._x) - 12) / 4);
_y = (((_y * 3) + _root.n0._y) / 4);
}
}
}
Instance of Symbol 23 MovieClip "q1" in Frame 62
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (_root.q2._visible == 0) {
if (this._visible == 1) {
_root.lif = 7;
}
}
if (_root.q2._visible == 0) {
if (_root.baq._visible == 1) {
if (this._visible == 1) {
if (_root.baq.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (_root.baq.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (_root.baq.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (_root.baq.hitTest(_root.n1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (_root.baq.hitTest(_root.n0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (_root.baq.hitTest(_root.q0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (this.hitTest(_root.baq)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.q2._visible == 0) {
if (_root.baw._visible == 1) {
if (this._visible == 1) {
if (_root.baw.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (_root.baw.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (_root.baw.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (_root.baw.hitTest(_root.n1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (_root.baw.hitTest(_root.n0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (_root.baw.hitTest(_root.q0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (this.hitTest(_root.baw)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.q2._visible == 0) {
if (_root.bae._visible == 1) {
if (this._visible == 1) {
if (_root.bae.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (_root.bae.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (_root.bae.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (_root.bae.hitTest(_root.n1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (_root.bae.hitTest(_root.n0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (_root.bae.hitTest(_root.q0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (this.hitTest(_root.bae)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.q2._visible == 0) {
if (_root.bar._visible == 1) {
if (this._visible == 1) {
if (_root.bar.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (_root.bar.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (_root.bar.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (_root.bar.hitTest(_root.n1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (_root.bar.hitTest(_root.n0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (_root.bar.hitTest(_root.q0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (this.hitTest(_root.bar)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.q2._visible == 0) {
if (_root.sert._visible == 1) {
if (this._visible == 1) {
if (_root.sert.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (_root.sert.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (_root.sert.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (_root.sert.hitTest(_root.n1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (_root.sert.hitTest(_root.n0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (_root.sert.hitTest(_root.q0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (this.hitTest(_root.sert)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.q2._visible == 0) {
if (_root.ba._visible == 1) {
if (this._visible == 1) {
if (_root.ba.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (_root.ba.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (_root.ba.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (_root.ba.hitTest(_root.n1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (_root.ba.hitTest(_root.n0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (_root.ba.hitTest(_root.q0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (this.hitTest(_root.ba)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
}
}
}
if (_root.paus._visible == 0) {
if (_root.gameover._visible == 0) {
_x = ((((_x * 3) + _root.q0._x) - 12) / 4);
_y = (((_y * 3) + _root.q0._y) / 4);
}
}
}
Instance of Symbol 23 MovieClip "q3" in Frame 62
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (_root.q4._visible == 0) {
if (this._visible == 1) {
_root.lif = 9;
}
}
if (_root.q4._visible == 0) {
if (_root.baq._visible == 1) {
if (this._visible == 1) {
if (_root.baq.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (_root.baq.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (_root.baq.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (_root.baq.hitTest(_root.n1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (_root.baq.hitTest(_root.n0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (_root.baq.hitTest(_root.q0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (_root.baq.hitTest(_root.q1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (_root.baq.hitTest(_root.q2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (this.hitTest(_root.baq)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.q4._visible == 0) {
if (_root.baw._visible == 1) {
if (this._visible == 1) {
if (_root.baw.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (_root.baw.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (_root.baw.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (_root.baw.hitTest(_root.n1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (_root.baw.hitTest(_root.n0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (_root.baw.hitTest(_root.q0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (_root.baw.hitTest(_root.q1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (_root.baw.hitTest(_root.q2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (this.hitTest(_root.baw)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.q4._visible == 0) {
if (_root.bae._visible == 1) {
if (this._visible == 1) {
if (_root.bae.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (_root.bae.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (_root.bae.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (_root.bae.hitTest(_root.n1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (_root.bae.hitTest(_root.n0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (_root.bae.hitTest(_root.q0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (_root.bae.hitTest(_root.q1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (_root.bae.hitTest(_root.q2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (this.hitTest(_root.bae)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.q4._visible == 0) {
if (_root.bar._visible == 1) {
if (this._visible == 1) {
if (_root.bar.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (_root.bar.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (_root.bar.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (_root.bar.hitTest(_root.n1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (_root.bar.hitTest(_root.n0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (_root.bar.hitTest(_root.q0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (_root.bar.hitTest(_root.q1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (_root.bar.hitTest(_root.q2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (this.hitTest(_root.bar)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.q4._visible == 0) {
if (_root.sert._visible == 1) {
if (this._visible == 1) {
if (_root.sert.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (_root.sert.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (_root.sert.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (_root.sert.hitTest(_root.n1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (_root.sert.hitTest(_root.n0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (_root.sert.hitTest(_root.q0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (_root.sert.hitTest(_root.q1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (_root.sert.hitTest(_root.q2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (this.hitTest(_root.sert)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.q4._visible == 0) {
if (_root.ba._visible == 1) {
if (this._visible == 1) {
if (_root.ba.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (_root.ba.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (_root.ba.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (_root.ba.hitTest(_root.n1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (_root.ba.hitTest(_root.n0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (_root.ba.hitTest(_root.q0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (_root.ba.hitTest(_root.q1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (_root.ba.hitTest(_root.q2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (this.hitTest(_root.ba)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
}
}
}
if (_root.paus._visible == 0) {
if (_root.gameover._visible == 0) {
_x = ((((_x * 3) + _root.q2._x) - 12) / 4);
_y = (((_y * 3) + _root.q2._y) / 4);
}
}
}
Instance of Symbol 23 MovieClip "q4" in Frame 62
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (this._visible == 1) {
_root.lif = 10;
}
if (_root.baq._visible == 1) {
if (this._visible == 1) {
if (_root.baq.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (_root.baq.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (_root.baq.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (_root.baq.hitTest(_root.n1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (_root.baq.hitTest(_root.n0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (_root.baq.hitTest(_root.q0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (_root.baq.hitTest(_root.q1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (_root.baq.hitTest(_root.q2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (_root.baq.hitTest(_root.q3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (this.hitTest(_root.baq)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
}
}
}
onClipEvent (enterFrame) {
if (_root.baw._visible == 1) {
if (this._visible == 1) {
if (_root.baw.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (_root.baw.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (_root.baw.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (_root.baw.hitTest(_root.n1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (_root.baw.hitTest(_root.n0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (_root.baw.hitTest(_root.q0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (_root.baw.hitTest(_root.q1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (_root.baw.hitTest(_root.q2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (_root.baw.hitTest(_root.q3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (this.hitTest(_root.baw)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
}
}
}
onClipEvent (enterFrame) {
if (_root.bae._visible == 1) {
if (this._visible == 1) {
if (_root.bae.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (_root.bae.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (_root.bae.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (_root.bae.hitTest(_root.n1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (_root.bae.hitTest(_root.n0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (_root.bae.hitTest(_root.q0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (_root.bae.hitTest(_root.q1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (_root.bae.hitTest(_root.q2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (_root.bae.hitTest(_root.q3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (this.hitTest(_root.bae)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
}
}
}
onClipEvent (enterFrame) {
if (_root.bar._visible == 1) {
if (this._visible == 1) {
if (_root.bar.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (_root.bar.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (_root.bar.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (_root.bar.hitTest(_root.n1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (_root.bar.hitTest(_root.n0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (_root.bar.hitTest(_root.q0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (_root.bar.hitTest(_root.q1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (_root.bar.hitTest(_root.q2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (_root.bar.hitTest(_root.q3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (this.hitTest(_root.bar)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
}
}
}
onClipEvent (enterFrame) {
if (_root.sert._visible == 1) {
if (this._visible == 1) {
if (_root.sert.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (_root.sert.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (_root.sert.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (_root.sert.hitTest(_root.n1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (_root.sert.hitTest(_root.n0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (_root.sert.hitTest(_root.q0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (_root.sert.hitTest(_root.q1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (_root.sert.hitTest(_root.q2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (_root.sert.hitTest(_root.q3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (this.hitTest(_root.sert)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
}
}
}
onClipEvent (enterFrame) {
if (_root.ba._visible == 1) {
if (this._visible == 1) {
if (_root.ba.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (_root.ba.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (_root.ba.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (_root.ba.hitTest(_root.n1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (_root.ba.hitTest(_root.n0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (_root.ba.hitTest(_root.q0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (_root.ba.hitTest(_root.q1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (_root.ba.hitTest(_root.q2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (_root.ba.hitTest(_root.q3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (this.hitTest(_root.ba)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
}
}
if (_root.paus._visible == 0) {
if (_root.gameover._visible == 0) {
_x = ((((_x * 3) + _root.q3._x) - 12) / 4);
_y = (((_y * 3) + _root.q3._y) / 4);
}
}
}
Instance of Symbol 112 MovieClip "n4" in Frame 62
onClipEvent (load) {
_root.lif = 1;
_root.lev.lvl = 1;
_root.sco.score = 0;
}
onClipEvent (enterFrame) {
if (this._alpha <= 50) {
_root.lif = 0;
}
if (_root.n3._visible == 0) {
if (this._visible == 1) {
_root.lif = 1;
}
}
if (_root.sert._visible == 1) {
if (this.hitTest(_root.sert)) {
if (_root.energy._visible == 1) {
_root.sert._visible = 0;
}
}
}
if (_root.gameover._visible == 0) {
if (_root.sert._visible == 1) {
if (_root.n3._visible == 0) {
if (this._visible == 1) {
if (this.hitTest(_root.sert)) {
this._alpha = 50;
_root.lif = 0;
_root.gameover._visible = 1;
_root.gameover.play();
_root.sert._visible = 0;
}
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.baq._visible == 1) {
if (this.hitTest(_root.baq)) {
if (_root.energy._visible == 1) {
_root.baq._visible = 0;
}
}
}
if (_root.gameover._visible == 0) {
if (_root.baq._visible == 1) {
if (_root.n3._visible == 0) {
if (this._visible == 1) {
if (this.hitTest(_root.baq)) {
this.alpha = 40;
_root.gameover._visible = 1;
_root.gameover.play();
_root.baq._visible = 0;
}
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.baw._visible == 1) {
if (this.hitTest(_root.baw)) {
if (_root.energy._visible == 1) {
_root.baw._visible = 0;
}
}
}
if (_root.gameover._visible == 0) {
if (_root.baw._visible == 1) {
if (_root.n3._visible == 0) {
if (this._visible == 1) {
if (this.hitTest(_root.baw)) {
this._alpha = 40;
_root.gameover._visible = 1;
_root.gameover.play();
_root.baw._visible = 0;
}
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.bae._visible == 1) {
if (this.hitTest(_root.bae)) {
if (_root.energy._visible == 1) {
_root.bae._visible = 0;
}
}
}
if (_root.gameover._visible == 0) {
if (_root.bae._visible == 1) {
if (_root.n3._visible == 0) {
if (this._visible == 1) {
if (this.hitTest(_root.bae)) {
this._alpha = 40;
_root.gameover._visible = 1;
_root.gameover.play();
_root.bae._visible = 0;
}
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.bar._visible == 1) {
if (this.hitTest(_root.bar)) {
if (_root.energy._visible == 1) {
_root.bar._visible = 0;
}
}
}
if (_root.gameover._visible == 0) {
if (_root.bar._visible == 1) {
if (_root.n3._visible == 0) {
if (this._visible == 1) {
if (this.hitTest(_root.bar)) {
this._alpha = 40;
_root.gameover._visible = 1;
_root.gameover.play();
_root.bar._visible = 0;
}
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.ba._visible == 1) {
if (this.hitTest(_root.ba)) {
if (_root.energy._visible == 1) {
_root.ba._visible = 0;
}
}
}
if (_root.energy._visible == 0) {
gotoAndStop (1);
_root.n3.gotoAndStop(1);
_root.n2.gotoAndStop(1);
_root.n1.gotoAndStop(1);
_root.n0.gotoAndStop(1);
_root.q0.gotoAndStop(1);
_root.q1.gotoAndStop(1);
_root.q2.gotoAndStop(1);
_root.q3.gotoAndStop(1);
_root.q4.gotoAndStop(1);
}
if (_root.bonus._visible == 1) {
if (this.hitTest(_root.bonus)) {
_root.energy._visible = 1;
gotoAndStop (2);
_root.n3.gotoAndStop(2);
_root.n2.gotoAndStop(2);
_root.n1.gotoAndStop(2);
_root.n0.gotoAndStop(2);
_root.q0.gotoAndStop(2);
_root.q1.gotoAndStop(2);
_root.q2.gotoAndStop(2);
_root.q3.gotoAndStop(2);
_root.q4.gotoAndStop(2);
_root.sco.score = _root.sco.score + 150;
_root.bonus._x = -30;
_root.shield._visible = 1;
_root.energy.life._xscale = 100;
_root.bonus._visible = 0;
}
}
if (this.hitTest(_root.desk)) {
_root.desk._alpha = 20;
}
if (this.hitTest(_root.sco)) {
_root.sco._alpha = 20;
}
if (this.hitTest(_root.energy)) {
_root.energy._alpha = 20;
}
if (this.hitTest(_root.shield)) {
_root.shield._alpha = 20;
}
if (!this.hitTest(_root.energy)) {
_root.energy._alpha = 100;
}
if (!this.hitTest(_root.shield)) {
_root.shield._alpha = 100;
}
if (this.hitTest(_root.lev)) {
_root.lev._alpha = 20;
}
if (this.hitTest(_root.lefer)) {
_root.lefer._alpha = 20;
}
if (!this.hitTest(_root.lev)) {
_root.lev._alpha = 100;
}
if (!this.hitTest(_root.lefer)) {
_root.lefer._alpha = 100;
}
if (!this.hitTest(_root.desk)) {
_root.desk._alpha = 100;
}
if (!this.hitTest(_root.sco)) {
_root.sco._alpha = 100;
}
if (_root.energy._visible == 0) {
if (_root.gameover._visible == 0) {
if (_root.ba._visible == 1) {
if (_root.n3._visible == 0) {
if (this._visible == 1) {
if (this.hitTest(_root.ba)) {
this._alpha = 30;
_root.gameover._visible = 1;
_root.gameover.play();
_root.ba._visible = 0;
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.paus._visible == 0) {
if (_root.gameover._visible == 0) {
_x = (((_x * 3) + _root._xmouse) / 4);
_y = (((_y * 3) + _root._ymouse) / 4);
}
}
}
Instance of Symbol 24 MovieClip "n2" in Frame 62
onClipEvent (load) {
this._visible = 1;
}
onClipEvent (enterFrame) {
if (_root.n1._visible == 0) {
if (_root.baq._visible == 1) {
if (this._visible == 1) {
if (_root.baq.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (_root.baq.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (this.hitTest(_root.baq)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.n1._visible == 0) {
if (_root.baw._visible == 1) {
if (this._visible == 1) {
if (_root.baw.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (_root.baw.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (this.hitTest(_root.baw)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.n1._visible == 0) {
if (_root.bae._visible == 1) {
if (this._visible == 1) {
if (_root.bae.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (_root.bae.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (this.hitTest(_root.bae)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.n1._visible == 0) {
if (_root.bar._visible == 1) {
if (this._visible == 1) {
if (_root.bar.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (_root.bar.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (this.hitTest(_root.bar)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.n1._visible == 0) {
if (this._visible == 1) {
_root.lif = 3;
}
}
if (_root.n1._visible == 0) {
if (_root.sert._visible == 1) {
if (this._visible == 1) {
if (_root.sert.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (_root.sert.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (this.hitTest(_root.sert)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.n1._visible == 0) {
if (_root.ba._visible == 1) {
if (this._visible == 1) {
if (_root.ba.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (_root.ba.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (this.hitTest(_root.ba)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
}
}
}
if (_root.paus._visible == 0) {
if (_root.gameover._visible == 0) {
_x = ((((_x * 3) + _root.n3._x) - 12) / 4);
_y = (((_y * 3) + _root.n3._y) / 4);
}
}
}
Instance of Symbol 113 MovieClip "n0" in Frame 62
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (_root.q0._visible == 0) {
if (this._visible == 1) {
_root.lif = 5;
}
}
if (_root.q0._visible == 0) {
if (_root.baq._visible == 1) {
if (this._visible == 1) {
if (_root.baq.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (_root.baq.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (_root.baq.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (_root.baq.hitTest(_root.n1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (this.hitTest(_root.baq)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.q0._visible == 0) {
if (_root.baw._visible == 1) {
if (this._visible == 1) {
if (_root.baw.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (_root.baw.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (_root.baw.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (_root.baw.hitTest(_root.n1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (this.hitTest(_root.baw)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.q0._visible == 0) {
if (_root.bae._visible == 1) {
if (this._visible == 1) {
if (_root.bae.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (_root.bae.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (_root.bae.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (_root.bae.hitTest(_root.n1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (this.hitTest(_root.bae)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.q0._visible == 0) {
if (_root.bar._visible == 1) {
if (this._visible == 1) {
if (_root.bar.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (_root.bar.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (_root.bar.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (_root.bar.hitTest(_root.n1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (this.hitTest(_root.bar)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.q0._visible == 0) {
if (_root.sert._visible == 1) {
if (this._visible == 1) {
if (_root.sert.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (_root.sert.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (_root.sert.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (_root.sert.hitTest(_root.n1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (this.hitTest(_root.sert)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.q0._visible == 0) {
if (_root.ba._visible == 1) {
if (this._visible == 1) {
if (_root.ba.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (_root.ba.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (_root.ba.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (_root.ba.hitTest(_root.n1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (this.hitTest(_root.ba)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
}
}
}
if (_root.paus._visible == 0) {
if (_root.gameover._visible == 0) {
_x = ((((_x * 3) + _root.n1._x) - 12) / 4);
_y = (((_y * 3) + _root.n1._y) / 4);
}
}
}
Instance of Symbol 114 MovieClip "q2" in Frame 62
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (_root.q3._visible == 0) {
if (this._visible == 1) {
_root.lif = 8;
}
}
if (_root.q3._visible == 0) {
if (_root.baq._visible == 1) {
if (this._visible == 1) {
if (_root.baq.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (_root.baq.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (_root.baq.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (_root.baq.hitTest(_root.n1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (_root.baq.hitTest(_root.n0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (_root.baq.hitTest(_root.q0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (_root.baq.hitTest(_root.q1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
if (this.hitTest(_root.baq)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baq._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.q3._visible == 0) {
if (_root.baw._visible == 1) {
if (this._visible == 1) {
if (_root.baw.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (_root.baw.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (_root.baw.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (_root.baw.hitTest(_root.n1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (_root.baw.hitTest(_root.n0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (_root.baw.hitTest(_root.q0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (_root.baw.hitTest(_root.q1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
if (this.hitTest(_root.baw)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.baw._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.q3._visible == 0) {
if (_root.bae._visible == 1) {
if (this._visible == 1) {
if (_root.bae.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (_root.bae.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (_root.bae.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (_root.bae.hitTest(_root.n1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (_root.bae.hitTest(_root.n0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (_root.bae.hitTest(_root.q0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (_root.bae.hitTest(_root.q1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
if (this.hitTest(_root.bae)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bae._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.q3._visible == 0) {
if (_root.bar._visible == 1) {
if (this._visible == 1) {
if (_root.bar.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (_root.bar.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (_root.bar.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (_root.bar.hitTest(_root.n1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (_root.bar.hitTest(_root.n0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (_root.bar.hitTest(_root.q0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (_root.bar.hitTest(_root.q1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
if (this.hitTest(_root.bar)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.bar._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.q3._visible == 0) {
if (_root.sert._visible == 1) {
if (this._visible == 1) {
if (_root.sert.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (_root.sert.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (_root.sert.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (_root.sert.hitTest(_root.n1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (_root.sert.hitTest(_root.n0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (_root.sert.hitTest(_root.q0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (_root.sert.hitTest(_root.q1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
if (this.hitTest(_root.sert)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.sert._visible = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.q3._visible == 0) {
if (_root.ba._visible == 1) {
if (this._visible == 1) {
if (_root.ba.hitTest(_root.n4)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (_root.ba.hitTest(_root.n3)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (_root.ba.hitTest(_root.n2)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (_root.ba.hitTest(_root.n1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (_root.ba.hitTest(_root.n0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (_root.ba.hitTest(_root.q0)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (_root.ba.hitTest(_root.q1)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
if (this.hitTest(_root.ba)) {
if (_root.energy._visible == 0) {
this._visible = 0;
}
_root.ba._visible = 0;
}
}
}
}
if (_root.paus._visible == 0) {
if (_root.gameover._visible == 0) {
_x = ((((_x * 3) + _root.q1._x) - 12) / 4);
_y = (((_y * 3) + _root.q1._y) / 4);
}
}
}
Instance of Symbol 116 MovieClip in Frame 62
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
_alpha = (_root.lev.lvl * 2.5);
}
Instance of Symbol 118 MovieClip "paus" in Frame 62
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (keyDown) {
if (this._visible == 0) {
if (Key.isDown(32)) {
this._visible = 1;
}
}
if (this._visible == 1) {
if (Key.isToggled(32)) {
this._visible = 0;
}
}
}
Instance of Symbol 67 MovieClip in Frame 62
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (_root.paus._visible == 1) {
this._visible = 1;
}
if (_root.gameover._visible == 1) {
this._visible = 1;
}
_x = _root._xmouse;
_y = _root._ymouse;
}
Symbol 121 MovieClip [__Packages.MochiAd] Frame 0
class MochiAd
{
function MochiAd () {
}
static function getVersion() {
return("2.7");
}
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 8 MovieClip Frame 25
stop();
Symbol 14 MovieClip Frame 1
stop();
Symbol 17 MovieClip Frame 1
stop();
Symbol 23 MovieClip Frame 1
stop();
Symbol 24 MovieClip Frame 1
stop();
Symbol 46 MovieClip Frame 1
stop();
Symbol 58 MovieClip Frame 1
stop();
Symbol 58 MovieClip Frame 12
this._visible = 0;
Symbol 58 MovieClip Frame 13
gotoAndStop (1);
Instance of Symbol 51 MovieClip in Symbol 65 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.gameover._visible == 0) {
if (_root.q4._visible == 1) {
_x = 580;
}
if (this.hitTest(_root.n4)) {
if (this._visible == 1) {
if (_root.n3._visible == 0) {
_root.n3._visible = 1;
_root.sco.score = _root.sco.score + 250;
this._visible = 0;
}
}
if (this._visible == 1) {
if ((_root.n2._visible == 0) and (_root.n3._visible == 1)) {
_root.n2._visible = 1;
_root.sco.score = _root.sco.score + 250;
this._visible = 0;
}
}
if (this._visible == 1) {
if ((_root.n2._visible == 0) and (_root.n3._visible == 1)) {
_root.n2._visible = 1;
_root.sco.score = _root.sco.score + 250;
this._visible = 0;
}
}
if (this._visible == 1) {
if ((_root.n1._visible == 0) and (_root.n2._visible == 1)) {
_root.n1._visible = 1;
_root.an1._visible = 1;
_root.sco.score = _root.sco.score + 250;
this._visible = 0;
}
}
if (this._visible == 1) {
if ((_root.n0._visible == 0) and (_root.n1._visible == 1)) {
_root.n0._visible = 1;
_root.an0._visible = 1;
_root.sco.score = _root.sco.score + 250;
this._visible = 0;
}
}
if (this._visible == 1) {
if ((_root.q0._visible == 0) and (_root.n0._visible == 1)) {
_root.q0._visible = 1;
_root.aq0._visible = 1;
_root.sco.score = _root.sco.score + 250;
this._visible = 0;
}
}
if (this._visible == 1) {
if ((_root.q1._visible == 0) and (_root.q0._visible == 1)) {
_root.q1._visible = 1;
_root.aq1._visible = 1;
_root.sco.score = _root.sco.score + 250;
this._visible = 0;
}
}
if (this._visible == 1) {
if ((_root.q2._visible == 0) and (_root.q1._visible == 1)) {
_root.q2._visible = 1;
_root.aq2._visible = 1;
_root.sco.score = _root.sco.score + 250;
this._visible = 0;
}
}
if (this._visible == 1) {
if ((_root.q3._visible == 0) and (_root.q2._visible == 1)) {
_root.q3._visible = 1;
_root.aq3._visible = 1;
_root.sco.score = _root.sco.score + 250;
this._visible = 0;
}
}
if (this._visible == 1) {
if ((_root.q4._visible == 0) and (_root.q3._visible == 1)) {
_root.q4._visible = 1;
_root.aq4._visible = 1;
_root.sco.score = _root.sco.score + 250;
this._visible = 0;
}
}
}
_x = (_x - (4 + _root.lev.lvl));
_rotation = (_rotation + 5);
if (_x <= -30) {
this._visible = 1;
_y = random(400);
_x = 530;
}
}
}
Instance of Symbol 55 MovieClip "bonus" in Symbol 65 MovieClip Frame 1
onClipEvent (load) {
pol = 1;
ser = 10;
}
onClipEvent (enterFrame) {
if (_root.gameover._visible == 0) {
if (this.hitTest(_root.n4)) {
if (this._visible == 1) {
if (_root.n3._visible == 0) {
_root.n3._visible = 1;
this._visible = 0;
}
}
if (this._visible == 1) {
if ((_root.n2._visible == 0) and (_root.n3._visible == 1)) {
_root.n2._visible = 1;
this._visible = 0;
}
}
if (this._visible == 1) {
if ((_root.n2._visible == 0) and (_root.n3._visible == 1)) {
_root.n2._visible = 1;
this._visible = 0;
}
}
if (this._visible == 1) {
if ((_root.n1._visible == 0) and (_root.n2._visible == 1)) {
_root.n1._visible = 1;
_root.an1._visible = 1;
this._visible = 0;
}
}
if (this._visible == 1) {
if ((_root.n0._visible == 0) and (_root.n1._visible == 1)) {
_root.n0._visible = 1;
_root.an0._visible = 1;
this._visible = 0;
}
}
if (this._visible == 1) {
if ((_root.q0._visible == 0) and (_root.n0._visible == 1)) {
_root.q0._visible = 1;
_root.aq0._visible = 1;
this._visible = 0;
}
}
if (this._visible == 1) {
if ((_root.q1._visible == 0) and (_root.q0._visible == 1)) {
_root.q1._visible = 1;
_root.aq1._visible = 1;
this._visible = 0;
}
}
if (this._visible == 1) {
if ((_root.q2._visible == 0) and (_root.q1._visible == 1)) {
_root.q2._visible = 1;
_root.aq2._visible = 1;
this._visible = 0;
}
}
if (this._visible == 1) {
if ((_root.q3._visible == 0) and (_root.q2._visible == 1)) {
_root.q3._visible = 1;
_root.aq3._visible = 1;
this._visible = 0;
}
}
if (this._visible == 1) {
if ((_root.q4._visible == 0) and (_root.q3._visible == 1)) {
_root.q4._visible = 1;
_root.aq4._visible = 1;
this._visible = 0;
}
}
}
_x = (_x - (4 + _root.lev.lvl));
if (_x <= -30) {
ser = random(9 + _root.lev.lvl);
if (ser <= 3) {
this._visible = 1;
}
if (ser > 3) {
this._visible = 0;
}
_y = random(400);
_x = 530;
}
}
}
Instance of Symbol 58 MovieClip "bazz1" in Symbol 65 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.sert._visible == 0) {
play();
}
if (_root.sert._visible == 1) {
gotoAndStop (1);
}
_x = _root.sert._x;
_y = _root.sert._y;
}
Symbol 73 MovieClip Frame 1
stop();
Instance of Symbol 72 MovieClip "lop" in Symbol 74 MovieClip Frame 1
onClipEvent (load) {
this._visible = 0;
}
Symbol 81 MovieClip Frame 1
stop();
Symbol 101 MovieClip Frame 1
stop();
var s = new Sound(_root);
s.setVolume(100);
Symbol 101 MovieClip Frame 2
stop();
var s = new Sound(_root);
s.setVolume(0);
Symbol 105 MovieClip Frame 1
stop();
Symbol 105 MovieClip Frame 40
stop();
_root.scorik._visible = 1;
_root.buto._visible = 1;
_root.buto1._visible = 1;
Symbol 108 MovieClip Frame 1
stop();
Symbol 112 MovieClip Frame 1
stop();
Symbol 112 MovieClip Frame 2
stop();
Symbol 113 MovieClip Frame 1
stop();
Symbol 114 MovieClip Frame 1
stop();