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);
}
Frame 2
gotoAndPlay (1);
Frame 5
stopAllSounds();
fscommand ("allowscale", false);
_root.ball.removeMovieClip();
_root.mask.removeMovieClip();
Frame 6
fscommand ("allowscale", false);
Frame 15
fscommand ("allowscale", false);
var amitavaplay = true;
var amitavalife = true;
var enemydie = false;
var amitavahit = false;
var n = 0;
var i = 0;
var amitavapos = 5;
var trno = 0;
var capture = false;
var frname = " ";
var sco = 0;
var rooflanda = false;
var rooflandb = true;
var cartouch = false;
b = new Sound();
b.attachSound("brake");
d = new Sound();
d.attachSound("drive");
Instance of Symbol 79 MovieClip "ground" in Frame 15
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 90 MovieClip "po" in Frame 15
onClipEvent (load) {
jumping = true;
pl = 1;
fal = 1;
touchroof = 1;
}
onClipEvent (enterFrame) {
if (this._x > 550) {
if (pl == 1) {
pl = 0;
}
}
if ((Key.isDown(37) && (_root.ball.duck == false)) && (_root.ball.runingl == true)) {
_x = (_x + 3);
} else if ((Key.isDown(39) && (_root.ball.duck == false)) && (_root.ball.runingr == true)) {
if (_root.ball._x < 500) {
_x = (_x - 3);
}
}
if (!this.br.hitTest(_root.ball.ft)) {
touchroof = 1;
}
if (this.br.hitTest(_root.ball.ft)) {
_root.ball.vel_y = 0;
_root.ball.jumping = false;
jumping = false;
if (touchroof == 1) {
_root.ball._y = 148.75;
touchroof = 0;
}
} else if ((this.di.hitTest(_root.ball.ft) && (_root.rooflandb == false)) && (_root.rooflanda == false)) {
if (fal == 1) {
touchroof = 0;
_root.ball.inj = true;
_root.ball.gotoAndStop("fall");
fal = 0;
}
}
if (this.br.hitTest(_root.ball.ft)) {
_root.rooflandb = true;
} else {
_root.rooflandb = false;
}
}
Instance of Symbol 115 MovieClip "eng" in Frame 15
onClipEvent (load) {
pl = 1;
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) && (_root.ball.duck == false)) && (_root.ball.runingr == true)) && (_root.capture == false)) {
if (_root.trno >= 26) {
if (_root.ball._x < 500) {
this._x = this._x - 3;
}
}
} else if (((Key.isDown(37) && (_root.ball.duck == false)) && (_root.ball.runingl == true)) && (_root.capture == false)) {
if (_root.trno >= 26) {
this._x = this._x + 3;
}
}
if (this.trk.hitTest(_root.ball)) {
if (pl == 1) {
_root.enemydie = true;
_root.b.start();
_root.capture = true;
_root.ball._visible = false;
this.gotoAndStop(2);
pl = 0;
}
}
}
Instance of Symbol 132 MovieClip in Frame 15
onClipEvent (load) {
jumping = true;
pl = 1;
fal = 1;
sc = 1;
touchroof = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (_root.capture == false) {
if (this._x > 550) {
if (pl == 1) {
_root.trno = _root.trno + 1;
_root.d.start();
pl = 0;
}
}
if ((Key.isDown(37) && (_root.ball.duck == false)) && (_root.ball.runingl == true)) {
_x = (_x + 3);
} else if ((Key.isDown(39) && (_root.ball.duck == false)) && (_root.ball.runingr == true)) {
if (_root.ball._x < 500) {
_x = (_x - 3);
}
}
if (!this.g.br.hitTest(_root.ball.ft)) {
touchroof = 1;
}
if (this.g.br.hitTest(_root.ball.ft)) {
if (touchroof == 1) {
_root.ball._y = 148.75;
touchroof = 0;
}
if ((sc == 1) && (_root.ball.inj == false)) {
_root.sco = _root.sco + 10;
sc = 0;
}
_root.ball.vel_y = 0;
_root.ball.jumping = false;
jumping = false;
} else if ((this.g.di.hitTest(_root.ball) && (_root.rooflandb == false)) && (_root.rooflanda == false)) {
if (fal == 1) {
touchroof = 0;
_root.ball.inj = true;
_root.ball.gotoAndStop("fall");
fal = 0;
}
}
}
}
}
Instance of Symbol 132 MovieClip in Frame 15
onClipEvent (load) {
jumping = true;
pl = 1;
fal = 1;
sc = 1;
touchroof = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (this._x > 550) {
if (pl == 1) {
_root.trno = _root.trno + 1;
_root.d.start();
pl = 0;
}
}
if ((Key.isDown(37) && (_root.ball.duck == false)) && (_root.ball.runingl == true)) {
_x = (_x + 3);
} else if ((Key.isDown(39) && (_root.ball.duck == false)) && (_root.ball.runingr == true)) {
if (_root.ball._x < 500) {
_x = (_x - 3);
}
}
if (!this.g.br.hitTest(_root.ball.ft)) {
touchroof = 1;
}
if (this.g.br.hitTest(_root.ball.ft)) {
if (touchroof == 1) {
_root.ball._y = 148.75;
touchroof = 0;
}
if ((sc == 1) && (_root.ball.inj == false)) {
_root.sco = _root.sco + 10;
sc = 0;
}
_root.ball.vel_y = 0;
_root.ball.jumping = false;
jumping = false;
} else if ((this.g.di.hitTest(_root.ball) && (_root.rooflandb == false)) && (_root.rooflanda == false)) {
if (fal == 1) {
touchroof = 0;
_root.ball.inj = true;
_root.ball.gotoAndStop("fall");
fal = 0;
}
}
}
}
Instance of Symbol 132 MovieClip in Frame 15
onClipEvent (load) {
jumping = true;
pl = 1;
fal = 1;
sc = 1;
touchroof = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (this._x > 550) {
if (pl == 1) {
_root.trno = _root.trno + 1;
_root.d.start();
pl = 0;
}
}
if ((Key.isDown(37) && (_root.ball.duck == false)) && (_root.ball.runingl == true)) {
_x = (_x + 3);
} else if ((Key.isDown(39) && (_root.ball.duck == false)) && (_root.ball.runingr == true)) {
if (_root.ball._x < 500) {
_x = (_x - 3);
}
}
if (!this.g.br.hitTest(_root.ball.ft)) {
touchroof = 1;
}
if (this.g.br.hitTest(_root.ball.ft)) {
if (touchroof == 1) {
_root.ball._y = 148.75;
touchroof = 0;
}
if ((sc == 1) && (_root.ball.inj == false)) {
_root.sco = _root.sco + 10;
sc = 0;
}
_root.ball.vel_y = 0;
_root.ball.jumping = false;
jumping = false;
} else if ((this.g.di.hitTest(_root.ball) && (_root.rooflandb == false)) && (_root.rooflanda == false)) {
if (fal == 1) {
touchroof = 0;
_root.ball.inj = true;
_root.ball.gotoAndStop("fall");
fal = 0;
}
}
}
}
Instance of Symbol 132 MovieClip in Frame 15
onClipEvent (load) {
jumping = true;
pl = 1;
fal = 1;
sc = 1;
touchroof = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (this._x > 550) {
if (pl == 1) {
_root.trno = _root.trno + 1;
_root.d.start();
pl = 0;
}
}
if ((Key.isDown(37) && (_root.ball.duck == false)) && (_root.ball.runingl == true)) {
_x = (_x + 3);
} else if ((Key.isDown(39) && (_root.ball.duck == false)) && (_root.ball.runingr == true)) {
if (_root.ball._x < 500) {
_x = (_x - 3);
}
}
if (!this.g.br.hitTest(_root.ball.ft)) {
touchroof = 1;
}
if (this.g.br.hitTest(_root.ball.ft)) {
if (touchroof == 1) {
_root.ball._y = 148.75;
touchroof = 0;
}
if ((sc == 1) && (_root.ball.inj == false)) {
_root.sco = _root.sco + 10;
sc = 0;
}
_root.ball.vel_y = 0;
_root.ball.jumping = false;
jumping = false;
} else if ((this.g.di.hitTest(_root.ball) && (_root.rooflandb == false)) && (_root.rooflanda == false)) {
if (fal == 1) {
touchroof = 0;
_root.ball.inj = true;
_root.ball.gotoAndStop("fall");
fal = 0;
}
}
}
}
Instance of Symbol 132 MovieClip in Frame 15
onClipEvent (load) {
jumping = true;
pl = 1;
fal = 1;
sc = 1;
touchroof = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (this._x > 550) {
if (pl == 1) {
_root.trno = _root.trno + 1;
_root.d.start();
pl = 0;
}
}
if ((Key.isDown(37) && (_root.ball.duck == false)) && (_root.ball.runingl == true)) {
_x = (_x + 3);
} else if ((Key.isDown(39) && (_root.ball.duck == false)) && (_root.ball.runingr == true)) {
if (_root.ball._x < 500) {
_x = (_x - 3);
}
}
if (!this.g.br.hitTest(_root.ball.ft)) {
touchroof = 1;
}
if (this.g.br.hitTest(_root.ball.ft)) {
if (touchroof == 1) {
_root.ball._y = 148.75;
touchroof = 0;
}
if ((sc == 1) && (_root.ball.inj == false)) {
_root.sco = _root.sco + 10;
sc = 0;
}
_root.ball.vel_y = 0;
_root.ball.jumping = false;
jumping = false;
} else if ((this.g.di.hitTest(_root.ball) && (_root.rooflandb == false)) && (_root.rooflanda == false)) {
if (fal == 1) {
touchroof = 0;
_root.ball.inj = true;
_root.ball.gotoAndStop("fall");
fal = 0;
}
}
}
}
Instance of Symbol 132 MovieClip in Frame 15
onClipEvent (load) {
jumping = true;
pl = 1;
fal = 1;
sc = 1;
touchroof = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (this._x > 550) {
if (pl == 1) {
_root.trno = _root.trno + 1;
_root.d.start();
pl = 0;
}
}
if ((Key.isDown(37) && (_root.ball.duck == false)) && (_root.ball.runingl == true)) {
_x = (_x + 3);
} else if ((Key.isDown(39) && (_root.ball.duck == false)) && (_root.ball.runingr == true)) {
if (_root.ball._x < 500) {
_x = (_x - 3);
}
}
if (!this.g.br.hitTest(_root.ball.ft)) {
touchroof = 1;
}
if (this.g.br.hitTest(_root.ball.ft)) {
if (touchroof == 1) {
_root.ball._y = 148.75;
touchroof = 0;
}
if ((sc == 1) && (_root.ball.inj == false)) {
_root.sco = _root.sco + 10;
sc = 0;
}
_root.ball.vel_y = 0;
_root.ball.jumping = false;
jumping = false;
} else if ((this.g.di.hitTest(_root.ball) && (_root.rooflandb == false)) && (_root.rooflanda == false)) {
if (fal == 1) {
touchroof = 0;
_root.ball.inj = true;
_root.ball.gotoAndStop("fall");
fal = 0;
}
}
}
}
Instance of Symbol 132 MovieClip in Frame 15
onClipEvent (load) {
jumping = true;
pl = 1;
fal = 1;
sc = 1;
touchroof = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (this._x > 550) {
if (pl == 1) {
_root.trno = _root.trno + 1;
_root.d.start();
pl = 0;
}
}
if ((Key.isDown(37) && (_root.ball.duck == false)) && (_root.ball.runingl == true)) {
_x = (_x + 3);
} else if ((Key.isDown(39) && (_root.ball.duck == false)) && (_root.ball.runingr == true)) {
if (_root.ball._x < 500) {
_x = (_x - 3);
}
}
if (!this.g.br.hitTest(_root.ball.ft)) {
touchroof = 1;
}
if (this.g.br.hitTest(_root.ball.ft)) {
if (touchroof == 1) {
_root.ball._y = 148.75;
touchroof = 0;
}
if ((sc == 1) && (_root.ball.inj == false)) {
_root.sco = _root.sco + 10;
sc = 0;
}
_root.ball.vel_y = 0;
_root.ball.jumping = false;
jumping = false;
} else if ((this.g.di.hitTest(_root.ball) && (_root.rooflandb == false)) && (_root.rooflanda == false)) {
if (fal == 1) {
touchroof = 0;
_root.ball.inj = true;
_root.ball.gotoAndStop("fall");
fal = 0;
}
}
}
}
Instance of Symbol 132 MovieClip in Frame 15
onClipEvent (load) {
jumping = true;
pl = 1;
fal = 1;
sc = 1;
touchroof = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (this._x > 550) {
if (pl == 1) {
_root.trno = _root.trno + 1;
_root.d.start();
pl = 0;
}
}
if ((Key.isDown(37) && (_root.ball.duck == false)) && (_root.ball.runingl == true)) {
_x = (_x + 3);
} else if ((Key.isDown(39) && (_root.ball.duck == false)) && (_root.ball.runingr == true)) {
if (_root.ball._x < 500) {
_x = (_x - 3);
}
}
if (!this.g.br.hitTest(_root.ball.ft)) {
touchroof = 1;
}
if (this.g.br.hitTest(_root.ball.ft)) {
if (touchroof == 1) {
_root.ball._y = 148.75;
touchroof = 0;
}
if ((sc == 1) && (_root.ball.inj == false)) {
_root.sco = _root.sco + 10;
sc = 0;
}
_root.ball.vel_y = 0;
_root.ball.jumping = false;
jumping = false;
} else if ((this.g.di.hitTest(_root.ball) && (_root.rooflandb == false)) && (_root.rooflanda == false)) {
if (fal == 1) {
touchroof = 0;
_root.ball.inj = true;
_root.ball.gotoAndStop("fall");
fal = 0;
}
}
}
}
Instance of Symbol 132 MovieClip in Frame 15
onClipEvent (load) {
jumping = true;
pl = 1;
fal = 1;
sc = 1;
touchroof = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (this._x > 550) {
if (pl == 1) {
_root.trno = _root.trno + 1;
_root.d.start();
pl = 0;
}
}
if ((Key.isDown(37) && (_root.ball.duck == false)) && (_root.ball.runingl == true)) {
_x = (_x + 3);
} else if ((Key.isDown(39) && (_root.ball.duck == false)) && (_root.ball.runingr == true)) {
if (_root.ball._x < 500) {
_x = (_x - 3);
}
}
if (!this.g.br.hitTest(_root.ball.ft)) {
touchroof = 1;
}
if (this.g.br.hitTest(_root.ball.ft)) {
if (touchroof == 1) {
_root.ball._y = 148.75;
touchroof = 0;
}
if ((sc == 1) && (_root.ball.inj == false)) {
_root.sco = _root.sco + 10;
sc = 0;
}
_root.ball.vel_y = 0;
_root.ball.jumping = false;
jumping = false;
} else if ((this.g.di.hitTest(_root.ball) && (_root.rooflandb == false)) && (_root.rooflanda == false)) {
if (fal == 1) {
touchroof = 0;
_root.ball.inj = true;
_root.ball.gotoAndStop("fall");
fal = 0;
}
}
}
}
Instance of Symbol 132 MovieClip in Frame 15
onClipEvent (load) {
jumping = true;
pl = 1;
fal = 1;
sc = 1;
touchroof = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (this._x > 550) {
if (pl == 1) {
_root.trno = _root.trno + 1;
_root.d.start();
pl = 0;
}
}
if ((Key.isDown(37) && (_root.ball.duck == false)) && (_root.ball.runingl == true)) {
_x = (_x + 3);
} else if ((Key.isDown(39) && (_root.ball.duck == false)) && (_root.ball.runingr == true)) {
if (_root.ball._x < 500) {
_x = (_x - 3);
}
}
if (!this.g.br.hitTest(_root.ball.ft)) {
touchroof = 1;
}
if (this.g.br.hitTest(_root.ball.ft)) {
if (touchroof == 1) {
_root.ball._y = 148.75;
touchroof = 0;
}
if ((sc == 1) && (_root.ball.inj == false)) {
_root.sco = _root.sco + 10;
sc = 0;
}
_root.ball.vel_y = 0;
_root.ball.jumping = false;
jumping = false;
} else if ((this.g.di.hitTest(_root.ball) && (_root.rooflandb == false)) && (_root.rooflanda == false)) {
if (fal == 1) {
touchroof = 0;
_root.ball.inj = true;
_root.ball.gotoAndStop("fall");
fal = 0;
}
}
}
}
Instance of Symbol 132 MovieClip in Frame 15
onClipEvent (load) {
jumping = true;
pl = 1;
fal = 1;
sc = 1;
touchroof = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (this._x > 550) {
if (pl == 1) {
_root.trno = _root.trno + 1;
_root.d.start();
pl = 0;
}
}
if ((Key.isDown(37) && (_root.ball.duck == false)) && (_root.ball.runingl == true)) {
_x = (_x + 3);
} else if ((Key.isDown(39) && (_root.ball.duck == false)) && (_root.ball.runingr == true)) {
if (_root.ball._x < 500) {
_x = (_x - 3);
}
}
if (!this.g.br.hitTest(_root.ball.ft)) {
touchroof = 1;
}
if (this.g.br.hitTest(_root.ball.ft)) {
if (touchroof == 1) {
_root.ball._y = 148.75;
touchroof = 0;
}
if ((sc == 1) && (_root.ball.inj == false)) {
_root.sco = _root.sco + 10;
sc = 0;
}
_root.ball.vel_y = 0;
_root.ball.jumping = false;
jumping = false;
} else if ((this.g.di.hitTest(_root.ball) && (_root.rooflandb == false)) && (_root.rooflanda == false)) {
if (fal == 1) {
touchroof = 0;
_root.ball.inj = true;
_root.ball.gotoAndStop("fall");
fal = 0;
}
}
}
}
Instance of Symbol 132 MovieClip in Frame 15
onClipEvent (load) {
jumping = true;
pl = 1;
fal = 1;
sc = 1;
touchroof = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (this._x > 550) {
if (pl == 1) {
_root.trno = _root.trno + 1;
_root.d.start();
pl = 0;
}
}
if ((Key.isDown(37) && (_root.ball.duck == false)) && (_root.ball.runingl == true)) {
_x = (_x + 3);
} else if ((Key.isDown(39) && (_root.ball.duck == false)) && (_root.ball.runingr == true)) {
if (_root.ball._x < 500) {
_x = (_x - 3);
}
}
if (!this.g.br.hitTest(_root.ball.ft)) {
touchroof = 1;
}
if (this.g.br.hitTest(_root.ball.ft)) {
if (touchroof == 1) {
_root.ball._y = 148.75;
touchroof = 0;
}
if ((sc == 1) && (_root.ball.inj == false)) {
_root.sco = _root.sco + 10;
sc = 0;
}
_root.ball.vel_y = 0;
_root.ball.jumping = false;
jumping = false;
} else if ((this.g.di.hitTest(_root.ball) && (_root.rooflandb == false)) && (_root.rooflanda == false)) {
if (fal == 1) {
touchroof = 0;
_root.ball.inj = true;
_root.ball.gotoAndStop("fall");
fal = 0;
}
}
}
}
Instance of Symbol 132 MovieClip in Frame 15
onClipEvent (load) {
jumping = true;
pl = 1;
fal = 1;
sc = 1;
touchroof = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (this._x > 550) {
if (pl == 1) {
_root.trno = _root.trno + 1;
_root.d.start();
pl = 0;
}
}
if ((Key.isDown(37) && (_root.ball.duck == false)) && (_root.ball.runingl == true)) {
_x = (_x + 3);
} else if ((Key.isDown(39) && (_root.ball.duck == false)) && (_root.ball.runingr == true)) {
if (_root.ball._x < 500) {
_x = (_x - 3);
}
}
if (!this.g.br.hitTest(_root.ball.ft)) {
touchroof = 1;
}
if (this.g.br.hitTest(_root.ball.ft)) {
if (touchroof == 1) {
_root.ball._y = 148.75;
touchroof = 0;
}
if ((sc == 1) && (_root.ball.inj == false)) {
_root.sco = _root.sco + 10;
sc = 0;
}
_root.ball.vel_y = 0;
_root.ball.jumping = false;
jumping = false;
} else if ((this.g.di.hitTest(_root.ball) && (_root.rooflandb == false)) && (_root.rooflanda == false)) {
if (fal == 1) {
touchroof = 0;
_root.ball.inj = true;
_root.ball.gotoAndStop("fall");
fal = 0;
}
}
}
}
Instance of Symbol 132 MovieClip in Frame 15
onClipEvent (load) {
jumping = true;
pl = 1;
fal = 1;
sc = 1;
touchroof = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (this._x > 550) {
if (pl == 1) {
_root.trno = _root.trno + 1;
_root.d.start();
pl = 0;
}
}
if ((Key.isDown(37) && (_root.ball.duck == false)) && (_root.ball.runingl == true)) {
_x = (_x + 3);
} else if ((Key.isDown(39) && (_root.ball.duck == false)) && (_root.ball.runingr == true)) {
if (_root.ball._x < 500) {
_x = (_x - 3);
}
}
if (!this.g.br.hitTest(_root.ball.ft)) {
touchroof = 1;
}
if (this.g.br.hitTest(_root.ball.ft)) {
if (touchroof == 1) {
_root.ball._y = 148.75;
touchroof = 0;
}
if ((sc == 1) && (_root.ball.inj == false)) {
_root.sco = _root.sco + 10;
sc = 0;
}
_root.ball.vel_y = 0;
_root.ball.jumping = false;
jumping = false;
} else if ((this.g.di.hitTest(_root.ball) && (_root.rooflandb == false)) && (_root.rooflanda == false)) {
if (fal == 1) {
touchroof = 0;
_root.ball.inj = true;
_root.ball.gotoAndStop("fall");
fal = 0;
}
}
}
}
Instance of Symbol 132 MovieClip in Frame 15
onClipEvent (load) {
jumping = true;
pl = 1;
fal = 1;
sc = 1;
touchroof = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (this._x > 550) {
if (pl == 1) {
_root.trno = _root.trno + 1;
_root.d.start();
pl = 0;
}
}
if ((Key.isDown(37) && (_root.ball.duck == false)) && (_root.ball.runingl == true)) {
_x = (_x + 3);
} else if ((Key.isDown(39) && (_root.ball.duck == false)) && (_root.ball.runingr == true)) {
if (_root.ball._x < 500) {
_x = (_x - 3);
}
}
if (!this.g.br.hitTest(_root.ball.ft)) {
touchroof = 1;
}
if (this.g.br.hitTest(_root.ball.ft)) {
if (touchroof == 1) {
_root.ball._y = 148.75;
touchroof = 0;
}
if ((sc == 1) && (_root.ball.inj == false)) {
_root.sco = _root.sco + 10;
sc = 0;
}
_root.ball.vel_y = 0;
_root.ball.jumping = false;
jumping = false;
} else if ((this.g.di.hitTest(_root.ball) && (_root.rooflandb == false)) && (_root.rooflanda == false)) {
if (fal == 1) {
touchroof = 0;
_root.ball.inj = true;
_root.ball.gotoAndStop("fall");
fal = 0;
}
}
}
}
Instance of Symbol 132 MovieClip in Frame 15
onClipEvent (load) {
jumping = true;
pl = 1;
fal = 1;
sc = 1;
touchroof = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (this._x > 550) {
if (pl == 1) {
_root.trno = _root.trno + 1;
_root.d.start();
pl = 0;
}
}
if ((Key.isDown(37) && (_root.ball.duck == false)) && (_root.ball.runingl == true)) {
_x = (_x + 3);
} else if ((Key.isDown(39) && (_root.ball.duck == false)) && (_root.ball.runingr == true)) {
if (_root.ball._x < 500) {
_x = (_x - 3);
}
}
if (!this.g.br.hitTest(_root.ball.ft)) {
touchroof = 1;
}
if (this.g.br.hitTest(_root.ball.ft)) {
if (touchroof == 1) {
_root.ball._y = 148.75;
touchroof = 0;
}
if ((sc == 1) && (_root.ball.inj == false)) {
_root.sco = _root.sco + 10;
sc = 0;
}
_root.ball.vel_y = 0;
_root.ball.jumping = false;
jumping = false;
} else if ((this.g.di.hitTest(_root.ball) && (_root.rooflandb == false)) && (_root.rooflanda == false)) {
if (fal == 1) {
touchroof = 0;
_root.ball.inj = true;
_root.ball.gotoAndStop("fall");
fal = 0;
}
}
}
}
Instance of Symbol 132 MovieClip in Frame 15
onClipEvent (load) {
jumping = true;
pl = 1;
fal = 1;
sc = 1;
touchroof = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (this._x > 550) {
if (pl == 1) {
_root.trno = _root.trno + 1;
_root.d.start();
pl = 0;
}
}
if ((Key.isDown(37) && (_root.ball.duck == false)) && (_root.ball.runingl == true)) {
_x = (_x + 3);
} else if ((Key.isDown(39) && (_root.ball.duck == false)) && (_root.ball.runingr == true)) {
if (_root.ball._x < 500) {
_x = (_x - 3);
}
}
if (!this.g.br.hitTest(_root.ball.ft)) {
touchroof = 1;
}
if (this.g.br.hitTest(_root.ball.ft)) {
if (touchroof == 1) {
_root.ball._y = 148.75;
touchroof = 0;
}
if ((sc == 1) && (_root.ball.inj == false)) {
_root.sco = _root.sco + 10;
sc = 0;
}
_root.ball.vel_y = 0;
_root.ball.jumping = false;
jumping = false;
} else if ((this.g.di.hitTest(_root.ball) && (_root.rooflandb == false)) && (_root.rooflanda == false)) {
if (fal == 1) {
touchroof = 0;
_root.ball.inj = true;
_root.ball.gotoAndStop("fall");
fal = 0;
}
}
}
}
Instance of Symbol 132 MovieClip in Frame 15
onClipEvent (load) {
jumping = true;
pl = 1;
fal = 1;
sc = 1;
touchroof = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (this._x > 550) {
if (pl == 1) {
_root.trno = _root.trno + 1;
_root.d.start();
pl = 0;
}
}
if ((Key.isDown(37) && (_root.ball.duck == false)) && (_root.ball.runingl == true)) {
_x = (_x + 3);
} else if ((Key.isDown(39) && (_root.ball.duck == false)) && (_root.ball.runingr == true)) {
if (_root.ball._x < 500) {
_x = (_x - 3);
}
}
if (!this.g.br.hitTest(_root.ball.ft)) {
touchroof = 1;
}
if (this.g.br.hitTest(_root.ball.ft)) {
if (touchroof == 1) {
_root.ball._y = 148.75;
touchroof = 0;
}
if ((sc == 1) && (_root.ball.inj == false)) {
_root.sco = _root.sco + 10;
sc = 0;
}
_root.ball.vel_y = 0;
_root.ball.jumping = false;
jumping = false;
} else if ((this.g.di.hitTest(_root.ball) && (_root.rooflandb == false)) && (_root.rooflanda == false)) {
if (fal == 1) {
touchroof = 0;
_root.ball.inj = true;
_root.ball.gotoAndStop("fall");
fal = 0;
}
}
}
}
Instance of Symbol 132 MovieClip in Frame 15
onClipEvent (load) {
jumping = true;
pl = 1;
fal = 1;
sc = 1;
touchroof = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (this._x > 550) {
if (pl == 1) {
_root.trno = _root.trno + 1;
_root.d.start();
pl = 0;
}
}
if ((Key.isDown(37) && (_root.ball.duck == false)) && (_root.ball.runingl == true)) {
_x = (_x + 3);
} else if ((Key.isDown(39) && (_root.ball.duck == false)) && (_root.ball.runingr == true)) {
if (_root.ball._x < 500) {
_x = (_x - 3);
}
}
if (!this.g.br.hitTest(_root.ball.ft)) {
touchroof = 1;
}
if (this.g.br.hitTest(_root.ball.ft)) {
if (touchroof == 1) {
_root.ball._y = 148.75;
touchroof = 0;
}
if ((sc == 1) && (_root.ball.inj == false)) {
_root.sco = _root.sco + 10;
sc = 0;
}
_root.ball.vel_y = 0;
_root.ball.jumping = false;
jumping = false;
} else if ((this.g.di.hitTest(_root.ball) && (_root.rooflandb == false)) && (_root.rooflanda == false)) {
if (fal == 1) {
touchroof = 0;
_root.ball.inj = true;
_root.ball.gotoAndStop("fall");
fal = 0;
}
}
}
}
Instance of Symbol 132 MovieClip in Frame 15
onClipEvent (load) {
jumping = true;
pl = 1;
fal = 1;
sc = 1;
touchroof = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (this._x > 550) {
if (pl == 1) {
_root.trno = _root.trno + 1;
_root.d.start();
pl = 0;
}
}
if ((Key.isDown(37) && (_root.ball.duck == false)) && (_root.ball.runingl == true)) {
_x = (_x + 3);
} else if ((Key.isDown(39) && (_root.ball.duck == false)) && (_root.ball.runingr == true)) {
if (_root.ball._x < 500) {
_x = (_x - 3);
}
}
if (!this.g.br.hitTest(_root.ball.ft)) {
touchroof = 1;
}
if (this.g.br.hitTest(_root.ball.ft)) {
if (touchroof == 1) {
_root.ball._y = 148.75;
touchroof = 0;
}
if ((sc == 1) && (_root.ball.inj == false)) {
_root.sco = _root.sco + 10;
sc = 0;
}
_root.ball.vel_y = 0;
_root.ball.jumping = false;
jumping = false;
} else if ((this.g.di.hitTest(_root.ball) && (_root.rooflandb == false)) && (_root.rooflanda == false)) {
if (fal == 1) {
touchroof = 0;
_root.ball.inj = true;
_root.ball.gotoAndStop("fall");
fal = 0;
}
}
}
}
Instance of Symbol 132 MovieClip in Frame 15
onClipEvent (load) {
jumping = true;
pl = 1;
fal = 1;
sc = 1;
touchroof = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (this._x > 550) {
if (pl == 1) {
_root.trno = _root.trno + 1;
_root.d.start();
pl = 0;
}
}
if ((Key.isDown(37) && (_root.ball.duck == false)) && (_root.ball.runingl == true)) {
_x = (_x + 3);
} else if ((Key.isDown(39) && (_root.ball.duck == false)) && (_root.ball.runingr == true)) {
if (_root.ball._x < 500) {
_x = (_x - 3);
}
}
if (!this.g.br.hitTest(_root.ball.ft)) {
touchroof = 1;
}
if (this.g.br.hitTest(_root.ball.ft)) {
if (touchroof == 1) {
_root.ball._y = 148.75;
touchroof = 0;
}
if ((sc == 1) && (_root.ball.inj == false)) {
_root.sco = _root.sco + 10;
sc = 0;
}
_root.ball.vel_y = 0;
_root.ball.jumping = false;
jumping = false;
} else if ((this.g.di.hitTest(_root.ball) && (_root.rooflandb == false)) && (_root.rooflanda == false)) {
if (fal == 1) {
touchroof = 0;
_root.ball.inj = true;
_root.ball.gotoAndStop("fall");
fal = 0;
}
}
}
}
Instance of Symbol 132 MovieClip in Frame 15
onClipEvent (load) {
jumping = true;
pl = 1;
fal = 1;
sc = 1;
touchroof = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (_root.capture == false) {
if (this._x > 550) {
if (pl == 1) {
_root.trno = _root.trno + 1;
_root.d.start();
pl = 0;
}
}
if ((Key.isDown(37) && (_root.ball.duck == false)) && (_root.ball.runingl == true)) {
_x = (_x + 3);
} else if ((Key.isDown(39) && (_root.ball.duck == false)) && (_root.ball.runingr == true)) {
if (_root.ball._x < 500) {
_x = (_x - 3);
}
}
if (!this.g.br.hitTest(_root.ball.ft)) {
touchroof = 1;
}
if (this.g.br.hitTest(_root.ball.ft)) {
if (touchroof == 1) {
_root.ball._y = 148.75;
touchroof = 0;
}
if ((sc == 1) && (_root.ball.inj == false)) {
_root.sco = _root.sco + 10;
sc = 0;
}
_root.ball.vel_y = 0;
_root.ball.jumping = false;
jumping = false;
} else if ((this.g.di.hitTest(_root.ball) && (_root.rooflandb == false)) && (_root.rooflanda == false)) {
if (fal == 1) {
touchroof = 0;
_root.ball.inj = true;
_root.ball.gotoAndStop("fall");
fal = 0;
}
}
}
}
}
Instance of Symbol 132 MovieClip in Frame 15
onClipEvent (load) {
jumping = true;
pl = 1;
fal = 1;
sc = 1;
touchroof = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (_root.capture == false) {
if (this._x > 550) {
if (pl == 1) {
_root.trno = _root.trno + 1;
_root.d.start();
pl = 0;
}
}
if ((Key.isDown(37) && (_root.ball.duck == false)) && (_root.ball.runingl == true)) {
_x = (_x + 3);
} else if ((Key.isDown(39) && (_root.ball.duck == false)) && (_root.ball.runingr == true)) {
if (_root.ball._x < 500) {
_x = (_x - 3);
}
}
if (!this.g.br.hitTest(_root.ball.ft)) {
touchroof = 1;
}
if (this.g.br.hitTest(_root.ball.ft)) {
if (touchroof == 1) {
_root.ball._y = 148.75;
touchroof = 0;
}
if ((sc == 1) && (_root.ball.inj == false)) {
_root.sco = _root.sco + 10;
sc = 0;
}
_root.ball.vel_y = 0;
_root.ball.jumping = false;
jumping = false;
} else if ((this.g.di.hitTest(_root.ball) && (_root.rooflandb == false)) && (_root.rooflanda == false)) {
if (fal == 1) {
touchroof = 0;
_root.ball.inj = true;
_root.ball.gotoAndStop("fall");
fal = 0;
}
}
}
}
}
Instance of Symbol 132 MovieClip in Frame 15
onClipEvent (load) {
jumping = true;
pl = 1;
fal = 1;
sc = 1;
touchroof = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (_root.capture == false) {
if (this._x > 550) {
if (pl == 1) {
_root.trno = _root.trno + 1;
_root.d.start();
pl = 0;
}
}
if ((Key.isDown(37) && (_root.ball.duck == false)) && (_root.ball.runingl == true)) {
_x = (_x + 3);
} else if ((Key.isDown(39) && (_root.ball.duck == false)) && (_root.ball.runingr == true)) {
if (_root.ball._x < 500) {
_x = (_x - 3);
}
}
if (!this.g.br.hitTest(_root.ball.ft)) {
touchroof = 1;
}
if (this.g.br.hitTest(_root.ball.ft)) {
if (touchroof == 1) {
_root.ball._y = 148.75;
touchroof = 0;
}
if ((sc == 1) && (_root.ball.inj == false)) {
_root.sco = _root.sco + 10;
sc = 0;
}
_root.ball.vel_y = 0;
_root.ball.jumping = false;
jumping = false;
} else if ((this.g.di.hitTest(_root.ball) && (_root.rooflandb == false)) && (_root.rooflanda == false)) {
if (fal == 1) {
touchroof = 0;
_root.ball.inj = true;
_root.ball.gotoAndStop("fall");
fal = 0;
}
}
}
}
}
Instance of Symbol 132 MovieClip in Frame 15
onClipEvent (load) {
jumping = true;
pl = 1;
fal = 1;
sc = 1;
touchroof = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (_root.capture == false) {
if (this._x > 550) {
if (pl == 1) {
_root.trno = _root.trno + 1;
_root.d.start();
pl = 0;
}
}
if ((Key.isDown(37) && (_root.ball.duck == false)) && (_root.ball.runingl == true)) {
_x = (_x + 3);
} else if ((Key.isDown(39) && (_root.ball.duck == false)) && (_root.ball.runingr == true)) {
if (_root.ball._x < 500) {
_x = (_x - 3);
}
}
if (!this.g.br.hitTest(_root.ball.ft)) {
touchroof = 1;
}
if (this.g.br.hitTest(_root.ball.ft)) {
if (touchroof == 1) {
_root.ball._y = 148.75;
touchroof = 0;
}
if ((sc == 1) && (_root.ball.inj == false)) {
_root.sco = _root.sco + 10;
sc = 0;
}
_root.ball.vel_y = 0;
_root.ball.jumping = false;
jumping = false;
} else if ((this.g.di.hitTest(_root.ball) && (_root.rooflandb == false)) && (_root.rooflanda == false)) {
if (fal == 1) {
touchroof = 0;
_root.ball.inj = true;
_root.ball.gotoAndStop("fall");
fal = 0;
}
}
}
}
}
Instance of Symbol 132 MovieClip in Frame 15
onClipEvent (load) {
jumping = true;
pl = 1;
fal = 1;
sc = 1;
touchroof = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (_root.capture == false) {
if (this._x > 550) {
if (pl == 1) {
_root.trno = _root.trno + 1;
_root.d.start();
pl = 0;
}
}
if ((Key.isDown(37) && (_root.ball.duck == false)) && (_root.ball.runingl == true)) {
_x = (_x + 3);
} else if ((Key.isDown(39) && (_root.ball.duck == false)) && (_root.ball.runingr == true)) {
if (_root.ball._x < 500) {
_x = (_x - 3);
}
}
if (!this.g.br.hitTest(_root.ball.ft)) {
touchroof = 1;
}
if (this.g.br.hitTest(_root.ball.ft)) {
if (touchroof == 1) {
_root.ball._y = 148.75;
touchroof = 0;
}
if ((sc == 1) && (_root.ball.inj == false)) {
_root.sco = _root.sco + 10;
sc = 0;
}
_root.ball.vel_y = 0;
_root.ball.jumping = false;
jumping = false;
} else if ((this.g.di.hitTest(_root.ball) && (_root.rooflandb == false)) && (_root.rooflanda == false)) {
if (fal == 1) {
touchroof = 0;
_root.ball.inj = true;
_root.ball.gotoAndStop("fall");
fal = 0;
}
}
}
}
}
Instance of Symbol 132 MovieClip in Frame 15
onClipEvent (load) {
jumping = true;
pl = 1;
fal = 1;
sc = 1;
touchroof = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (_root.capture == false) {
if (this._x > 550) {
if (pl == 1) {
_root.trno = _root.trno + 1;
_root.d.start();
pl = 0;
}
}
if ((Key.isDown(37) && (_root.ball.duck == false)) && (_root.ball.runingl == true)) {
_x = (_x + 3);
} else if ((Key.isDown(39) && (_root.ball.duck == false)) && (_root.ball.runingr == true)) {
if (_root.ball._x < 500) {
_x = (_x - 3);
}
}
if (!this.g.br.hitTest(_root.ball.ft)) {
touchroof = 1;
}
if (this.g.br.hitTest(_root.ball.ft)) {
if (touchroof == 1) {
_root.ball._y = 148.75;
touchroof = 0;
}
if ((sc == 1) && (_root.ball.inj == false)) {
_root.sco = _root.sco + 10;
sc = 0;
}
_root.ball.vel_y = 0;
_root.ball.jumping = false;
jumping = false;
} else if ((this.g.di.hitTest(_root.ball) && (_root.rooflandb == false)) && (_root.rooflanda == false)) {
if (fal == 1) {
touchroof = 0;
_root.ball.inj = true;
_root.ball.gotoAndStop("fall");
fal = 0;
}
}
}
}
}
Instance of Symbol 132 MovieClip in Frame 15
onClipEvent (load) {
jumping = true;
pl = 1;
fal = 1;
sc = 1;
touchroof = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (_root.capture == false) {
if (this._x > 550) {
if (pl == 1) {
_root.trno = _root.trno + 1;
_root.d.start();
pl = 0;
}
}
if ((Key.isDown(37) && (_root.ball.duck == false)) && (_root.ball.runingl == true)) {
_x = (_x + 3);
} else if ((Key.isDown(39) && (_root.ball.duck == false)) && (_root.ball.runingr == true)) {
if (_root.ball._x < 500) {
_x = (_x - 3);
}
}
if (!this.g.br.hitTest(_root.ball.ft)) {
touchroof = 1;
}
if (this.g.br.hitTest(_root.ball.ft)) {
if (touchroof == 1) {
_root.ball._y = 148.75;
touchroof = 0;
}
if ((sc == 1) && (_root.ball.inj == false)) {
_root.sco = _root.sco + 10;
sc = 0;
}
_root.ball.vel_y = 0;
_root.ball.jumping = false;
jumping = false;
} else if ((this.g.di.hitTest(_root.ball) && (_root.rooflandb == false)) && (_root.rooflanda == false)) {
if (fal == 1) {
touchroof = 0;
_root.ball.inj = true;
_root.ball.gotoAndStop("fall");
fal = 0;
}
}
}
}
}
Instance of Symbol 147 MovieClip "ball" in Frame 15
onClipEvent (load) {
this.swapDepths(1000);
vel_y = 0;
jumping = false;
movement = true;
runingl = true;
runingr = false;
runing = false;
inj = false;
falling = true;
duck = false;
JUMPER = false;
}
onClipEvent (keyUp) {
if ((inj == false) && (!jumping)) {
runing = false;
}
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (_root.capture == false) {
if (this._y > 160) {
inj = true;
this.gotoAndStop("fall");
}
if (((Key.isDown(32) && (!jumping)) && (inj == false)) && (duck == false)) {
vel_y = 14;
jumping = true;
this.gotoAndStop("jump");
}
if (jumping && (falling == true)) {
vel_y = vel_y - 1;
if (vel_y <= -10) {
vel_y = -10;
if (inj == false) {
this.gotoAndStop("jumpdn");
}
}
if (falling == true) {
this._y = this._y - vel_y;
pre = this._y;
}
}
if (((Key.isDown(37) && (inj == false)) && (duck == false)) && (runingr == false)) {
if (!jumping) {
this.gotoAndStop("run");
runingl = true;
runingr = false;
runing = true;
_xscale = 100;
if ((this._x > 400) && (runingl == true)) {
_x = (_x - 3);
}
}
} else {
runingl = false;
}
if (((Key.isDown(39) && (inj == false)) && (duck == false)) && (runingl == false)) {
if (!jumping) {
this.gotoAndStop("run");
runingr = true;
runingl = false;
runing = true;
_xscale = -100;
if ((this._x < 500) && (runingr == true)) {
_x = (_x + 3);
}
}
} else {
runingr = false;
}
if ((Key.isDown(40) && (inj == false)) && (!jumping)) {
this.gotoAndStop("duck");
duck = true;
runing = false;
} else if (duck == true) {
this.gotoAndStop(1);
duck = false;
}
if (this.hitTest(_root.ground)) {
falling = false;
}
}
}
}
Instance of Symbol 173 MovieClip "brd" in Frame 15
onClipEvent (load) {
sn = 1;
att = false;
count = 0;
st = true;
rad = random(100);
hit = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (_root.enemydie == false) {
if (st == true) {
count = count + 1;
}
if (count > rad) {
att = true;
}
if (att == true) {
if (sn == 1) {
_root.s.start();
sn = 0;
}
_x = (_x + 10);
st = false;
}
if (_x > 600) {
_x = -200;
_y = 151;
att = false;
count = 0;
rad = random(100);
_root.mis.st = true;
hit = 1;
sn = 1;
}
if (this.br.hitTest(_root.ball) && (_root.ball.inj == false)) {
if (hit == 1) {
_root.b.start();
_root.ball.inj = true;
_root.ball.gotoAndStop("hit");
hit = 0;
}
}
}
}
}
Instance of Symbol 177 MovieClip "mis" in Frame 15
onClipEvent (load) {
sn = 1;
att = false;
count = 0;
rad = random(100);
hit = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (_root.enemydie == false) {
if (st == true) {
count = count + 1;
}
if (count > rad) {
att = true;
}
if (att == true) {
if (sn == 1) {
_root.s.start();
sn = 0;
}
_x = (_x + 10);
st = false;
}
if (_x > 600) {
_x = -500;
_y = 121;
att = false;
count = 0;
_root.brd.st = true;
rad = random(100);
hit = 1;
sn = 1;
}
if (this.br.hitTest(_root.ball) && (_root.ball.inj == false)) {
if (hit == 1) {
_root.b.start();
_root.ball.inj = true;
_root.ball.gotoAndStop("hit");
hit = 0;
}
}
}
}
}
Symbol 12 MovieClip Frame 35
stop();
Symbol 15 MovieClip Frame 1
this._visible = false;
Symbol 19 MovieClip Frame 1
_root.stop();
Symbol 19 MovieClip Frame 3
xyb1 = _root.getBytesLoaded();
xyb2 = _root.getBytesTotal();
xytgFrame = Math.round((xyb1 / xyb2) * 100) + 1;
prelbar.gotoAndStop(xytgFrame);
Symbol 19 MovieClip Frame 5
if ((xyb1 >= xyb2) && (xyb2 > 50)) {
stop();
_root.play();
} else {
gotoAndPlay ("xloop1");
}
Symbol 29 Button
on (press) {
gotoAndStop (6);
}
Symbol 35 MovieClip Frame 12
stop();
Symbol 36 Button
on (release) {
getURL ("http://www.dailyfreegames.com", "_blank");
}
Symbol 38 Button
on (release) {
getURL ("http://www.dailyfreegames.com/free-games.html", "_blank");
}
Symbol 47 Button
on (press) {
gotoAndStop (15);
}
Symbol 62 Button
on (press) {
gotoAndStop (5);
}
Instance of Symbol 89 MovieClip "br" in Symbol 90 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 89 MovieClip "di" in Symbol 90 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 114 MovieClip Frame 56
_root.wel.play();
Symbol 114 MovieClip Frame 58
stop();
Symbol 115 MovieClip Frame 1
stop();
Instance of Symbol 94 MovieClip "trk" in Symbol 115 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 89 MovieClip "br" in Symbol 117 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 89 MovieClip "di" in Symbol 117 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 89 MovieClip "di" in Symbol 119 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 89 MovieClip "br" in Symbol 119 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 89 MovieClip "br" in Symbol 121 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 89 MovieClip "di" in Symbol 121 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 89 MovieClip "br" in Symbol 123 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 89 MovieClip "di" in Symbol 123 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 89 MovieClip "br" in Symbol 125 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 89 MovieClip "di" in Symbol 125 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 89 MovieClip "br" in Symbol 127 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 89 MovieClip "di" in Symbol 127 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 89 MovieClip "br" in Symbol 129 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 89 MovieClip "di" in Symbol 129 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 89 MovieClip "br" in Symbol 131 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 89 MovieClip "di" in Symbol 131 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 132 MovieClip Frame 1
gotoAndStop(1 + random(_totalframes));
Instance of Symbol 117 MovieClip "g" in Symbol 132 MovieClip Frame 1
onClipEvent (load) {
pl = 0;
}
onClipEvent (enterFrame) {
if (this.br.hitTest(_root.ball.ft)) {
pl = 1;
if (pl == 1) {
_root.rooflanda = true;
}
} else if (pl == 1) {
_root.rooflanda = false;
pl = 0;
}
}
Instance of Symbol 119 MovieClip "g" in Symbol 132 MovieClip Frame 2
onClipEvent (load) {
pl = 0;
}
onClipEvent (enterFrame) {
if (this.br.hitTest(_root.ball.ft)) {
pl = 1;
if (pl == 1) {
_root.rooflanda = true;
}
} else if (pl == 1) {
_root.rooflanda = false;
pl = 0;
}
}
Instance of Symbol 121 MovieClip "g" in Symbol 132 MovieClip Frame 3
onClipEvent (load) {
pl = 0;
}
onClipEvent (enterFrame) {
if (this.br.hitTest(_root.ball.ft)) {
pl = 1;
if (pl == 1) {
_root.rooflanda = true;
}
} else if (pl == 1) {
_root.rooflanda = false;
pl = 0;
}
}
Instance of Symbol 123 MovieClip "g" in Symbol 132 MovieClip Frame 4
onClipEvent (load) {
pl = 0;
}
onClipEvent (enterFrame) {
if (this.br.hitTest(_root.ball.ft)) {
pl = 1;
if (pl == 1) {
_root.rooflanda = true;
}
} else if (pl == 1) {
_root.rooflanda = false;
pl = 0;
}
}
Instance of Symbol 125 MovieClip "g" in Symbol 132 MovieClip Frame 5
onClipEvent (load) {
pl = 0;
}
onClipEvent (enterFrame) {
if (this.br.hitTest(_root.ball.ft)) {
pl = 1;
if (pl == 1) {
_root.rooflanda = true;
}
} else if (pl == 1) {
_root.rooflanda = false;
pl = 0;
}
}
Instance of Symbol 127 MovieClip "g" in Symbol 132 MovieClip Frame 6
onClipEvent (load) {
pl = 0;
}
onClipEvent (enterFrame) {
if (this.br.hitTest(_root.ball.ft)) {
pl = 1;
if (pl == 1) {
_root.rooflanda = true;
}
} else if (pl == 1) {
_root.rooflanda = false;
pl = 0;
}
}
Instance of Symbol 129 MovieClip "g" in Symbol 132 MovieClip Frame 7
onClipEvent (load) {
pl = 0;
}
onClipEvent (enterFrame) {
if (this.br.hitTest(_root.ball.ft)) {
pl = 1;
if (pl == 1) {
_root.rooflanda = true;
}
} else if (pl == 1) {
_root.rooflanda = false;
pl = 0;
}
}
Instance of Symbol 131 MovieClip "g" in Symbol 132 MovieClip Frame 8
onClipEvent (load) {
pl = 0;
}
onClipEvent (enterFrame) {
if (this.br.hitTest(_root.ball.ft)) {
pl = 1;
if (pl == 1) {
_root.rooflanda = true;
}
} else if (pl == 1) {
_root.rooflanda = false;
pl = 0;
}
}
Symbol 136 MovieClip Frame 1
if (_root.ball.inj == true) {
_root.ball.gotoAndStop("hit");
}
Symbol 136 MovieClip Frame 2
_root.ball._y = 148.75;
Symbol 136 MovieClip Frame 3
stop();
Symbol 137 MovieClip Frame 1
if ((_root.ball.runingl == false) && (_root.ball.runingr == false)) {
_parent.gotoAndStop(1);
}
Symbol 137 MovieClip Frame 2
if ((_root.ball.runingl == false) && (_root.ball.runingr == false)) {
_parent.gotoAndStop(1);
}
Symbol 137 MovieClip Frame 3
if ((_root.ball.runingl == false) && (_root.ball.runingr == false)) {
_parent.gotoAndStop(1);
}
Symbol 137 MovieClip Frame 4
if ((_root.ball.runingl == false) && (_root.ball.runingr == false)) {
_parent.gotoAndStop(1);
}
Symbol 137 MovieClip Frame 5
if ((_root.ball.runingl == false) && (_root.ball.runingr == false)) {
_parent.gotoAndStop(1);
}
Symbol 137 MovieClip Frame 6
if ((_root.ball.runingl == false) && (_root.ball.runingr == false)) {
_parent.gotoAndStop(1);
}
Symbol 137 MovieClip Frame 7
if ((_root.ball.runingl == false) && (_root.ball.runingr == false)) {
_parent.gotoAndStop(1);
}
Symbol 137 MovieClip Frame 8
if ((_root.ball.runingl == false) && (_root.ball.runingr == false)) {
_parent.gotoAndStop(1);
}
Symbol 137 MovieClip Frame 9
if ((_root.ball.runingl == false) && (_root.ball.runingr == false)) {
_parent.gotoAndStop(1);
}
Symbol 137 MovieClip Frame 10
if ((_root.ball.runingl == false) && (_root.ball.runingr == false)) {
_parent.gotoAndStop(1);
}
Symbol 137 MovieClip Frame 11
if ((_root.ball.runingl == false) && (_root.ball.runingr == false)) {
_parent.gotoAndStop(1);
}
Symbol 137 MovieClip Frame 12
if ((_root.ball.runingl == false) && (_root.ball.runingr == false)) {
_parent.gotoAndStop(1);
}
Symbol 137 MovieClip Frame 13
if ((_root.ball.runingl == false) && (_root.ball.runingr == false)) {
_parent.gotoAndStop(1);
}
Symbol 137 MovieClip Frame 14
if ((_root.ball.runingl == false) && (_root.ball.runingr == false)) {
_parent.gotoAndStop(1);
}
Symbol 137 MovieClip Frame 15
if ((_root.ball.runingl == false) && (_root.ball.runingr == false)) {
_parent.gotoAndStop(1);
}
Symbol 137 MovieClip Frame 16
_root.ball.runingl = false;
_root.ball.runingr = false;
_root.ball.gotoAndStop(1);
Symbol 138 MovieClip Frame 5
stop();
Symbol 138 MovieClip Frame 12
_parent.gotoAndStop(1);
Symbol 139 MovieClip Frame 10
if ((_root.ball.duck == false) && (_root.ball.inj == false)) {
_root.ball.gotoAndStop(1);
} else {
stop();
}
Symbol 144 MovieClip Frame 1
_root.ball.falling = false;
Symbol 144 MovieClip Frame 2
_root.ball._y = 150;
Symbol 144 MovieClip Frame 12
_root.gov.play();
Symbol 144 MovieClip Frame 14
stop();
Symbol 145 MovieClip Frame 1
_root.ball.falling = false;
Symbol 145 MovieClip Frame 17
_root.gov.play();
Symbol 145 MovieClip Frame 19
stop();
Symbol 146 MovieClip Frame 7
_parent.gotoAndStop(1);
Symbol 147 MovieClip Frame 1
stop();
_root.frname = "stand";
Instance of Symbol 134 MovieClip "ft" in Symbol 147 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 147 MovieClip Frame 2
_root.frname = "run";
Symbol 147 MovieClip Frame 3
_root.frname = "Jump";
Symbol 147 MovieClip Frame 4
_root.frname = "duck";
Symbol 147 MovieClip Frame 5
_root.frname = "hit";
Symbol 147 MovieClip Frame 6
_root.frname = "fall";
Symbol 147 MovieClip Frame 7
_root.frname = "Jump";
Symbol 147 MovieClip Frame 18
gotoAndPlay ("run");
Symbol 147 MovieClip Frame 33
gotoAndPlay ("stand");
Symbol 147 MovieClip Frame 36
stop();
Instance of Symbol 163 MovieClip "br" in Symbol 173 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 163 MovieClip "br" in Symbol 177 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 192 Button
on (press) {
_root.gotoAndStop(5);
}
Symbol 202 MovieClip Frame 1
stop();
Symbol 202 MovieClip Frame 2
var ssc = _root.sco;
_root.ball.removeMovieClip();
Instance of Symbol 201 MovieClip in Symbol 202 MovieClip Frame 2
onClipEvent (enterFrame) {
i = 0;
while (i < 32) {
_root["m0" + i].removeMovieClip();
i++;
}
}
Symbol 202 MovieClip Frame 20
stop();
Symbol 213 Button
on (press) {
_root.gotoAndStop(5);
}
Symbol 219 MovieClip Frame 1
stop();
Symbol 219 MovieClip Frame 2
var ssc = _root.sco;
_root.ball.removeMovieClip();
Instance of Symbol 201 MovieClip in Symbol 219 MovieClip Frame 2
onClipEvent (enterFrame) {
i = 0;
while (i < 32) {
_root["m0" + i].removeMovieClip();
i++;
}
}
Symbol 219 MovieClip Frame 19
stop();