Frame 1
this.onEnterFrame = function () {
loadedbytes = getBytesLoaded();
totalbytes = getBytesTotal();
percentbytes = int(loadedbytes / (totalbytes / 100));
loader.gotoAndStop(percentbytes);
};
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
__com_mochibot__("b52d9dc4", this, 10301, true);
Frame 2
if (loadedbytes == totalbytes) {
gotoAndPlay (3);
} else {
gotoAndPlay (1);
}
Frame 3
stop();
Frame 4
stop();
_root.congrat.swapDepths(_root.getNextHighestDepth());
_root.congrat.removeMovieClip();
_root.gameover.swapDepths(_root.getNextHighestDepth());
_root.gameover.removeMovieClip();
_root.newlevel.swapDepths(_root.getNextHighestDepth());
_root.newlevel.removeMovieClip();
stopAllSounds();
var menumsica = new Sound();
menumsica.attachSound("menumusic");
menumsica.start(0, 1000);
menumsica.setVolume(50);
Instance of Symbol 21 MovieClip [star1] in Frame 4
onClipEvent (enterFrame) {
this._y = this._y + 4;
if (this._y > 450) {
this._y = -50;
}
}
Instance of Symbol 51 MovieClip [spike2] in Frame 4
onClipEvent (enterFrame) {
this._y = this._y + 5.5;
if (this._y > 450) {
this._y = -50;
}
}
Instance of Symbol 30 MovieClip [star4] in Frame 4
onClipEvent (enterFrame) {
this._y = this._y + 2;
if (this._y > 450) {
this._y = -50;
}
}
Instance of Symbol 27 MovieClip [star3] in Frame 4
onClipEvent (enterFrame) {
this._y = this._y + 6;
if (this._y > 450) {
this._y = -50;
}
}
Instance of Symbol 24 MovieClip [star2] in Frame 4
onClipEvent (enterFrame) {
this._y = this._y + 4;
if (this._y > 450) {
this._y = -50;
}
}
Instance of Symbol 33 MovieClip [spike] in Frame 4
onClipEvent (enterFrame) {
this._y = this._y + 5;
if (this._y > 450) {
this._y = -50;
}
}
Instance of Symbol 21 MovieClip [star1] in Frame 4
onClipEvent (enterFrame) {
this._y = this._y + 3;
if (this._y > 450) {
this._y = -50;
}
}
Frame 5
_root.congrat.swapDepths(_root.getNextHighestDepth());
_root.congrat.removeMovieClip();
_root.gameover.swapDepths(_root.getNextHighestDepth());
_root.gameover.removeMovieClip();
_root.newlevel.swapDepths(_root.getNextHighestDepth());
_root.newlevel.removeMovieClip();
Frame 6
function createobjeto(tipo) {
_root.ng = _root.ng + 1;
var _local4 = _root.attachMovie(tipo, tipo + _root.ng, -10000 + _root.ng, {_x:random(550), _y:-25});
_root[tipo + _root.ng].speed = random(_root["s" + _root.nivel]) + _root["p" + _root.nivel];
_root[tipo + _root.ng].score = _root[tipo][0];
_root[tipo + _root.ng].estipo = tipo;
_root[tipo + _root.ng].cacheAsBitmap = true;
_local4.onEnterFrame = function () {
this._y = this._y + this.speed;
if (this._y > 450) {
this.swapDepths(_root.getNextHighestDepth());
this.removeMovieClip();
}
if (_root.levelup == 1) {
this.swapDepths(_root.getNextHighestDepth());
this.removeMovieClip();
}
if (_root.levelup == 0) {
if (this.hitTest(_root.red)) {
if (_root.bshow.noboc._visible == false) {
_root.soundpick.start(0, 1);
}
_root.score = _root.score + this.score;
if (this.estipo == "healthp") {
_root.health = _root.health + 5;
if (_root.health > 100) {
_root.health = 100;
}
_root.hbar._xscale = _root.health;
}
this.swapDepths(_root.getNextHighestDepth());
this.removeMovieClip();
}
}
};
}
function createspike() {
_root.ng = _root.ng + 1;
var _local5 = _root.attachMovie("spike", "spike" + _root.ng, -10000 + _root.ng, {_x:random(550), _y:-25});
_root["spike" + _root.ng].speed = random(_root["s" + _root.nivel]) + _root["p" + _root.nivel];
_root["spike" + _root.ng].health = _root.spike[0];
_root["spike" + _root.ng].cacheAsBitmap = true;
_local5.onEnterFrame = function () {
this._y = this._y + this.speed;
if (this._y > 450) {
this.swapDepths(_root.getNextHighestDepth());
this.removeMovieClip();
}
if (_root.levelup == 1) {
this.swapDepths(_root.getNextHighestDepth());
this.removeMovieClip();
}
if (_root.levelup == 0) {
if (this.hitTest(_root.red)) {
if (_root.bshow.noboc._visible == false) {
_root.soundexp.start(0, 1);
}
_root.attachMovie("explosion", "explosion", _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
_root.health = _root.health + (-this.health);
_root.hbar._xscale = _root.health;
this.swapDepths(_root.getNextHighestDepth());
this.removeMovieClip();
}
var _local3 = -1;
while (_local3++ , _local3 < _root.brn) {
if (this.hitTest(_root["brick" + _local3])) {
if (_root.bshow.noboc._visible == false) {
_root.soundexp.start(0, 1);
}
_root.attachMovie("explosion", "explosion", _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
_root.score = _root.score + 50;
this.swapDepths(_root.getNextHighestDepth());
this.removeMovieClip();
_root["brick" + _local3].swapDepths(_root.getNextHighestDepth());
_root["brick" + _local3].removeMovieClip();
}
}
}
};
}
function createspike2() {
_root.ng = _root.ng + 1;
var _local5 = _root.attachMovie("spike2", "spike2" + _root.ng, -10000 + _root.ng, {_x:random(550), _y:-25});
_root["spike2" + _root.ng].speed = random(_root["s" + _root.nivel]) + _root["p" + _root.nivel];
_root["spike2" + _root.ng].health = _root.spike2[0];
_root["spike2" + _root.ng].shc = 0;
_root["spike2" + _root.ng].cacheAsBitmap = true;
_local5.onEnterFrame = function () {
this._y = this._y + this.speed;
if (this._y > 450) {
this.swapDepths(_root.getNextHighestDepth());
this.removeMovieClip();
}
if (_root.levelup == 1) {
this.swapDepths(_root.getNextHighestDepth());
this.removeMovieClip();
}
if (_root.levelup == 0) {
if (this.hitTest(_root.red)) {
if (_root.bshow.noboc._visible == false) {
_root.soundexp.start(0, 1);
}
_root.attachMovie("explosion", "explosion", _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
_root.health = _root.health + (-this.health);
_root.hbar._xscale = _root.health;
this.swapDepths(_root.getNextHighestDepth());
this.removeMovieClip();
}
var _local3 = -1;
while (_local3++ , _local3 < _root.brn) {
if (this.hitTest(_root["brick" + _local3])) {
if (_root.bshow.noboc._visible == false) {
_root.soundexp.start(0, 1);
}
_root.attachMovie("explosion", "explosion", _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
_root.score = _root.score + 50;
this.swapDepths(_root.getNextHighestDepth());
this.removeMovieClip();
_root["brick" + _local3].swapDepths(_root.getNextHighestDepth());
_root["brick" + _local3].removeMovieClip();
}
}
this.shc = this.shc + 1;
if (this.shc == 30) {
this.shc = 0;
var _local5 = _root.attachMovie("spikeb", "spikeb" + _root.spbn, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
_root["spikeb" + _root.spbn]._yscale = -100;
_local5.onEnterFrame = function () {
this._y = this._y + 8;
if (this.hitTest(_root.red)) {
if (_root.bshow.noboc._visible == false) {
_root.soundexp.start(0, 1);
}
_root.attachMovie("explosion2", "explosion2", _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
_root.health = _root.health + -3;
_root.hbar._xscale = _root.health;
this.swapDepths(_root.getNextHighestDepth());
this.removeMovieClip();
}
if (this._y > 450) {
this.swapDepths(_root.getNextHighestDepth());
this.removeMovieClip();
}
};
_root.spbn = _root.spbn + 1;
var _local4 = _root.attachMovie("spikeb", "spikeb" + _root.spbn, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
_local4.onEnterFrame = function () {
this._y = this._y + -8;
if (this.hitTest(_root.red)) {
if (_root.bshow.noboc._visible == false) {
_root.soundexp.start(0, 1);
}
_root.attachMovie("explosion2", "explosion2", _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
_root.health = _root.health + -3;
_root.hbar._xscale = _root.health;
this.swapDepths(_root.getNextHighestDepth());
this.removeMovieClip();
}
if (this._y < -50) {
this.swapDepths(_root.getNextHighestDepth());
this.removeMovieClip();
}
};
_root.spbn = _root.spbn + 1;
_local5 = _root.attachMovie("spikeb", "spikeb" + _root.spbn, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
_root["spikeb" + _root.spbn]._rotation = 90;
_local5.onEnterFrame = function () {
this._x = this._x + 8;
if (this.hitTest(_root.red)) {
if (_root.bshow.noboc._visible == false) {
_root.soundexp.start(0, 1);
}
_root.attachMovie("explosion2", "explosion2", _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
_root.health = _root.health + -3;
_root.hbar._xscale = _root.health;
this.swapDepths(_root.getNextHighestDepth());
this.removeMovieClip();
}
if (this._x > 600) {
this.swapDepths(_root.getNextHighestDepth());
this.removeMovieClip();
}
};
_root.spbn = _root.spbn + 1;
_local5 = _root.attachMovie("spikeb", "spikeb" + _root.spbn, _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
_root["spikeb" + _root.spbn]._rotation = -90;
_local5.onEnterFrame = function () {
this._x = this._x + -8;
if (this.hitTest(_root.red)) {
if (_root.bshow.noboc._visible == false) {
_root.soundexp.start(0, 1);
}
_root.attachMovie("explosion2", "explosion2", _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
_root.health = _root.health + -3;
_root.hbar._xscale = _root.health;
this.swapDepths(_root.getNextHighestDepth());
this.removeMovieClip();
}
if (this._x < -50) {
this.swapDepths(_root.getNextHighestDepth());
this.removeMovieClip();
}
};
_root.spbn = _root.spbn + 1;
}
}
};
}
function createspike3() {
_root.ng = _root.ng + 1;
var _local4 = _root.attachMovie("spike3", "spike3" + _root.ng, -10000 + _root.ng, {_x:random(550), _y:-25});
_root["spike3" + _root.ng].speed = random(_root["s" + _root.nivel]) + _root["p" + _root.nivel];
_root["spike3" + _root.ng].health = _root.spike3[0];
_root["spike3" + _root.ng].cacheAsBitmap = true;
_local4.onEnterFrame = function () {
this._y = this._y + this.speed;
if (this._y > 450) {
this.swapDepths(_root.getNextHighestDepth());
this.removeMovieClip();
}
if (_root.levelup == 1) {
this.swapDepths(_root.getNextHighestDepth());
this.removeMovieClip();
}
if (_root.levelup == 0) {
if (this.hitTest(_root.red)) {
if (_root.bshow.noboc._visible == false) {
_root.soundexp.start(0, 1);
}
_root.attachMovie("explosion", "explosion", _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
_root.health = _root.health + (-this.health);
_root.hbar._xscale = _root.health;
this.swapDepths(_root.getNextHighestDepth());
this.removeMovieClip();
}
var _local3 = -1;
while (_local3++ , _local3 < _root.brn) {
if (this.hitTest(_root["brick" + _local3])) {
if (_root.bshow.noboc._visible == false) {
_root.soundexp.start(0, 1);
}
_root.attachMovie("explosion", "explosion", _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
_root.score = _root.score + 50;
this.swapDepths(_root.getNextHighestDepth());
this.removeMovieClip();
_root["brick" + _local3].swapDepths(_root.getNextHighestDepth());
_root["brick" + _local3].removeMovieClip();
}
}
if (this.field.hitTest(_root.red)) {
if (_root.bshow.noboc._visible == false) {
_root.soundexp.start(0, 1);
}
_root.attachMovie("explosion", "explosion", _root.getNextHighestDepth(), {_x:this._x, _y:this._y});
_root.health = _root.health + (-this.health);
_root.hbar._xscale = _root.health;
this.swapDepths(_root.getNextHighestDepth());
this.removeMovieClip();
}
}
};
}
_quality = "MEDIUM";
stopAllSounds();
var lamusica = new Sound();
lamusica.attachSound("mainmusic");
lamusica.start(0, 1000);
var soundexp = new Sound();
soundexp.attachSound("exploted");
var soundpick = new Sound();
soundpick.attachSound("blorp");
soundpick.setVolume(50);
_root.gameover._x = 700;
_root.newlevel._x = 100;
_root.congrat._x = 700;
_root.backg.cacheAsBitmap = true;
_root.bshow.noboc._visible = false;
var spbn = 0;
var brn = 0;
var ng = 0;
var xc = 0;
var ct = 0;
var score = 0;
var nivel = 1;
var health = 100;
var sender = 0;
var tiempo = 30;
var bricksn = 3;
var star1 = new Array(100, 1);
var star2 = new Array(200, 1);
var star3 = new Array(300, 1);
var star4 = new Array(400, 1);
var bubble1 = new Array(300, 1);
var bubble2 = new Array(400, 1);
var bubble3 = new Array(500, 1);
var cherry = new Array(300, 1);
var star = new Array(600, 1);
var healthp = new Array(200, 1);
var spike = new Array(5, 2);
var spike2 = new Array(10, 2);
var spike3 = new Array(7, 2);
var niv1 = new Array("star1", "star2", "spike", "star1", "star2", "star2");
var q1 = 6;
var c1 = 10;
var s1 = 6;
var p1 = 3;
var tiempo1 = 20;
var niv2 = new Array("star1", "star3", "spike", "star1", "star2", "star2");
var q2 = 6;
var c2 = 10;
var s2 = 6;
var p2 = 3.5;
var tiempo2 = 30;
var niv3 = new Array("star1", "star2", "spike3", "star3", "star2", "star3");
var q3 = 6;
var c3 = 10;
var s3 = 6;
var p3 = 4;
var tiempo3 = 30;
var niv4 = new Array("star1", "star4", "spike3", "star3", "star2", "star3", "spike", "star4");
var q4 = 8;
var c4 = 10;
var s4 = 6;
var p4 = 4;
var tiempo4 = 30;
var niv5 = new Array("star4", "spike3", "cherry", "star2", "star3", "spike", "cherry", "healthp");
var q5 = 8;
var c5 = 10;
var s5 = 6;
var p5 = 4;
var tiempo5 = 30;
var niv6 = new Array("bubble1", "bubble1", "spike", "spike3", "cherry", "star2", "healthp", "spike", "star3", "star3");
var q6 = 10;
var c6 = 9;
var s6 = 6;
var p6 = 4;
var tiempo6 = 30;
var niv7 = new Array("bubble1", "bubble1", "spike2", "spike", "cherry", "star2", "healthp", "spike", "star4", "star1");
var q7 = 10;
var c7 = 9;
var s7 = 6;
var p7 = 4;
var tiempo7 = 30;
var niv8 = new Array("star", "bubble2", "spike2", "spike", "cherry", "star2", "healthp", "spike", "star4", "star1");
var q8 = 10;
var c8 = 8;
var s8 = 6;
var p8 = 4;
var tiempo8 = 30;
var niv9 = new Array("star", "spike2", "spike2", "spike", "cherry", "star2", "healthp", "spike3", "bubble3", "star1");
var q9 = 10;
var c9 = 8;
var s9 = 6;
var p9 = 4;
var tiempo9 = 30;
var niv10 = new Array("star", "spike", "spike2", "spike", "cherry", "spike3", "healthp", "spike3", "bubble3", "star1", "bubble1", "star2");
var q10 = 12;
var c10 = 7;
var s10 = 6;
var p10 = 4.5;
var tiempo10 = 30;
var niv11 = new Array("star", "spike", "spike2", "spike", "cherry", "spike", "healthp", "spike3", "bubble2", "star4", "bubble1", "star2");
var q11 = 12;
var c11 = 7;
var s11 = 8;
var p11 = 4.5;
var tiempo11 = 30;
var niv12 = new Array("star4", "spike", "spike2", "spike", "bubble2", "bubble2", "spike3", "healthp", "star1", "bubble3", "star3", "bubble1", "star2");
var q12 = 13;
var c12 = 7;
var s12 = 9;
var p12 = 4.8;
var tiempo12 = 30;
var niv13 = new Array("star", "star", "spike", "spike2", "spike", "cherry", "cherry", "spike3", "healthp", "spike3", "bubble3", "star1", "bubble1", "star2");
var q13 = 14;
var c13 = 6;
var s13 = 9;
var p13 = 4.8;
var tiempo13 = 30;
var niv14 = new Array("star", "star", "spike2", "spike2", "spike", "cherry", "cherry", "spike3", "healthp", "spike3", "bubble2", "star1", "bubble1", "star3");
var q14 = 14;
var c14 = 6;
var s14 = 9;
var p14 = 4.8;
var tiempo14 = 30;
var niv15 = new Array("spike2", "star", "star2", "spike2", "spike2", "spike", "cherry", "cherry", "spike", "healthp", "spike3", "bubble3", "star4", "bubble2", "star1");
var q15 = 15;
var c15 = 6;
var s15 = 9;
var p15 = 4.9;
var tiempo15 = 30;
var niv16 = new Array("spike", "star", "star2", "spike2", "spike2", "spike3", "cherry", "star4", "spike", "healthp", "spike3", "bubble3", "star4", "bubble2", "star1");
var q16 = 15;
var c16 = 6;
var s16 = 10;
var p16 = 4.9;
var tiempo16 = 30;
var niv17 = new Array("spike3", "star1", "star", "star2", "spike2", "spike2", "spike", "cherry", "cherry", "spike", "healthp", "spike3", "bubble3", "star4", "bubble2", "star1");
var q17 = 16;
var c17 = 6;
var s17 = 10;
var p17 = 4.9;
var tiempo17 = 30;
var niv18 = new Array("spike2", "spike2", "star3", "star2", "spike2", "spike2", "spike", "cherry", "cherry", "spike", "healthp", "spike3", "bubble3", "star4", "bubble2", "star1");
var q18 = 16;
var c18 = 6;
var s18 = 10;
var p18 = 5;
var tiempo18 = 30;
var niv19 = new Array("spike2", "star", "star2", "star2", "spike2", "spike2", "spike", "cherry", "cherry", "spike", "healthp", "spike3", "bubble3", "star4", "bubble2", "star1");
var q19 = 16;
var c19 = 6;
var s19 = 11;
var p19 = 5;
var tiempo19 = 30;
var niv20 = new Array("spike3", "star", "star2", "star2", "spike3", "spike2", "spike", "cherry", "cherry", "spike", "healthp", "spike3", "bubble3", "star4", "bubble2", "star1");
var q20 = 16;
var c20 = 5;
var s20 = 11;
var p20 = 5;
var tiempo20 = 30;
var niv21 = new Array("spike2", "star", "spike3", "star3", "star1", "spike2", "spike2", "spike", "cherry", "cherry", "spike", "healthp", "spike3", "bubble3", "star4", "bubble2", "star1");
var q21 = 17;
var c21 = 5;
var s21 = 11;
var p21 = 5;
var tiempo21 = 30;
var niv22 = new Array("spike2", "star", "spike3", "star3", "star1", "spike2", "spike", "spike", "cherry", "cherry", "spike", "healthp", "spike3", "bubble3", "star3", "bubble1", "star2");
var q22 = 17;
var c22 = 5;
var s22 = 12;
var p22 = 5;
var tiempo22 = 30;
var niv23 = new Array("spike2", "star", "spike2", "star3", "star1", "spike2", "spike2", "spike", "cherry", "cherry", "spike", "healthp", "spike3", "bubble3", "star3", "bubble1", "star2");
var q23 = 17;
var c23 = 5;
var s23 = 12;
var p23 = 5.1;
var tiempo23 = 30;
var niv24 = new Array("spike2", "star", "spike2", "star3", "star1", "spike2", "spike2", "spike", "cherry", "cherry", "spike", "healthp", "spike3", "bubble3", "star3", "bubble1", "star2");
var q24 = 17;
var c24 = 4;
var s24 = 13;
var p24 = 5.1;
var tiempo24 = 30;
var niv25 = new Array("spike2", "spike2", "spike2", "spike2", "star", "star2", "spike2", "spike2", "spike", "cherry", "cherry", "spike", "healthp", "spike3", "bubble3", "star4", "bubble2", "star1");
var q25 = 18;
var c25 = 4;
var s25 = 14;
var p25 = 5.2;
var tiempo25 = 30;
stop();
var levelup = 0;
this.onEnterFrame = function () {
if (_root.health <= 0) {
_root.health = 0;
_root.hbar._xscale = _root.health;
if (_root.gameover._x != 115) {
_root.levelup = 1;
_root.HPScoreService.postScore(_root.score, "");
_root.gameover.swapDepths(_root.getNextHighestDepth());
_root.gameover._x = 115;
_root.gameover._y = 134;
}
} else if (_root.levelup == 0) {
_root.sender = _root.sender + 1;
_root.ct = _root.ct + 1;
if (_root.ct == 28) {
_root.ct = 0;
_root.tiempo = _root.tiempo + -1;
}
}
if (_root.tiempo == 0) {
_root.levelup = 1;
if (_root.nivel == 25) {
_root.congrat.swapDepths(_root.getNextHighestDepth());
_root.congrat._x = 114;
_root.congrat._y = 134;
} else {
_root.newlevel.swapDepths(_root.getNextHighestDepth());
_root.newlevel._x = 97;
_root.newlevel._y = 134;
}
} else if (_root.sender == _root["c" + _root.nivel]) {
_root.sender = 0;
xc = random(_root["q" + nivel]);
switch (_root["niv" + nivel][xc]) {
case "spike" :
_root.createspike();
break;
case "spike2" :
_root.createspike2();
break;
case "spike3" :
_root.createspike3();
break;
default :
_root.createobjeto(_root["niv" + nivel][xc]);
}
}
};
red.onEnterFrame = function () {
if (_root.levelup == 0) {
this._x = this._x - ((this._x - _root._xmouse) / 3);
this._y = this._y - ((this._y - _root._ymouse) / 3);
}
};
this.onMouseDown = function () {
if (_root.nomusic.hitTest(_xmouse, _ymouse, true)) {
if (_root.bshow.noboc._visible == false) {
_root.bshow.noboc._visible = true;
lamusica.stop();
} else {
lamusica.start(0, 1000);
_root.bshow.noboc._visible = false;
}
} else if (_root.levelup == 0) {
if (_root.bricksn > 0) {
_root.attachMovie("brick", "brick" + _root.brn, _root.getNextHighestDepth(), {_x:_xmouse, _y:_ymouse});
_root.bricksn = _root.bricksn + -1;
_root.brn = _root.brn + 1;
}
}
};
Instance of Symbol 74 MovieClip [brick] in Frame 6
/* no clip actions */
Frame 10
this.onEnterFrame = function () {
this.stop();
};
Frame 11
this.onEnterFrame = function () {
this.stop();
};
Symbol 2 MovieClip Frame 1
stop();
Symbol 2 MovieClip Frame 2
stop();
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Symbol 11 MovieClip Frame 100
stop();
Symbol 65 MovieClip [explosion] Frame 16
this.removeMovieClip();
Symbol 70 MovieClip Frame 1
stop();
Symbol 71 MovieClip [explosion2] Frame 16
this.removeMovieClip();
Symbol 79 MovieClip Frame 1
stop();
Symbol 81 Button
on (release) {
getURL ("http://www.hallpass.com", "_blank");
}
Symbol 91 MovieClip Frame 1
stop();
Symbol 91 MovieClip Frame 2
stop();
Instance of Symbol 91 MovieClip in Symbol 92 MovieClip Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y - yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 91 MovieClip in Symbol 92 MovieClip Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y - yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 91 MovieClip in Symbol 92 MovieClip Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y - yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 91 MovieClip in Symbol 92 MovieClip Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y - yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 91 MovieClip in Symbol 92 MovieClip Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y - yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 91 MovieClip in Symbol 92 MovieClip Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y - yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 91 MovieClip in Symbol 92 MovieClip Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y - yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 91 MovieClip in Symbol 92 MovieClip Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y - yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 91 MovieClip in Symbol 92 MovieClip Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y - yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 91 MovieClip in Symbol 92 MovieClip Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y - yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 91 MovieClip in Symbol 92 MovieClip Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y - yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 91 MovieClip in Symbol 92 MovieClip Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y - yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 93 MovieClip Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y - yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 93 MovieClip Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y - yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 93 MovieClip Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y - yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 93 MovieClip Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y - yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 93 MovieClip Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y - yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 93 MovieClip Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y - yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 93 MovieClip Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y - yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 93 MovieClip Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y - yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 93 MovieClip Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y - yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 93 MovieClip Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y - yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 93 MovieClip Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y - yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 93 MovieClip Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y - yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 93 MovieClip Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y - yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 93 MovieClip Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y - yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 93 MovieClip Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y - yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 93 MovieClip Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y - yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 93 MovieClip Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y - yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 93 MovieClip Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y - yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 2 MovieClip in Symbol 93 MovieClip Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(30) - 15;
yspeed = random(30) - 15;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
this._x = this._x + xspeed;
this._y = this._y - yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Symbol 98 MovieClip Frame 222
_root.gotoAndPlay(4);
Symbol 116 Button
on (press) {
_root.gotoAndStop(6);
}
Symbol 123 Button
on (press) {
_root.gotoAndStop(10);
}
Symbol 126 Button
on (press) {
_root.gotoAndStop(11);
}
Symbol 134 Button
on (press) {
var midireccion = this._url;
var gid = "2508";
getURL ("http://www.zupagames.com/in.php", "_blank", "POST");
}
Symbol 137 Button
on (press) {
getURL ("http://www.hallpass.com/", "_blank", "POST");
}
Symbol 139 Button
on (press) {
getURL ("http://www.hallpass.com/", "_blank", "POST");
}
Symbol 152 Button
on (release) {
_root.nivel = _root.nivel + 1;
_root.levelup = 0;
_root.tiempo = _root["tiempo" + _root.nivel];
_root.sender = 0;
_root.ct = 0;
_root.bricksn = _root.bricksn + 3;
_root.newlevel._y = 700;
}
Symbol 159 Button
on (press) {
_root.gameover._x = 700;
i = 0;
while (i <= _root.brn) {
_root["brick" + i].removeMovieClip();
i++;
}
_root.gotoAndPlay(5);
}
Symbol 161 Button
on (press) {
_root.gotoAndPlay(4);
}
Symbol 167 Button
on (press) {
_root.congrat._x = 700;
i = 0;
while (i <= _root.brn) {
_root["brick" + i].removeMovieClip();
i++;
}
_root.gotoAndPlay(5);
}
Symbol 192 Button
on (press) {
_root.gotoAndStop(6);
}
Symbol 195 Button
on (press) {
_root.gotoAndStop(4);
}
Symbol 200 Button
on (press) {
_root.gotoAndPlay(6);
}
Symbol 201 Button
on (press) {
_root.gotoAndPlay(4);
}