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 (5);
}
Instance of Symbol 35 MovieClip in Frame 1
onClipEvent (enterFrame) {
_xscale = (_root.percentDone * 4);
}
Frame 2
gotoAndPlay (1);
Frame 5
stop();
stopAllSounds();
Frame 6
stop();
Frame 15
var amitavalevel = 0;
var amitavalife = 4;
var amitavaplay = true;
var amitavapower = false;
var facing = 1;
var sco = 0;
s = new Sound();
s.attachSound("food");
stop();
Instance of Symbol 134 MovieClip "colisionMap" in Frame 15
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 136 MovieClip "colisionMap2" in Frame 15
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e1) && (_root.e1.dn == 1)) {
_root.e1.ri = 1;
_root.e1.up = 0;
_root.e1.dn = 0;
_root.e1.lef = 0;
}
if (this.hitTest(_root.e2) && (_root.e2.dn == 1)) {
_root.e2.ri = 1;
_root.e2.up = 0;
_root.e2.dn = 0;
_root.e2.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e1) && (_root.e1.ri == 1)) {
_root.e1.up = 1;
_root.e1.ri = 0;
_root.e1.dn = 0;
_root.e1.lef = 0;
}
if (this.hitTest(_root.e2) && (_root.e2.ri == 1)) {
_root.e2.up = 1;
_root.e2.ri = 0;
_root.e2.dn = 0;
_root.e2.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e1) && (_root.e1.up == 1)) {
_root.e1.up = 0;
_root.e1.ri = 0;
_root.e1.dn = 0;
_root.e1.lef = 1;
}
if (this.hitTest(_root.e2) && (_root.e2.up == 1)) {
_root.e2.up = 0;
_root.e2.ri = 0;
_root.e2.dn = 0;
_root.e2.lef = 1;
}
}
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e1) && (_root.e1.dn == 1)) {
if (_root.e1._x > _root.beetl._x) {
_root.e1.up = 0;
_root.e1.ri = 0;
_root.e1.dn = 0;
_root.e1.lef = 1;
}
}
}
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e1) && (_root.e1.lef == 1)) {
if (_root.e1._y > _root.beetl._y) {
_root.e1.up = 1;
_root.e1.ri = 0;
_root.e1.dn = 0;
_root.e1.lef = 0;
}
}
if (this.hitTest(_root.e2) && (_root.e2.lef == 1)) {
if (_root.e2._y > _root.beetl._y) {
_root.e2.up = 1;
_root.e2.ri = 0;
_root.e2.dn = 0;
_root.e2.lef = 0;
}
}
}
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e1) && (_root.e1.lef == 1)) {
_root.e1.up = 0;
_root.e1.ri = 0;
_root.e1.dn = 1;
_root.e1.lef = 0;
}
if (this.hitTest(_root.e2) && (_root.e2.lef == 1)) {
_root.e2.up = 0;
_root.e2.ri = 0;
_root.e2.dn = 1;
_root.e2.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e1) && (_root.e1.dn == 1)) {
_root.e1.up = 0;
_root.e1.ri = 1;
_root.e1.dn = 0;
_root.e1.lef = 0;
}
if (this.hitTest(_root.e2) && (_root.e2.dn == 1)) {
_root.e2.up = 0;
_root.e2.ri = 1;
_root.e2.dn = 0;
_root.e2.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e1) && (_root.e1.ri == 1)) {
_root.e1.up = 1;
_root.e1.ri = 0;
_root.e1.dn = 0;
_root.e1.lef = 0;
}
if (this.hitTest(_root.e2) && (_root.e2.ri == 1)) {
_root.e2.up = 1;
_root.e2.ri = 0;
_root.e2.dn = 0;
_root.e2.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e1) && (_root.e1.up == 1)) {
if (_root.e1._x < _root.beetl._x) {
_root.e1.up = 0;
_root.e1.ri = 1;
_root.e1.dn = 0;
_root.e1.lef = 0;
} else if (_root.e1._x > _root.beetl._x) {
_root.e1.up = 0;
_root.e1.ri = 0;
_root.e1.dn = 0;
_root.e1.lef = 1;
}
}
if (this.hitTest(_root.e2) && (_root.e2.up == 1)) {
if (_root.e2._x < _root.beetl._x) {
_root.e2.up = 0;
_root.e2.ri = 1;
_root.e2.dn = 0;
_root.e2.lef = 0;
} else if (_root.e2._x > _root.beetl._x) {
_root.e2.up = 0;
_root.e2.ri = 0;
_root.e2.dn = 0;
_root.e2.lef = 1;
}
}
}
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e1) && (_root.e1.ri == 1)) {
if (_root.e1._y < _root.beetl._y) {
_root.e1.up = 0;
_root.e1.ri = 0;
_root.e1.dn = 1;
_root.e1.lef = 0;
}
}
if (this.hitTest(_root.e2) && (_root.e2.ri == 1)) {
if (_root.e2._y < _root.beetl._y) {
_root.e2.up = 0;
_root.e2.ri = 0;
_root.e2.dn = 1;
_root.e2.lef = 0;
}
}
}
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e1) && (_root.e1.dn == 1)) {
if (_root.e1._x < _root.beetl._x) {
_root.e1.up = 0;
_root.e1.ri = 1;
_root.e1.dn = 0;
_root.e1.lef = 0;
} else if (_root.e1._x > _root.beetl._x) {
_root.e1.up = 0;
_root.e1.ri = 0;
_root.e1.dn = 0;
_root.e1.lef = 1;
}
}
if (this.hitTest(_root.e2) && (_root.e2.dn == 1)) {
if (_root.e2._x < _root.beetl._x) {
_root.e2.up = 0;
_root.e2.ri = 1;
_root.e2.dn = 0;
_root.e2.lef = 0;
} else if (_root.e2._x > _root.beetl._x) {
_root.e2.up = 0;
_root.e2.ri = 0;
_root.e2.dn = 0;
_root.e2.lef = 1;
}
}
}
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e1) && (_root.e1.up == 1)) {
if (_root.e1._x < _root.beetl._x) {
_root.e1.up = 0;
_root.e1.ri = 1;
_root.e1.dn = 0;
_root.e1.lef = 0;
} else if (_root.e1._x > _root.beetl._x) {
_root.e1.up = 0;
_root.e1.ri = 0;
_root.e1.dn = 0;
_root.e1.lef = 1;
}
}
if (this.hitTest(_root.e2) && (_root.e2.up == 1)) {
if (_root.e2._x < _root.beetl._x) {
_root.e2.up = 0;
_root.e2.ri = 1;
_root.e2.dn = 0;
_root.e2.lef = 0;
} else if (_root.e1._x > _root.beetl._x) {
_root.e2.up = 0;
_root.e2.ri = 0;
_root.e2.dn = 0;
_root.e2.lef = 1;
} else {
_root.e2.up = 0;
_root.e2.ri = 0;
_root.e2.dn = 0;
_root.e2.lef = 1;
}
}
}
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e2) && (_root.e2.dn == 1)) {
if (_root.e2._x > _root.beetl._x) {
_root.e2.up = 0;
_root.e2.ri = 0;
_root.e2.dn = 0;
_root.e2.lef = 1;
}
}
}
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e2) && (_root.e2.dn == 1)) {
_root.e2.ri = 0;
_root.e2.up = 0;
_root.e2.dn = 0;
_root.e2.lef = 1;
}
}
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e1)) {
_root.e1.up = 1;
_root.e1.ri = 0;
_root.e1.dn = 0;
_root.e1.lef = 0;
}
if (this.hitTest(_root.e3)) {
_root.e3.up = 1;
_root.e3.ri = 0;
_root.e3.dn = 0;
_root.e3.lef = 0;
}
if (this.hitTest(_root.e2)) {
_root.e2.up = 1;
_root.e2.ri = 0;
_root.e2.dn = 0;
_root.e2.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e1)) {
_root.e1.up = 0;
_root.e1.ri = 0;
_root.e1.dn = 0;
_root.e1.lef = 1;
}
if (this.hitTest(_root.e3) && (_root.e3.up == 1)) {
_root.e3.up = 0;
_root.e3.ri = 0;
_root.e3.dn = 0;
_root.e3.lef = 1;
}
if (this.hitTest(_root.e2)) {
_root.e2.up = 0;
_root.e2.ri = 0;
_root.e2.dn = 0;
_root.e2.lef = 1;
}
}
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e1) && (_root.e1.lef == 1)) {
_root.e1.up = 0;
_root.e1.ri = 0;
_root.e1.dn = 1;
_root.e1.lef = 0;
}
if (this.hitTest(_root.e3) && (_root.e3.lef == 1)) {
_root.e3.up = 0;
_root.e3.ri = 0;
_root.e3.dn = 1;
_root.e3.lef = 0;
}
if (this.hitTest(_root.e2) && (_root.e2.lef == 1)) {
_root.e2.up = 0;
_root.e2.ri = 0;
_root.e2.dn = 1;
_root.e2.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e1) && (_root.e1.dn == 1)) {
_root.e1.up = 0;
_root.e1.ri = 1;
_root.e1.dn = 0;
_root.e1.lef = 0;
}
if (this.hitTest(_root.e3) && (_root.e3.dn == 1)) {
_root.e3.up = 0;
_root.e3.ri = 1;
_root.e3.dn = 0;
_root.e3.lef = 0;
}
if (this.hitTest(_root.e1) && (_root.e1.dn == 1)) {
if (_root.e1._x < _root.beetl._x) {
_root.e1.up = 0;
_root.e1.ri = 1;
_root.e1.dn = 0;
_root.e1.lef = 0;
} else if (_root.e1._x > _root.beetl._x) {
_root.e1.up = 0;
_root.e1.ri = 0;
_root.e1.dn = 0;
_root.e1.lef = 1;
}
}
if (this.hitTest(_root.e2) && (_root.en2.dn == 1)) {
if (_root.e2._x < _root.beetl._x) {
_root.e2.up = 0;
_root.e2.ri = 1;
_root.e2.dn = 0;
_root.e2.lef = 0;
} else if (_root.e2._x > _root.beetl._x) {
_root.e2.up = 0;
_root.e2.ri = 0;
_root.e2.dn = 0;
_root.e2.lef = 1;
}
}
}
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e1) && (_root.e1.lef == 1)) {
_root.e1.up = 1;
_root.e1.ri = 0;
_root.e1.dn = 0;
_root.e1.lef = 0;
}
if (this.hitTest(_root.e3) && (_root.e3.lef == 1)) {
_root.e3.up = 1;
_root.e3.ri = 0;
_root.e3.dn = 0;
_root.e3.lef = 0;
}
if (this.hitTest(_root.e2) && (_root.e2.lef == 1)) {
_root.e2.up = 1;
_root.e2.ri = 0;
_root.e2.dn = 0;
_root.e2.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e1)) {
_root.e1.up = 0;
_root.e1.ri = 1;
_root.e1.dn = 0;
_root.e1.lef = 0;
}
if (this.hitTest(_root.e2)) {
_root.e2.up = 0;
_root.e2.ri = 1;
_root.e2.dn = 0;
_root.e2.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e1)) {
_root.e1.up = 0;
_root.e1.ri = 0;
_root.e1.dn = 1;
_root.e1.lef = 0;
}
if (this.hitTest(_root.e2)) {
_root.e2.up = 0;
_root.e2.ri = 0;
_root.e2.dn = 1;
_root.e2.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e1) && (_root.e1.dn == 1)) {
_root.e1.up = 0;
_root.e1.ri = 1;
_root.e1.dn = 0;
_root.e1.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e3) && (_root.e3.up == 1)) {
if (_root.e3._x < _root.beetl._x) {
_root.e3.up = 0;
_root.e3.ri = 1;
_root.e3.dn = 0;
_root.e3.lef = 0;
}
}
}
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e3)) {
_root.e3.ri = 0;
_root.e3.up = 0;
_root.e3.dn = 0;
_root.e3.lef = 1;
}
if (this.hitTest(_root.e2)) {
_root.e2.ri = 0;
_root.e2.up = 0;
_root.e2.dn = 0;
_root.e2.lef = 1;
}
}
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e3) && (_root.e3.lef == 1)) {
_root.e3.up = 0;
_root.e3.ri = 0;
_root.e3.dn = 1;
_root.e3.lef = 0;
}
if (this.hitTest(_root.e2) && (_root.e2.lef == 1)) {
_root.e2.up = 0;
_root.e2.ri = 0;
_root.e2.dn = 1;
_root.e2.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e3) && (_root.e3.dn == 1)) {
_root.e3.up = 0;
_root.e3.ri = 1;
_root.e3.dn = 0;
_root.e3.lef = 0;
}
if (this.hitTest(_root.e2) && (_root.e2.dn == 1)) {
_root.e2.up = 0;
_root.e2.ri = 1;
_root.e2.dn = 0;
_root.e2.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e1) && (_root.e1.ri == 1)) {
_root.e1.up = 0;
_root.e1.ri = 0;
_root.e1.dn = 1;
_root.e1.lef = 0;
}
if (this.hitTest(_root.e2) && (_root.e2.ri == 1)) {
_root.e2.up = 0;
_root.e2.ri = 0;
_root.e2.dn = 1;
_root.e2.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e1) && (_root.e1.dn == 1)) {
_root.e1.up = 0;
_root.e1.ri = 0;
_root.e1.dn = 0;
_root.e1.lef = 1;
}
if (this.hitTest(_root.e2) && (_root.e2.dn == 1)) {
_root.e2.up = 0;
_root.e2.ri = 0;
_root.e2.dn = 0;
_root.e2.lef = 1;
}
}
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e1) && (_root.e1.lef == 1)) {
_root.e1.up = 1;
_root.e1.ri = 0;
_root.e1.dn = 0;
_root.e1.lef = 0;
}
if (this.hitTest(_root.e2) && (_root.e2.lef == 1)) {
_root.e2.up = 1;
_root.e2.ri = 0;
_root.e2.dn = 0;
_root.e2.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e2) && (_root.e2.up == 1)) {
_root.e2.up = 0;
_root.e2.ri = 0;
_root.e2.dn = 0;
_root.e2.lef = 1;
}
if (this.hitTest(_root.e1) && (_root.e1.up == 1)) {
_root.e1.up = 0;
_root.e1.ri = 0;
_root.e1.dn = 0;
_root.e1.lef = 1;
}
}
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e2) && (_root.e2.lef == 1)) {
_root.e2.ri = 0;
_root.e2.up = 1;
_root.e2.dn = 0;
_root.e2.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 15
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e2) && (_root.e2.up == 1)) {
_root.e2.ri = 1;
_root.e2.up = 0;
_root.e2.dn = 0;
_root.e2.lef = 0;
}
}
Instance of Symbol 161 MovieClip "beetl" in Frame 15
onClipEvent (load) {
function reset() {
_x = xpos;
_y = ypos;
}
playpoka = true;
up = 0;
dn = 0;
ri = 0;
lef = 0;
xpos = _x;
ypos = _y;
reset();
}
onClipEvent (enterFrame) {
if ((_root.amitavaplay == true) && (playpoka == true)) {
if (this.hitTest(_root.e1) && (_root.amitavapower == true)) {
_root.e1.gotoAndStop(4);
_root.e1.playpoka = false;
}
if (this.hitTest(_root.e2) && (_root.amitavapower == true)) {
_root.e2.gotoAndStop(4);
_root.e2.playpoka = false;
}
if (this.hitTest(_root.e3) && (_root.amitavapower == true)) {
_root.e3.gotoAndStop(4);
_root.e3.playpoka = false;
}
if (_x < -10) {
_x = 553;
}
if (_x > 553) {
_x = -10;
}
if (up == 1) {
dn = 0;
ri = 0;
lef = 0;
_y = (_y - 3);
}
if (dn == 1) {
up = 0;
ri = 0;
lef = 0;
_y = (_y + 3);
}
if (ri == 1) {
up = 0;
dn = 0;
lef = 0;
_x = (_x + 3);
}
if (lef == 1) {
up = 0;
dn = 0;
ri = 0;
_x = (_x - 3);
}
if (_root.colisionMap.hitTest(this._x, this._y - 17, true) == true) {
up = 0;
}
if (_root.colisionMap.hitTest(this._x, this._y + 17, true) == true) {
dn = 0;
}
if (_root.colisionMap.hitTest(this._x + 17, this._y, true) == true) {
ri = 0;
}
if (_root.colisionMap.hitTest(this._x - 17, this._y, true) == true) {
lef = 0;
}
if (Key.isDown(38) & (_root.colisionMap.hitTest(this._x, this._y - 17, true) == false)) {
up = 1;
dn = 0;
ri = 0;
lef = 0;
_root.facing = 1;
}
if (Key.isDown(40) & (_root.colisionMap.hitTest(this._x, this._y + 17, true) == false)) {
dn = 1;
up = 0;
ri = 0;
lef = 0;
_root.facing = 3;
}
if (Key.isDown(39) & (_root.colisionMap.hitTest(this._x + 17, this._y, true) == false)) {
ri = 1;
up = 0;
dn = 0;
lef = 0;
_root.facing = 2;
}
if (Key.isDown(37) & (_root.colisionMap.hitTest(this._x - 17, this._y, true) == false)) {
lef = 1;
up = 0;
dn = 0;
ri = 0;
_root.facing = 4;
}
if (_root.facing == 1) {
this._rotation = 0;
} else if (_root.facing == 3) {
this._rotation = 180;
} else if (_root.facing == 2) {
this._rotation = 90;
} else if (_root.facing == 4) {
this._rotation = -90;
}
}
}
Instance of Symbol 86 MovieClip in Frame 15
onClipEvent (load) {
pl = 1;
cou = 0;
stcou = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.beetl)) {
if (pl == 1) {
cou = 0;
stcou = 1;
this.play();
stcou = 1;
_root.amitavapower = true;
_root.e1.hulk = 1;
_root.e2.hulk = 1;
_root.e3.hulk = 1;
pl = 0;
}
}
if (stcou == 1) {
if (cou < 650) {
cou = cou + 1;
} else {
cou = 0;
_root.amitavapower = false;
}
}
}
Instance of Symbol 86 MovieClip in Frame 15
onClipEvent (load) {
pl = 1;
cou = 0;
stcou = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.beetl)) {
if (pl == 1) {
cou = 0;
stcou = 1;
this.play();
stcou = 1;
_root.amitavapower = true;
_root.e1.hulk = 1;
_root.e2.hulk = 1;
_root.e3.hulk = 1;
pl = 0;
}
}
if (stcou == 1) {
if (cou < 600) {
cou = cou + 1;
} else {
cou = 0;
_root.amitavapower = false;
}
}
}
Instance of Symbol 86 MovieClip in Frame 15
onClipEvent (load) {
_visible = false;
pl = 1;
rad = random(3);
if (rad == 0) {
_x = _root.b6._x;
_y = _root.b6._y;
} else if (rad == 1) {
_x = _root.b7._x;
_y = _root.b7._y;
} else if (rad == 2) {
_x = _root.b5._x;
_y = _root.b5._y;
} else if (rad == 3) {
_x = _root.b3._x;
_y = _root.b3._y;
}
}
onClipEvent (enterFrame) {
if (_root.amitavalife < 3) {
_visible = true;
}
if (this.hitTest(_root.monkey) && (_root.amitavalife < 3)) {
if (pl == 1) {
_root.amitavalife = _root.amitavalife + 1;
this.play();
pl = 0;
}
}
if (((this.hitTest(_root.b3) || (this.hitTest(_root.b5))) || (this.hitTest(_root.b6))) || (this.hitTest(_root.b7))) {
_x = (_x - 3);
if (_x <= -500) {
rad = random(3);
if (rad == 0) {
_x = _root.b6._x;
_y = _root.b6._y;
} else if (rad == 1) {
_x = _root.b7._x;
_y = _root.b7._y;
} else if (rad == 2) {
_x = _root.b5._x;
_y = _root.b5._y;
} else if (rad == 3) {
_x = _root.b3._x;
_y = _root.b3._y;
}
}
}
}
Instance of Symbol 86 MovieClip in Frame 15
onClipEvent (load) {
_visible = false;
pl = 1;
rad = random(3);
if (rad == 0) {
_x = _root.b6._x;
_y = _root.b6._y;
} else if (rad == 1) {
_x = _root.b7._x;
_y = _root.b7._y;
} else if (rad == 2) {
_x = _root.b5._x;
_y = _root.b5._y;
} else if (rad == 3) {
_x = _root.b3._x;
_y = _root.b3._y;
}
}
onClipEvent (enterFrame) {
if (_root.amitavalife < 3) {
_visible = true;
}
if (this.hitTest(_root.monkey) && (_root.amitavalife < 3)) {
if (pl == 1) {
_root.amitavalife = _root.amitavalife + 1;
this.play();
pl = 0;
}
}
if (((this.hitTest(_root.b3) || (this.hitTest(_root.b5))) || (this.hitTest(_root.b6))) || (this.hitTest(_root.b7))) {
_x = (_x - 3);
if (_x <= -500) {
rad = random(3);
if (rad == 0) {
_x = _root.b6._x;
_y = _root.b6._y;
} else if (rad == 1) {
_x = _root.b7._x;
_y = _root.b7._y;
} else if (rad == 2) {
_x = _root.b5._x;
_y = _root.b5._y;
} else if (rad == 3) {
_x = _root.b3._x;
_y = _root.b3._y;
}
}
}
}
Instance of Symbol 25 MovieClip [enem] "e1" in Frame 15
onClipEvent (load) {
function reset() {
stup = 0;
stoper = 0;
_x = xpos;
_y = ypos;
playpoka = true;
hulk = 1;
up = 0;
ri = 0;
lef = 0;
dn = 1;
}
playpoka = true;
hulk = 1;
poka = 1;
up = 0;
dn = 1;
ri = 0;
lef = 0;
stup = 0;
stoper = 0;
xpos = _x;
ypos = _y;
reset();
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (playpoka == true) {
if (stoper < 60) {
stoper = stoper + 1;
}
if (stoper > 50) {
stup = 1;
}
if (stup == 1) {
if (_x < -10) {
_x = 553;
}
if (_x > 553) {
_x = -10;
}
if (up == 1) {
dn = 0;
ri = 0;
lef = 0;
_y = (_y - 5);
_rotation = 0;
}
if (dn == 1) {
up = 0;
ri = 0;
lef = 0;
_y = (_y + 5);
_rotation = 180;
}
if (ri == 1) {
up = 0;
dn = 0;
lef = 0;
_x = (_x + 5);
_rotation = 90;
}
if (lef == 1) {
up = 0;
dn = 0;
ri = 0;
_x = (_x - 5);
_rotation = -90;
}
if (_root.colisionMap2.hitTest(this._x, this._y - 12, true) == true) {
up = 0;
}
if (_root.colisionMap2.hitTest(this._x, this._y + 12, true) == true) {
dn = 0;
}
if (_root.colisionMap2.hitTest(this._x + 12, this._y, true) == true) {
ri = 0;
}
if (_root.colisionMap2.hitTest(this._x - 12, this._y, true) == true) {
lef = 0;
}
}
if (this.hitTest(_root.beetl.body) && (_root.amitavapower == false)) {
if (poka == 1) {
_root.beetl.gotoAndStop(3);
_root.beetl.playpoka = false;
playpoka = false;
poka = 0;
}
}
if (_root.amitavapower == true) {
if (hulk == 1) {
this.gotoAndStop(2);
hulk = 0;
}
} else {
this.gotoAndStop(1);
}
}
}
}
Instance of Symbol 171 MovieClip "e2" in Frame 15
onClipEvent (load) {
function reset() {
stup = 0;
stoper = 0;
_x = xpos;
_y = ypos;
playpoka = true;
hulk = 1;
up = 0;
ri = 0;
lef = 0;
dn = 1;
}
playpoka = true;
hulk = 1;
poka = 1;
up = 0;
dn = 1;
ri = 0;
lef = 0;
stup = 0;
stoper = 0;
xpos = _x;
ypos = _y;
reset();
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (playpoka == true) {
if (stoper < 60) {
stoper = stoper + 1;
}
if (stoper > 50) {
stup = 1;
}
if (stup == 1) {
if (_x < -10) {
_x = 553;
}
if (_x > 553) {
_x = -10;
}
if (up == 1) {
dn = 0;
ri = 0;
lef = 0;
_y = (_y - 3);
_rotation = 0;
}
if (dn == 1) {
up = 0;
ri = 0;
lef = 0;
_y = (_y + 3);
_rotation = 180;
}
if (ri == 1) {
up = 0;
dn = 0;
lef = 0;
_x = (_x + 3);
_rotation = 90;
}
if (lef == 1) {
up = 0;
dn = 0;
ri = 0;
_x = (_x - 3);
_rotation = -90;
}
if (_root.colisionMap2.hitTest(this._x, this._y - 12, true) == true) {
up = 0;
}
if (_root.colisionMap2.hitTest(this._x, this._y + 12, true) == true) {
dn = 0;
}
if (_root.colisionMap2.hitTest(this._x + 12, this._y, true) == true) {
ri = 0;
}
if (_root.colisionMap2.hitTest(this._x - 12, this._y, true) == true) {
lef = 0;
}
}
if (this.hitTest(_root.beetl.body) && (_root.amitavapower == false)) {
if (poka == 1) {
_root.beetl.gotoAndStop(3);
_root.beetl.playpoka = false;
playpoka = false;
poka = 0;
}
}
if (_root.amitavapower == true) {
if (hulk == 1) {
this.gotoAndStop(2);
hulk = 0;
}
} else {
this.gotoAndStop(1);
}
}
}
}
Instance of Symbol 177 MovieClip "e3" in Frame 15
onClipEvent (load) {
function reset() {
stup = 0;
stoper = 0;
_x = xpos;
_y = ypos;
playpoka = true;
hulk = 1;
dn = 0;
lef = 0;
ri = 0;
up = 1;
}
playpoka = true;
hulk = 1;
poka = 1;
up = 1;
dn = 0;
ri = 0;
lef = 0;
stup = 0;
stoper = 0;
xpos = _x;
ypos = _y;
reset();
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (playpoka == true) {
if (stoper < 60) {
stoper = stoper + 1;
}
if (stoper > 50) {
stup = 1;
}
if (stup == 1) {
if (_x < -10) {
_x = 553;
}
if (_x > 553) {
_x = -10;
}
if (up == 1) {
dn = 0;
ri = 0;
lef = 0;
_y = (_y - 3);
_rotation = 0;
}
if (dn == 1) {
up = 0;
ri = 0;
lef = 0;
_y = (_y + 3);
_rotation = 180;
}
if (ri == 1) {
up = 0;
dn = 0;
lef = 0;
_x = (_x + 3);
_rotation = 90;
}
if (lef == 1) {
up = 0;
dn = 0;
ri = 0;
_x = (_x - 3);
_rotation = -90;
}
if (_root.colisionMap2.hitTest(this._x, this._y - 12, true) == true) {
up = 0;
}
if (_root.colisionMap2.hitTest(this._x, this._y + 12, true) == true) {
dn = 0;
}
if (_root.colisionMap2.hitTest(this._x + 12, this._y, true) == true) {
ri = 0;
}
if (_root.colisionMap2.hitTest(this._x - 12, this._y, true) == true) {
lef = 0;
}
}
if (this.hitTest(_root.beetl.body) && (_root.amitavapower == false)) {
if (poka == 1) {
_root.beetl.gotoAndStop(3);
_root.beetl.playpoka = false;
playpoka = false;
poka = 0;
}
}
if (_root.amitavapower == true) {
if (hulk == 1) {
this.gotoAndStop(2);
hulk = 0;
}
} else {
this.gotoAndStop(1);
}
}
}
}
Instance of Symbol 207 MovieClip "gov" in Frame 15
onClipEvent (load) {
pl = 1;
}
onClipEvent (enterFrame) {
if (_root.amitavalife < 2) {
if (pl == 1) {
_root.gov.play();
_root.amitavaplay = false;
pl = 0;
}
}
}
Instance of Symbol 217 MovieClip "colisionMap" in Frame 19
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 219 MovieClip "colisionMap2" in Frame 19
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 138 MovieClip in Frame 19
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e4) && (_root.e4.ri == 1)) {
_root.e4.up = 1;
_root.e4.ri = 0;
_root.e4.dn = 0;
_root.e4.lef = 0;
}
if (this.hitTest(_root.e7) && (_root.e7.ri == 1)) {
_root.e7.up = 0;
_root.e7.ri = 0;
_root.e7.dn = 1;
_root.e7.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 19
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e4) && (_root.e4.up == 1)) {
if (_root.e4._x > _root.beetl2._x) {
_root.e4.up = 0;
_root.e4.ri = 0;
_root.e4.dn = 0;
_root.e4.lef = 1;
} else if (_root.e4._x < _root.beetl2._x) {
_root.e4.up = 0;
_root.e4.ri = 1;
_root.e4.dn = 0;
_root.e4.lef = 0;
}
}
}
Instance of Symbol 138 MovieClip in Frame 19
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e4) && (_root.e4.lef == 1)) {
_root.e4.up = 1;
_root.e4.ri = 0;
_root.e4.dn = 0;
_root.e4.lef = 0;
}
}
Instance of Symbol 138 MovieClip "o22" in Frame 19
onClipEvent (load) {
_visible = false;
pl = 1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e4) && (_root.e4.up == 1)) {
_root.e4.up = 0;
_root.e4.ri = 1;
_root.e4.dn = 0;
_root.e4.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 19
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e4) && (_root.e4.up == 1)) {
_root.e4.up = 0;
_root.e4.ri = 1;
_root.e4.dn = 0;
_root.e4.lef = 0;
_root.o22.pl = 1;
}
}
Instance of Symbol 138 MovieClip in Frame 19
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e4) && (_root.e4.ri == 1)) {
_root.e4.up = 0;
_root.e4.ri = 0;
_root.e4.dn = 1;
_root.e4.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 19
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e4) && (_root.e4.dn == 1)) {
_root.e4.up = 0;
_root.e4.ri = 0;
_root.e4.dn = 0;
_root.e4.lef = 1;
}
}
Instance of Symbol 138 MovieClip in Frame 19
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e4) && (_root.e4.ri == 1)) {
_root.e4.up = 0;
_root.e4.ri = 0;
_root.e4.dn = 1;
_root.e4.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 19
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e4) && (_root.e4.lef == 1)) {
_root.e4.up = 0;
_root.e4.ri = 0;
_root.e4.dn = 1;
_root.e4.lef = 0;
}
if (this.hitTest(_root.e5) && (_root.e5.lef == 1)) {
_root.e5.up = 0;
_root.e5.ri = 0;
_root.e5.dn = 1;
_root.e5.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 19
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e4) && (_root.e4.dn == 1)) {
_root.e4.up = 0;
_root.e4.ri = 1;
_root.e4.dn = 0;
_root.e4.lef = 0;
}
if (this.hitTest(_root.e5) && (_root.e5.dn == 1)) {
_root.e5.up = 0;
_root.e5.ri = 1;
_root.e5.dn = 0;
_root.e5.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 19
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e5) && (_root.e5.up == 1)) {
_root.e5.up = 0;
_root.e5.ri = 1;
_root.e5.dn = 0;
_root.e5.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 19
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e5) && (_root.e5.ri == 1)) {
_root.e5.up = 1;
_root.e5.ri = 0;
_root.e5.dn = 0;
_root.e5.lef = 0;
}
if (this.hitTest(_root.e4) && (_root.e4.ri == 1)) {
_root.e4.up = 1;
_root.e4.ri = 0;
_root.e4.dn = 0;
_root.e4.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 19
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e5) && (_root.e5.up == 1)) {
_root.e5.up = 0;
_root.e5.ri = 0;
_root.e5.dn = 0;
_root.e5.lef = 1;
}
if (this.hitTest(_root.e4) && (_root.e4.up == 1)) {
_root.e4.up = 0;
_root.e4.ri = 0;
_root.e4.dn = 0;
_root.e4.lef = 1;
}
}
Instance of Symbol 138 MovieClip in Frame 19
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e5) && (_root.e5.lef == 1)) {
_root.e5.up = 0;
_root.e5.ri = 0;
_root.e5.dn = 1;
_root.e5.lef = 0;
} else if (this.hitTest(_root.e4) && (_root.e4.lef == 1)) {
_root.e4.up = 0;
_root.e4.ri = 0;
_root.e4.dn = 1;
_root.e4.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 19
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e5) && (_root.e5.up == 1)) {
if (_root.e5._y > _root.beetl2._y) {
_root.e5.up = 0;
_root.e5.ri = 0;
_root.e5.dn = 0;
_root.e5.lef = 1;
}
}
}
Instance of Symbol 138 MovieClip in Frame 19
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e6) && (_root.e6.lef == 1)) {
_root.e6.up = 0;
_root.e6.ri = 0;
_root.e6.dn = 1;
_root.e6.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 19
onClipEvent (load) {
pl = 1;
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e6) && (_root.e6.dn == 1)) {
if (pl == 1) {
_root.e6.up = 0;
_root.e6.ri = 0;
_root.e6.dn = 0;
_root.e6.lef = 1;
pl = 0;
}
} else {
pl = 1;
}
}
Instance of Symbol 138 MovieClip in Frame 19
onClipEvent (load) {
pl = 1;
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e6) && (_root.e6.lef == 1)) {
if (pl == 1) {
_root.e6.up = 0;
_root.e6.ri = 0;
_root.e6.dn = 1;
_root.e6.lef = 0;
pl = 0;
}
} else {
pl = 1;
}
}
Instance of Symbol 138 MovieClip in Frame 19
onClipEvent (load) {
pl = 1;
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e6) && (_root.e6.dn == 1)) {
if (pl == 1) {
_root.e6.up = 0;
_root.e6.ri = 1;
_root.e6.dn = 0;
_root.e6.lef = 0;
pl = 0;
}
} else {
pl = 1;
}
}
Instance of Symbol 138 MovieClip in Frame 19
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e6) && (_root.e6.ri == 1)) {
_root.e6.up = 1;
_root.e6.ri = 0;
_root.e6.dn = 0;
_root.e6.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 19
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e6) && (_root.e6.up == 1)) {
_root.e6.up = 0;
_root.e6.ri = 0;
_root.e6.dn = 0;
_root.e6.lef = 1;
}
}
Instance of Symbol 138 MovieClip in Frame 19
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e7) && (_root.e7.dn == 1)) {
_root.e7.up = 0;
_root.e7.ri = 1;
_root.e7.dn = 0;
_root.e7.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 19
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e7) && (_root.e7.dn == 1)) {
_root.e7.up = 0;
_root.e7.ri = 0;
_root.e7.dn = 0;
_root.e7.lef = 1;
}
}
Instance of Symbol 138 MovieClip in Frame 19
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e7) && (_root.e7.ri == 1)) {
_root.e7.up = 0;
_root.e7.ri = 0;
_root.e7.dn = 1;
_root.e7.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 19
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e7) && (_root.e7.lef == 1)) {
_root.e7.up = 1;
_root.e7.ri = 0;
_root.e7.dn = 0;
_root.e7.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 19
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e7) && (_root.e7.up == 1)) {
_root.e7.up = 0;
_root.e7.ri = 1;
_root.e7.dn = 0;
_root.e7.lef = 0;
}
}
Instance of Symbol 229 MovieClip "beetl2" in Frame 19
onClipEvent (load) {
function reset() {
_x = xpos;
_y = ypos;
}
playpoka = true;
up = 0;
dn = 0;
ri = 0;
lef = 0;
xpos = _x;
ypos = _y;
}
onClipEvent (enterFrame) {
if ((_root.amitavaplay == true) && (playpoka == true)) {
if (this.hitTest(_root.e4) && (_root.amitavapower == true)) {
_root.e4.gotoAndStop(4);
_root.e4.playpoka = false;
}
if (this.hitTest(_root.e5) && (_root.amitavapower == true)) {
_root.e5.gotoAndStop(4);
_root.e5.playpoka = false;
}
if (this.hitTest(_root.e6) && (_root.amitavapower == true)) {
_root.e6.gotoAndStop(4);
_root.e6.playpoka = false;
}
if (this.hitTest(_root.e7) && (_root.amitavapower == true)) {
_root.e7.gotoAndStop(4);
_root.e7.playpoka = false;
}
if (_x < -10) {
_x = 553;
}
if (_x > 553) {
_x = -10;
}
if (up == 1) {
dn = 0;
ri = 0;
lef = 0;
_y = (_y - 3);
}
if (dn == 1) {
up = 0;
ri = 0;
lef = 0;
_y = (_y + 3);
}
if (ri == 1) {
up = 0;
dn = 0;
lef = 0;
_x = (_x + 3);
}
if (lef == 1) {
up = 0;
dn = 0;
ri = 0;
_x = (_x - 3);
}
if (_root.colisionMap.hitTest(this._x, this._y - 17, true) == true) {
up = 0;
}
if (_root.colisionMap.hitTest(this._x, this._y + 17, true) == true) {
dn = 0;
}
if (_root.colisionMap.hitTest(this._x + 17, this._y, true) == true) {
ri = 0;
}
if (_root.colisionMap.hitTest(this._x - 17, this._y, true) == true) {
lef = 0;
}
if (Key.isDown(38) & (_root.colisionMap.hitTest(this._x, this._y - 17, true) == false)) {
up = 1;
dn = 0;
ri = 0;
lef = 0;
_root.facing = 1;
}
if (Key.isDown(40) & (_root.colisionMap.hitTest(this._x, this._y + 17, true) == false)) {
dn = 1;
up = 0;
ri = 0;
lef = 0;
_root.facing = 3;
}
if (Key.isDown(39) & (_root.colisionMap.hitTest(this._x + 17, this._y, true) == false)) {
ri = 1;
up = 0;
dn = 0;
lef = 0;
_root.facing = 2;
}
if (Key.isDown(37) & (_root.colisionMap.hitTest(this._x - 17, this._y, true) == false)) {
lef = 1;
up = 0;
dn = 0;
ri = 0;
_root.facing = 4;
}
if (_root.facing == 1) {
this._rotation = 0;
} else if (_root.facing == 3) {
this._rotation = 180;
} else if (_root.facing == 2) {
this._rotation = 90;
} else if (_root.facing == 4) {
this._rotation = -90;
}
}
}
Instance of Symbol 86 MovieClip in Frame 19
onClipEvent (load) {
pl = 1;
cou = 0;
stcou = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.beetl2)) {
if (pl == 1) {
cou = 0;
stcou = 1;
this.play();
stcou = 1;
_root.amitavapower = true;
_root.e4.hulk = 1;
_root.e5.hulk = 1;
_root.e6.hulk = 1;
_root.e7.hulk = 1;
pl = 0;
}
}
if (stcou == 1) {
if (cou < 650) {
cou = cou + 1;
} else {
cou = 0;
_root.amitavapower = false;
}
}
}
Instance of Symbol 86 MovieClip in Frame 19
onClipEvent (load) {
pl = 1;
cou = 0;
stcou = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.beetl2)) {
if (pl == 1) {
cou = 0;
stcou = 1;
this.play();
stcou = 1;
_root.amitavapower = true;
_root.e4.hulk = 1;
_root.e5.hulk = 1;
_root.e6.hulk = 1;
_root.e7.hulk = 1;
pl = 0;
}
}
if (stcou == 1) {
if (cou < 600) {
cou = cou + 1;
} else {
cou = 0;
_root.amitavapower = false;
}
}
}
Instance of Symbol 93 MovieClip "e5" in Frame 19
onClipEvent (load) {
function reset() {
stup = 0;
stoper = 0;
_x = xpos;
_y = ypos;
playpoka = true;
hulk = 1;
dn = 0;
ri = 0;
lef = 0;
up = 1;
}
playpoka = true;
hulk = 1;
poka = 1;
up = 1;
dn = 0;
ri = 0;
lef = 0;
stup = 0;
stoper = 0;
xpos = _x;
ypos = _y;
reset();
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (playpoka == true) {
if (stoper < 60) {
stoper = stoper + 1;
}
if (stoper > 50) {
stup = 1;
}
if (stup == 1) {
if (_x < -10) {
_x = 553;
}
if (_x > 553) {
_x = -10;
}
if (up == 1) {
dn = 0;
ri = 0;
lef = 0;
_y = (_y - 5);
_rotation = 0;
}
if (dn == 1) {
up = 0;
ri = 0;
lef = 0;
_y = (_y + 5);
_rotation = 180;
}
if (ri == 1) {
up = 0;
dn = 0;
lef = 0;
_x = (_x + 5);
_rotation = 90;
}
if (lef == 1) {
up = 0;
dn = 0;
ri = 0;
_x = (_x - 5);
_rotation = -90;
}
if (_root.colisionMap2.hitTest(this._x, this._y - 12, true) == true) {
up = 0;
}
if (_root.colisionMap2.hitTest(this._x, this._y + 12, true) == true) {
dn = 0;
}
if (_root.colisionMap2.hitTest(this._x + 12, this._y, true) == true) {
ri = 0;
}
if (_root.colisionMap2.hitTest(this._x - 12, this._y, true) == true) {
lef = 0;
}
}
if (this.hitTest(_root.beetl2.body) && (_root.amitavapower == false)) {
if (poka == 1) {
playpoka = false;
_root.beetl2.gotoAndStop(3);
_root.beetl2.playpoka = false;
poka = 0;
}
}
if (_root.amitavapower == true) {
if (hulk == 1) {
this.gotoAndStop(2);
hulk = 0;
}
} else {
this.gotoAndStop(1);
}
}
}
}
Instance of Symbol 99 MovieClip "e4" in Frame 19
onClipEvent (load) {
function reset() {
stup = 0;
stoper = 0;
_x = xpos;
_y = ypos;
playpoka = true;
hulk = 1;
up = 0;
lef = 0;
dn = 0;
ri = 1;
}
playpoka = true;
hulk = 1;
poka = 1;
up = 0;
dn = 0;
ri = 1;
lef = 0;
stup = 0;
stoper = 0;
xpos = _x;
ypos = _y;
reset();
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (playpoka == true) {
if (stoper < 60) {
stoper = stoper + 1;
}
if (stoper > 50) {
stup = 1;
}
if (stup == 1) {
if (_x < -10) {
_x = 553;
}
if (_x > 553) {
_x = -10;
}
if (up == 1) {
dn = 0;
ri = 0;
lef = 0;
_y = (_y - 5);
_rotation = 0;
}
if (dn == 1) {
up = 0;
ri = 0;
lef = 0;
_y = (_y + 5);
_rotation = 180;
}
if (ri == 1) {
up = 0;
dn = 0;
lef = 0;
_x = (_x + 5);
_rotation = 90;
}
if (lef == 1) {
up = 0;
dn = 0;
ri = 0;
_x = (_x - 5);
_rotation = -90;
}
if (_root.colisionMap2.hitTest(this._x, this._y - 12, true) == true) {
up = 0;
}
if (_root.colisionMap2.hitTest(this._x, this._y + 12, true) == true) {
dn = 0;
}
if (_root.colisionMap2.hitTest(this._x + 12, this._y, true) == true) {
ri = 0;
}
if (_root.colisionMap2.hitTest(this._x - 12, this._y, true) == true) {
lef = 0;
}
}
if (this.hitTest(_root.beetl2.body) && (_root.amitavapower == false)) {
if (poka == 1) {
playpoka = false;
_root.beetl2.gotoAndStop(3);
_root.beetl2.playpoka = false;
poka = 0;
}
}
if (_root.amitavapower == true) {
if (hulk == 1) {
this.gotoAndStop(2);
hulk = 0;
}
} else {
this.gotoAndStop(1);
}
}
}
}
Instance of Symbol 105 MovieClip "e7" in Frame 19
onClipEvent (load) {
function reset() {
stup = 0;
stoper = 0;
_x = xpos;
_y = ypos;
playpoka = true;
hulk = 1;
up = 0;
dn = 0;
lef = 0;
ri = 1;
}
playpoka = true;
hulk = 1;
poka = 1;
up = 0;
dn = 0;
ri = 1;
lef = 0;
stup = 0;
stoper = 0;
xpos = _x;
ypos = _y;
reset();
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (playpoka == true) {
if (stoper < 60) {
stoper = stoper + 1;
}
if (stoper > 50) {
stup = 1;
}
if (stup == 1) {
if (_x < -10) {
_x = 553;
}
if (_x > 553) {
_x = -10;
}
if (up == 1) {
dn = 0;
ri = 0;
lef = 0;
_y = (_y - 3);
_rotation = 0;
}
if (dn == 1) {
up = 0;
ri = 0;
lef = 0;
_y = (_y + 3);
_rotation = 180;
}
if (ri == 1) {
up = 0;
dn = 0;
lef = 0;
_x = (_x + 3);
_rotation = 90;
}
if (lef == 1) {
up = 0;
dn = 0;
ri = 0;
_x = (_x - 3);
_rotation = -90;
}
if (_root.colisionMap2.hitTest(this._x, this._y - 12, true) == true) {
up = 0;
}
if (_root.colisionMap2.hitTest(this._x, this._y + 12, true) == true) {
dn = 0;
}
if (_root.colisionMap2.hitTest(this._x + 12, this._y, true) == true) {
ri = 0;
}
if (_root.colisionMap2.hitTest(this._x - 12, this._y, true) == true) {
lef = 0;
}
}
if (this.hitTest(_root.beetl2.body) && (_root.amitavapower == false)) {
if (poka == 1) {
playpoka = false;
_root.beetl2.gotoAndStop(3);
_root.beetl2.playpoka = false;
poka = 0;
}
}
if (_root.amitavapower == true) {
if (hulk == 1) {
this.gotoAndStop(2);
hulk = 0;
}
} else {
this.gotoAndStop(1);
}
}
}
}
Instance of Symbol 242 MovieClip "e6" in Frame 19
onClipEvent (load) {
function reset() {
stup = 0;
stoper = 0;
_x = xpos;
_y = ypos;
playpoka = true;
hulk = 1;
up = 0;
dn = 0;
ri = 0;
lef = 1;
}
playpoka = true;
hulk = 1;
poka = 1;
up = 0;
dn = 0;
ri = 0;
lef = 1;
stup = 0;
stoper = 0;
xpos = _x;
ypos = _y;
reset();
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (playpoka == true) {
if (stoper < 60) {
stoper = stoper + 1;
}
if (stoper > 50) {
stup = 1;
}
if (stup == 1) {
if (_x < -10) {
_x = 553;
}
if (_x > 553) {
_x = -10;
}
if (up == 1) {
dn = 0;
ri = 0;
lef = 0;
_y = (_y - 5);
_rotation = 0;
}
if (dn == 1) {
up = 0;
ri = 0;
lef = 0;
_y = (_y + 5);
_rotation = 180;
}
if (ri == 1) {
up = 0;
dn = 0;
lef = 0;
_x = (_x + 5);
_rotation = 90;
}
if (lef == 1) {
up = 0;
dn = 0;
ri = 0;
_x = (_x - 5);
_rotation = -90;
}
if (_root.colisionMap2.hitTest(this._x, this._y - 12, true) == true) {
up = 0;
}
if (_root.colisionMap2.hitTest(this._x, this._y + 12, true) == true) {
dn = 0;
}
if (_root.colisionMap2.hitTest(this._x + 12, this._y, true) == true) {
ri = 0;
}
if (_root.colisionMap2.hitTest(this._x - 12, this._y, true) == true) {
lef = 0;
}
}
if (this.hitTest(_root.beetl2.body) && (_root.amitavapower == false)) {
if (poka == 1) {
playpoka = false;
_root.beetl2.gotoAndStop(3);
_root.beetl2.playpoka = false;
poka = 0;
}
}
if (_root.amitavapower == true) {
if (hulk == 1) {
this.gotoAndStop(2);
hulk = 0;
}
} else {
this.gotoAndStop(1);
}
}
}
}
Instance of Symbol 253 MovieClip "colisionMap" in Frame 24
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 255 MovieClip "colisionMap2" in Frame 24
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e4) && (_root.e4.ri == 1)) {
_root.e4.up = 1;
_root.e4.ri = 0;
_root.e4.dn = 0;
_root.e4.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e6) && (_root.e6.lef == 1)) {
_root.e6.up = 0;
_root.e6.ri = 0;
_root.e6.dn = 1;
_root.e6.lef = 0;
}
if (this.hitTest(_root.e8) && (_root.e8.lef == 1)) {
_root.e8.up = 0;
_root.e8.ri = 0;
_root.e8.dn = 1;
_root.e8.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e4) && (_root.e4.up == 1)) {
_root.e4.up = 0;
_root.e4.ri = 1;
_root.e4.dn = 0;
_root.e4.lef = 0;
}
if (this.hitTest(_root.e8) && (_root.e8.up == 1)) {
_root.e8.up = 0;
_root.e8.ri = 1;
_root.e8.dn = 0;
_root.e8.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e4) && (_root.e4.ri == 1)) {
_root.e4.up = 1;
_root.e4.ri = 0;
_root.e4.dn = 0;
_root.e4.lef = 0;
}
if (this.hitTest(_root.e8) && (_root.e8.ri == 1)) {
_root.e8.up = 1;
_root.e8.ri = 0;
_root.e8.dn = 0;
_root.e8.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e4) && (_root.e4.lef == 1)) {
_root.e4.up = 0;
_root.e4.ri = 0;
_root.e4.dn = 1;
_root.e4.lef = 0;
}
if (this.hitTest(_root.e8) && (_root.e8.lef == 1)) {
_root.e8.up = 0;
_root.e8.ri = 0;
_root.e8.dn = 1;
_root.e8.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e4) && (_root.e4.up == 1)) {
_root.e4.up = 0;
_root.e4.ri = 0;
_root.e4.dn = 0;
_root.e4.lef = 1;
}
if (this.hitTest(_root.e8) && (_root.e8.up == 1)) {
_root.e8.up = 0;
_root.e8.ri = 0;
_root.e8.dn = 0;
_root.e8.lef = 1;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e4) && (_root.e4.lef == 1)) {
_root.e4.up = 0;
_root.e4.ri = 0;
_root.e4.dn = 1;
_root.e4.lef = 0;
}
if (this.hitTest(_root.e8) && (_root.e8.lef == 1)) {
_root.e8.up = 0;
_root.e8.ri = 0;
_root.e8.dn = 1;
_root.e8.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e4) && (_root.e4.dn == 1)) {
_root.e4.up = 0;
_root.e4.ri = 0;
_root.e4.dn = 0;
_root.e4.lef = 1;
}
if (this.hitTest(_root.e8) && (_root.e8.dn == 1)) {
_root.e8.up = 0;
_root.e8.ri = 0;
_root.e8.dn = 0;
_root.e8.lef = 1;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e4) && (_root.e4.lef == 1)) {
_root.e4.up = 0;
_root.e4.ri = 0;
_root.e4.dn = 1;
_root.e4.lef = 0;
}
if (this.hitTest(_root.e8) && (_root.e8.lef == 1)) {
_root.e8.up = 0;
_root.e8.ri = 0;
_root.e8.dn = 1;
_root.e8.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e4) && (_root.e4.dn == 1)) {
_root.e4.up = 0;
_root.e4.ri = 1;
_root.e4.dn = 0;
_root.e4.lef = 0;
}
if (this.hitTest(_root.e8) && (_root.e8.dn == 1)) {
_root.e8.up = 0;
_root.e8.ri = 1;
_root.e8.dn = 0;
_root.e8.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e4) && (_root.e4.ri == 1)) {
_root.e4.up = 0;
_root.e4.ri = 0;
_root.e4.dn = 1;
_root.e4.lef = 0;
}
if (this.hitTest(_root.e8) && (_root.e8.ri == 1)) {
_root.e8.up = 0;
_root.e8.ri = 0;
_root.e8.dn = 1;
_root.e8.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e4) && (_root.e4.dn == 1)) {
_root.e4.up = 0;
_root.e4.ri = 1;
_root.e4.dn = 0;
_root.e4.lef = 0;
}
if (this.hitTest(_root.e8) && (_root.e8.dn == 1)) {
_root.e8.up = 0;
_root.e8.ri = 1;
_root.e8.dn = 0;
_root.e8.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e4) && (_root.e4.ri == 1)) {
_root.e4.up = 1;
_root.e4.ri = 0;
_root.e4.dn = 0;
_root.e4.lef = 0;
}
if (this.hitTest(_root.e8) && (_root.e8.ri == 1)) {
_root.e8.up = 1;
_root.e8.ri = 0;
_root.e8.dn = 0;
_root.e8.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e4) && (_root.e4.lef == 1)) {
_root.e4.up = 1;
_root.e4.ri = 0;
_root.e4.dn = 0;
_root.e4.lef = 0;
}
if (this.hitTest(_root.e8) && (_root.e8.lef == 1)) {
_root.e8.up = 1;
_root.e8.ri = 0;
_root.e8.dn = 0;
_root.e8.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e4) && (_root.e4.dn == 1)) {
_root.e4.up = 0;
_root.e4.ri = 0;
_root.e4.dn = 0;
_root.e4.lef = 1;
}
if (this.hitTest(_root.e8) && (_root.e8.dn == 1)) {
_root.e8.up = 0;
_root.e8.ri = 0;
_root.e8.dn = 0;
_root.e8.lef = 1;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e4) && (_root.e4.ri == 1)) {
_root.e4.up = 1;
_root.e4.ri = 0;
_root.e4.dn = 0;
_root.e4.lef = 0;
}
if (this.hitTest(_root.e8) && (_root.e8.ri == 1)) {
_root.e8.up = 1;
_root.e8.ri = 0;
_root.e8.dn = 0;
_root.e8.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e4) && (_root.e4.up == 1)) {
_root.e4.up = 0;
_root.e4.ri = 1;
_root.e4.dn = 0;
_root.e4.lef = 0;
}
if (this.hitTest(_root.e8) && (_root.e8.up == 1)) {
_root.e8.up = 0;
_root.e8.ri = 1;
_root.e8.dn = 0;
_root.e8.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e4) && (_root.e4.up == 1)) {
_root.e4.up = 0;
_root.e4.ri = 0;
_root.e4.dn = 0;
_root.e4.lef = 1;
}
if (this.hitTest(_root.e8) && (_root.e8.up == 1)) {
_root.e8.up = 0;
_root.e8.ri = 0;
_root.e8.dn = 0;
_root.e8.lef = 1;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e4) && (_root.e4.lef == 1)) {
_root.e4.up = 1;
_root.e4.ri = 0;
_root.e4.dn = 0;
_root.e4.lef = 0;
}
if (this.hitTest(_root.e8) && (_root.e8.lef == 1)) {
_root.e8.up = 1;
_root.e8.ri = 0;
_root.e8.dn = 0;
_root.e8.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e4) && (_root.e4.up == 1)) {
_root.e4.up = 0;
_root.e4.ri = 0;
_root.e4.dn = 0;
_root.e4.lef = 1;
}
if (this.hitTest(_root.e8) && (_root.e8.up == 1)) {
_root.e8.up = 0;
_root.e8.ri = 0;
_root.e8.dn = 0;
_root.e8.lef = 1;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e4) && (_root.e4.up == 1)) {
_root.e4.up = 0;
_root.e4.ri = 1;
_root.e4.dn = 0;
_root.e4.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e4) && (_root.e4.ri == 1)) {
_root.e4.up = 0;
_root.e4.ri = 0;
_root.e4.dn = 1;
_root.e4.lef = 0;
}
if (this.hitTest(_root.e8) && (_root.e8.ri == 1)) {
_root.e8.up = 0;
_root.e8.ri = 0;
_root.e8.dn = 1;
_root.e8.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e4) && (_root.e4.dn == 1)) {
_root.e4.up = 0;
_root.e4.ri = 1;
_root.e4.dn = 0;
_root.e4.lef = 0;
}
if (this.hitTest(_root.e8) && (_root.e8.dn == 1)) {
_root.e8.up = 0;
_root.e8.ri = 1;
_root.e8.dn = 0;
_root.e8.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e6) && (_root.e6.dn == 1)) {
_root.e6.up = 0;
_root.e6.ri = 0;
_root.e6.dn = 0;
_root.e6.lef = 1;
}
if (this.hitTest(_root.e8) && (_root.e8.dn == 1)) {
_root.e8.up = 0;
_root.e8.ri = 1;
_root.e8.dn = 0;
_root.e8.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e6) && (_root.e6.lef == 1)) {
_root.e6.up = 0;
_root.e6.ri = 0;
_root.e6.dn = 1;
_root.e6.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e6) && (_root.e6.lef == 1)) {
_root.e6.up = 0;
_root.e6.ri = 0;
_root.e6.dn = 1;
_root.e6.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e6) && (_root.e6.dn == 1)) {
_root.e6.up = 0;
_root.e6.ri = 1;
_root.e6.dn = 0;
_root.e6.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e6) && (_root.e6.ri == 1)) {
_root.e6.up = 0;
_root.e6.ri = 0;
_root.e6.dn = 1;
_root.e6.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e6) && (_root.e6.dn == 1)) {
_root.e6.up = 0;
_root.e6.ri = 1;
_root.e6.dn = 0;
_root.e6.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e6) && (_root.e6.dn == 1)) {
_root.e6.up = 0;
_root.e6.ri = 0;
_root.e6.dn = 0;
_root.e6.lef = 1;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e6) && (_root.e6.ri == 1)) {
_root.e6.up = 1;
_root.e6.ri = 0;
_root.e6.dn = 0;
_root.e6.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e6) && (_root.e6.ri == 1)) {
_root.e6.up = 0;
_root.e6.ri = 0;
_root.e6.dn = 1;
_root.e6.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e6) && (_root.e6.dn == 1)) {
_root.e6.up = 0;
_root.e6.ri = 1;
_root.e6.dn = 0;
_root.e6.lef = 0;
}
if (this.hitTest(_root.e8) && (_root.e8.dn == 1)) {
_root.e8.up = 0;
_root.e8.ri = 1;
_root.e8.dn = 0;
_root.e8.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e6) && (_root.e6.ri == 1)) {
_root.e6.up = 1;
_root.e6.ri = 0;
_root.e6.dn = 0;
_root.e6.lef = 0;
}
if (this.hitTest(_root.e8) && (_root.e8.ri == 1)) {
_root.e8.up = 1;
_root.e8.ri = 0;
_root.e8.dn = 0;
_root.e8.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e6) && (_root.e6.up == 1)) {
_root.e6.up = 0;
_root.e6.ri = 1;
_root.e6.dn = 0;
_root.e6.lef = 0;
}
if (this.hitTest(_root.e8) && (_root.e8.up == 1)) {
_root.e8.up = 0;
_root.e8.ri = 1;
_root.e8.dn = 0;
_root.e8.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e6) && (_root.e6.ri == 1)) {
_root.e6.up = 1;
_root.e6.ri = 0;
_root.e6.dn = 0;
_root.e6.lef = 0;
}
if (this.hitTest(_root.e8) && (_root.e8.ri == 1)) {
_root.e8.up = 1;
_root.e8.ri = 0;
_root.e8.dn = 0;
_root.e8.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e6) && (_root.e6.up == 1)) {
_root.e6.up = 0;
_root.e6.ri = 0;
_root.e6.dn = 0;
_root.e6.lef = 1;
}
if (this.hitTest(_root.e8) && (_root.e8.up == 1)) {
_root.e8.up = 0;
_root.e8.ri = 0;
_root.e8.dn = 0;
_root.e8.lef = 1;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e6) && (_root.e6.up == 1)) {
_root.e6.up = 0;
_root.e6.ri = 1;
_root.e6.dn = 0;
_root.e6.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e6) && (_root.e6.lef == 1)) {
_root.e6.up = 1;
_root.e6.ri = 0;
_root.e6.dn = 0;
_root.e6.lef = 0;
}
if (this.hitTest(_root.e8) && (_root.e8.lef == 1)) {
_root.e8.up = 1;
_root.e8.ri = 0;
_root.e8.dn = 0;
_root.e8.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e6) && (_root.e6.up == 1)) {
_root.e6.up = 0;
_root.e6.ri = 0;
_root.e6.dn = 0;
_root.e6.lef = 1;
}
if (this.hitTest(_root.e8) && (_root.e8.up == 1)) {
_root.e8.up = 0;
_root.e8.ri = 0;
_root.e8.dn = 0;
_root.e8.lef = 1;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e6) && (_root.e6.lef == 1)) {
_root.e6.up = 0;
_root.e6.ri = 0;
_root.e6.dn = 1;
_root.e6.lef = 0;
}
if (this.hitTest(_root.e8) && (_root.e8.lef == 1)) {
_root.e8.up = 1;
_root.e8.ri = 0;
_root.e8.dn = 0;
_root.e8.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e6) && (_root.e6.lef == 1)) {
_root.e6.up = 1;
_root.e6.ri = 0;
_root.e6.dn = 0;
_root.e6.lef = 0;
}
if (this.hitTest(_root.e8) && (_root.e8.lef == 1)) {
_root.e8.up = 1;
_root.e8.ri = 0;
_root.e8.dn = 0;
_root.e8.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e6) && (_root.e6.up == 1)) {
_root.e6.up = 0;
_root.e6.ri = 0;
_root.e6.dn = 0;
_root.e6.lef = 1;
}
if (this.hitTest(_root.e8) && (_root.e8.up == 1)) {
_root.e8.up = 0;
_root.e8.ri = 0;
_root.e8.dn = 0;
_root.e8.lef = 1;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e8) && (_root.e8.ri == 1)) {
if (_root.e8._y > _root.beetl2._y) {
_root.e8.up = 1;
_root.e8.ri = 0;
_root.e8.dn = 0;
_root.e8.lef = 0;
} else if (_root.e8._y < _root.beetl2._y) {
_root.e8.up = 0;
_root.e8.ri = 0;
_root.e8.dn = 1;
_root.e8.lef = 0;
}
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e8) && (_root.e8.ri == 1)) {
_root.e8.up = 0;
_root.e8.ri = 0;
_root.e8.dn = 1;
_root.e8.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e8) && (_root.e8.dn == 1)) {
_root.e8.up = 0;
_root.e8.ri = 1;
_root.e8.dn = 0;
_root.e8.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e8) && (_root.e8.lef == 1)) {
_root.e8.up = 1;
_root.e8.ri = 0;
_root.e8.dn = 0;
_root.e8.lef = 0;
}
if (this.hitTest(_root.e8) && (_root.e8.up == 1)) {
_root.e8.up = 0;
_root.e8.ri = 1;
_root.e8.dn = 0;
_root.e8.lef = 0;
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e6) && (_root.e6.dn == 1)) {
_root.e6.up = 0;
_root.e6.ri = 0;
_root.e6.dn = 0;
_root.e6.lef = 1;
}
}
Instance of Symbol 229 MovieClip "beetl2" in Frame 24
onClipEvent (load) {
function reset() {
_x = xpos;
_y = ypos;
}
playpoka = true;
up = 0;
dn = 0;
ri = 0;
lef = 0;
xpos = _x;
ypos = _y;
}
onClipEvent (enterFrame) {
if ((_root.amitavaplay == true) && (playpoka == true)) {
if (this.hitTest(_root.e4) && (_root.amitavapower == true)) {
_root.e4.gotoAndStop(4);
_root.e4.playpoka = false;
}
if (this.hitTest(_root.e5) && (_root.amitavapower == true)) {
_root.e5.gotoAndStop(4);
_root.e5.playpoka = false;
}
if (this.hitTest(_root.e6) && (_root.amitavapower == true)) {
_root.e6.gotoAndStop(4);
_root.e6.playpoka = false;
}
if (this.hitTest(_root.e7) && (_root.amitavapower == true)) {
_root.e7.gotoAndStop(4);
_root.e7.playpoka = false;
}
if (this.hitTest(_root.e8) && (_root.amitavapower == true)) {
_root.e8.gotoAndStop(4);
_root.e8.playpoka = false;
}
if (_x < -10) {
_x = 553;
}
if (_x > 553) {
_x = -10;
}
if (up == 1) {
dn = 0;
ri = 0;
lef = 0;
_y = (_y - 3);
}
if (dn == 1) {
up = 0;
ri = 0;
lef = 0;
_y = (_y + 3);
}
if (ri == 1) {
up = 0;
dn = 0;
lef = 0;
_x = (_x + 3);
}
if (lef == 1) {
up = 0;
dn = 0;
ri = 0;
_x = (_x - 3);
}
if (_root.colisionMap.hitTest(this._x, this._y - 17, true) == true) {
up = 0;
}
if (_root.colisionMap.hitTest(this._x, this._y + 17, true) == true) {
dn = 0;
}
if (_root.colisionMap.hitTest(this._x + 17, this._y, true) == true) {
ri = 0;
}
if (_root.colisionMap.hitTest(this._x - 17, this._y, true) == true) {
lef = 0;
}
if (Key.isDown(38) & (_root.colisionMap.hitTest(this._x, this._y - 17, true) == false)) {
up = 1;
dn = 0;
ri = 0;
lef = 0;
_root.facing = 1;
}
if (Key.isDown(40) & (_root.colisionMap.hitTest(this._x, this._y + 17, true) == false)) {
dn = 1;
up = 0;
ri = 0;
lef = 0;
_root.facing = 3;
}
if (Key.isDown(39) & (_root.colisionMap.hitTest(this._x + 17, this._y, true) == false)) {
ri = 1;
up = 0;
dn = 0;
lef = 0;
_root.facing = 2;
}
if (Key.isDown(37) & (_root.colisionMap.hitTest(this._x - 17, this._y, true) == false)) {
lef = 1;
up = 0;
dn = 0;
ri = 0;
_root.facing = 4;
}
if (_root.facing == 1) {
this._rotation = 0;
} else if (_root.facing == 3) {
this._rotation = 180;
} else if (_root.facing == 2) {
this._rotation = 90;
} else if (_root.facing == 4) {
this._rotation = -90;
}
}
}
Instance of Symbol 138 MovieClip in Frame 24
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.e8) && (_root.e8.ri == 1)) {
_root.e8.up = 1;
_root.e8.ri = 0;
_root.e8.dn = 0;
_root.e8.lef = 0;
}
}
Instance of Symbol 86 MovieClip in Frame 24
onClipEvent (load) {
pl = 1;
cou = 0;
stcou = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.beetl2)) {
if (pl == 1) {
cou = 0;
stcou = 1;
this.play();
stcou = 1;
_root.amitavapower = true;
_root.e4.hulk = 1;
_root.e5.hulk = 1;
_root.e6.hulk = 1;
_root.e7.hulk = 1;
pl = 0;
}
}
if (stcou == 1) {
if (cou < 650) {
cou = cou + 1;
} else {
cou = 0;
_root.amitavapower = false;
}
}
}
Instance of Symbol 86 MovieClip in Frame 24
onClipEvent (load) {
pl = 1;
cou = 0;
stcou = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.beetl2)) {
if (pl == 1) {
cou = 0;
stcou = 1;
this.play();
stcou = 1;
_root.amitavapower = true;
_root.e4.hulk = 1;
_root.e5.hulk = 1;
_root.e6.hulk = 1;
_root.e7.hulk = 1;
pl = 0;
}
}
if (stcou == 1) {
if (cou < 600) {
cou = cou + 1;
} else {
cou = 0;
_root.amitavapower = false;
}
}
}
Instance of Symbol 93 MovieClip "e5" in Frame 24
onClipEvent (load) {
function reset() {
stup = 0;
stoper = 0;
_x = xpos;
_y = ypos;
playpoka = true;
hulk = 1;
dn = 0;
ri = 0;
lef = 1;
up = 0;
}
playpoka = true;
hulk = 1;
poka = 1;
up = 0;
dn = 0;
ri = 0;
lef = 1;
stup = 0;
stoper = 0;
xpos = _x;
ypos = _y;
reset();
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (playpoka == true) {
if (stoper < 60) {
stoper = stoper + 1;
}
if (stoper > 50) {
stup = 1;
}
if (stup == 1) {
if (_x < -10) {
_x = 553;
}
if (_x > 553) {
_x = -10;
}
if (up == 1) {
dn = 0;
ri = 0;
lef = 0;
_y = (_y - 3);
_rotation = 0;
}
if (dn == 1) {
up = 0;
ri = 0;
lef = 0;
_y = (_y + 3);
_rotation = 180;
}
if (ri == 1) {
up = 0;
dn = 0;
lef = 0;
_x = (_x + 3);
_rotation = 90;
}
if (lef == 1) {
up = 0;
dn = 0;
ri = 0;
_x = (_x - 3);
_rotation = -90;
}
if (_root.colisionMap2.hitTest(this._x, this._y - 12, true) == true) {
up = 0;
}
if (_root.colisionMap2.hitTest(this._x, this._y + 12, true) == true) {
dn = 0;
}
if (_root.colisionMap2.hitTest(this._x + 12, this._y, true) == true) {
ri = 0;
}
if (_root.colisionMap2.hitTest(this._x - 12, this._y, true) == true) {
lef = 0;
}
}
if (this.hitTest(_root.beetl2.body) && (_root.amitavapower == false)) {
if (poka == 1) {
playpoka = false;
_root.beetl2.gotoAndStop(3);
_root.beetl2.playpoka = false;
poka = 0;
}
}
if (_root.amitavapower == true) {
if (hulk == 1) {
this.gotoAndStop(2);
hulk = 0;
}
} else {
this.gotoAndStop(1);
}
}
}
}
Instance of Symbol 99 MovieClip "e4" in Frame 24
onClipEvent (load) {
function reset() {
stup = 0;
stoper = 0;
_x = xpos;
_y = ypos;
playpoka = true;
hulk = 1;
up = 0;
lef = 0;
dn = 0;
ri = 1;
}
playpoka = true;
hulk = 1;
poka = 1;
up = 0;
dn = 0;
ri = 1;
lef = 0;
stup = 0;
stoper = 0;
xpos = _x;
ypos = _y;
reset();
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (playpoka == true) {
if (stoper < 60) {
stoper = stoper + 1;
}
if (stoper > 50) {
stup = 1;
}
if (stup == 1) {
if (_x < -10) {
_x = 553;
}
if (_x > 553) {
_x = -10;
}
if (up == 1) {
dn = 0;
ri = 0;
lef = 0;
_y = (_y - 5);
_rotation = 0;
}
if (dn == 1) {
up = 0;
ri = 0;
lef = 0;
_y = (_y + 5);
_rotation = 180;
}
if (ri == 1) {
up = 0;
dn = 0;
lef = 0;
_x = (_x + 5);
_rotation = 90;
}
if (lef == 1) {
up = 0;
dn = 0;
ri = 0;
_x = (_x - 5);
_rotation = -90;
}
if (_root.colisionMap2.hitTest(this._x, this._y - 12, true) == true) {
up = 0;
}
if (_root.colisionMap2.hitTest(this._x, this._y + 12, true) == true) {
dn = 0;
}
if (_root.colisionMap2.hitTest(this._x + 12, this._y, true) == true) {
ri = 0;
}
if (_root.colisionMap2.hitTest(this._x - 12, this._y, true) == true) {
lef = 0;
}
}
if (this.hitTest(_root.beetl2.body) && (_root.amitavapower == false)) {
if (poka == 1) {
playpoka = false;
_root.beetl2.gotoAndStop(3);
_root.beetl2.playpoka = false;
poka = 0;
}
}
if (_root.amitavapower == true) {
if (hulk == 1) {
this.gotoAndStop(2);
hulk = 0;
}
} else {
this.gotoAndStop(1);
}
}
}
}
Instance of Symbol 105 MovieClip "e7" in Frame 24
onClipEvent (load) {
function reset() {
stup = 0;
stoper = 0;
_x = xpos;
_y = ypos;
playpoka = true;
hulk = 1;
up = 0;
dn = 0;
lef = 0;
ri = 1;
}
playpoka = true;
hulk = 1;
poka = 1;
up = 0;
dn = 0;
ri = 1;
lef = 0;
stup = 0;
stoper = 0;
xpos = _x;
ypos = _y;
reset();
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (playpoka == true) {
if (stoper < 60) {
stoper = stoper + 1;
}
if (stoper > 50) {
stup = 1;
}
if (stup == 1) {
if (_x < -10) {
_x = 553;
}
if (_x > 553) {
_x = -10;
}
if (up == 1) {
dn = 0;
ri = 0;
lef = 0;
_y = (_y - 3);
_rotation = 0;
}
if (dn == 1) {
up = 0;
ri = 0;
lef = 0;
_y = (_y + 3);
_rotation = 180;
}
if (ri == 1) {
up = 0;
dn = 0;
lef = 0;
_x = (_x + 3);
_rotation = 90;
}
if (lef == 1) {
up = 0;
dn = 0;
ri = 0;
_x = (_x - 3);
_rotation = -90;
}
if (_root.colisionMap2.hitTest(this._x, this._y - 12, true) == true) {
up = 0;
}
if (_root.colisionMap2.hitTest(this._x, this._y + 12, true) == true) {
dn = 0;
}
if (_root.colisionMap2.hitTest(this._x + 12, this._y, true) == true) {
ri = 0;
}
if (_root.colisionMap2.hitTest(this._x - 12, this._y, true) == true) {
lef = 0;
}
}
if (this.hitTest(_root.beetl2.body) && (_root.amitavapower == false)) {
if (poka == 1) {
playpoka = false;
_root.beetl2.gotoAndStop(3);
_root.beetl2.playpoka = false;
poka = 0;
}
}
if (_root.amitavapower == true) {
if (hulk == 1) {
this.gotoAndStop(2);
hulk = 0;
}
} else {
this.gotoAndStop(1);
}
}
}
}
Instance of Symbol 242 MovieClip "e6" in Frame 24
onClipEvent (load) {
function reset() {
stup = 0;
stoper = 0;
_x = xpos;
_y = ypos;
playpoka = true;
hulk = 1;
up = 0;
dn = 0;
ri = 0;
lef = 1;
}
playpoka = true;
hulk = 1;
poka = 1;
up = 0;
dn = 0;
ri = 0;
lef = 1;
stup = 0;
stoper = 0;
xpos = _x;
ypos = _y;
reset();
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (playpoka == true) {
if (stoper < 60) {
stoper = stoper + 1;
}
if (stoper > 50) {
stup = 1;
}
if (stup == 1) {
if (_x < -10) {
_x = 553;
}
if (_x > 553) {
_x = -10;
}
if (up == 1) {
dn = 0;
ri = 0;
lef = 0;
_y = (_y - 5);
_rotation = 0;
}
if (dn == 1) {
up = 0;
ri = 0;
lef = 0;
_y = (_y + 5);
_rotation = 180;
}
if (ri == 1) {
up = 0;
dn = 0;
lef = 0;
_x = (_x + 5);
_rotation = 90;
}
if (lef == 1) {
up = 0;
dn = 0;
ri = 0;
_x = (_x - 5);
_rotation = -90;
}
if (_root.colisionMap2.hitTest(this._x, this._y - 12, true) == true) {
up = 0;
}
if (_root.colisionMap2.hitTest(this._x, this._y + 12, true) == true) {
dn = 0;
}
if (_root.colisionMap2.hitTest(this._x + 12, this._y, true) == true) {
ri = 0;
}
if (_root.colisionMap2.hitTest(this._x - 12, this._y, true) == true) {
lef = 0;
}
}
if (this.hitTest(_root.beetl2.body) && (_root.amitavapower == false)) {
if (poka == 1) {
playpoka = false;
_root.beetl2.gotoAndStop(3);
_root.beetl2.playpoka = false;
poka = 0;
}
}
if (_root.amitavapower == true) {
if (hulk == 1) {
this.gotoAndStop(2);
hulk = 0;
}
} else {
this.gotoAndStop(1);
}
}
}
}
Instance of Symbol 111 MovieClip "e8" in Frame 24
onClipEvent (load) {
function reset() {
stup = 0;
stoper = 0;
_x = xpos;
_y = ypos;
playpoka = true;
hulk = 1;
up = 0;
dn = 0;
lef = 1;
ri = 0;
}
playpoka = true;
hulk = 1;
poka = 1;
up = 0;
dn = 0;
ri = 0;
lef = 1;
stup = 0;
stoper = 0;
xpos = _x;
ypos = _y;
reset();
}
onClipEvent (enterFrame) {
if (_root.amitavaplay == true) {
if (playpoka == true) {
if (stoper < 60) {
stoper = stoper + 1;
}
if (stoper > 50) {
stup = 1;
}
if (stup == 1) {
if (_x < -10) {
_x = 553;
}
if (_x > 553) {
_x = -10;
}
if (up == 1) {
dn = 0;
ri = 0;
lef = 0;
_y = (_y - 5);
_rotation = 0;
}
if (dn == 1) {
up = 0;
ri = 0;
lef = 0;
_y = (_y + 5);
_rotation = 180;
}
if (ri == 1) {
up = 0;
dn = 0;
lef = 0;
_x = (_x + 5);
_rotation = 90;
}
if (lef == 1) {
up = 0;
dn = 0;
ri = 0;
_x = (_x - 5);
_rotation = -90;
}
if (_root.colisionMap2.hitTest(this._x, this._y - 12, true) == true) {
up = 0;
}
if (_root.colisionMap2.hitTest(this._x, this._y + 12, true) == true) {
dn = 0;
}
if (_root.colisionMap2.hitTest(this._x + 12, this._y, true) == true) {
ri = 0;
}
if (_root.colisionMap2.hitTest(this._x - 12, this._y, true) == true) {
lef = 0;
}
}
if (this.hitTest(_root.beetl2.body) && (_root.amitavapower == false)) {
if (poka == 1) {
playpoka = false;
_root.beetl2.gotoAndStop(3);
_root.beetl2.playpoka = false;
poka = 0;
}
}
if (_root.amitavapower == true) {
if (hulk == 1) {
this.gotoAndStop(2);
hulk = 0;
}
} else {
this.gotoAndStop(1);
}
}
}
}
Symbol 15 MovieClip Frame 6
_root.e1.gotoAndStop(3);
Symbol 21 MovieClip Frame 12
gotoAndPlay (1);
Symbol 24 MovieClip Frame 35
_root.e1.reset();
_root.e1.gotoAndStop(1);
Symbol 25 MovieClip [enem] Frame 1
stop();
Symbol 25 MovieClip [enem] Frame 2
stop();
Symbol 25 MovieClip [enem] Frame 3
stop();
Symbol 43 Button
on (release) {
getURL ("http://www.dailyfreegames.com", "_blank");
}
Symbol 44 MovieClip Frame 22
stop();
Symbol 60 Button
on (press) {
gotoAndStop (15);
}
Symbol 65 Button
on (press) {
gotoAndStop (6);
}
Symbol 68 MovieClip Frame 12
stop();
Symbol 69 Button
on (release) {
getURL ("http://www.dailyfreegames.com", "_blank");
}
Symbol 71 Button
on (release) {
getURL ("http://www.dailyfreegames.com/free-games.html", "_blank");
}
Symbol 79 Button
on (press) {
gotoAndStop (5);
}
Symbol 86 MovieClip Frame 1
stop();
Symbol 86 MovieClip Frame 25
stop();
Symbol 91 MovieClip Frame 6
_root.e5.gotoAndStop(3);
Symbol 92 MovieClip Frame 35
_root.e5.reset();
_root.e5.gotoAndStop(1);
Symbol 93 MovieClip Frame 1
stop();
Symbol 93 MovieClip Frame 2
stop();
Symbol 93 MovieClip Frame 3
stop();
Symbol 97 MovieClip Frame 6
_root.e4.gotoAndStop(3);
Symbol 98 MovieClip Frame 35
_root.e4.reset();
_root.e4.gotoAndStop(1);
Symbol 99 MovieClip Frame 1
stop();
Symbol 99 MovieClip Frame 2
stop();
Symbol 99 MovieClip Frame 3
stop();
Symbol 103 MovieClip Frame 6
_root.e7.gotoAndStop(3);
Symbol 104 MovieClip Frame 35
_root.e7.reset();
_root.e7.gotoAndStop(1);
Symbol 105 MovieClip Frame 1
stop();
Symbol 105 MovieClip Frame 2
stop();
Symbol 105 MovieClip Frame 3
stop();
Symbol 109 MovieClip Frame 6
_root.e8.gotoAndStop(3);
Symbol 110 MovieClip Frame 35
_root.e8.reset();
_root.e8.gotoAndStop(1);
Symbol 111 MovieClip Frame 1
stop();
Symbol 111 MovieClip Frame 2
stop();
Symbol 111 MovieClip Frame 3
stop();
Instance of Symbol 131 MovieClip in Symbol 132 MovieClip Frame 1
onClipEvent (load) {
pl = 1;
lev = 1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.beetl.br)) {
if (pl == 1) {
_root.s.start();
_visible = false;
_root.beetl.gotoAndStop(2);
_root.sco = _root.sco + 10;
if ((_root.sco > 990) && (lev == 1)) {
_root.levl.gotoAndPlay(2);
lev = 0;
_root.amitavaplay == false;
}
pl = 0;
}
}
}
Symbol 157 MovieClip Frame 5
_root.beetl.gotoAndStop(1);
Symbol 160 MovieClip Frame 1
_root.amitavalife = _root.amitavalife - 1;
Symbol 160 MovieClip Frame 19
_root["l" + _root.amitavalife]._visible = false;
Symbol 160 MovieClip Frame 55
_root.beetl.reset();
_root.e1.poka = 1;
_root.e2.poka = 1;
_root.e3.poka = 1;
_root.e1.reset();
_root.e2.reset();
_root.e3.reset();
_root.beetl.playpoka = true;
_root.beetl.gotoAndStop(1);
Symbol 161 MovieClip Frame 1
stop();
Instance of Symbol 151 MovieClip "body" in Symbol 161 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 153 MovieClip "br" in Symbol 161 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 161 MovieClip Frame 2
stop();
Symbol 161 MovieClip Frame 3
stop();
Symbol 169 MovieClip Frame 6
_root.e2.gotoAndStop(3);
Symbol 170 MovieClip Frame 35
_root.e2.reset();
_root.e2.gotoAndStop(1);
Symbol 171 MovieClip Frame 1
stop();
Symbol 171 MovieClip Frame 2
stop();
Symbol 171 MovieClip Frame 3
stop();
Symbol 175 MovieClip Frame 6
_root.e3.gotoAndStop(3);
Symbol 176 MovieClip Frame 35
_root.e3.reset();
_root.e3.gotoAndStop(1);
Symbol 177 MovieClip Frame 1
stop();
Symbol 177 MovieClip Frame 2
stop();
Symbol 177 MovieClip Frame 3
stop();
Symbol 182 MovieClip Frame 2
_root.amitavalevel = _root.amitavalevel + 1;
_root.e1.playpoka = false;
_root.e2.playpoka = false;
_root.e3.playpoka = false;
_root.e4.playpoka = false;
_root.e5.playpoka = false;
_root.e6.playpoka = false;
_root.e7.playpoka = false;
_root.e8.playpoka = false;
Symbol 182 MovieClip Frame 10
var ssc = _root.amitavalevel;
Symbol 182 MovieClip Frame 49
_root.amitavaplay = true;
_root.amitavapower = false;
if (_root.amitavalevel == 1) {
_root.gotoAndStop(15);
} else if (_root.amitavalevel == 2) {
_root.gotoAndStop(19);
} else if (_root.amitavalevel == 3) {
_root.gotoAndStop(24);
}
Symbol 182 MovieClip Frame 50
_root.e1.playpoka = true;
_root.e2.playpoka = true;
_root.e3.playpoka = true;
_root.e4.playpoka = true;
_root.e5.playpoka = true;
_root.e6.playpoka = true;
_root.e7.playpoka = true;
_root.e8.playpoka = true;
Symbol 182 MovieClip Frame 51
stop();
Symbol 201 Button
on (press) {
_root.gotoAndStop(5);
}
Symbol 207 MovieClip Frame 1
stop();
Symbol 207 MovieClip Frame 2
var ssc = _root.sco;
Symbol 207 MovieClip Frame 18
stop();
Instance of Symbol 131 MovieClip in Symbol 215 MovieClip Frame 1
onClipEvent (load) {
pl = 1;
lev = 1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.beetl2.br)) {
if (pl == 1) {
_root.s.start();
_visible = false;
_root.beetl2.gotoAndStop(2);
_root.sco = _root.sco + 10;
if ((_root.sco > 2250) && (lev == 1)) {
_root.levl.gotoAndPlay(2);
lev = 0;
}
pl = 0;
}
}
}
Symbol 226 MovieClip Frame 5
_root.beetl2.gotoAndStop(1);
Symbol 228 MovieClip Frame 2
_root.amitavalife = _root.amitavalife - 1;
Symbol 228 MovieClip Frame 19
_root["l" + _root.amitavalife]._visible = false;
Symbol 228 MovieClip Frame 55
_root.beetl2.reset();
_root.e4.poka = 1;
_root.e5.poka = 1;
_root.e6.poka = 1;
_root.e7.poka = 1;
_root.e8.poka = 1;
_root.e4.reset();
_root.e5.reset();
_root.e6.reset();
_root.e7.reset();
_root.e8.reset();
_root.beetl2.playpoka = true;
_root.beetl2.gotoAndStop(1);
Symbol 229 MovieClip Frame 1
stop();
Instance of Symbol 151 MovieClip "body" in Symbol 229 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 153 MovieClip "br" in Symbol 229 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 229 MovieClip Frame 2
stop();
Symbol 229 MovieClip Frame 3
stop();
Symbol 240 MovieClip Frame 6
_root.e6.gotoAndStop(3);
Symbol 241 MovieClip Frame 35
_root.e6.reset();
_root.e6.gotoAndStop(1);
Symbol 242 MovieClip Frame 1
stop();
Symbol 242 MovieClip Frame 2
stop();
Symbol 242 MovieClip Frame 3
stop();
Instance of Symbol 131 MovieClip in Symbol 251 MovieClip Frame 1
onClipEvent (load) {
pl = 1;
lev = 1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.beetl2.br)) {
if (pl == 1) {
_root.s.start();
_visible = false;
_root.beetl2.gotoAndStop(2);
_root.sco = _root.sco + 10;
if ((_root.sco > 3900) && (lev == 1)) {
_root.wel.gotoAndPlay(2);
lev = 0;
}
pl = 0;
}
}
}
Symbol 278 Button
on (press) {
_root.gotoAndStop(5);
}
Symbol 283 MovieClip Frame 1
stop();
Symbol 283 MovieClip Frame 2
var ssc = _root.sco;
Symbol 283 MovieClip Frame 17
stop();