Frame 1
totalBytes = Math.round(getBytesTotal() / 1024);
loadedBytes = Math.round(getBytesLoaded() / 1024);
percentDone = Math.round((loadedBytes / totalBytes) * 100);
percentone = totalBytes / 100;
percent = Math.round(loadedBytes / percentone);
if (_root._framesloaded >= _root._totalframes) {
gotoAndStop (5);
}
Instance of Symbol 12 MovieClip in Frame 1
onClipEvent (enterFrame) {
_xscale = (_root.percentDone * 4);
}
Frame 2
gotoAndPlay (1);
Frame 5
fscommand ("allowscale", false);
stopAllSounds();
Mouse.show();
Frame 6
fscommand ("allowscale", false);
Frame 15
fscommand ("allowscale", false);
enemya = true;
enemyb = true;
enemyc = true;
enemyd = true;
enemye = true;
enemyf = true;
enemyg = true;
enemyh = true;
enemyi = true;
enemyj = true;
enemyk = true;
enemyl = true;
enemym = true;
enemyn = true;
enemyo = true;
s = new Sound();
s.attachSound("bum");
ae = new Sound();
ae.attachSound("ebum");
function resetlevel1() {
this.bubMC._x = 50;
this.bubMC._y = 250;
_root.gotoAndStop("1st");
}
function resetlevel2() {
this.bubMC._x = 50;
this.bubMC._y = 250;
_root.gotoAndStop("2ndlevel");
}
function resetlevel3() {
this.bubMC._x = 50;
this.bubMC._y = 250;
_root.gotoAndStop("3rdlevel");
}
function resetlevel4() {
this.bubMC._x = 50;
this.bubMC._y = 250;
_root.gotoAndStop("13th");
}
function resetlevel5() {
this.bubMC._x = 50;
this.bubMC._y = 250;
_root.gotoAndStop("5thlevel");
}
function move_wait() {
if ((amitavaplay == true) && (amitavaflying == false)) {
if (((Key.isDown(Kleft) && (movement == true)) && (this.bubMC.injuri == false)) && (_root.bubMC.shoot == 0)) {
this.bubMC.lef = true;
this.bubMC.ri = false;
this.bubMC._xscale = -100;
this.bubMC.gotoAndStop("walk");
}
if (((Key.isDown(Kright) && (movement == true)) && (this.bubMC.injuri == false)) && (_root.bubMC.shoot == 0)) {
this.bubMC.ri = true;
this.bubMC.lef = false;
this.bubMC._xscale = 100;
this.bubMC.gotoAndStop("walk");
}
}
}
function jump_wait() {
if ((amitavaplay == true) && (amitavaflying == false)) {
if (((Key.isDown(Kjump) && (movement == true)) && (this.bubMC.injuri == false)) && (_root.bubMC.shoot == 0)) {
this.bubMC.gotoAndStop("jumpUp");
Fight = false;
}
}
}
function fall_wait() {
if ((((amitavaplay == true) && (amitavaflying == false)) && (this.bubMC.injuri == false)) && (_root.bubMC.shoot == 0)) {
if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y, true)) {
this.bubMC.gotoAndStop("jumpDown");
}
}
}
function move_left(valueX) {
if ((((amitavaplay == true) && (amitavaflying == false)) && (this.bubMC.injuri == false)) && (_root.bubMC.shoot == 0)) {
if (!this.stageMC.limitMC.hitTest((this.bubMC._x - valueX) - 8, this.bubMC._y - 4, true)) {
this.bubMC._x = this.bubMC._x - valueX;
}
}
}
function move_right(valueX) {
if ((((amitavaplay == true) && (amitavaflying == false)) && (this.bubMC.injuri == false)) && (_root.bubMC.shoot == 0)) {
if (!this.stageMC.limitMC.hitTest((this.bubMC._x + valueX) + 8, this.bubMC._y - 4, true)) {
this.bubMC._x = this.bubMC._x + valueX;
}
}
}
function jump_down(valueY) {
if (((amitavaplay == true) && (amitavaflying == false)) && (this.bubMC.injuri == false)) {
if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y - 2, true)) {
this.bubMC._y = this.bubMC._y + valueY;
} else {
i = 1;
while (i <= 12) {
if (!this.stageMC.limitMC.hitTest(this.bubMC._x, this.bubMC._y - i, true)) {
this.bubMC._y = this.bubMC._y - (i - 3);
break;
}
i++;
}
if ((this.bubMC.injuri == false) && (this.bubMC.shoot == 0)) {
this.bubMC.gotoAndStop("stand");
Fight = true;
}
}
}
}
fscommand ("allowscale", false);
Stage.showMenu = false;
_quality = "high";
amitavaflying = false;
amitavalevel = 1;
jetpack = true;
amitavalife = 3;
amitavagun = false;
amitavafrm = "2ndlevel";
amitavajetpack = false;
amitavaplay = true;
amitavakey = false;
movement = true;
sco = 0;
Kleft = 37;
Kright = 39;
Kjump = 38;
Fight = false;
walkSpeed = 4;
jumpHeight = 10;
jumpSpeed = 0.5;
fallSpeed = 10;
Frame 16
fscommand ("allowscale", false);
this.stageMC.limitMC._visible = false;
i = 0;
while (i < 500) {
_root["newb" + i].removeMovieClip();
i++;
}
stop();
Mouse.hide();
Instance of Symbol 97 MovieClip in Frame 16
onClipEvent (load) {
pl = 1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
Instance of Symbol 97 MovieClip in Frame 16
onClipEvent (load) {
pl = 1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
Instance of Symbol 97 MovieClip in Frame 16
onClipEvent (load) {
pl = 1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
Instance of Symbol 100 MovieClip in Frame 16
onClipEvent (load) {
pl = 1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
Instance of Symbol 105 MovieClip "door1" in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.bubMC._x = 50;
_root.gotoAndStop("2nd");
}
}
Instance of Symbol 194 MovieClip "bubMC" in Frame 16
onClipEvent (load) {
injuri = false;
amitgo = 0;
speed = 5;
d = 0;
dir = 0;
shoot = 0;
land = 1;
pl = 1;
el = 1;
fly = 0;
climb = 0;
skippos = false;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (this.body.hitTest(_root.e1) && (_root.e1.die == false)) {
if (el == 1) {
_root.e1.die = true;
_root.e1.gotoAndStop(2);
_root.enemya = false;
el = 0;
}
}
if (this.body.hitTest(_root.e2) && (_root.e2.die == false)) {
if (el == 1) {
_root.e2.die = true;
_root.e2.gotoAndStop(2);
_root.enemyb = false;
el = 0;
}
}
if (this.body.hitTest(_root.e3) && (_root.e3.die == false)) {
if (el == 1) {
_root.e3.die = true;
_root.e3.gotoAndStop(2);
_root.enemyc = false;
el = 0;
}
}
if (this.body.hitTest(_root.e4) && (_root.e4.die == false)) {
if (el == 1) {
_root.e4.die = true;
_root.e4.gotoAndStop(2);
_root.enemyd = false;
el = 0;
}
}
if (this.body.hitTest(_root.e5) && (_root.e5.die == false)) {
if (el == 1) {
_root.e5.die = true;
_root.e5.gotoAndStop(2);
_root.enemye = false;
el = 0;
}
}
if (this.body.hitTest(_root.e6) && (_root.e6.die == false)) {
if (el == 1) {
_root.e6.die = true;
_root.e6.gotoAndStop(2);
_root.enemyf = false;
el = 0;
}
}
if (this.body.hitTest(_root.e7) && (_root.e7.die == false)) {
if (el == 1) {
_root.e7.die = true;
_root.e7.gotoAndStop(2);
_root.enemyg = false;
el = 0;
}
}
if (this.body.hitTest(_root.e8) && (_root.e8.die == false)) {
if (el == 1) {
_root.e8.die = true;
_root.e8.gotoAndStop(2);
_root.enemyh = false;
el = 0;
}
}
if (this.body.hitTest(_root.e9) && (_root.e9.die == false)) {
if (el == 1) {
_root.e9.die = true;
_root.e9.gotoAndStop(2);
_root.enemyi = false;
el = 0;
}
}
if (this.body.hitTest(_root.e10) && (_root.e10.die == false)) {
if (el == 1) {
_root.e10.die = true;
_root.e10.gotoAndStop(2);
_root.enemyj = false;
el = 0;
}
}
if (this.body.hitTest(_root.e11) && (_root.e11.die == false)) {
if (el == 1) {
_root.e11.die = true;
_root.e11.gotoAndStop(2);
_root.enemyk = false;
el = 0;
}
}
if (this.body.hitTest(_root.ge1) && (_root.ge1.die == false)) {
if (el == 1) {
_root.ge1.die = true;
_root.ge1.gotoAndStop(2);
_root.enemyl = false;
el = 0;
}
}
if (this.body.hitTest(_root.ge2) && (_root.ge2.die == false)) {
if (el == 1) {
_root.ge2.die = true;
_root.ge2.gotoAndStop(2);
_root.enemym = false;
el = 0;
}
}
if (this.body.hitTest(_root.ge3) && (_root.ge3.die == false)) {
if (el == 1) {
_root.ge3.die = true;
_root.ge3.gotoAndStop(2);
_root.enemyn = false;
el = 0;
}
}
if (this.body.hitTest(_root.ge4) && (_root.ge4.die == false)) {
if (el == 1) {
_root.ge4.die = true;
_root.ge4.gotoAndStop(2);
_root.enemyo = false;
el = 0;
}
}
if (this.body.hitTest(_root.siri1) && (injuri == false)) {
if (Key.isDown(38)) {
if (this._y > 91) {
amitgo = amitgo + 1;
this.gotoAndStop("climb");
climb = 1;
this._y = this._y - 2;
} else {
climb = 0;
amitgo = 0;
this.gotoAndStop("stand");
}
} else if (Key.isDown(40)) {
if (this._y < 324) {
amitgo = amitgo + 1;
climb = 1;
this.gotoAndStop("climb");
this._y = this._y + 2;
} else {
amitgo = 0;
climb = 0;
this.gotoAndStop("stand");
}
}
}
if ((_root.amitavajetpack == true) && (injuri == false)) {
if (Key.isDown(8)) {
if (pl == 1) {
if (land == 1) {
_root.amitavaflying = true;
this.gotoAndStop("fly");
fly = 1;
land = 2;
pl = 0;
} else {
_root.amitavaflying = false;
if (_root.standonfloor == 0) {
_root.bubMC._y = _root.bubMC._y + 7;
}
this.gotoAndStop("jumpDown");
fly = 0;
land = 1;
pl = 0;
}
}
} else {
pl = 1;
}
}
if (_root.jp.jb._width < 2) {
_root.amitavaflying = false;
_root.amitavajetpack = false;
_root.jetpack = false;
if (_root.standonfloor == 0) {
_root.bubMC._y = _root.bubMC._y + 7;
}
this.gotoAndStop("jumpDown");
_root.jp._visible = false;
_root.jp.jb._width = 160;
fly = 0;
}
if (!_root.stageMC.limitMC.hitTest(this._x + 30, this._y - 20, true)) {
ri = true;
} else {
ri = false;
}
if (!_root.stageMC.limitMC.hitTest(this._x - 30, this._y - 20, true)) {
lef = true;
} else {
lef = false;
}
if (!_root.stageMC.limitMC.hitTest(this._x, this._y, true)) {
dn = true;
} else {
dn = false;
}
if (!_root.stageMC.limitMC.hitTest(this._x, this._y - 50, true)) {
up = true;
} else {
up = false;
}
if (((_root.amitavaflying == true) && (injuri == false)) && (skippos == false)) {
_root.jp.jb._width = _root.jp.jb._width - 0.5;
if (Key.isDown(38) && (up == true)) {
upfly = 1;
downfly = 0;
_y = (_y - 3);
} else if (Key.isDown(40) && (dn == true)) {
upfly = 0;
downfly = 1;
_y = (_y + 3);
} else if (Key.isDown(39) && (ri == true)) {
_x = (_x + 3);
_xscale = 100;
} else if (Key.isDown(37) && (lef == true)) {
_x = (_x - 3);
_xscale = -100;
}
}
if (Key.isDown(39) && (climb == 0)) {
dir = 0;
} else if (Key.isDown(37) && (climb == 0)) {
dir = 1;
}
if ((((Key.isDown(32) && (_root.amitavagun == true)) && (injuri == false)) && (fly == 0)) && (climb == 0)) {
shoot = 1;
if (!a) {
this.gotoAndStop("fire");
_root.s.start();
d++;
_root.bullet.duplicateMovieClip("newb" + d, d);
if (dir == 0) {
_root["newb" + d].speed = 10;
_root["newb" + d].stepx = 20;
} else if (dir == 1) {
_root["newb" + d].speed = -10;
_root["newb" + d].stepx = -20;
}
a = true;
}
} else {
a = false;
shoot = 0;
}
}
}
Instance of Symbol 196 MovieClip "bullet" in Frame 16
onClipEvent (load) {
if (_name != "bullet") {
this._x = _root.bubMC._x + stepx;
this._y = _root.bubMC._y - 25;
}
}
onClipEvent (enterFrame) {
if (_name != "bullet") {
_x = (_x + speed);
if (_root.stageMC.hitTest(this._x - 10, this._y, true)) {
removeMovieClip(this);
}
if (_root.stageMC.hitTest(this._x + 10, this._y, true)) {
removeMovieClip(this);
}
if (this.hitTest(_root.e1) && (_root.e1.die == false)) {
_root.e1.die = true;
_root.e1.gotoAndStop(2);
_root.enemya = false;
removeMovieClip(this);
}
if (this.hitTest(_root.e2) && (_root.e2.die == false)) {
_root.e2.die = true;
_root.e2.gotoAndStop(2);
_root.enemyb = false;
removeMovieClip(this);
}
if (this.hitTest(_root.e3) && (_root.e3.die == false)) {
_root.e3.die = true;
_root.e3.gotoAndStop(2);
_root.enemyc = false;
removeMovieClip(this);
}
if (this.hitTest(_root.e4) && (_root.e4.die == false)) {
_root.e4.die = true;
_root.e4.gotoAndStop(2);
_root.enemyd = false;
removeMovieClip(this);
}
if (this.hitTest(_root.e5) && (_root.e5.die == false)) {
_root.e5.die = true;
_root.e5.gotoAndStop(2);
_root.enemye = false;
removeMovieClip(this);
}
if (this.hitTest(_root.e6) && (_root.e6.die == false)) {
_root.e6.die = true;
_root.e6.gotoAndStop(2);
_root.enemyf = false;
removeMovieClip(this);
}
if (this.hitTest(_root.e7) && (_root.e7.die == false)) {
_root.e7.die = true;
_root.e7.gotoAndStop(2);
_root.enemyg = false;
removeMovieClip(this);
}
if (this.hitTest(_root.e8) && (_root.e8.die == false)) {
_root.e8.die = true;
_root.e8.gotoAndStop(2);
_root.enemyh = false;
removeMovieClip(this);
}
if (this.hitTest(_root.e9) && (_root.e9.die == false)) {
_root.e9.die = true;
_root.e9.gotoAndStop(2);
_root.enemyi = false;
removeMovieClip(this);
}
if (this.hitTest(_root.e10) && (_root.e10.die == false)) {
_root.e10.die = true;
_root.e10.gotoAndStop(2);
_root.enemyj = false;
removeMovieClip(this);
}
if (this.hitTest(_root.e11) && (_root.e11.die == false)) {
_root.e11.die = true;
_root.e11.gotoAndStop(2);
_root.enemyk = false;
removeMovieClip(this);
}
if (this.hitTest(_root.ge1) && (_root.ge1.die == false)) {
_root.ge1.die = true;
_root.ge1.gotoAndStop(2);
_root.enemyl = false;
removeMovieClip(this);
}
if (this.hitTest(_root.ge2) && (_root.ge2.die == false)) {
_root.ge2.die = true;
_root.ge2.gotoAndStop(2);
_root.enemym = false;
removeMovieClip(this);
}
if (this.hitTest(_root.ge3) && (_root.ge3.die == false)) {
_root.ge3.die = true;
_root.ge3.gotoAndStop(2);
_root.enemyn = false;
removeMovieClip(this);
}
if (this.hitTest(_root.ge4) && (_root.ge4.die == false)) {
_root.ge4.die = true;
_root.ge4.gotoAndStop(2);
_root.enemyo = false;
removeMovieClip(this);
}
if (_x > 550) {
removeMovieClip(this);
} else if (_x < -10) {
removeMovieClip(this);
}
}
}
Instance of Symbol 201 MovieClip "walla" in Frame 16
onClipEvent (load) {
pl = 1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.standonfloor = 1;
} else {
_root.standonfloor = 0;
}
}
Instance of Symbol 211 MovieClip "jp" in Frame 16
onClipEvent (load) {
_visible = false;
}
Frame 17
fscommand ("allowscale", false);
this.stageMC.limitMC._visible = false;
i = 0;
while (i < 500) {
_root["newb" + i].removeMovieClip();
i++;
}
Instance of Symbol 283 MovieClip in Frame 17
onClipEvent (load) {
pl = 1;
if (_root.amitavakey == true) {
this.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
Instance of Symbol 285 MovieClip "d1" in Frame 17
onClipEvent (load) {
pl = 1;
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
if (pl == 1) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
pl = 0;
}
}
}
Instance of Symbol 285 MovieClip "d2" in Frame 17
onClipEvent (load) {
pl = 1;
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
if (pl == 1) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
pl = 0;
}
}
}
Instance of Symbol 105 MovieClip "door2" in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.bubMC._x = 10;
_root.gotoAndStop("3rd");
}
}
Frame 18
fscommand ("allowscale", false);
this.stageMC.limitMC._visible = false;
Instance of Symbol 296 MovieClip in Frame 18
onClipEvent (load) {
pl = 1;
}
onClipEvent (enterFrame) {
if (this.br.hitTest(_root.bubMC) && (_root.amitavakey == true)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
Instance of Symbol 285 MovieClip "d3" in Frame 18
onClipEvent (load) {
pl = 1;
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
if (pl == 1) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
pl = 0;
}
}
}
Instance of Symbol 105 MovieClip "door3" in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.bubMC._x = 570;
_root.gotoAndStop("2nd");
}
}
Frame 19
fscommand ("allowscale", false);
this.stageMC.limitMC._visible = false;
i = 0;
while (i < 500) {
_root["newb" + i].removeMovieClip();
_root["enewb" + i].removeMovieClip();
i++;
}
Instance of Symbol 97 MovieClip in Frame 19
onClipEvent (load) {
pl = 1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
Instance of Symbol 105 MovieClip "door4" in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.bubMC._x = 10;
_root.gotoAndStop("4th");
}
}
Instance of Symbol 357 MovieClip in Frame 19
onClipEvent (load) {
pl = 1;
if (_root.amitavagun == true) {
this.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
Frame 20
fscommand ("allowscale", false);
this.stageMC.limitMC._visible = false;
n = 0;
a = 100;
v = 250;
h = 450;
_root.onEnterFrame = function () {
if (this.e1.die == false) {
n = n + 4;
if (n > 360) {
n = 0;
}
rad = (n * Math.PI) / 180;
_root.e1._y = (a * Math.sin(rad)) + v;
_root.e1._x = (a * Math.cos(rad)) + h;
}
};
i = 0;
while (i < 500) {
_root["newb" + i].removeMovieClip();
_root["enewb" + i].removeMovieClip();
i++;
}
Instance of Symbol 105 MovieClip "door5" in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.bubMC._x = 10;
_root.gotoAndStop("6th");
}
}
Instance of Symbol 381 MovieClip "e1" in Frame 20
onClipEvent (load) {
if (_root.enemya == false) {
this.gotoAndStop(3);
die = true;
} else {
die = false;
}
shoottimer = random(100);
speed = 5;
d = 5;
dir = 0;
shoot = 0;
pl = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (die == false) {
if (this.hitTest(_root.bubMC.body) && (die == false)) {
if (pl == 1) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
pl = 0;
}
}
if ((shoottimer <= 0) && (_y < (_root.bubMC._y + 50))) {
shoot = 1;
if (!a) {
_root.ae.start();
d++;
_root.ebullet.duplicateMovieClip("enewb" + d, d);
a = true;
shoottimer = random(100);
}
} else {
a = false;
shoot = 0;
}
shoottimer--;
}
}
}
Instance of Symbol 383 MovieClip "ebullet" in Frame 20
onClipEvent (load) {
if (_name != "ebullet") {
this._x = _root.e1._x;
this._y = _root.e1._y + 10;
}
}
onClipEvent (enterFrame) {
if (_name != "ebullet") {
_x = (_x - 20);
if (this.hitTest(_root.bubMC.body)) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
removeMovieClip(this);
}
if (_x > 550) {
removeMovieClip(this);
} else if (_x < -10) {
removeMovieClip(this);
}
}
}
Frame 21
fscommand ("allowscale", false);
this.stageMC.limitMC._visible = false;
n = 0;
a = 100;
v = 250;
h = 450;
_root.onEnterFrame = function () {
if (this.e2.die == false) {
n = n + 4;
if (n > 360) {
n = 0;
}
rad = (n * Math.PI) / 180;
_root.e2._y = (a * Math.sin(rad)) + v;
_root.e2._x = (a * Math.cos(rad)) + h;
}
};
i = 0;
while (i < 500) {
_root["newb" + i].removeMovieClip();
_root["enewb" + i].removeMovieClip();
i++;
}
Instance of Symbol 105 MovieClip "door6" in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.bubMC._x = 10;
_root.gotoAndStop("7th");
}
}
Instance of Symbol 105 MovieClip "door10" in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC.body)) {
_root.bubMC._x = 568;
_root.gotoAndStop("4th");
}
}
Instance of Symbol 381 MovieClip "e2" in Frame 21
onClipEvent (load) {
if (_root.enemyb == false) {
this.gotoAndStop(3);
die = true;
} else {
die = false;
}
shoottimer = random(100);
speed = 5;
d = 5;
dir = 0;
shoot = 0;
pl = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (die == false) {
if (this.hitTest(_root.bubMC.body) && (die == false)) {
if (pl == 1) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
pl = 0;
}
}
if ((shoottimer <= 0) && (_y < (_root.bubMC._y + 50))) {
shoot = 1;
if (!a) {
d++;
_root.ae.start();
_root.ebullet.duplicateMovieClip("enewb" + d, d);
a = true;
shoottimer = random(100);
}
} else {
a = false;
shoot = 0;
}
shoottimer--;
}
}
}
Instance of Symbol 383 MovieClip "ebullet" in Frame 21
onClipEvent (load) {
if (_name != "ebullet") {
this._x = _root.e2._x;
this._y = _root.e2._y + 10;
}
}
onClipEvent (enterFrame) {
if (_name != "ebullet") {
_x = (_x - 20);
if (this.hitTest(_root.bubMC.body)) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
removeMovieClip(this);
}
if (_x > 550) {
removeMovieClip(this);
} else if (_x < -10) {
removeMovieClip(this);
}
}
}
Frame 22
fscommand ("allowscale", false);
this.stageMC.limitMC._visible = false;
i = 0;
while (i < 500) {
_root["newb" + i].removeMovieClip();
_root["enewb" + i].removeMovieClip();
i++;
}
Instance of Symbol 283 MovieClip in Frame 22
onClipEvent (load) {
pl = 1;
if (_root.amitavakey == true) {
this.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
Instance of Symbol 151 MovieClip in Frame 22
onClipEvent (load) {
pl = 1;
if ((_root.amitavajetpack == true) || (_root.jetpack == false)) {
this.gotoAndStop(11);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
if (pl == 1) {
this.play();
_root.jp._visible = true;
pl = 0;
}
}
}
Instance of Symbol 105 MovieClip "door7" in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.bubMC._x = 10;
_root.gotoAndStop("8th");
}
}
Instance of Symbol 105 MovieClip "door37" in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.bubMC._x = 568;
_root.gotoAndStop("6th");
}
}
Frame 23
fscommand ("allowscale", false);
this.stageMC.limitMC._visible = false;
n = 0;
a = 100;
v = 170;
h = 390;
_root.onEnterFrame = function () {
if (this.e3.die == false) {
n = n + 4;
if (n > 360) {
n = 0;
}
rad = (n * Math.PI) / 180;
_root.e3._y = (a * Math.sin(rad)) + v;
_root.e3._x = (a * Math.cos(rad)) + h;
}
};
i = 0;
while (i < 500) {
_root["newb" + i].removeMovieClip();
_root["enewb" + i].removeMovieClip();
i++;
}
Instance of Symbol 97 MovieClip in Frame 23
onClipEvent (load) {
pl = 1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
Instance of Symbol 105 MovieClip "door8" in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.bubMC._x = 10;
_root.gotoAndStop("9th");
}
}
Instance of Symbol 285 MovieClip "d4" in Frame 23
onClipEvent (load) {
pl = 1;
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
if (pl == 1) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
pl = 0;
}
}
}
Instance of Symbol 105 MovieClip "door58" in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC.body)) {
_root.bubMC._x = 560;
_root.gotoAndStop("7th");
}
}
Instance of Symbol 409 MovieClip "e3" in Frame 23
onClipEvent (load) {
if (_root.enemyc == false) {
this.gotoAndStop(3);
die = true;
} else {
die = false;
}
shoottimer = random(100);
speed = 5;
d = 5;
dir = 0;
shoot = 0;
pl = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (die == false) {
if (this.hitTest(_root.bubMC.body) && (die == false)) {
if (pl == 1) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
pl = 0;
}
}
if ((shoottimer <= 0) && (_y < (_root.bubMC._y + 50))) {
shoot = 1;
if (!a) {
_root.ae.start();
d++;
_root.ebullet.duplicateMovieClip("enewb" + d, d);
a = true;
shoottimer = random(100);
}
} else {
a = false;
shoot = 0;
}
shoottimer--;
}
}
}
Instance of Symbol 383 MovieClip "ebullet" in Frame 23
onClipEvent (load) {
if (_name != "ebullet") {
this._x = _root.e3._x;
this._y = _root.e3._y + 10;
}
}
onClipEvent (enterFrame) {
if (_name != "ebullet") {
_x = (_x - 20);
if (this.hitTest(_root.bubMC.body)) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
removeMovieClip(this);
}
if (_root.stageMC.hitTest(this._x - 10, this._y, true)) {
removeMovieClip(this);
}
if (_x > 550) {
removeMovieClip(this);
} else if (_x < -10) {
removeMovieClip(this);
}
}
}
Frame 24
fscommand ("allowscale", false);
amitavafrm = "3rdlevel";
this.stageMC.limitMC._visible = false;
i = 0;
while (i < 500) {
_root["newb" + i].removeMovieClip();
_root["enewb" + i].removeMovieClip();
i++;
}
Instance of Symbol 414 MovieClip in Frame 24
onClipEvent (load) {
pl = 1;
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC) && (_root.amitavakey == true)) {
if (pl == 1) {
_root.gate.play();
pl = 0;
}
}
}
Instance of Symbol 105 MovieClip "door9" in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.bubMC._x = 568;
_root.gotoAndStop("8th");
}
}
Frame 25
fscommand ("allowscale", false);
this.stageMC.limitMC._visible = false;
n = 0;
a = 100;
v = 198;
h = 390;
_root.onEnterFrame = function () {
if (this.e4.die == false) {
n = n + 4;
if (n > 360) {
n = 0;
}
rad = (n * Math.PI) / 180;
_root.e4._y = (a * Math.sin(rad)) + v;
_root.e4._x = (a * Math.cos(rad)) + h;
}
};
i = 0;
while (i < 500) {
_root["newb" + i].removeMovieClip();
_root["enewb" + i].removeMovieClip();
i++;
}
Instance of Symbol 105 MovieClip "door11" in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.bubMC._x = 10;
_root.gotoAndStop("10th");
}
}
Instance of Symbol 431 MovieClip "lada" in Frame 25
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 433 MovieClip "siri1" in Frame 25
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 409 MovieClip "e4" in Frame 25
onClipEvent (load) {
if (_root.enemyd == false) {
this.gotoAndStop(3);
die = true;
} else {
die = false;
}
shoottimer = random(100);
speed = 5;
d = 5;
dir = 0;
shoot = 0;
pl = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (die == false) {
if (this.hitTest(_root.bubMC.body) && (die == false)) {
if (pl == 1) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
pl = 0;
}
}
if ((shoottimer <= 0) && (_y < (_root.bubMC._y + 50))) {
shoot = 1;
if (!a) {
_root.ae.start();
d++;
_root.ebullet.duplicateMovieClip("enewb" + d, d);
a = true;
shoottimer = random(100);
}
} else {
a = false;
shoot = 0;
}
shoottimer--;
}
}
}
Instance of Symbol 383 MovieClip "ebullet" in Frame 25
onClipEvent (load) {
if (_name != "ebullet") {
this._x = _root.e4._x;
this._y = _root.e4._y + 10;
}
}
onClipEvent (enterFrame) {
if (_name != "ebullet") {
_x = (_x - 20);
if (this.hitTest(_root.bubMC.body)) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
removeMovieClip(this);
}
if (_root.stageMC.hitTest(this._x - 13, this._y, true)) {
removeMovieClip(this);
}
if (_root.lada.hitTest(this._x - 12, this._y, true)) {
removeMovieClip(this);
}
if (_x > 550) {
removeMovieClip(this);
} else if (_x < -10) {
removeMovieClip(this);
}
}
}
Instance of Symbol 357 MovieClip in Frame 25
onClipEvent (load) {
pl = 1;
if (_root.amitavagun == true) {
this.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
Frame 26
fscommand ("allowscale", false);
this.stageMC.limitMC._visible = false;
i = 0;
while (i < 500) {
_root["newb" + i].removeMovieClip();
_root["enewb" + i].removeMovieClip();
i++;
}
Instance of Symbol 151 MovieClip in Frame 26
onClipEvent (load) {
pl = 1;
if ((_root.amitavajetpack == true) || (_root.jetpack == false)) {
this.gotoAndStop(11);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
if (pl == 1) {
this.play();
_root.jp._visible = true;
pl = 0;
}
}
}
Instance of Symbol 105 MovieClip "door13" in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.bubMC._x = 10;
_root.gotoAndStop("11th");
}
}
Instance of Symbol 105 MovieClip "door12" in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.bubMC._x = 568;
_root.gotoAndStop("3rdlevel");
}
}
Instance of Symbol 285 MovieClip "d5" in Frame 26
onClipEvent (load) {
pl = 1;
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
if (pl == 1) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
pl = 0;
}
}
}
Frame 27
fscommand ("allowscale", false);
this.stageMC.limitMC._visible = false;
n = 0;
a = 100;
v = 190;
h = 478;
_root.onEnterFrame = function () {
if (this.e5.die == false) {
n = n + 4;
if (n > 360) {
n = 0;
}
rad = (n * Math.PI) / 180;
_root.e5._y = (a * Math.sin(rad)) + v;
_root.e5._x = (a * Math.cos(rad)) + h;
}
};
i = 0;
while (i < 500) {
_root["newb" + i].removeMovieClip();
_root["enewb" + i].removeMovieClip();
_root["enewc" + i].removeMovieClip();
i++;
}
Instance of Symbol 105 MovieClip "door15" in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.bubMC._x = 10;
_root.gotoAndStop("12th");
}
}
Instance of Symbol 105 MovieClip "door14" in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC.body)) {
_root.bubMC._x = 568;
_root.gotoAndStop("10th");
}
}
Instance of Symbol 431 MovieClip "lada" in Frame 27
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 433 MovieClip "siri1" in Frame 27
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 455 MovieClip "e5" in Frame 27
onClipEvent (load) {
if (_root.enemye == false) {
this.gotoAndStop(3);
die = true;
} else {
die = false;
}
shoottimer = random(100);
speed = 5;
d = 5;
dir = 0;
shoot = 0;
pl = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (die == false) {
if (this.hitTest(_root.bubMC.body) && (die == false)) {
if (pl == 1) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
pl = 0;
}
}
if ((shoottimer <= 0) && (_y < (_root.bubMC._y + 50))) {
shoot = 1;
if (!a) {
_root.ae.start();
d++;
_root.ebullet.duplicateMovieClip("enewb" + d, d);
a = true;
shoottimer = random(100);
}
} else {
a = false;
shoot = 0;
}
shoottimer--;
}
}
}
Instance of Symbol 383 MovieClip "ebullet" in Frame 27
onClipEvent (load) {
if (_name != "ebullet") {
this._x = _root.e5._x;
this._y = _root.e5._y + 10;
}
}
onClipEvent (enterFrame) {
if (_name != "ebullet") {
_x = (_x - 20);
if (this.hitTest(_root.bubMC.body)) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
removeMovieClip(this);
}
if (_root.stageMC.hitTest(this._x - 13, this._y, true)) {
removeMovieClip(this);
}
if (_root.lada.hitTest(this._x - 12, this._y, true)) {
removeMovieClip(this);
}
if (_x > 550) {
removeMovieClip(this);
} else if (_x < -10) {
removeMovieClip(this);
}
}
}
Frame 28
fscommand ("allowscale", false);
amitavafrm = "13th";
this.stageMC.limitMC._visible = false;
i = 0;
while (i < 500) {
_root["newb" + i].removeMovieClip();
_root["enewb" + i].removeMovieClip();
_root["enewc" + i].removeMovieClip();
i++;
}
Instance of Symbol 458 MovieClip in Frame 28
onClipEvent (load) {
pl = 1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC) && (_root.amitavakey == true)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
Instance of Symbol 105 MovieClip "door17" in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.bubMC._x = 10;
_root.gotoAndStop("4thlevel");
}
}
Instance of Symbol 105 MovieClip "door16" in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.bubMC._x = 568;
_root.gotoAndStop("11th");
}
}
Instance of Symbol 285 MovieClip in Frame 28
onClipEvent (load) {
pl = 1;
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC.body)) {
if (pl == 1) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
pl = 0;
}
}
}
Instance of Symbol 469 MovieClip "ge4" in Frame 28
onClipEvent (load) {
if (_root.enemyo == false) {
this.gotoAndStop(3);
die = true;
} else {
die = false;
}
shoottimer = random(100);
speed = 5;
d = 5;
dir = 0;
shoot = 0;
pl = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (die == false) {
if (_x > 300) {
_x = (_x - 0.6);
}
if (this.hitTest(_root.bubMC.body) && (die == false)) {
if (pl == 1) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
pl = 0;
}
}
if (shoottimer <= 0) {
shoot = 1;
if (!a) {
_root.ae.start();
d++;
_root.ebulletb.duplicateMovieClip("enewc" + d, d);
a = true;
shoottimer = random(100);
}
} else {
a = false;
shoot = 0;
}
shoottimer--;
}
}
}
Instance of Symbol 383 MovieClip "ebulletb" in Frame 28
onClipEvent (load) {
if (_name != "ebulletb") {
this._x = _root.ge4._x;
this._y = _root.ge4._y - 10;
}
}
onClipEvent (enterFrame) {
if (_name != "ebulletb") {
_x = (_x - 20);
if (this.hitTest(_root.bubMC.body)) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
removeMovieClip(this);
}
if (_root.stageMC.hitTest(this._x - 10, this._y, true)) {
removeMovieClip(this);
}
if (_x > 550) {
removeMovieClip(this);
} else if (_x < -10) {
removeMovieClip(this);
}
}
}
Frame 29
fscommand ("allowscale", false);
this.stageMC.limitMC._visible = false;
i = 0;
while (i < 500) {
_root["newb" + i].removeMovieClip();
_root["enewb" + i].removeMovieClip();
_root["enewc" + i].removeMovieClip();
i++;
}
Instance of Symbol 283 MovieClip in Frame 29
onClipEvent (load) {
pl = 1;
if (_root.amitavakey == true) {
this.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
Instance of Symbol 105 MovieClip "door18" in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.bubMC._x = 568;
_root.gotoAndStop("12th");
}
}
Instance of Symbol 469 MovieClip "ge3" in Frame 29
onClipEvent (load) {
if (_root.enemyn == false) {
this.gotoAndStop(3);
die = true;
} else {
die = false;
}
shoottimer = random(100);
speed = 5;
d = 5;
dir = 0;
shoot = 0;
pl = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (die == false) {
if (_x << 250 /* shift 26 */) {
_x = (_x + 1);
}
if (this.hitTest(_root.bubMC.body) && (die == false)) {
if (pl == 1) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
pl = 0;
}
}
if ((shoottimer <= 0) && (_y < (_root.bubMC._y + 50))) {
shoot = 1;
if (!a) {
_root.ae.start();
d++;
_root.ebulletb.duplicateMovieClip("enewb" + d, d);
a = true;
shoottimer = random(100);
}
} else {
a = false;
shoot = 0;
}
shoottimer--;
}
}
}
Instance of Symbol 383 MovieClip "ebulletb" in Frame 29
onClipEvent (load) {
if (_name != "ebulletb") {
this._x = _root.ge3._x;
this._y = _root.ge3._y - 10;
}
}
onClipEvent (enterFrame) {
if (_name != "ebulletb") {
_x = (_x + 20);
if (this.hitTest(_root.bubMC.body)) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
removeMovieClip(this);
}
if (_root.stageMC.hitTest(this._x + 10, this._y, true)) {
removeMovieClip(this);
}
if (_x > 550) {
removeMovieClip(this);
} else if (_x < -10) {
removeMovieClip(this);
}
}
}
Frame 30
fscommand ("allowscale", false);
this.stageMC.limitMC._visible = false;
n = 0;
a = 100;
v = 128;
h = 190;
bn = 0;
ba = 100;
bv = 128;
bh = 450;
_root.onEnterFrame = function () {
if (this.e6.die == false) {
n = n + 4;
if (n > 360) {
n = 0;
}
rad = (n * Math.PI) / 180;
_root.e6._y = (a * Math.sin(rad)) + v;
_root.e6._x = (a * Math.cos(rad)) + h;
}
if (this.e7.die == false) {
bn = bn + 2;
if (bn > 360) {
bn = 0;
}
brad = (bn * Math.PI) / 180;
_root.e7._y = (ba * Math.sin(brad)) + bv;
_root.e7._x = (ba * Math.cos(brad)) + bh;
}
};
i = 0;
while (i < 500) {
_root["newb" + i].removeMovieClip();
_root["enewb" + i].removeMovieClip();
_root["enewc" + i].removeMovieClip();
i++;
}
Instance of Symbol 105 MovieClip "door19" in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.bubMC._x = 10;
_root.gotoAndStop("14th");
}
}
Instance of Symbol 285 MovieClip "d6" in Frame 30
onClipEvent (load) {
pl = 1;
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC.body)) {
if (pl == 1) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
pl = 0;
}
}
}
Instance of Symbol 285 MovieClip "d7" in Frame 30
onClipEvent (load) {
pl = 1;
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC.body)) {
if (pl == 1) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
pl = 0;
}
}
}
Instance of Symbol 285 MovieClip "d8" in Frame 30
onClipEvent (load) {
pl = 1;
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC.body)) {
if (pl == 1) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
pl = 0;
}
}
}
Instance of Symbol 285 MovieClip "d9" in Frame 30
onClipEvent (load) {
pl = 1;
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC.body)) {
if (pl == 1) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
pl = 0;
}
}
}
Instance of Symbol 285 MovieClip "d10" in Frame 30
onClipEvent (load) {
pl = 1;
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC.body)) {
if (pl == 1) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
pl = 0;
}
}
}
Instance of Symbol 409 MovieClip "e6" in Frame 30
onClipEvent (load) {
if (_root.enemyf == false) {
this.gotoAndStop(3);
die = true;
} else {
die = false;
}
shoottimer = random(100);
speed = 5;
d = 5;
dir = 0;
shoot = 0;
pl = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (die == false) {
if (this.hitTest(_root.bubMC.body) && (die == false)) {
if (pl == 1) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
pl = 0;
}
}
if ((shoottimer <= 0) && (_y < (_root.bubMC._y + 50))) {
shoot = 1;
if (!a) {
d++;
_root.ae.start();
_root.ebullet.duplicateMovieClip("enewb" + d, d);
a = true;
shoottimer = random(100);
}
} else {
a = false;
shoot = 0;
}
shoottimer--;
}
}
}
Instance of Symbol 409 MovieClip "e7" in Frame 30
onClipEvent (load) {
if (_root.enemyg == false) {
this.gotoAndStop(3);
die = true;
} else {
die = false;
}
shoottimer = random(50);
speed = 5;
d = 8;
dir = 0;
shoot = 0;
pl = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (die == false) {
if (this.hitTest(_root.bubMC.body) && (die == false)) {
if (pl == 1) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
pl = 0;
}
}
if ((shoottimer <= 0) && (_y < (_root.bubMC._y + 50))) {
shoot = 1;
if (!a) {
_root.ae.start();
d++;
_root.ebulletb.duplicateMovieClip("enewc" + d, d);
a = true;
shoottimer = random(50);
}
} else {
a = false;
shoot = 0;
}
shoottimer--;
}
}
}
Instance of Symbol 383 MovieClip "ebulletb" in Frame 30
onClipEvent (load) {
if (_name != "ebulletb") {
this._x = _root.e7._x;
this._y = _root.e7._y + 10;
}
}
onClipEvent (enterFrame) {
if (_name != "ebulletb") {
_x = (_x - 20);
if (this.hitTest(_root.bubMC.body)) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
removeMovieClip(this);
}
if (_root.stageMC.hitTest(this._x - 10, this._y, true)) {
removeMovieClip(this);
}
if (_x > 550) {
removeMovieClip(this);
} else if (_x < -10) {
removeMovieClip(this);
}
}
}
Instance of Symbol 383 MovieClip "ebullet" in Frame 30
onClipEvent (load) {
if (_name != "ebullet") {
this._x = _root.e6._x;
this._y = _root.e6._y + 10;
}
}
onClipEvent (enterFrame) {
if (_name != "ebullet") {
_x = (_x - 20);
if (this.hitTest(_root.bubMC.body)) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
removeMovieClip(this);
}
if (_root.stageMC.hitTest(this._x - 10, this._y, true)) {
removeMovieClip(this);
}
if (_x > 550) {
removeMovieClip(this);
} else if (_x < -10) {
removeMovieClip(this);
}
}
}
Instance of Symbol 357 MovieClip in Frame 30
onClipEvent (load) {
pl = 1;
if (_root.amitavagun == true) {
this.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
Frame 31
fscommand ("allowscale", false);
this.stageMC.limitMC._visible = false;
n = 0;
a = 100;
v = 128;
h = 360;
_root.onEnterFrame = function () {
if (this.e8.die == false) {
n = n + 4;
if (n > 360) {
n = 0;
}
rad = (n * Math.PI) / 180;
_root.e8._y = (a * Math.sin(rad)) + v;
_root.e8._x = (a * Math.cos(rad)) + h;
}
};
i = 0;
while (i < 500) {
_root["newb" + i].removeMovieClip();
_root["enewb" + i].removeMovieClip();
_root["enewc" + i].removeMovieClip();
i++;
}
Instance of Symbol 105 MovieClip "door20" in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.bubMC._x = 10;
_root.gotoAndStop("15th");
}
}
Instance of Symbol 285 MovieClip "d11" in Frame 31
onClipEvent (load) {
pl = 1;
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC.body)) {
if (pl == 1) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
pl = 0;
}
}
}
Instance of Symbol 455 MovieClip "e8" in Frame 31
onClipEvent (load) {
if (_root.enemyh == false) {
this.gotoAndStop(3);
die = true;
} else {
die = false;
}
shoottimer = random(60);
speed = 5;
d = 5;
dir = 0;
shoot = 0;
pl = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (die == false) {
if (this.hitTest(_root.bubMC.body) && (die == false)) {
if (pl == 1) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
pl = 0;
}
}
if ((shoottimer <= 0) && (_y < (_root.bubMC._y + 50))) {
shoot = 1;
if (!a) {
d++;
_root.ae.start();
_root.ebullet.duplicateMovieClip("enewb" + d, d);
a = true;
shoottimer = random(60);
}
} else {
a = false;
shoot = 0;
}
shoottimer--;
}
}
}
Instance of Symbol 383 MovieClip "ebullet" in Frame 31
onClipEvent (load) {
if (_name != "ebullet") {
this._x = _root.e8._x;
this._y = _root.e8._y + 10;
}
}
onClipEvent (enterFrame) {
if (_name != "ebullet") {
_x = (_x - 20);
if (this.hitTest(_root.bubMC.body)) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
removeMovieClip(this);
}
if (_root.stageMC.hitTest(this._x - 10, this._y, true)) {
removeMovieClip(this);
}
if (_x > 550) {
removeMovieClip(this);
} else if (_x < -10) {
removeMovieClip(this);
}
}
}
Frame 32
fscommand ("allowscale", false);
this.stageMC.limitMC._visible = false;
n = 0;
a = 100;
v = 190;
h = 478;
_root.onEnterFrame = function () {
if (this.e9.die == false) {
n = n + 4;
if (n > 360) {
n = 0;
}
rad = (n * Math.PI) / 180;
_root.e9._y = (a * Math.sin(rad)) + v;
_root.e9._x = (a * Math.cos(rad)) + h;
}
};
i = 0;
while (i < 500) {
_root["newb" + i].removeMovieClip();
_root["enewb" + i].removeMovieClip();
_root["enewc" + i].removeMovieClip();
i++;
}
Instance of Symbol 97 MovieClip in Frame 32
onClipEvent (load) {
pl = 1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
Instance of Symbol 151 MovieClip in Frame 32
onClipEvent (load) {
pl = 1;
if ((_root.amitavajetpack == true) || (_root.jetpack == false)) {
this.gotoAndStop(11);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
if (pl == 1) {
this.play();
_root.jp._visible = true;
pl = 0;
}
}
}
Instance of Symbol 105 MovieClip "door22" in Frame 32
onClipEvent (enterFrame) {
if ((this.hitTest(_root.bubMC) && (_root.amitavaflying == true)) && (_root.bubMC.upfly == 1)) {
_root.bubMC.skippos = true;
_root.bubMC._x = 205;
_root.bubMC._y = 370;
} else {
_root.bubMC.skippos = false;
}
}
Instance of Symbol 105 MovieClip "door23" in Frame 32
onClipEvent (load) {
pl = 1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC) && (_root.amitavaflying == true)) {
if (_root.bubMC.downfly == 1) {
_root.bubMC.skippos = true;
_root.bubMC._x = 318;
_root.bubMC._y = -50;
}
} else {
_root.bubMC.skippos = false;
}
if (this.hitTest(_root.bubMC) && (_root.amitavaflying == false)) {
_root.bubMC.skippos = true;
_root.bubMC._x = 318;
_root.bubMC._y = -50;
} else {
_root.bubMC.skippos = false;
}
}
Instance of Symbol 105 MovieClip "door25" in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.bubMC._x = 10;
_root.gotoAndStop("16th");
}
}
Instance of Symbol 105 MovieClip "door24" in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.bubMC._x = 10;
_root.gotoAndStop("16th");
}
}
Instance of Symbol 105 MovieClip "door21" in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.bubMC._x = 568;
_root.gotoAndStop("14th");
}
}
Instance of Symbol 285 MovieClip "d12" in Frame 32
onClipEvent (load) {
pl = 1;
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC.body)) {
if (pl == 1) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
pl = 0;
}
}
}
Instance of Symbol 381 MovieClip "e9" in Frame 32
onClipEvent (load) {
if (_root.enemyi == false) {
this.gotoAndStop(3);
die = true;
} else {
die = false;
}
shoottimer = random(100);
speed = 5;
d = 5;
dir = 0;
shoot = 0;
pl = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (die == false) {
if (this.hitTest(_root.bubMC.body) && (die == false)) {
if (pl == 1) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
pl = 0;
}
}
if ((shoottimer <= 0) && (_y < (_root.bubMC._y + 50))) {
shoot = 1;
if (!a) {
d++;
_root.ae.start();
_root.ebullet.duplicateMovieClip("enewb" + d, d);
a = true;
shoottimer = random(100);
}
} else {
a = false;
shoot = 0;
}
shoottimer--;
}
}
}
Instance of Symbol 383 MovieClip "ebullet" in Frame 32
onClipEvent (load) {
if (_name != "ebullet") {
this._x = _root.e9._x;
this._y = _root.e9._y + 10;
}
}
onClipEvent (enterFrame) {
if (_name != "ebullet") {
_x = (_x - 20);
if (this.hitTest(_root.bubMC.body)) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
removeMovieClip(this);
}
if (_root.stageMC.hitTest(this._x - 10, this._y, true)) {
removeMovieClip(this);
}
if (_x > 550) {
removeMovieClip(this);
} else if (_x < -10) {
removeMovieClip(this);
}
}
}
Frame 33
fscommand ("allowscale", false);
this.stageMC.limitMC._visible = false;
amitavafrm = "5thlevel";
n = 0;
a = 100;
v = 190;
h = 478;
_root.onEnterFrame = function () {
if (this.e10.die == false) {
n = n + 4;
if (n > 360) {
n = 0;
}
rad = (n * Math.PI) / 180;
_root.e10._y = (a * Math.sin(rad)) + v;
_root.e10._x = (a * Math.cos(rad)) + h;
}
};
i = 0;
while (i < 500) {
_root["newb" + i].removeMovieClip();
_root["enewb" + i].removeMovieClip();
_root["enewc" + i].removeMovieClip();
i++;
}
Instance of Symbol 414 MovieClip in Frame 33
onClipEvent (load) {
pl = 1;
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC) && (_root.amitavakey == true)) {
if (pl == 1) {
_root.gateb.play();
pl = 0;
}
}
}
Instance of Symbol 283 MovieClip in Frame 33
onClipEvent (load) {
pl = 1;
if (_root.amitavakey == true) {
this.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
Instance of Symbol 105 MovieClip "door39" in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.bubMC._x = 568;
_root.gotoAndStop("15th");
}
}
Instance of Symbol 105 MovieClip "door38" in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.bubMC._x = 568;
_root.gotoAndStop("15th");
}
}
Instance of Symbol 285 MovieClip "d13" in Frame 33
onClipEvent (load) {
pl = 1;
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC.body)) {
if (pl == 1) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
pl = 0;
}
}
}
Instance of Symbol 455 MovieClip "e10" in Frame 33
onClipEvent (load) {
if (_root.enemyj == false) {
this.gotoAndStop(3);
die = true;
} else {
die = false;
}
shoottimer = random(100);
speed = 5;
d = 5;
dir = 0;
shoot = 0;
pl = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (die == false) {
if (this.hitTest(_root.bubMC.body) && (die == false)) {
if (pl == 1) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
pl = 0;
}
}
if ((shoottimer <= 0) && (_y < (_root.bubMC._y + 50))) {
shoot = 1;
if (!a) {
d++;
_root.ae.start();
_root.ebullet.duplicateMovieClip("enewb" + d, d);
a = true;
shoottimer = random(100);
}
} else {
a = false;
shoot = 0;
}
shoottimer--;
}
}
}
Instance of Symbol 383 MovieClip "ebullet" in Frame 33
onClipEvent (load) {
if (_name != "ebullet") {
this._x = _root.e10._x;
this._y = _root.e10._y + 10;
}
}
onClipEvent (enterFrame) {
if (_name != "ebullet") {
_x = (_x - 20);
if (this.hitTest(_root.bubMC.body)) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
removeMovieClip(this);
}
if (_root.stageMC.hitTest(this._x - 10, this._y, true)) {
removeMovieClip(this);
}
if (_x > 550) {
removeMovieClip(this);
} else if (_x < -10) {
removeMovieClip(this);
}
}
}
Frame 34
fscommand ("allowscale", false);
this.stageMC.limitMC._visible = false;
i = 0;
while (i < 500) {
_root["newb" + i].removeMovieClip();
_root["enewb" + i].removeMovieClip();
_root["enewc" + i].removeMovieClip();
i++;
}
Instance of Symbol 97 MovieClip in Frame 34
onClipEvent (load) {
pl = 1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
Instance of Symbol 105 MovieClip "door25" in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.bubMC._x = 10;
_root.gotoAndStop("17th");
}
}
Instance of Symbol 285 MovieClip "d14" in Frame 34
onClipEvent (load) {
pl = 1;
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC.body)) {
if (pl == 1) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
pl = 0;
}
}
}
Frame 35
fscommand ("allowscale", false);
this.stageMC.limitMC._visible = false;
i = 0;
while (i < 500) {
_root["newb" + i].removeMovieClip();
_root["enewb" + i].removeMovieClip();
_root["enewc" + i].removeMovieClip();
i++;
}
Instance of Symbol 105 MovieClip "door2" in Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.bubMC._x = 10;
_root.gotoAndStop("18th");
}
}
Instance of Symbol 285 MovieClip "d15" in Frame 35
onClipEvent (load) {
pl = 1;
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC.body)) {
if (pl == 1) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
pl = 0;
}
}
}
Instance of Symbol 357 MovieClip in Frame 35
onClipEvent (load) {
pl = 1;
if (_root.amitavagun == true) {
this.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
Frame 36
fscommand ("allowscale", false);
this.stageMC.limitMC._visible = false;
i = 0;
while (i < 500) {
_root["newb" + i].removeMovieClip();
_root["enewb" + i].removeMovieClip();
_root["enewc" + i].removeMovieClip();
i++;
}
Instance of Symbol 522 MovieClip in Frame 36
onClipEvent (load) {
pl = 1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC) && (_root.amitavakey == true)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
Instance of Symbol 151 MovieClip in Frame 36
onClipEvent (load) {
pl = 1;
if ((_root.amitavajetpack == true) || (_root.jetpack == false)) {
this.gotoAndStop(11);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
if (pl == 1) {
this.play();
_root.jp._visible = true;
pl = 0;
}
}
}
Instance of Symbol 105 MovieClip "door26" in Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.bubMC._x = 10;
_root.gotoAndStop("19th");
}
}
Instance of Symbol 105 MovieClip "door27" in Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.bubMC._x = 10;
_root.gotoAndStop("19th");
}
}
Instance of Symbol 285 MovieClip in Frame 36
onClipEvent (load) {
pl = 1;
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC.body)) {
if (pl == 1) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
pl = 0;
}
}
}
Instance of Symbol 469 MovieClip "ge2" in Frame 36
onClipEvent (load) {
if (_root.enemym == false) {
this.gotoAndStop(3);
die = true;
} else {
die = false;
}
shoottimer = random(100);
speed = 5;
d = 5;
dir = 0;
shoot = 0;
pl = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (die == false) {
if (_x > 300) {
_x = (_x - 1);
}
if (this.hitTest(_root.bubMC.body) && (die == false)) {
if (pl == 1) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
pl = 0;
}
}
if ((shoottimer <= 0) && (_y < (_root.bubMC._y + 50))) {
shoot = 1;
if (!a) {
d++;
_root.ae.start();
_root.ebulletb.duplicateMovieClip("enewb" + d, d);
a = true;
shoottimer = random(100);
}
} else {
a = false;
shoot = 0;
}
shoottimer--;
}
}
}
Instance of Symbol 383 MovieClip "ebulletb" in Frame 36
onClipEvent (load) {
if (_name != "ebulletb") {
this._x = _root.ge2._x;
this._y = _root.ge2._y - 10;
}
}
onClipEvent (enterFrame) {
if (_name != "ebulletb") {
_x = (_x - 20);
if (this.hitTest(_root.bubMC.body)) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
removeMovieClip(this);
}
if (_root.stageMC.hitTest(this._x - 10, this._y, true)) {
removeMovieClip(this);
}
if (_x > 550) {
removeMovieClip(this);
} else if (_x < -10) {
removeMovieClip(this);
}
}
}
Frame 37
fscommand ("allowscale", false);
this.stageMC.limitMC._visible = false;
n = 0;
a = 100;
v = 80;
h = 150;
_root.onEnterFrame = function () {
if (this.e11.die == false) {
n = n + 4;
if (n > 360) {
n = 0;
}
rad = (n * Math.PI) / 180;
_root.e11._y = (a * Math.sin(rad)) + v;
_root.e11._x = (a * Math.cos(rad)) + h;
}
};
i = 0;
while (i < 500) {
_root["newb" + i].removeMovieClip();
_root["enewb" + i].removeMovieClip();
_root["enewc" + i].removeMovieClip();
i++;
}
Instance of Symbol 283 MovieClip in Frame 37
onClipEvent (load) {
pl = 1;
if (_root.amitavakey == true) {
this.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
Instance of Symbol 105 MovieClip "door31" in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.bubMC._x = 10;
_root.gotoAndStop("20th");
}
}
Instance of Symbol 105 MovieClip "door30" in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.bubMC._x = 10;
_root.gotoAndStop("20th");
}
}
Instance of Symbol 105 MovieClip "door28" in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.bubMC._x = 568;
_root.gotoAndStop("18th");
}
}
Instance of Symbol 105 MovieClip "door29" in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.bubMC._x = 550;
_root.gotoAndStop("18th");
}
}
Instance of Symbol 469 MovieClip "ge1" in Frame 37
onClipEvent (load) {
if (_root.enemyl == false) {
this.gotoAndStop(3);
die = true;
} else {
die = false;
}
shoottimer = random(100);
speed = 5;
d = 5;
dir = 0;
shoot = 0;
pl = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (die == false) {
if (_x > 300) {
_x = (_x - 1);
}
if (this.hitTest(_root.bubMC.body) && (die == false)) {
if (pl == 1) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
pl = 0;
}
}
if ((shoottimer <= 0) && (_y < (_root.bubMC._y + 50))) {
shoot = 1;
if (!a) {
d++;
_root.ae.start();
_root.ebulletb.duplicateMovieClip("enewc" + d, d);
a = true;
shoottimer = random(100);
}
} else {
a = false;
shoot = 0;
}
shoottimer--;
}
}
}
Instance of Symbol 409 MovieClip "e11" in Frame 37
onClipEvent (load) {
if (_root.enemyk == false) {
this.gotoAndStop(3);
die = true;
} else {
die = false;
}
shoottimer = random(100);
speed = 5;
d = 8;
dir = 0;
shoot = 0;
pl = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (die == false) {
if (this.hitTest(_root.bubMC.body) && (die == false)) {
if (pl == 1) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
pl = 0;
}
}
if ((shoottimer <= 0) && (_y < (_root.bubMC._y + 50))) {
shoot = 1;
if (!a) {
d++;
_root.ebullet.duplicateMovieClip("enewb" + d, d);
a = true;
shoottimer = random(100);
}
} else {
a = false;
shoot = 0;
}
shoottimer--;
}
}
}
Instance of Symbol 383 MovieClip "ebulletb" in Frame 37
onClipEvent (load) {
if (_name != "ebulletb") {
this._x = _root.ge1._x;
this._y = _root.ge1._y - 10;
}
}
onClipEvent (enterFrame) {
if (_name != "ebulletb") {
_x = (_x - 20);
if (this.hitTest(_root.bubMC.body)) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
removeMovieClip(this);
}
if (_root.stageMC.hitTest(this._x - 10, this._y, true)) {
removeMovieClip(this);
}
if (_x > 550) {
removeMovieClip(this);
} else if (_x < -10) {
removeMovieClip(this);
}
}
}
Instance of Symbol 383 MovieClip "ebullet" in Frame 37
onClipEvent (load) {
if (_name != "ebullet") {
this._x = _root.e11._x;
this._y = _root.e11._y + 10;
}
}
onClipEvent (enterFrame) {
if (_name != "ebullet") {
_x = (_x + 20);
if (this.hitTest(_root.bubMC.body)) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
removeMovieClip(this);
}
if (_root.stageMC.hitTest(this._x + 10, this._y, true)) {
removeMovieClip(this);
}
if (_x > 550) {
removeMovieClip(this);
} else if (_x < -10) {
removeMovieClip(this);
}
}
}
Frame 38
fscommand ("allowscale", false);
this.stageMC.limitMC._visible = false;
i = 0;
while (i < 500) {
_root["newb" + i].removeMovieClip();
_root["enewb" + i].removeMovieClip();
_root["enewc" + i].removeMovieClip();
i++;
}
Instance of Symbol 105 MovieClip "door35" in Frame 38
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.bubMC._x = 568;
_root.gotoAndStop("19th");
}
}
Instance of Symbol 105 MovieClip "door34" in Frame 38
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
_root.bubMC._x = 550;
_root.gotoAndStop("19th");
}
}
Instance of Symbol 433 MovieClip "siri1" in Frame 38
onClipEvent (load) {
_visible = false;
}
Symbol 20 Button
on (release) {
getURL ("http://www.dailyfreegames.com", "_blank");
}
Symbol 21 MovieClip Frame 22
stop();
Symbol 29 Button
on (press) {
gotoAndStop (6);
}
Symbol 32 MovieClip Frame 12
stop();
Symbol 33 Button
on (release) {
getURL ("http://www.dailyfreegames.com", "_blank");
}
Symbol 35 Button
on (release) {
getURL ("http://www.dailyfreegames.com/free-games.html", "_blank");
}
Symbol 43 Button
on (press) {
_root.gotoAndPlay(15);
}
Symbol 54 Button
on (press) {
_root.gotoAndStop(5);
}
Symbol 97 MovieClip Frame 1
stop();
Symbol 97 MovieClip Frame 6
_root.sco = _root.sco + 50;
Symbol 97 MovieClip Frame 7
stop();
Symbol 100 MovieClip Frame 1
stop();
Symbol 100 MovieClip Frame 7
stop();
Symbol 117 MovieClip Frame 15
stop();
Symbol 118 MovieClip Frame 1
stop();
Instance of Symbol 121 MovieClip in Symbol 123 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
if (_root.amitavajetpack == true) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.amitavajetpack == true) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 130 MovieClip Frame 1
stop();
Symbol 131 MovieClip Frame 1
stop();
Symbol 137 MovieClip Frame 9
stop();
Symbol 138 MovieClip Frame 10
stop();
Symbol 145 MovieClip Frame 11
stop();
Symbol 151 MovieClip Frame 1
stop();
Symbol 151 MovieClip Frame 8
_root.amitavajetpack = true;
Symbol 151 MovieClip Frame 11
stop();
Instance of Symbol 151 MovieClip in Symbol 152 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
if (_root.amitavajetpack == true) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.amitavajetpack == true) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 156 MovieClip Frame 12
_root.bubMC.amitgo = 0;
Symbol 157 MovieClip Frame 1
stop();
Symbol 190 MovieClip Frame 25
stop();
Symbol 191 MovieClip Frame 11
_root.amitavalife = _root.amitavalife - 1;
if (_root.amitavalife > 0) {
if (_root.amitavalevel == 1) {
_root.resetlevel1();
} else if (_root.amitavalevel == 2) {
_root.resetlevel2();
} else if (_root.amitavalevel == 3) {
_root.resetlevel3();
} else if (_root.amitavalevel == 4) {
_root.resetlevel4();
} else if (_root.amitavalevel == 5) {
_root.resetlevel5();
}
}
_root.bubMC.fly = 0;
_root.amitavaflying = false;
_root.d6.pl = 1;
_root.d7.pl = 1;
_root.d8.pl = 1;
_root.d9.pl = 1;
_root.d10.pl = 1;
_root.d14.pl = 1;
_root.d15.pl = 1;
_root.stageMC.limitMC.brk1.gotoAndStop(1);
_root.stageMC.limitMC.brk2.gotoAndStop(1);
_root.backg.st1.gotoAndStop(1);
_root.backg.st2.gotoAndStop(1);
_root.backg.st1.pl = 1;
_root.backg.st2.pl = 1;
Symbol 191 MovieClip Frame 15
if (_root.amitavalife > 0) {
_root.bubMC.injuri = false;
_root.bubMC.el = 1;
_parent.gotoAndPlay(1);
} else {
_root.gov.play();
}
Symbol 191 MovieClip Frame 20
stop();
Symbol 193 MovieClip Frame 16
Symbol 194 MovieClip Frame 1
this.gotoAndStop("jumpDown");
Instance of Symbol 130 MovieClip "body" in Symbol 194 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 131 MovieClip in Symbol 194 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.move_wait();
_root.jump_wait();
}
Instance of Symbol 131 MovieClip in Symbol 194 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.bubMC.injuri == false) {
_root.move_wait();
if (_parent._xscale == 100) {
_root.move_right(_root.walkSpeed);
if (!Key.isDown(_root.Kright)) {
_parent.gotoAndStop("stand");
}
} else {
_root.move_left(_root.walkSpeed);
if (!Key.isDown(_root.Kleft)) {
_parent.gotoAndStop("stand");
}
}
_root.jump_wait();
_root.fall_wait();
}
}
Instance of Symbol 131 MovieClip in Symbol 194 MovieClip Frame 4
onClipEvent (load) {
jumpH = -_root.jumpHeight;
}
onClipEvent (enterFrame) {
_root.Fight = false;
if ((!_root.stageMC.limitMC.hitTest(_root.bubMC._x, _root.bubMC._y - 50, true)) && (_root.bubMC.injuri == false)) {
_parent._y = _parent._y + jumpH;
jumpH = jumpH + _root.jumpSpeed;
if (jumpH >= 0) {
_parent.gotoAndStop("jumpDown");
}
if (Key.isDown(_root.Kright)) {
_parent._xscale = 100;
_root.move_right(_root.walkSpeed);
} else if (Key.isDown(_root.Kleft)) {
_parent._xscale = -100;
_root.move_left(_root.walkSpeed);
}
} else {
_parent.gotoAndStop("jumpDown");
}
}
Instance of Symbol 131 MovieClip in Symbol 194 MovieClip Frame 5
onClipEvent (load) {
jumpH = 0;
}
onClipEvent (enterFrame) {
_root.Fight = false;
if (_root.bubMC.injuri == false) {
if (jumpH < _root.fallSpeed) {
jumpH = jumpH + _root.jumpSpeed;
}
_root.jump_down(jumpH);
if (Key.isDown(_root.Kright)) {
_parent._xscale = 100;
_root.move_right(_root.walkSpeed);
} else if (Key.isDown(_root.Kleft)) {
_parent._xscale = -100;
_root.move_left(_root.walkSpeed);
}
}
}
Instance of Symbol 156 MovieClip in Symbol 194 MovieClip Frame 7
onClipEvent (enterFrame) {
this.gotoAndStop(_root.bubMC.amitgo);
}
Instance of Symbol 157 MovieClip in Symbol 194 MovieClip Frame 7
onClipEvent (enterFrame) {
_root.attstr = false;
}
Instance of Symbol 131 MovieClip in Symbol 194 MovieClip Frame 11
onClipEvent (load) {
jumpH = 0;
}
onClipEvent (enterFrame) {
_root.Fight = false;
if (jumpH < _root.fallSpeed) {
jumpH = jumpH + _root.jumpSpeed;
}
_root.jump_down(jumpH);
if (Key.isDown(_root.Kright)) {
_parent._xscale = 100;
_root.move_right(_root.walkSpeed);
} else if (Key.isDown(_root.Kleft)) {
_parent._xscale = -100;
_root.move_left(_root.walkSpeed);
}
}
Symbol 201 MovieClip Frame 1
stop();
Symbol 220 Button
on (rollOver) {
Mouse.show();
}
on (rollOut) {
Mouse.hide();
}
on (press) {
stopAllSounds();
_root.restart = true;
_root.gotoAndStop(5);
}
Symbol 227 Button
on (press) {
Mouse.hide();
_root.but._x = 37;
_root.jetpack = true;
_root.amitavaplay = true;
_root.bubMC._x = 10;
_root.bubMC._y = 250;
_root.gotoAndStop(_root.amitavafrm);
_root.amitavakey = false;
_root.amitavajetpack = false;
_root.amitavaflying = false;
_root.bubMC.pl = 1;
_root.bubMC.land = 1;
_root.bubMC.fly = 0;
_root.amitavagun = false;
_root.jp._visible = false;
_root.jp.jb._width = 160;
_root.amitavalevel = _root.amitavalevel + 1;
_root.bubMC.gotoAndStop("jumpDown");
gotoAndStop (1);
}
Symbol 231 MovieClip Frame 1
stop();
Symbol 231 MovieClip Frame 2
Mouse.show();
_root.but._x = -500;
Symbol 231 MovieClip Frame 4
_root.amitavaplay = false;
Symbol 231 MovieClip Frame 5
stop();
Symbol 239 Button
on (press) {
_root.gotoAndStop(5);
}
Symbol 245 MovieClip Frame 1
stop();
Symbol 245 MovieClip Frame 2
_root.amitavaplay = false;
var ssc = _root.sco;
_root.but._x = -500;
Mouse.show();
Symbol 245 MovieClip Frame 25
stop();
Symbol 251 Button
on (press) {
_root.gotoAndStop(5);
}
Symbol 256 MovieClip Frame 20
stop();
Symbol 259 MovieClip Frame 1
stop();
Symbol 259 MovieClip Frame 2
_root.amitavaplay = false;
var ssc = _root.sco;
_root.but._x = -500;
Mouse.show();
Symbol 259 MovieClip Frame 21
stop();
Symbol 283 MovieClip Frame 1
stop();
Symbol 283 MovieClip Frame 9
_root.amitavakey = true;
Symbol 283 MovieClip Frame 14
stop();
Symbol 296 MovieClip Frame 1
stop();
Symbol 296 MovieClip Frame 17
_root.lev.play();
Symbol 296 MovieClip Frame 19
stop();
Instance of Symbol 306 MovieClip "br" in Symbol 346 MovieClip Frame 1
onClipEvent (load) {
pl = 1;
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC.body)) {
if (pl == 1) {
_root.bubMC.injuri = true;
_root.bubMC.gotoAndStop("die");
pl = 0;
}
} else {
pl = 1;
}
}
Symbol 357 MovieClip Frame 1
stop();
Symbol 357 MovieClip Frame 8
_root.amitavagun = true;
Symbol 357 MovieClip Frame 11
stop();
Symbol 379 MovieClip Frame 25
stop();
Symbol 380 MovieClip Frame 14
stop();
Symbol 381 MovieClip Frame 1
stop();
Symbol 408 MovieClip Frame 9
_root.sco = _root.sco + 100;
Symbol 408 MovieClip Frame 14
stop();
Symbol 409 MovieClip Frame 1
stop();
Symbol 412 MovieClip Frame 1
stop();
Symbol 412 MovieClip Frame 16
_root.lev.play();
Symbol 412 MovieClip Frame 19
stop();
Symbol 454 MovieClip Frame 11
_root.amitavalife = _root.amitavalife + 1;
_root.sco = _root.sco + 100;
Symbol 454 MovieClip Frame 19
stop();
Symbol 455 MovieClip Frame 1
stop();
Symbol 458 MovieClip Frame 1
stop();
Symbol 458 MovieClip Frame 15
_root.lev.play();
Symbol 458 MovieClip Frame 19
stop();
Symbol 468 MovieClip Frame 9
_root.sco = _root.sco + 100;
Symbol 468 MovieClip Frame 18
stop();
Symbol 469 MovieClip Frame 1
stop();
Symbol 506 MovieClip Frame 1
stop();
Symbol 506 MovieClip Frame 2
_root.stageMC.limitMC.brk2.play();
Symbol 506 MovieClip Frame 11
stop();
Symbol 508 MovieClip Frame 1
stop();
Symbol 508 MovieClip Frame 3
_root.stageMC.limitMC.brk1.play();
Symbol 508 MovieClip Frame 14
stop();
Instance of Symbol 506 MovieClip "st2" in Symbol 511 MovieClip Frame 1
onClipEvent (load) {
pl = 1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
Instance of Symbol 508 MovieClip "st1" in Symbol 511 MovieClip Frame 1
onClipEvent (load) {
pl = 1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubMC)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
Symbol 513 MovieClip Frame 1
stop();
Symbol 513 MovieClip Frame 4
if (_root.backg.st1.hitTest(_root.bubMC)) {
_root.bubMC.gotoAndStop("jumpDown");
}
Symbol 513 MovieClip Frame 6
stop();
Symbol 514 MovieClip Frame 1
stop();
Symbol 514 MovieClip Frame 4
if (_root.backg.st2.hitTest(_root.bubMC)) {
_root.bubMC.gotoAndStop("jumpDown");
}
Symbol 514 MovieClip Frame 6
stop();
Symbol 522 MovieClip Frame 1
stop();
Symbol 522 MovieClip Frame 15
_root.wel.play();
Symbol 522 MovieClip Frame 19
stop();