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
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 74 MovieClip "ground" in Frame 15
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 85 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 110 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 127 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 127 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 127 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 127 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 127 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 127 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 127 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 127 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 127 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 127 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 127 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 127 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 127 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 127 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 127 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 127 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 127 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 127 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 127 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 127 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 127 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 127 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 127 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 127 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 127 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 127 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 127 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 127 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 142 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 168 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 172 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 20 Button
on (release) {
getURL ("http://www.dailyfreegames.com", "_blank");
}
Symbol 21 MovieClip Frame 22
stop();
Symbol 30 Button
on (press) {
gotoAndStop (6);
}
Symbol 33 MovieClip Frame 12
stop();
Symbol 34 Button
on (release) {
getURL ("http://www.dailyfreegames.com", "_blank");
}
Symbol 36 Button
on (release) {
getURL ("http://www.dailyfreegames.com/free-games.html", "_blank");
}
Symbol 45 Button
on (press) {
gotoAndStop (15);
}
Symbol 57 Button
on (press) {
gotoAndStop (5);
}
Instance of Symbol 84 MovieClip "br" in Symbol 85 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 84 MovieClip "di" in Symbol 85 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 109 MovieClip Frame 56
_root.wel.play();
Symbol 109 MovieClip Frame 58
stop();
Symbol 110 MovieClip Frame 1
stop();
Instance of Symbol 89 MovieClip "trk" in Symbol 110 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 84 MovieClip "br" in Symbol 112 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 84 MovieClip "di" in Symbol 112 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 84 MovieClip "di" in Symbol 114 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 84 MovieClip "br" in Symbol 114 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 84 MovieClip "br" in Symbol 116 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 84 MovieClip "di" in Symbol 116 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 84 MovieClip "br" in Symbol 118 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 84 MovieClip "di" in Symbol 118 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 84 MovieClip "br" in Symbol 120 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 84 MovieClip "di" in Symbol 120 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 84 MovieClip "br" in Symbol 122 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 84 MovieClip "di" in Symbol 122 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 84 MovieClip "br" in Symbol 124 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 84 MovieClip "di" in Symbol 124 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 84 MovieClip "br" in Symbol 126 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 84 MovieClip "di" in Symbol 126 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 127 MovieClip Frame 1
gotoAndStop(1 + random(_totalframes));
Instance of Symbol 112 MovieClip "g" in Symbol 127 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 114 MovieClip "g" in Symbol 127 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 116 MovieClip "g" in Symbol 127 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 118 MovieClip "g" in Symbol 127 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 120 MovieClip "g" in Symbol 127 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 122 MovieClip "g" in Symbol 127 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 124 MovieClip "g" in Symbol 127 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 126 MovieClip "g" in Symbol 127 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 131 MovieClip Frame 1
if (_root.ball.inj == true) {
_root.ball.gotoAndStop("hit");
}
Symbol 131 MovieClip Frame 2
_root.ball._y = 148.75;
Symbol 131 MovieClip Frame 3
stop();
Symbol 132 MovieClip Frame 1
if ((_root.ball.runingl == false) && (_root.ball.runingr == false)) {
_parent.gotoAndStop(1);
}
Symbol 132 MovieClip Frame 2
if ((_root.ball.runingl == false) && (_root.ball.runingr == false)) {
_parent.gotoAndStop(1);
}
Symbol 132 MovieClip Frame 3
if ((_root.ball.runingl == false) && (_root.ball.runingr == false)) {
_parent.gotoAndStop(1);
}
Symbol 132 MovieClip Frame 4
if ((_root.ball.runingl == false) && (_root.ball.runingr == false)) {
_parent.gotoAndStop(1);
}
Symbol 132 MovieClip Frame 5
if ((_root.ball.runingl == false) && (_root.ball.runingr == false)) {
_parent.gotoAndStop(1);
}
Symbol 132 MovieClip Frame 6
if ((_root.ball.runingl == false) && (_root.ball.runingr == false)) {
_parent.gotoAndStop(1);
}
Symbol 132 MovieClip Frame 7
if ((_root.ball.runingl == false) && (_root.ball.runingr == false)) {
_parent.gotoAndStop(1);
}
Symbol 132 MovieClip Frame 8
if ((_root.ball.runingl == false) && (_root.ball.runingr == false)) {
_parent.gotoAndStop(1);
}
Symbol 132 MovieClip Frame 9
if ((_root.ball.runingl == false) && (_root.ball.runingr == false)) {
_parent.gotoAndStop(1);
}
Symbol 132 MovieClip Frame 10
if ((_root.ball.runingl == false) && (_root.ball.runingr == false)) {
_parent.gotoAndStop(1);
}
Symbol 132 MovieClip Frame 11
if ((_root.ball.runingl == false) && (_root.ball.runingr == false)) {
_parent.gotoAndStop(1);
}
Symbol 132 MovieClip Frame 12
if ((_root.ball.runingl == false) && (_root.ball.runingr == false)) {
_parent.gotoAndStop(1);
}
Symbol 132 MovieClip Frame 13
if ((_root.ball.runingl == false) && (_root.ball.runingr == false)) {
_parent.gotoAndStop(1);
}
Symbol 132 MovieClip Frame 14
if ((_root.ball.runingl == false) && (_root.ball.runingr == false)) {
_parent.gotoAndStop(1);
}
Symbol 132 MovieClip Frame 15
if ((_root.ball.runingl == false) && (_root.ball.runingr == false)) {
_parent.gotoAndStop(1);
}
Symbol 132 MovieClip Frame 16
_root.ball.runingl = false;
_root.ball.runingr = false;
_root.ball.gotoAndStop(1);
Symbol 133 MovieClip Frame 5
stop();
Symbol 133 MovieClip Frame 12
_parent.gotoAndStop(1);
Symbol 134 MovieClip Frame 10
if ((_root.ball.duck == false) && (_root.ball.inj == false)) {
_root.ball.gotoAndStop(1);
} else {
stop();
}
Symbol 139 MovieClip Frame 1
_root.ball.falling = false;
Symbol 139 MovieClip Frame 2
_root.ball._y = 150;
Symbol 139 MovieClip Frame 12
_root.gov.play();
Symbol 139 MovieClip Frame 14
stop();
Symbol 140 MovieClip Frame 1
_root.ball.falling = false;
Symbol 140 MovieClip Frame 17
_root.gov.play();
Symbol 140 MovieClip Frame 19
stop();
Symbol 141 MovieClip Frame 7
_parent.gotoAndStop(1);
Symbol 142 MovieClip Frame 1
stop();
_root.frname = "stand";
Instance of Symbol 129 MovieClip "ft" in Symbol 142 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 142 MovieClip Frame 2
_root.frname = "run";
Symbol 142 MovieClip Frame 3
_root.frname = "Jump";
Symbol 142 MovieClip Frame 4
_root.frname = "duck";
Symbol 142 MovieClip Frame 5
_root.frname = "hit";
Symbol 142 MovieClip Frame 6
_root.frname = "fall";
Symbol 142 MovieClip Frame 7
_root.frname = "Jump";
Symbol 142 MovieClip Frame 18
gotoAndPlay ("run");
Symbol 142 MovieClip Frame 33
gotoAndPlay ("stand");
Symbol 142 MovieClip Frame 36
stop();
Instance of Symbol 158 MovieClip "br" in Symbol 168 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 158 MovieClip "br" in Symbol 172 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 187 Button
on (press) {
_root.gotoAndStop(5);
}
Symbol 197 MovieClip Frame 1
stop();
Symbol 197 MovieClip Frame 2
var ssc = _root.sco;
_root.ball.removeMovieClip();
Instance of Symbol 196 MovieClip in Symbol 197 MovieClip Frame 2
onClipEvent (enterFrame) {
i = 0;
while (i < 32) {
_root["m0" + i].removeMovieClip();
i++;
}
}
Symbol 197 MovieClip Frame 20
stop();
Symbol 208 Button
on (press) {
_root.gotoAndStop(5);
}
Symbol 214 MovieClip Frame 1
stop();
Symbol 214 MovieClip Frame 2
var ssc = _root.sco;
_root.ball.removeMovieClip();
Instance of Symbol 196 MovieClip in Symbol 214 MovieClip Frame 2
onClipEvent (enterFrame) {
i = 0;
while (i < 32) {
_root["m0" + i].removeMovieClip();
i++;
}
}
Symbol 214 MovieClip Frame 19
stop();