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 10 MovieClip in Frame 1
onClipEvent (enterFrame) {
_xscale = (_root.percentDone * 4);
}
Frame 2
gotoAndPlay (1);
Frame 5
stopAllSounds();
fscommand ("allowscale", false);
Frame 6
stopAllSounds();
fscommand ("allowscale", false);
Frame 15
fscommand ("allowscale", false);
var amitavaplay = true;
var amitavalife = 5;
var amitavafinish = false;
var amitavaenemy = 1;
var firstbonus = false;
var secondbonus = false;
var thirdbonus = false;
var sco = 0;
Instance of Symbol 56 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (_x < 445) {
_x = (_x + 0.6);
}
}
Instance of Symbol 66 MovieClip "base" in Frame 15
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 78 MovieClip "e2" in Frame 15
onClipEvent (load) {
function movement() {
_x = (_x + (1.5 * speed));
_y = (_y - (0.7 * speed));
}
function reset() {
_x = _root.e1.xpos;
_y = _root.e1.ypos;
}
pl = 1;
radfrm = 1 + random(4);
speed = 5;
this.gotoAndStop(radfrm);
xpos = _x;
ypos = _y;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
movement();
if ((_x > 800) && (_root.amitavafinish == false)) {
radfrm = 1 + random(4);
this.gotoAndStop(radfrm);
reset();
}
if (this.hitTest(_root.bubMC.br)) {
if (pl == 1) {
_root.bubMC.inj = true;
_root.bubMC.gotoAndStop(3);
pl = 0;
}
} else {
pl = 1;
}
}
}
Instance of Symbol 78 MovieClip "e1" in Frame 15
onClipEvent (load) {
function movement() {
_x = (_x + (1.5 * speed));
_y = (_y - (0.7 * speed));
}
function reset() {
_x = xpos;
_y = ypos;
}
pl = 1;
radfrm = 1 + random(4);
speed = 10;
this.gotoAndStop(radfrm);
xpos = _x;
ypos = _y;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (_root.amitavaenemy > 1) {
movement();
if ((_x > 800) && (_root.amitavafinish == false)) {
radfrm = 1 + random(4);
this.gotoAndStop(radfrm);
reset();
}
if (this.hitTest(_root.bubMC.br)) {
if (pl == 1) {
_root.bubMC.inj = true;
_root.bubMC.gotoAndStop(3);
pl = 0;
}
} else {
pl = 1;
}
}
}
}
Instance of Symbol 83 MovieClip in Frame 15
onClipEvent (load) {
function reset() {
_x = xpos;
_y = ypos;
}
function movement() {
_x = (_x + 7.5);
_y = (_y - 3.5);
}
pl = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavafinish == true) {
movement();
}
if (this.hitTest(_root.bubMC)) {
if (pl == 1) {
_root.wel.play();
pl = 0;
}
}
}
Instance of Symbol 124 MovieClip "bubMC" in Frame 15
onClipEvent (load) {
vel_y = 0;
jumping = false;
xspeed = 3;
yspeed = 1.4;
inj = false;
jumper = 0;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if ((Key.isDown(37) && (_x > 100)) && (inj == false)) {
_x = (_x + (-xspeed));
_y = (_y - (-yspeed));
} else if ((Key.isDown(39) && (_x < 500)) && (inj == false)) {
_x = (_x + xspeed);
_y = (_y - yspeed);
}
if (Key.isDown(38)) {
} else {
jumper = 0;
}
if (((Key.isDown(38) && (!jumping)) && (inj == false)) && (jumper == 0)) {
vel_y = 20;
jumping = true;
this.gotoAndStop(2);
jumper = 1;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -20) {
vel_y = -20;
}
this._y = this._y - vel_y;
}
if (_root.base.hitTest(this._x, this._y + 15, true)) {
vel_y = 0;
jumping = false;
if (inj == false) {
this.gotoAndStop(1);
}
}
}
}
Instance of Symbol 132 MovieClip in Frame 15
onClipEvent (load) {
function movement() {
_x = (_x + 9);
_y = (_y - 4.2);
}
function reset() {
_x = xpos;
_y = ypos;
}
pl = 1;
xpos = _x;
ypos = _y;
}
onClipEvent (enterFrame) {
if (_root.thirdbonus == true) {
movement();
if (_x > 600) {
removeMovieClip(this);
}
if (this.hitTest(_root.bubMC.br)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
}
Instance of Symbol 139 MovieClip in Frame 15
onClipEvent (load) {
function movement() {
_x = (_x + 9);
_y = (_y - 4.2);
}
function reset() {
_x = xpos;
_y = ypos;
}
pl = 1;
xpos = _x;
ypos = _y;
}
onClipEvent (enterFrame) {
if (_root.secondbonus == true) {
movement();
if (_x > 600) {
removeMovieClip(this);
}
if (this.hitTest(_root.bubMC.br)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
}
Instance of Symbol 145 MovieClip in Frame 15
onClipEvent (load) {
function movement() {
_x = (_x + 9);
_y = (_y - 4.2);
}
function reset() {
_x = xpos;
_y = ypos;
}
pl = 1;
xpos = _x;
ypos = _y;
}
onClipEvent (enterFrame) {
if (_root.firstbonus == true) {
movement();
if (_x > 600) {
removeMovieClip(this);
}
if (this.hitTest(_root.bubMC.br)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
}
Instance of Symbol 152 MovieClip in Frame 15
onClipEvent (load) {
function movement() {
_x = (_x + 9);
_y = (_y - 4.2);
}
function reset() {
_x = xpos;
_y = ypos;
this.gotoAndStop(1);
hit = 1;
}
sn = 1;
att = false;
count = 0;
st = true;
rad = random(1000);
hit = 1;
xpos = _x;
ypos = _y;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (st == true) {
count = count + 1;
}
if (count > rad) {
att = true;
}
if (att == true) {
if (sn == 1) {
_root.s.start();
sn = 0;
}
movement();
st = false;
}
if (_x > 600) {
att = false;
count = 0;
st = true;
rad = random(1000);
hit = 1;
sn = 1;
reset();
}
if (this.hitTest(_root.bubMC.br) && (_root.bubMC.inj == false)) {
if (hit == 1) {
this.play();
hit = 0;
}
}
}
}
Instance of Symbol 145 MovieClip in Frame 15
onClipEvent (load) {
function movement() {
_x = (_x + 9);
_y = (_y - 4.2);
}
function reset() {
_x = xpos;
_y = ypos;
}
pl = 1;
xpos = _x;
ypos = _y;
}
onClipEvent (enterFrame) {
if (_root.firstbonus == true) {
movement();
if (_x > 600) {
removeMovieClip(this);
}
if (this.hitTest(_root.bubMC.br)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
}
Instance of Symbol 145 MovieClip in Frame 15
onClipEvent (load) {
function movement() {
_x = (_x + 9);
_y = (_y - 4.2);
}
function reset() {
_x = xpos;
_y = ypos;
}
pl = 1;
xpos = _x;
ypos = _y;
}
onClipEvent (enterFrame) {
if (_root.firstbonus == true) {
movement();
if (_x > 600) {
removeMovieClip(this);
}
if (this.hitTest(_root.bubMC.br)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
}
Instance of Symbol 145 MovieClip in Frame 15
onClipEvent (load) {
function movement() {
_x = (_x + 9);
_y = (_y - 4.2);
}
function reset() {
_x = xpos;
_y = ypos;
}
pl = 1;
xpos = _x;
ypos = _y;
}
onClipEvent (enterFrame) {
if (_root.firstbonus == true) {
movement();
if (_x > 600) {
removeMovieClip(this);
}
if (this.hitTest(_root.bubMC.br)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
}
Instance of Symbol 145 MovieClip in Frame 15
onClipEvent (load) {
function movement() {
_x = (_x + 9);
_y = (_y - 4.2);
}
function reset() {
_x = xpos;
_y = ypos;
}
pl = 1;
xpos = _x;
ypos = _y;
}
onClipEvent (enterFrame) {
if (_root.firstbonus == true) {
movement();
if (_x > 600) {
removeMovieClip(this);
}
if (this.hitTest(_root.bubMC.br)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
}
Instance of Symbol 139 MovieClip in Frame 15
onClipEvent (load) {
function movement() {
_x = (_x + 9);
_y = (_y - 4.2);
}
function reset() {
_x = xpos;
_y = ypos;
}
pl = 1;
xpos = _x;
ypos = _y;
}
onClipEvent (enterFrame) {
if (_root.secondbonus == true) {
movement();
if (_x > 600) {
removeMovieClip(this);
}
if (this.hitTest(_root.bubMC.br)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
}
Instance of Symbol 139 MovieClip in Frame 15
onClipEvent (load) {
function movement() {
_x = (_x + 9);
_y = (_y - 4.2);
}
function reset() {
_x = xpos;
_y = ypos;
}
pl = 1;
xpos = _x;
ypos = _y;
}
onClipEvent (enterFrame) {
if (_root.secondbonus == true) {
movement();
if (_x > 600) {
removeMovieClip(this);
}
if (this.hitTest(_root.bubMC.br)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
}
Instance of Symbol 139 MovieClip in Frame 15
onClipEvent (load) {
function movement() {
_x = (_x + 9);
_y = (_y - 4.2);
}
function reset() {
_x = xpos;
_y = ypos;
}
pl = 1;
xpos = _x;
ypos = _y;
}
onClipEvent (enterFrame) {
if (_root.secondbonus == true) {
movement();
if (_x > 600) {
removeMovieClip(this);
}
if (this.hitTest(_root.bubMC.br)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
}
Instance of Symbol 132 MovieClip in Frame 15
onClipEvent (load) {
function movement() {
_x = (_x + 9);
_y = (_y - 4.2);
}
function reset() {
_x = xpos;
_y = ypos;
}
pl = 1;
xpos = _x;
ypos = _y;
}
onClipEvent (enterFrame) {
if (_root.thirdbonus == true) {
movement();
if (_x > 600) {
removeMovieClip(this);
}
if (this.hitTest(_root.bubMC.br)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
}
Instance of Symbol 132 MovieClip in Frame 15
onClipEvent (load) {
function movement() {
_x = (_x + 9);
_y = (_y - 4.2);
}
function reset() {
_x = xpos;
_y = ypos;
}
pl = 1;
xpos = _x;
ypos = _y;
}
onClipEvent (enterFrame) {
if (_root.thirdbonus == true) {
movement();
if (_x > 600) {
removeMovieClip(this);
}
if (this.hitTest(_root.bubMC.br)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
}
Instance of Symbol 132 MovieClip in Frame 15
onClipEvent (load) {
function movement() {
_x = (_x + 9);
_y = (_y - 4.2);
}
function reset() {
_x = xpos;
_y = ypos;
}
pl = 1;
xpos = _x;
ypos = _y;
}
onClipEvent (enterFrame) {
if (_root.thirdbonus == true) {
movement();
if (_x > 600) {
removeMovieClip(this);
}
if (this.hitTest(_root.bubMC.br)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
}
Instance of Symbol 132 MovieClip in Frame 15
onClipEvent (load) {
function movement() {
_x = (_x + 9);
_y = (_y - 4.2);
}
function reset() {
_x = xpos;
_y = ypos;
}
pl = 1;
xpos = _x;
ypos = _y;
}
onClipEvent (enterFrame) {
if (_root.thirdbonus == true) {
movement();
if (_x > 600) {
removeMovieClip(this);
}
if (this.hitTest(_root.bubMC.br)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
}
Instance of Symbol 145 MovieClip "b1" in Frame 15
onClipEvent (load) {
function movement() {
_x = (_x + 9);
_y = (_y - 4.2);
}
function reset() {
_x = _root.b3.xpos;
_y = _root.b3.ypos;
this.gotoAndStop(1);
pl = 1;
}
pl = 1;
xpos = _x;
ypos = _y;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
movement();
if (_x > 600) {
reset();
}
if (this.hitTest(_root.bubMC.br)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
}
Instance of Symbol 139 MovieClip "b2" in Frame 15
onClipEvent (load) {
function movement() {
_x = (_x + 9);
_y = (_y - 4.2);
}
function reset() {
_x = _root.b3.xpos;
_y = _root.b3.ypos;
this.gotoAndStop(1);
pl = 1;
}
pl = 1;
xpos = _x;
ypos = _y;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
movement();
if (_x > 600) {
reset();
}
if (this.hitTest(_root.bubMC.br)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
}
Instance of Symbol 132 MovieClip "b3" in Frame 15
onClipEvent (load) {
function movement() {
_x = (_x + 9);
_y = (_y - 4.2);
}
function reset() {
_x = xpos;
_y = ypos;
pl = 1;
this.gotoAndStop(1);
}
pl = 1;
xpos = _x;
ypos = _y;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
movement();
if (_x > 600) {
reset();
}
if (this.hitTest(_root.bubMC.br)) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
}
Instance of Symbol 156 MovieClip "miter" in Frame 15
onClipEvent (load) {
en = 1;
boa = 1;
bob = 1;
boc = 1;
fin = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
this.mit._x = this.mit._x - 0.12;
if (this.mit._x < -40) {
if (boa == 1) {
_root.firstbonus = true;
boa = 0;
}
}
if (this.mit._x < -80) {
if (bob == 1) {
_root.secondbonus = true;
bob = 0;
}
}
if (this.mit._x < -120) {
if (boc == 1) {
_root.thirdbonus = true;
boc = 0;
}
}
if (this.mit._x < -140) {
if (en == 1) {
_root.amitavaenemy = 2;
_root.e1.speed = 10;
_root.e2.speed = 10;
en = 0;
}
}
if (this.mit._x < -208) {
if (fin == 1) {
_root.amitavafinish = true;
fin = 0;
}
}
}
}
Instance of Symbol 175 MovieClip "gov" in Frame 15
onClipEvent (load) {
pl = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavalife < 1) {
if (pl == 1) {
this.play();
pl = 0;
}
}
}
Symbol 18 Button
on (release) {
getURL ("http://www.dailyfreegames.com", "_blank");
}
Symbol 19 MovieClip Frame 22
stop();
Symbol 27 Button
on (press) {
gotoAndStop (6);
}
Symbol 30 MovieClip Frame 12
stop();
Symbol 31 Button
on (release) {
getURL ("http://www.dailyfreegames.com", "_blank");
}
Symbol 33 Button
on (release) {
getURL ("http://www.dailyfreegames.com/free-games.html", "_blank");
}
Symbol 38 Button
on (press) {
gotoAndStop (15);
}
Symbol 50 Button
on (press) {
gotoAndStop (1);
}
Instance of Symbol 82 MovieClip in Symbol 83 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 116 MovieClip Frame 3
stop();
Symbol 123 MovieClip Frame 2
_root.amitavalife = _root.amitavalife - 1;
Symbol 123 MovieClip Frame 10
_root.bubMC.inj = false;
_root.bubMC.gotoAndStop(1);
Symbol 124 MovieClip Frame 1
stop();
Instance of Symbol 111 MovieClip "br" in Symbol 124 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 132 MovieClip Frame 1
stop();
Symbol 132 MovieClip Frame 7
_root.sco = _root.sco + 50;
Symbol 132 MovieClip Frame 9
stop();
Symbol 139 MovieClip Frame 1
stop();
Symbol 139 MovieClip Frame 7
_root.sco = _root.sco + 200;
Symbol 139 MovieClip Frame 10
stop();
Symbol 145 MovieClip Frame 1
stop();
Symbol 145 MovieClip Frame 7
_root.sco = _root.sco + 500;
Symbol 145 MovieClip Frame 9
stop();
Symbol 152 MovieClip Frame 1
stop();
Symbol 152 MovieClip Frame 5
_root.amitavalife = _root.amitavalife + 1;
Symbol 152 MovieClip Frame 12
stop();
Symbol 170 Button
on (press) {
_root.gotoAndStop(5);
}
Symbol 175 MovieClip Frame 1
stop();
Symbol 175 MovieClip Frame 2
_root.amitavaplay = false;
var ssc = _root.sco;
Symbol 175 MovieClip Frame 25
stop();
Symbol 182 Button
on (press) {
_root.gotoAndStop(5);
}
Symbol 186 MovieClip Frame 1
stop();
Symbol 186 MovieClip Frame 2
_root.amitavaplay = false;
var ssc = _root.sco;
Symbol 186 MovieClip Frame 25
stop();