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) {
gotoAndPlay (3);
}
Instance of Symbol 10 MovieClip in Frame 1
onClipEvent (enterFrame) {
_xscale = (_root.percentDone * 4);
}
Frame 2
gotoAndPlay (1);
Frame 3
fscommand ("allowscale", "false");
Stage.showMenu = false;
stop();
Frame 5
stop();
stopAllSounds();
fscommand ("allowscale", "false");
Stage.showMenu = false;
Frame 6
stop();
fscommand ("allowscale", "false");
Stage.showMenu = false;
Frame 15
fscommand ("allowscale", "false");
Stage.showMenu = false;
var amitavaplay = true;
Mouse.hide();
var amitavalife = 4;
var speed = 7;
var obshit = false;
var sco = 0;
var gravity = 2;
var restitution = 0.25;
var friction = 0.65;
var borders = {width:550, height:380};
var ballVel = {x:0, y:0};
var ballPos = {x:ball._x, y:ball._y};
var ballOld = {x:ball._x, y:ball._y};
var dragging = false;
radius = ball._width / 2;
_root.onEnterFrame = function () {
if (amitavaplay == true) {
if (!dragging) {
ballVel.y = ballVel.y + gravity;
ballPos.x = ballPos.x + ballVel.x;
ballPos.y = ballPos.y + ballVel.y;
if ((ballPos.y + radius) > borders.height) {
ballPos.y = borders.height - radius;
ballVel.y = ballVel.y * (-restitution);
ballVel.x = ballVel.x * Math.abs(1 - friction);
}
if ((ballPos.x + radius) > borders.width) {
ballPos.x = borders.width - radius;
ballVel.x = ballVel.x * (-restitution);
}
if (ballPos.x < (radius - 500)) {
ballPos.x = radius;
ballVel.x = ballVel.x * (-restitution);
}
ball._x = ballPos.x;
ball._y = ballPos.y;
} else {
ballOld.x = ballPos.x;
ballOld.y = ballPos.y;
ballPos.x = ball._x;
ballPos.y = ball._y;
ballVel.x = (ballPos.x - ballOld.x) / 2;
ballVel.y = (ballPos.y - ballOld.y) / 2;
if (math.abs(ballVel.y) < 0.25) {
ballVel.y = 0;
}
if (math.abs(ballVel.x) < 0.25) {
ballVel.x = 0;
}
}
}
};
Instance of Symbol 118 MovieClip in Frame 15
onClipEvent (enterFrame) {
_x = (_x - _root.speed);
if (_x < -438) {
_x = 1011;
}
}
Instance of Symbol 118 MovieClip in Frame 15
onClipEvent (enterFrame) {
_x = (_x - _root.speed);
if (_x < -438) {
_x = 1011;
}
}
Instance of Symbol 120 MovieClip in Frame 15
onClipEvent (enterFrame) {
_x = (_x - _root.speed);
if (_x < -300) {
_x = 1350;
}
}
Instance of Symbol 122 MovieClip in Frame 15
onClipEvent (enterFrame) {
_x = (_x - _root.speed);
if (_x < -300) {
_x = 1350;
}
}
Instance of Symbol 124 MovieClip in Frame 15
onClipEvent (enterFrame) {
_x = (_x - _root.speed);
if (_x < -300) {
_x = 1350;
}
}
Instance of Symbol 126 MovieClip in Frame 15
onClipEvent (enterFrame) {
_x = (_x - _root.speed);
if (_x < -300) {
_x = 1350;
}
}
Instance of Symbol 130 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
_root.ball.goup = true;
}
}
Instance of Symbol 140 MovieClip "b1" in Frame 15
onClipEvent (load) {
function Show() {
_x = 900;
}
att = false;
pl = 1;
}
onClipEvent (enterFrame) {
if (att == true) {
if (pl == 1) {
Show();
pl = 0;
}
_x = (_x - _root.speed);
if (_x < -400) {
_x = 1250;
att = false;
}
if (this.hitTest(_root.ball)) {
if (_root.ball.inj == false) {
this.play();
}
}
}
if (_x < -50) {
rad = random(2);
if (rad == 1) {
rad = rad + 1;
}
_root["b" + rad].pl = 1;
_root["b" + rad].att = true;
_root["b" + rad].gotoAndStop(1);
_x = 1350;
att = false;
}
}
Instance of Symbol 146 MovieClip "b0" in Frame 15
onClipEvent (load) {
function Show() {
_x = 1200;
}
att = false;
pl = 1;
}
onClipEvent (enterFrame) {
if (att == true) {
if (pl == 1) {
Show();
pl = 0;
}
_x = (_x - _root.speed);
if (_x < -400) {
_x = 1350;
att = false;
}
if (this.hitTest(_root.ball)) {
if (_root.ball.inj == false) {
this.play();
}
}
}
if (_x < -50) {
rad = random(2);
if (rad == 0) {
rad = rad + 1;
}
_root["b" + rad].pl = 1;
_root["b" + rad].att = true;
_root["b" + rad].gotoAndStop(1);
_x = 1350;
att = false;
}
}
Instance of Symbol 151 MovieClip "b2" in Frame 15
onClipEvent (load) {
function Show() {
_x = 1200;
}
att = false;
pl = 1;
}
onClipEvent (enterFrame) {
if (att == true) {
if (pl == 1) {
Show();
pl = 0;
}
_x = (_x - _root.speed);
if (_x < -400) {
_x = 1350;
att = false;
}
if (this.hitTest(_root.ball)) {
if (_root.ball.inj == false) {
this.play();
}
}
}
if (_x < -50) {
rad = random(2);
if (rad == 2) {
rad = rad - 1;
}
_root["b" + rad].pl = 1;
_root["b" + rad].att = true;
_root["b" + rad].gotoAndStop(1);
_x = 1350;
att = false;
}
}
Instance of Symbol 114 MovieClip "e4" in Frame 15
onClipEvent (load) {
function Show() {
_x = 700;
ca = 1;
}
ca = 1;
callen = -10;
hit = 1;
att = false;
pl = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (att == true) {
if (pl == 1) {
Show();
pl = 0;
}
_x = (_x - _root.speed);
if (_x < -400) {
_x = 1350;
att = false;
}
if (this.br.hitTest(_root.ball) && (_root.ball.inj == false)) {
if (hit == 1) {
_root.dragging = true;
_root.ball._x = _root.ball._x - 50;
_root.ball._y = _root.ball._y - 20;
_root.ball.inj = true;
_root.amitavalife = _root.amitavalife - 1;
_root["l" + _root.amitavalife]._visible = false;
_root.ball.gotoAndStop(7);
hit = 0;
}
}
}
if (_root.sco > 2000) {
callen = 300;
}
if (_x < callen) {
if (ca == 1) {
hit = 1;
rad = random(11);
if (rad == 4) {
rad = rad - 1;
}
_root["e" + rad].pl = 1;
_root["e" + rad].att = true;
ca = 0;
}
}
}
}
Instance of Symbol 110 MovieClip "e6" in Frame 15
onClipEvent (load) {
function Show() {
_x = 700;
ca = 1;
}
ca = 1;
callen = -10;
hit = 1;
att = false;
pl = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (att == true) {
if (pl == 1) {
Show();
pl = 0;
}
_x = (_x - _root.speed);
if (_x < -400) {
_x = 1350;
att = false;
}
if (this.hitTest(_root.ball) && (_root.ball.inj == false)) {
if (hit == 1) {
_root.dragging = true;
_root.ball._x = _root.ball._x - 50;
_root.ball._y = _root.ball._y - 20;
_root.ball.inj = true;
_root.amitavalife = _root.amitavalife - 1;
_root["l" + _root.amitavalife]._visible = false;
_root.ball.gotoAndStop(7);
hit = 0;
}
}
}
if (_root.sco > 2000) {
callen = 300;
}
if (_x < callen) {
if (ca == 1) {
hit = 1;
rad = random(11);
if (rad == 6) {
rad = rad + 1;
}
_root["e" + rad].pl = 1;
_root["e" + rad].att = true;
ca = 0;
}
}
}
}
Instance of Symbol 99 MovieClip "e1" in Frame 15
onClipEvent (load) {
function Show() {
_x = 700;
ca = 1;
}
ca = 1;
callen = -10;
hit = 1;
att = false;
pl = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (att == true) {
if (pl == 1) {
Show();
pl = 0;
}
_x = (_x - _root.speed);
if (_x < -400) {
_x = 1350;
att = false;
}
if (this.hitTest(_root.ball) && (_root.ball.inj == false)) {
if (hit == 1) {
_root.dragging = true;
_root.ball._x = _root.ball._x - 50;
_root.ball._y = _root.ball._y - 20;
_root.ball.inj = true;
_root.amitavalife = _root.amitavalife - 1;
_root["l" + _root.amitavalife]._visible = false;
_root.ball.gotoAndStop(7);
hit = 0;
}
}
}
if (_root.sco > 2000) {
callen = 300;
}
if (_x < callen) {
if (ca == 1) {
hit = 1;
rad = random(11);
if (rad == 1) {
rad = rad + 1;
}
_root["e" + rad].pl = 1;
_root["e" + rad].att = true;
ca = 0;
}
}
}
}
Instance of Symbol 103 MovieClip "e0" in Frame 15
onClipEvent (load) {
function Show() {
_x = 700;
ca = 1;
}
ca = 1;
callen = -10;
hit = 1;
att = false;
pl = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (att == true) {
if (pl == 1) {
Show();
pl = 0;
}
_x = (_x - _root.speed);
if (_x < -400) {
_x = 1350;
att = false;
}
if (this.br.hitTest(_root.ball) && (_root.ball.inj == false)) {
if (hit == 1) {
_root.dragging = true;
_root.ball._x = _root.ball._x - 50;
_root.ball._y = _root.ball._y - 20;
_root.ball.inj = true;
_root.amitavalife = _root.amitavalife - 1;
_root["l" + _root.amitavalife]._visible = false;
_root.ball.gotoAndStop(7);
hit = 0;
}
}
}
if (_root.sco > 3000) {
callen = 300;
}
if (_x < callen) {
if (ca == 1) {
hit = 1;
rad = random(11);
if (rad == 0) {
rad = rad + 1;
}
_root["e" + rad].pl = 1;
_root["e" + rad].att = true;
ca = 0;
}
}
}
}
Instance of Symbol 99 MovieClip "e5" in Frame 15
onClipEvent (load) {
function Show() {
_x = 700;
ca = 1;
}
ca = 1;
callen = -10;
hit = 1;
att = false;
pl = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (att == true) {
if (pl == 1) {
Show();
pl = 0;
}
_x = (_x - _root.speed);
if (_x < -400) {
_x = 1350;
att = false;
}
if (this.hitTest(_root.ball) && (_root.ball.inj == false)) {
if (hit == 1) {
_root.dragging = true;
_root.ball._x = _root.ball._x - 50;
_root.ball._y = _root.ball._y - 20;
_root.ball.inj = true;
_root.amitavalife = _root.amitavalife - 1;
_root["l" + _root.amitavalife]._visible = false;
_root.ball.gotoAndStop(7);
hit = 0;
}
}
}
if (_root.sco > 2000) {
callen = 300;
}
if (_x < callen) {
if (ca == 1) {
hit = 1;
rad = random(11);
if (rad == 5) {
rad = rad + 1;
}
_root["e" + rad].pl = 1;
_root["e" + rad].att = true;
ca = 0;
}
}
}
}
Instance of Symbol 99 MovieClip "e12" in Frame 15
onClipEvent (load) {
function Show() {
_x = 700;
ca = 1;
}
ca = 1;
callen = -10;
hit = 1;
att = false;
pl = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (att == true) {
if (pl == 1) {
Show();
pl = 0;
}
_x = (_x - _root.speed);
if (_x < -400) {
_x = 1350;
att = false;
}
if (this.hitTest(_root.ball) && (_root.ball.inj == false)) {
if (hit == 1) {
_root.dragging = true;
_root.ball._x = _root.ball._x - 50;
_root.ball._y = _root.ball._y - 20;
_root.ball.inj = true;
_root.amitavalife = _root.amitavalife - 1;
_root["l" + _root.amitavalife]._visible = false;
_root.ball.gotoAndStop(7);
hit = 0;
}
}
}
if (_root.sco > 2000) {
callen = 300;
}
if (_x < callen) {
if (ca == 1) {
hit = 1;
rad = random(11);
if (rad == 12) {
rad = rad - 1;
}
_root["e" + rad].pl = 1;
_root["e" + rad].att = true;
ca = 0;
}
}
}
}
Instance of Symbol 108 MovieClip "e11" in Frame 15
onClipEvent (load) {
function Show() {
_x = 700;
ca = 1;
}
ca = 1;
callen = -10;
hit = 1;
att = false;
pl = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (att == true) {
if (pl == 1) {
Show();
pl = 0;
}
_x = (_x - _root.speed);
if (_x < -400) {
_x = 1350;
att = false;
}
if (this.hitTest(_root.ball) && (_root.ball.inj == false)) {
if (hit == 1) {
_root.dragging = true;
_root.ball._x = _root.ball._x - 50;
_root.ball._y = _root.ball._y - 20;
_root.ball.inj = true;
_root.amitavalife = _root.amitavalife - 1;
_root["l" + _root.amitavalife]._visible = false;
_root.ball.gotoAndStop(7);
hit = 0;
}
}
}
if (_root.sco > 2000) {
callen = 300;
}
if (_x < callen) {
if (ca == 1) {
hit = 1;
rad = random(11);
if (rad == 11) {
rad = rad + 1;
}
_root["e" + rad].pl = 1;
_root["e" + rad].att = true;
ca = 0;
}
}
}
}
Instance of Symbol 99 MovieClip "e2" in Frame 15
onClipEvent (load) {
function Show() {
_x = 700;
ca = 1;
}
ca = 1;
callen = -10;
hit = 1;
att = false;
pl = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (att == true) {
if (pl == 1) {
Show();
pl = 0;
}
_x = (_x - _root.speed);
if (_x < -400) {
_x = 1350;
att = false;
}
if (this.hitTest(_root.ball) && (_root.ball.inj == false)) {
if (hit == 1) {
_root.dragging = true;
_root.ball._x = _root.ball._x - 50;
_root.ball._y = _root.ball._y - 20;
_root.ball.inj = true;
_root.amitavalife = _root.amitavalife - 1;
_root["l" + _root.amitavalife]._visible = false;
_root.ball.gotoAndStop(7);
hit = 0;
}
}
}
if (_root.sco > 2000) {
callen = 300;
}
if (_x < callen) {
if (ca == 1) {
hit = 1;
rad = random(11);
if (rad == 2) {
rad = rad + 1;
}
_root["e" + rad].pl = 1;
_root["e" + rad].att = true;
ca = 0;
}
}
}
}
Instance of Symbol 99 MovieClip "e3" in Frame 15
onClipEvent (load) {
function Show() {
_x = 700;
ca = 1;
}
ca = 1;
callen = -10;
hit = 1;
att = false;
pl = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (att == true) {
if (pl == 1) {
Show();
pl = 0;
}
_x = (_x - _root.speed);
if (_x < -400) {
_x = 1350;
att = false;
}
if (this.hitTest(_root.ball) && (_root.ball.inj == false)) {
if (hit == 1) {
_root.dragging = true;
_root.ball._x = _root.ball._x - 50;
_root.ball._y = _root.ball._y - 20;
_root.ball.inj = true;
_root.amitavalife = _root.amitavalife - 1;
_root["l" + _root.amitavalife]._visible = false;
_root.ball.gotoAndStop(7);
hit = 0;
}
}
}
if (_root.sco > 2000) {
callen = 300;
}
if (_x < callen) {
if (ca == 1) {
hit = 1;
rad = random(11);
if (rad == 3) {
rad = rad + 1;
}
_root["e" + rad].pl = 1;
_root["e" + rad].att = true;
ca = 0;
}
}
}
}
Instance of Symbol 99 MovieClip "e7" in Frame 15
onClipEvent (load) {
function Show() {
_x = 700;
ca = 1;
}
ca = 1;
callen = -10;
hit = 1;
att = false;
pl = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (att == true) {
if (pl == 1) {
Show();
pl = 0;
}
_x = (_x - _root.speed);
if (_x < -400) {
_x = 1350;
att = false;
}
if (this.hitTest(_root.ball) && (_root.ball.inj == false)) {
if (hit == 1) {
_root.dragging = true;
_root.ball._x = _root.ball._x - 50;
_root.ball._y = _root.ball._y - 20;
_root.ball.inj = true;
_root.amitavalife = _root.amitavalife - 1;
_root["l" + _root.amitavalife]._visible = false;
_root.ball.gotoAndStop(7);
hit = 0;
}
}
}
if (_root.sco > 2000) {
callen = 300;
}
if (_x < callen) {
if (ca == 1) {
hit = 1;
rad = random(11);
if (rad == 7) {
rad = rad + 1;
}
_root["e" + rad].pl = 1;
_root["e" + rad].att = true;
ca = 0;
}
}
}
}
Instance of Symbol 99 MovieClip "e9" in Frame 15
onClipEvent (load) {
function Show() {
_x = 700;
ca = 1;
}
ca = 1;
callen = -10;
hit = 1;
att = false;
pl = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (att == true) {
if (pl == 1) {
Show();
pl = 0;
}
_x = (_x - _root.speed);
if (_x < -400) {
_x = 1350;
att = false;
}
if (this.hitTest(_root.ball) && (_root.ball.inj == false)) {
if (hit == 1) {
_root.dragging = true;
_root.ball._x = _root.ball._x - 50;
_root.ball._y = _root.ball._y - 20;
_root.ball.inj = true;
_root.amitavalife = _root.amitavalife - 1;
_root["l" + _root.amitavalife]._visible = false;
_root.ball.gotoAndStop(7);
hit = 0;
}
}
}
if (_root.sco > 2000) {
callen = 300;
}
if (_x < callen) {
if (ca == 1) {
hit = 1;
rad = random(11);
if (rad == 9) {
rad = rad + 1;
}
_root["e" + rad].pl = 1;
_root["e" + rad].att = true;
ca = 0;
}
}
}
}
Instance of Symbol 99 MovieClip "e10" in Frame 15
onClipEvent (load) {
function Show() {
_x = 700;
ca = 1;
}
ca = 1;
callen = -10;
hit = 1;
att = false;
pl = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (att == true) {
if (pl == 1) {
Show();
pl = 0;
}
_x = (_x - _root.speed);
if (_x < -400) {
_x = 1350;
att = false;
}
if (this.hitTest(_root.ball) && (_root.ball.inj == false)) {
if (hit == 1) {
_root.dragging = true;
_root.ball._x = _root.ball._x - 50;
_root.ball._y = _root.ball._y - 20;
_root.ball.inj = true;
_root.amitavalife = _root.amitavalife - 1;
_root["l" + _root.amitavalife]._visible = false;
_root.ball.gotoAndStop(7);
hit = 0;
}
}
}
if (_root.sco > 2000) {
callen = 300;
}
if (_x < callen) {
if (ca == 1) {
hit = 1;
rad = random(11);
if (rad == 10) {
rad = rad + 1;
}
_root["e" + rad].pl = 1;
_root["e" + rad].att = true;
ca = 0;
}
}
}
}
Instance of Symbol 99 MovieClip "e8" in Frame 15
onClipEvent (load) {
function Show() {
_x = 700;
ca = 1;
}
ca = 1;
r = 1;
callen = -10;
hit = 1;
att = false;
pl = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (att == true) {
if (pl == 1) {
Show();
pl = 0;
}
_x = (_x - _root.speed);
if (_x < -400) {
_x = 1350;
att = false;
}
if (this.hitTest(_root.ball) && (_root.ball.inj == false)) {
if (hit == 1) {
_root.dragging = true;
_root.ball._x = _root.ball._x - 50;
_root.ball._y = _root.ball._y - 20;
_root.ball.inj = true;
_root.amitavalife = _root.amitavalife - 1;
_root["l" + _root.amitavalife]._visible = false;
_root.ball.gotoAndStop(7);
hit = 0;
}
}
}
if (_root.sco > 2000) {
callen = 300;
}
if (_x < callen) {
if (ca == 1) {
hit = 1;
rad = random(11);
if (rad == 8) {
rad = rad + 1;
}
_root["e" + rad].pl = 1;
_root["e" + rad].att = true;
ca = 0;
}
}
}
}
Instance of Symbol 161 MovieClip in Frame 15
onClipEvent (load) {
pl = 1;
}
onClipEvent (enterFrame) {
rado = random(2);
rada = random(11);
if (pl == 1) {
_root["b" + rado].att = true;
_root["e" + rada].att = true;
pl = 0;
}
if (_root.sco > 500) {
_root.speed = 10;
}
}
Instance of Symbol 196 MovieClip "ball" in Frame 15
onClipEvent (load) {
function reset() {
_root.dragging = true;
this.gotoAndStop(8);
this._x = 200;
this._y = 250;
}
pl = 1;
crch = true;
goup = true;
inj = false;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (_x < 0) {
if (pl == 1) {
reset();
pl = 0;
}
}
if (inj == false) {
if (Key.isDown(38) && (goup == true)) {
if (_y > 60) {
this._y = this._y - 20;
_root.dragging = true;
this.gotoAndStop(2);
} else {
goup = false;
}
} else {
goup = false;
_root.dragging = false;
}
if (Key.isDown(40)) {
this.gotoAndStop(5);
crch = false;
} else if (crch == false) {
this.gotoAndStop(6);
crch = true;
}
}
} else {
this.gotoAndStop(1);
}
if (inj == false) {
if (Key.isDown(39) && (_root.ballPos.x < 300)) {
_root.ballPos.x = _root.ballPos.x + 2;
} else if (Key.isDown(37) && (_root.ballPos.x > 20)) {
_root.ballPos.x = _root.ballPos.x - 2;
}
}
}
Instance of Symbol 213 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 23 MovieClip Frame 1
function installStatus(statusValue) {
if (statusValue == "Download.Complete") {
} else if (statusValue == "Download.Cancelled") {
_parent.gotoAndStop("cancelled");
} else if (statusValue == "Download.Failed") {
_parent.gotoAndStop("failed");
}
}
function checkLoaded() {
if (loaderClip.startUpdate.toString() == "[type Function]") {
clearInterval(id);
loadComplete();
}
}
function loadComplete() {
loaderClip.redirectURL = _root.MMredirectURL;
loaderClip.MMplayerType = _root.MMplayerType;
loaderClip.MMdoctitle = _root.MMdoctitle;
loaderClip.startUpdate();
}
System.security.allowDomain("fpdownload.macromedia.com");
var cacheBuster = Math.random();
var updateSWF = ("http://fpdownload.macromedia.com/pub/flashplayer/update/current/swf/autoUpdater.swf?" + cacheBuster);
loaderClip.loadMovie(updateSWF);
var id = setInterval(checkLoaded, 10);
Symbol 30 MovieClip Frame 1
var playerVer = System.capabilities.version.split(" ");
playerVer = playerVer[1].split(",");
if (playerVer[0] > 6) {
if (playerVer[1] >= 0) {
if (playerVer[2] >= 22) {
_root.gotoAndPlay("mymovie");
} else {
this.gotoAndStop("update");
}
} else {
this.gotoAndStop("update");
}
} else {
this.gotoAndStop("update");
}
stop();
Symbol 37 Button
on (press) {
gotoAndStop (6);
}
Symbol 40 MovieClip Frame 12
stop();
Symbol 41 Button
on (release) {
getURL ("http://www.dailyfreegames.com", "_blank");
}
Symbol 43 Button
on (release) {
getURL ("http://www.dailyfreegames.com/free-games.html", "_blank");
}
Symbol 51 Button
on (press) {
gotoAndStop (15);
}
Symbol 89 Button
on (press) {
gotoAndStop (5);
}
Instance of Symbol 102 MovieClip "br" in Symbol 103 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 113 MovieClip "br" in Symbol 114 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 140 MovieClip Frame 1
stop();
Symbol 140 MovieClip Frame 14
_root.sco = _root.sco + 25;
Symbol 140 MovieClip Frame 20
stop();
Symbol 146 MovieClip Frame 1
stop();
Symbol 146 MovieClip Frame 16
_root.sco = _root.sco + 100;
Symbol 146 MovieClip Frame 23
stop();
Symbol 151 MovieClip Frame 1
stop();
Symbol 151 MovieClip Frame 13
_root.sco = _root.sco + 500;
Symbol 151 MovieClip Frame 21
stop();
Symbol 183 MovieClip Frame 6
_parent.gotoAndStop(3);
Symbol 184 MovieClip Frame 6
_parent.gotoAndStop(4);
Symbol 185 MovieClip Frame 6
_parent.gotoAndStop(1);
Symbol 187 MovieClip Frame 9
_root.ball.gotoAndStop(1);
Symbol 193 MovieClip Frame 2
_root.dragging = false;
Symbol 193 MovieClip Frame 14
Symbol 195 MovieClip Frame 6
_root.dragging = false;
Symbol 195 MovieClip Frame 40
_root.ball.pl = 1;
_root.ball.inj = false;
_root.ball.gotoAndStop(1);
Symbol 196 MovieClip Frame 1
stop();
Symbol 196 MovieClip Frame 2
stop();
Symbol 196 MovieClip Frame 3
stop();
Symbol 196 MovieClip Frame 4
stop();
Symbol 196 MovieClip Frame 5
stop();
Symbol 196 MovieClip Frame 6
stop();
Symbol 196 MovieClip Frame 7
stop();
Symbol 209 Button
on (press) {
_root.gotoAndStop(5);
}
Symbol 213 MovieClip Frame 1
stop();
Symbol 213 MovieClip Frame 2
var ssc = ("$ " + _root.sco);
_root.amitavaplay = false;
Symbol 213 MovieClip Frame 13
stop();
stopAllSounds();
Mouse.show();