Frame 1
stop();
Frame 156
stop();
Instance of Symbol 177 MovieClip in Frame 156
on (release) {
_root.gotoAndStop("game");
}
Instance of Symbol 198 MovieClip in Frame 156
on (release) {
_root.gotoAndStop("credit");
}
Frame 157
stop();
Instance of Symbol 221 MovieClip in Frame 157
on (release) {
_root.gotoAndStop("main");
}
Frame 158
play();
Frame 305
stop();
Instance of Symbol 355 MovieClip "enemy3" in Frame 305
onClipEvent (load) {
var death = false;
}
onClipEvent (enterFrame) {
if ((this._x > 350) && (death == false)) {
this._x = this._x - 2;
this.play();
}
if ((this._x < _root.p1._x) && (death == false)) {
this._xscale = -100;
}
if ((this._x > _root.p1._x) && (death == false)) {
this._xscale = 100;
}
this.face.gotoAndStop("2");
if ((this.head_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) && (_root.enemy2.death == true)) {
this.bloody.play();
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if ((this.body_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) && (_root.enemy2.death == true)) {
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if ((this.health._xscale <= 0) && (death == false)) {
this.gotoAndPlay("death");
death = true;
_root.p1.exp_lvl = _root.p1.exp_lvl + 10;
this.blood.play();
}
}
onClipEvent (enterFrame) {
me = random(18);
if ((((this._x < 480) && (me == 4)) && (death == false)) && (_root.enemy2.death == true)) {
this.weapon.play();
this.arm.play();
}
}
Instance of Symbol 355 MovieClip "enemy4" in Frame 305
onClipEvent (load) {
var death = false;
}
onClipEvent (enterFrame) {
this.face.gotoAndStop("3");
if ((this._x > 420) && (death == false)) {
this._x = this._x - 2;
this.play();
}
if ((this._x < _root.p1._x) && (death == false)) {
this._xscale = -100;
}
if ((this._x > _root.p1._x) && (death == false)) {
this._xscale = 100;
}
if ((this.head_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) && (_root.enemy3.death == true)) {
this.bloody.play();
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if ((this.body_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) && (_root.enemy3.death == true)) {
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if ((this.health._xscale <= 0) && (death == false)) {
this.gotoAndPlay("death");
death = true;
_root.p1.exp_lvl = _root.p1.exp_lvl + 10;
this.blood.play();
}
}
onClipEvent (enterFrame) {
me = random(18);
if ((((this._x < 480) && (me == 4)) && (death == false)) && (_root.enemy3.death == true)) {
this.weapon.play();
this.arm.play();
}
}
Instance of Symbol 355 MovieClip "enemy2" in Frame 305
onClipEvent (load) {
var death = false;
}
onClipEvent (enterFrame) {
if ((this._x > 280) && (death == false)) {
this._x = this._x - 2;
this.play();
}
if ((this._x < _root.p1._x) && (death == false)) {
this._xscale = -100;
}
if ((this._x > _root.p1._x) && (death == false)) {
this._xscale = 100;
}
this.face.gotoAndStop("1");
if (this.head_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) {
this.bloody.play();
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if (this.body_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) {
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if ((this.health._xscale <= 0) && (death == false)) {
this.gotoAndPlay("death");
death = true;
_root.p1.exp_lvl = _root.p1.exp_lvl + 10;
this.blood.play();
}
}
onClipEvent (enterFrame) {
me = random(18);
if (((this._x < 480) && (me == 4)) && (death == false)) {
this.weapon.play();
this.arm.play();
}
}
Instance of Symbol 355 MovieClip "enemy5" in Frame 305
onClipEvent (load) {
var death = false;
}
onClipEvent (enterFrame) {
this.face.gotoAndStop("4");
if (((this._x > 380) && (death == false)) && (_root.enemy4.death == true)) {
this._x = this._x - 2;
this.play();
}
if ((this._x < _root.p1._x) && (death == false)) {
this._xscale = -100;
}
if ((this._x > _root.p1._x) && (death == false)) {
this._xscale = 100;
}
if ((this.head_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) && (_root.enemy4.death == true)) {
this.bloody.play();
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if ((this.body_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) && (_root.enemy3.death == true)) {
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if ((this.health._xscale <= 0) && (death == false)) {
this.gotoAndPlay("death");
death = true;
_root.p1.exp_lvl = _root.p1.exp_lvl + 10;
this.blood.play();
}
}
onClipEvent (enterFrame) {
me = random(18);
if ((((this._x < 480) && (me == 4)) && (death == false)) && (_root.enemy3.death == true)) {
this.weapon.play();
this.arm.play();
}
}
Instance of Symbol 355 MovieClip "enemy6" in Frame 305
onClipEvent (load) {
var death = false;
}
onClipEvent (enterFrame) {
this.face.gotoAndStop("1");
if (((this._x > 420) && (death == false)) && (_root.enemy4.death == true)) {
this._x = this._x - 2;
this.play();
}
if ((this._x < _root.p1._x) && (death == false)) {
this._xscale = -100;
}
if ((this._x > _root.p1._x) && (death == false)) {
this._xscale = 100;
}
if ((this.head_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) && (_root.enemy5.death == true)) {
this.bloody.play();
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if ((this.body_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) && (_root.enemy5.death == true)) {
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if ((this.health._xscale <= 0) && (death == false)) {
this.gotoAndPlay("death");
death = true;
_root.p1.exp_lvl = _root.p1.exp_lvl + 10;
this.blood.play();
}
}
onClipEvent (enterFrame) {
me = random(18);
if ((((this._x < 480) && (me == 4)) && (death == false)) && (_root.enemy3.death == true)) {
this.weapon.play();
this.arm.play();
}
}
Instance of Symbol 355 MovieClip "enemy7" in Frame 305
onClipEvent (load) {
var death = false;
}
onClipEvent (enterFrame) {
this.body.gotoAndStop("2");
this.face.gotoAndStop("2");
if (((this._x > 480) && (death == false)) && (_root.enemy4.death == true)) {
this._x = this._x - 2;
this.play();
}
if ((this._x < _root.p1._x) && (death == false)) {
this._xscale = -100;
}
if ((this._x > _root.p1._x) && (death == false)) {
this._xscale = 100;
}
if ((this.head_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) && (_root.enemy6.death == true)) {
this.bloody.play();
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if ((this.body_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) && (_root.enemy6.death == true)) {
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if ((this.health._xscale <= 0) && (death == false)) {
this.gotoAndPlay("death");
death = true;
_root.p1.exp_lvl = _root.p1.exp_lvl + 10;
this.blood.play();
}
}
onClipEvent (enterFrame) {
me = random(18);
if ((((this._x < 480) && (me == 4)) && (death == false)) && (_root.enemy3.death == true)) {
this.weapon.play();
this.arm.play();
}
}
Instance of Symbol 509 MovieClip "p1" in Frame 305
onClipEvent (load) {
var action;
var one = fal2se;
var two = false;
var three = false;
var four = false;
var get_1 = false;
var get_2 = true;
var get_3 = false;
var exp_lvl = 0;
var level = 0;
var weapon1 = 0;
var weapon2;
var weapon3;
var weapon4;
var death = false;
var gold_coin;
var down = false;
var up;
}
onClipEvent (load) {
var depth = false;
var lakaw = true;
}
onClipEvent (enterFrame) {
if ((this.health._xscale < 0) && (death == false)) {
this.gotoAndPlay("death");
death = true;
}
if (death == false) {
if (Key.isDown(68) && (Key.isDown(83))) {
this.walk.play();
}
if (Key.isDown(68) && (down == true)) {
this.doko.play();
}
if (Key.isDown(65) && (down == true)) {
this.doko.play();
}
if (Key.isDown(83)) {
down = true;
this.gotoAndStop("doko");
if (Key.isDown(68)) {
this.doko.play();
}
if (Key.isDown(65)) {
this.doko.play();
}
if (this.hand.hitTest(_root.gold_coin)) {
gold_coin = true;
_root.gold_coin.play();
}
if (this.hand.hitTest(_root.health)) {
this.health._xscale = 100;
_root.health.play();
this.levelup.play();
this.levelup.no.play();
this.leveluplight.play();
}
if (this.hand.hitTest(_root.weap3)) {
get_3 = true;
weap3 = true;
_root.weap3.play();
}
if (one == true) {
this.doko.weapons.gotoAndStop("one");
}
if (two == true) {
this.doko.weapons.gotoAndStop("two");
}
if (three == true) {
this.doko.weapons.gotoAndStop("three");
}
if (four == true) {
this.doko.weapons.gotoAndStop("four");
}
}
if (one == true) {
this.walk.weapons.gotoAndStop("one");
}
if (two == true) {
this.walk.weapons.gotoAndStop("two");
}
if (three == true) {
this.walk.weapons.gotoAndStop("three");
}
if (four == true) {
this.walk.weapons.gotoAndStop("four");
}
if (Key.isDown(87)) {
this.gotoAndStop("walk");
down = false;
}
if (Key.isDown(68) && ((this._x <= 450) || (ok == true))) {
this.walk.play();
this._x = this._x + 4;
this._xscale = 40;
}
if (Key.isDown(65) && (this._x >= 50)) {
this.walk.play();
this._xscale = -40;
this._x = this._x - 4;
}
if (this.block.hitTest(_root.enemy.block)) {
lakaw = false;
} else {
lakaw = true;
}
if (Key.isDown(101)) {
this.gotoAndStop("jump");
this.jump.play();
if (one == true) {
this.jump.weapons.gotoAndStop("one");
}
if (two == true) {
this.jump.weapons.gotoAndStop("two");
}
if (three == true) {
this.jump.weapons.gotoAndStop("three");
}
if (four == true) {
this.jump.weapons.gotoAndStop("four");
}
}
if (Key.isDown(97)) {
this.walk.bomb.play();
this.jump.bomb.play();
}
if (Key.isDown(49) && (get_1 == true)) {
this.jump.weapons.gotoAndStop("one");
this.walk.weapons.gotoAndStop("one");
this.igo.weapons.gotoAndStop("one");
this.doko.weapons.gotoAndStop("one");
one = true;
two = false;
three = false;
four = false;
}
if (Key.isDown(50) && (get_2 == true)) {
this.jump.weapons.gotoAndStop("two");
this.walk.weapons.gotoAndStop("two");
this.igo.weapons.gotoAndStop("two");
this.doko.weapons.gotoAndStop("two");
one = false;
two = true;
three = false;
four = false;
}
if (Key.isDown(51) && (get_3 == true)) {
this.jump.weapons.gotoAndStop("three");
this.walk.weapons.gotoAndStop("three");
this.igo.weapons.gotoAndStop("three");
this.doko.weapons.gotoAndStop("three");
one = false;
two = false;
three = true;
four = false;
}
if (Key.isDown(100)) {
this.walk.arm.play();
this.walk.weapons.weapon1.play();
this.jump.arm.play();
this.jump.weapons.weapon1.play();
this.doko.arm.play();
this.doko.weapons.weapon1.play();
this.igo.arm.play();
this.igo.weapons.weapon1.play();
}
}
}
Instance of Symbol 522 MovieClip "gameover" in Frame 305
onClipEvent (load) {
virgin = true;
}
onClipEvent (enterFrame) {
if ((_root.p1.death == true) && (virgin == true)) {
this.play();
virgin = false;
}
}
onClipEvent (enterFrame) {
if (_root.enemy7.death == true) {
_root.play();
}
}
Frame 306
stop();
Instance of Symbol 355 MovieClip "enemy2" in Frame 306
onClipEvent (load) {
var death = false;
}
onClipEvent (enterFrame) {
if ((this._x > 280) && (death == false)) {
this._x = this._x - 2;
this.play();
}
if ((this._x < _root.p1._x) && (death == false)) {
this._xscale = -100;
}
if ((this._x > _root.p1._x) && (death == false)) {
this._xscale = 100;
}
this.face.gotoAndStop("1");
if (this.head_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) {
this.bloody.play();
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if (this.body_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) {
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if ((this.health._xscale <= 0) && (death == false)) {
this.gotoAndPlay("death");
death = true;
_root.p1.exp_lvl = _root.p1.exp_lvl + 10;
this.blood.play();
}
}
onClipEvent (enterFrame) {
me = random(18);
if (((this._x < 480) && (me == 4)) && (death == false)) {
this.weapon.play();
this.arm.play();
}
}
Instance of Symbol 355 MovieClip "enemy3" in Frame 306
onClipEvent (load) {
var death = false;
}
onClipEvent (enterFrame) {
if (((this._x > 390) && (death == false)) && (_root.enemy2.death == true)) {
this._x = this._x - 2;
this.play();
}
if ((this._x < _root.p1._x) && (death == false)) {
this._xscale = -100;
}
if ((this._x > _root.p1._x) && (death == false)) {
this._xscale = 100;
}
this.face.gotoAndStop("2");
if ((this.head_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) && (_root.enemy2.death == true)) {
this.bloody.play();
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if ((this.body_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) && (_root.enemy2.death == true)) {
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if ((this.health._xscale <= 0) && (death == false)) {
this.gotoAndPlay("death");
death = true;
_root.p1.exp_lvl = _root.p1.exp_lvl + 10;
this.blood.play();
}
}
onClipEvent (enterFrame) {
me = random(18);
if ((((this._x < 480) && (me == 4)) && (death == false)) && (_root.enemy2.death == true)) {
this.weapon.play();
this.arm.play();
}
}
Instance of Symbol 355 MovieClip "enemy4" in Frame 306
onClipEvent (load) {
var death = false;
}
onClipEvent (enterFrame) {
if (((this._x > 360) && (death == false)) && (_root.enemy3.death == true)) {
this._x = this._x - 2;
this.play();
}
if ((this._x < _root.p1._x) && (death == false)) {
this._xscale = -100;
}
if ((this._x > _root.p1._x) && (death == false)) {
this._xscale = 100;
}
this.face.gotoAndStop("2");
if ((this.head_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) && (_root.enemy3.death == true)) {
this.bloody.play();
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if ((this.body_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) && (_root.enemy3.death == true)) {
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if ((this.health._xscale <= 0) && (death == false)) {
this.gotoAndPlay("death");
death = true;
_root.p1.exp_lvl = _root.p1.exp_lvl + 10;
this.blood.play();
}
}
onClipEvent (enterFrame) {
me = random(18);
if ((((this._x < 480) && (me == 4)) && (death == false)) && (_root.enemy3.death == true)) {
this.weapon.play();
this.arm.play();
}
}
Instance of Symbol 355 MovieClip "enemy5" in Frame 306
onClipEvent (load) {
var death = false;
}
onClipEvent (enterFrame) {
if (((this._x > 350) && (death == false)) && (_root.enemy3.death == true)) {
this._x = this._x - 2;
this.play();
}
if ((this._x < _root.p1._x) && (death == false)) {
this._xscale = -100;
}
if ((this._x > _root.p1._x) && (death == false)) {
this._xscale = 100;
}
this.face.gotoAndStop("3");
if ((this.head_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) && (_root.enemy4.death == true)) {
this.bloody.play();
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if ((this.body_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) && (_root.enemy4.death == true)) {
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if ((this.health._xscale <= 0) && (death == false)) {
this.gotoAndPlay("death");
death = true;
_root.p1.exp_lvl = _root.p1.exp_lvl + 10;
this.blood.play();
}
}
onClipEvent (enterFrame) {
me = random(18);
if ((((this._x < 480) && (me == 4)) && (death == false)) && (_root.enemy4.death == true)) {
this.weapon.play();
this.arm.play();
}
}
Instance of Symbol 355 MovieClip "enemy6" in Frame 306
onClipEvent (load) {
var death = false;
}
onClipEvent (enterFrame) {
if (((this._x > 350) && (death == false)) && (_root.enemy5.death == true)) {
this._x = this._x - 2;
this.play();
}
if ((this._x < _root.p1._x) && (death == false)) {
this._xscale = -100;
}
if ((this._x > _root.p1._x) && (death == false)) {
this._xscale = 100;
}
this.face.gotoAndStop("2");
if ((this.head_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) && (_root.enemy5.death == true)) {
this.bloody.play();
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if ((this.body_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) && (_root.enemy5.death == true)) {
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if ((this.health._xscale <= 0) && (death == false)) {
this.gotoAndPlay("death");
death = true;
_root.p1.exp_lvl = _root.p1.exp_lvl + 10;
this.blood.play();
}
}
onClipEvent (enterFrame) {
me = random(18);
if ((((this._x < 480) && (me == 4)) && (death == false)) && (_root.enemy5.death == true)) {
this.weapon.play();
this.arm.play();
}
}
Instance of Symbol 355 MovieClip "enemy7" in Frame 306
onClipEvent (load) {
var death = false;
}
onClipEvent (enterFrame) {
if (((this._x > 350) && (death == false)) && (_root.enemy6.death == true)) {
this._x = this._x - 2;
this.play();
}
if ((this._x < _root.p1._x) && (death == false)) {
this._xscale = -100;
}
if ((this._x > _root.p1._x) && (death == false)) {
this._xscale = 100;
}
this.face.gotoAndStop("2");
if ((this.head_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) && (_root.enemy6.death == true)) {
this.bloody.play();
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if ((this.body_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) && (_root.enemy6.death == true)) {
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if ((this.health._xscale <= 0) && (death == false)) {
this.gotoAndPlay("death");
death = true;
_root.p1.exp_lvl = _root.p1.exp_lvl + 10;
this.blood.play();
}
}
onClipEvent (enterFrame) {
me = random(18);
if ((((this._x < 480) && (me == 4)) && (death == false)) && (_root.enemy6.death == true)) {
this.weapon.play();
this.arm.play();
}
}
Instance of Symbol 355 MovieClip "enemy8" in Frame 306
onClipEvent (load) {
var death = false;
}
onClipEvent (enterFrame) {
if (((this._x > 350) && (death == false)) && (_root.enemy7.death == true)) {
this._x = this._x - 2;
this.play();
}
if ((this._x < _root.p1._x) && (death == false)) {
this._xscale = -100;
}
if ((this._x > _root.p1._x) && (death == false)) {
this._xscale = 100;
}
this.face.gotoAndStop("2");
if ((this.head_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) && (_root.enemy7.death == true)) {
this.bloody.play();
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if ((this.body_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) && (_root.enemy7.death == true)) {
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if ((this.health._xscale <= 0) && (death == false)) {
this.gotoAndPlay("death");
death = true;
_root.p1.exp_lvl = _root.p1.exp_lvl + 10;
this.blood.play();
}
}
onClipEvent (enterFrame) {
me = random(18);
if ((((this._x < 480) && (me == 4)) && (death == false)) && (_root.enemy7.death == true)) {
this.weapon.play();
this.arm.play();
}
}
Instance of Symbol 510 MovieClip in Frame 306
onClipEvent (load) {
_root.p1._x = -1;
}
onClipEvent (enterFrame) {
if (_root.enemy8.death == true) {
_root.play();
}
}
Instance of Symbol 522 MovieClip "gameover" in Frame 306
onClipEvent (load) {
virgin = true;
}
onClipEvent (enterFrame) {
if ((_root.p1.death == true) && (virgin == true)) {
this.play();
virgin = false;
}
}
Frame 307
stop();
Instance of Symbol 355 MovieClip "enemy2" in Frame 307
onClipEvent (load) {
var death = false;
}
onClipEvent (enterFrame) {
if ((this._x > 280) && (death == false)) {
this._x = this._x - 2;
this.play();
}
if ((this._x < _root.p1._x) && (death == false)) {
this._xscale = -100;
}
if ((this._x > _root.p1._x) && (death == false)) {
this._xscale = 100;
}
this.face.gotoAndStop("2");
if (this.head_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) {
this.bloody.play();
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if (this.body_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) {
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if ((this.health._xscale <= 0) && (death == false)) {
this.gotoAndPlay("death");
death = true;
_root.p1.exp_lvl = _root.p1.exp_lvl + 10;
this.blood.play();
}
}
onClipEvent (enterFrame) {
me = random(18);
if (((this._x < 480) && (me == 4)) && (death == false)) {
this.weapon.play();
this.arm.play();
}
}
Instance of Symbol 355 MovieClip "enemy3" in Frame 307
onClipEvent (load) {
var death = false;
}
onClipEvent (enterFrame) {
if (((this._x > 390) && (death == false)) && (_root.enemy2.death == true)) {
this._x = this._x - 2;
this.play();
}
if ((this._x < _root.p1._x) && (death == false)) {
this._xscale = -100;
}
if ((this._x > _root.p1._x) && (death == false)) {
this._xscale = 100;
}
this.face.gotoAndStop("2");
if ((this.head_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) && (_root.enemy2.death == true)) {
this.bloody.play();
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if ((this.body_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) && (_root.enemy2.death == true)) {
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if ((this.health._xscale <= 0) && (death == false)) {
this.gotoAndPlay("death");
death = true;
_root.p1.exp_lvl = _root.p1.exp_lvl + 10;
this.blood.play();
}
}
onClipEvent (enterFrame) {
me = random(18);
if ((((this._x < 480) && (me == 4)) && (death == false)) && (_root.enemy2.death == true)) {
this.weapon.play();
this.arm.play();
}
}
Instance of Symbol 355 MovieClip "enemy4" in Frame 307
onClipEvent (load) {
var death = false;
}
onClipEvent (enterFrame) {
if (((this._x > 360) && (death == false)) && (_root.enemy3.death == true)) {
this._x = this._x - 2;
this.play();
}
if ((this._x < _root.p1._x) && (death == false)) {
this._xscale = -100;
}
if ((this._x > _root.p1._x) && (death == false)) {
this._xscale = 100;
}
this.face.gotoAndStop("2");
if ((this.head_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) && (_root.enemy3.death == true)) {
this.bloody.play();
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if ((this.body_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) && (_root.enemy3.death == true)) {
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if ((this.health._xscale <= 0) && (death == false)) {
this.gotoAndPlay("death");
death = true;
_root.p1.exp_lvl = _root.p1.exp_lvl + 10;
this.blood.play();
}
}
onClipEvent (enterFrame) {
me = random(18);
if ((((this._x < 480) && (me == 4)) && (death == false)) && (_root.enemy3.death == true)) {
this.weapon.play();
this.arm.play();
}
}
Instance of Symbol 355 MovieClip "enemy5" in Frame 307
onClipEvent (load) {
var death = false;
}
onClipEvent (enterFrame) {
if (((this._x > 350) && (death == false)) && (_root.enemy3.death == true)) {
this._x = this._x - 2;
this.play();
}
if ((this._x < _root.p1._x) && (death == false)) {
this._xscale = -100;
}
if ((this._x > _root.p1._x) && (death == false)) {
this._xscale = 100;
}
this.face.gotoAndStop("2");
if ((this.head_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) && (_root.enemy4.death == true)) {
this.bloody.play();
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if ((this.body_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) && (_root.enemy4.death == true)) {
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if ((this.health._xscale <= 0) && (death == false)) {
this.gotoAndPlay("death");
death = true;
_root.p1.exp_lvl = _root.p1.exp_lvl + 10;
this.blood.play();
}
}
onClipEvent (enterFrame) {
me = random(18);
if ((((this._x < 480) && (me == 4)) && (death == false)) && (_root.enemy4.death == true)) {
this.weapon.play();
this.arm.play();
}
}
Instance of Symbol 355 MovieClip "enemy6" in Frame 307
onClipEvent (load) {
var death = false;
}
onClipEvent (enterFrame) {
if (((this._x > 350) && (death == false)) && (_root.enemy5.death == true)) {
this._x = this._x - 2;
this.play();
}
if ((this._x < _root.p1._x) && (death == false)) {
this._xscale = -100;
}
if ((this._x > _root.p1._x) && (death == false)) {
this._xscale = 100;
}
this.face.gotoAndStop("2");
if ((this.head_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) && (_root.enemy5.death == true)) {
this.bloody.play();
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if ((this.body_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) && (_root.enemy5.death == true)) {
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if ((this.health._xscale <= 0) && (death == false)) {
this.gotoAndPlay("death");
death = true;
_root.p1.exp_lvl = _root.p1.exp_lvl + 10;
this.blood.play();
}
}
onClipEvent (enterFrame) {
me = random(18);
if ((((this._x < 480) && (me == 4)) && (death == false)) && (_root.enemy5.death == true)) {
this.weapon.play();
this.arm.play();
}
}
Instance of Symbol 355 MovieClip "enemy7" in Frame 307
onClipEvent (load) {
var death = false;
}
onClipEvent (enterFrame) {
if (((this._x > 350) && (death == false)) && (_root.enemy6.death == true)) {
this._x = this._x - 2;
this.play();
}
if ((this._x < _root.p1._x) && (death == false)) {
this._xscale = -100;
}
if ((this._x > _root.p1._x) && (death == false)) {
this._xscale = 100;
}
this.face.gotoAndStop("2");
if ((this.head_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) && (_root.enemy6.death == true)) {
this.bloody.play();
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if ((this.body_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) && (_root.enemy6.death == true)) {
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if ((this.health._xscale <= 0) && (death == false)) {
this.gotoAndPlay("death");
death = true;
_root.p1.exp_lvl = _root.p1.exp_lvl + 10;
this.blood.play();
}
}
onClipEvent (enterFrame) {
me = random(18);
if ((((this._x < 480) && (me == 4)) && (death == false)) && (_root.enemy6.death == true)) {
this.weapon.play();
this.arm.play();
}
}
Instance of Symbol 355 MovieClip "enemy8" in Frame 307
onClipEvent (load) {
var death = false;
}
onClipEvent (enterFrame) {
if (((this._x > 350) && (death == false)) && (_root.enemy7.death == true)) {
this._x = this._x - 2;
this.play();
}
if ((this._x < _root.p1._x) && (death == false)) {
this._xscale = -100;
}
if ((this._x > _root.p1._x) && (death == false)) {
this._xscale = 100;
}
this.face.gotoAndStop("2");
if ((this.head_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) && (_root.enemy7.death == true)) {
this.bloody.play();
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if ((this.body_target.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull)) && (death == false)) && (_root.enemy7.death == true)) {
this.health._xscale = this.health._xscale - 10;
this.gotoAndPlay("igo");
}
if ((this.health._xscale <= 0) && (death == false)) {
this.gotoAndPlay("death");
death = true;
_root.p1.exp_lvl = _root.p1.exp_lvl + 10;
this.blood.play();
}
}
onClipEvent (enterFrame) {
me = random(18);
if ((((this._x < 480) && (me == 4)) && (death == false)) && (_root.enemy7.death == true)) {
this.weapon.play();
this.arm.play();
}
}
Instance of Symbol 522 MovieClip "gameover" in Frame 307
onClipEvent (enterFrame) {
if (_root.enemy8.death == true) {
_root.play();
}
}
onClipEvent (load) {
virgin = true;
}
onClipEvent (enterFrame) {
if ((_root.p1.death == true) && (virgin == true)) {
this.play();
virgin = false;
}
}
Frame 308
stop();
Instance of Symbol 572 MovieClip "boss" in Frame 308
onClipEvent (load) {
death = false;
}
onClipEvent (enterFrame) {
if (death == false) {
me = random(18);
if (me == 4) {
this.weapon.play();
}
if (this.hitTest((_root.p1.walk.weapons.weapon1.bull || (_root.p1.jump.weapons.weapon1.bull)) || (_root.p1.doko.weapons.weapon1.bull))) {
this.gotoAndPlay("damage");
this.health._xscale = this.health._xscale - 1;
}
if (this._x >= 350) {
this.gear.gotoAndStop("walk");
this._x = this._x - 1;
} else {
this.gear.gotoAndStop("stop");
}
if (this.health._xscale <= 0) {
this.gotoAndPlay("boom");
death = true;
}
}
}
Instance of Symbol 522 MovieClip "gameover" in Frame 308
onClipEvent (load) {
virgin = true;
}
onClipEvent (enterFrame) {
if ((_root.p1.death == true) && (virgin == true)) {
this.play();
virgin = false;
}
}
onClipEvent (enterFrame) {
if (_root.enemy7.death == true) {
_root.play();
}
}
Instance of Symbol 578 MovieClip "dd" in Frame 308
onClipEvent (load) {
var one = false;
}
onClipEvent (enterFrame) {
if ((_root.boss.death == true) && (one == false)) {
this.play();
one = true;
}
}
Symbol 9 MovieClip Frame 1
stop();
Symbol 9 MovieClip Frame 510
stop();
_parent.play();
Symbol 16 Button
on (release) {
_root.play();
}
Symbol 17 MovieClip Frame 1
percentage_loaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
loadbar_goto = Math.floor(percentage_loaded) * 5;
play();
Symbol 17 MovieClip Frame 2
if (percentage_loaded < 100) {
with (this.barload) {
gotoAndStop(loadbar_goto);
}
gotoAndPlay (1);
} else {
with (this.barload) {
gotoAndPlay(500);
}
stop();
}
Symbol 17 MovieClip Frame 4
stop();
Symbol 21 Button
on (release) {
getURL ("http://www.newgrounds.com/collection/picoday2007.html", "_blank");
}
Symbol 148 MovieClip Frame 111
stop();
Symbol 172 MovieClip Frame 9
stop();
Symbol 177 MovieClip Frame 1
stop();
Symbol 213 MovieClip Frame 1
play();
Instance of Symbol 225 MovieClip in Symbol 226 MovieClip Frame 1
on (release) {
_root.gotoAndPlay("end");
}
Symbol 264 MovieClip Frame 1
stop();
Symbol 264 MovieClip Frame 3
stop();
Symbol 279 MovieClip Frame 1
stop();
Symbol 279 MovieClip Frame 35
stop();
Symbol 294 MovieClip Frame 1
stop();
Symbol 294 MovieClip Frame 2
stop();
Symbol 299 MovieClip Frame 1
stop();
Symbol 299 MovieClip Frame 2
stop();
Symbol 299 MovieClip Frame 3
stop();
Symbol 299 MovieClip Frame 4
stop();
Symbol 316 MovieClip Frame 1
stop();
Instance of Symbol 308 MovieClip in Symbol 316 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1)) {
_root.p1.health._xscale = _root.p1.health._xscale - 10;
}
}
Instance of Symbol 310 MovieClip "bull" in Symbol 316 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.shield)) {
_root.p1.shield.play();
_root.p1.health._xscale = _root.p1.health._xscale - 1;
}
if (this.hitTest(_root.p1.heart)) {
_root.p1.health._xscale = _root.p1.health._xscale - 10;
_root.p1.gotoAndStop("igo");
_root.p1.igo.play();
if (_root.p1.one == true) {
_root.p1.igo.weapons.gotoAndStop("one");
}
if (_root.p1.two == true) {
_root.p1.igo.weapons.gotoAndStop("two");
}
if (_root.p1.three == true) {
_root.p1.igo.weapons.gotoAndStop("three");
}
if (_root.p1.four == true) {
_root.p1.igo.weapons.gotoAndStop("four");
}
}
}
Symbol 319 MovieClip Frame 1
stop();
Symbol 331 MovieClip Frame 1
stop();
Symbol 353 MovieClip Frame 1
stop();
Symbol 353 MovieClip Frame 3
stop();
_root.p1.get_1 = true;
Symbol 355 MovieClip Frame 1
stop();
Symbol 355 MovieClip Frame 13
gotoAndPlay ("start");
Symbol 355 MovieClip Frame 24
gotoAndStop ("start");
Symbol 355 MovieClip Frame 25
play();
Symbol 355 MovieClip Frame 36
stop();
stop();
Instance of Symbol 353 MovieClip "weapon1" in Symbol 355 MovieClip Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.hand)) {
_root.p1.weapon1 = 120;
get_1 = true;
this.play();
}
}
Instance of Symbol 353 MovieClip "weapon1" in Symbol 355 MovieClip Frame 40
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.hand)) {
_root.p1.weapon1 = 120;
this.play();
_root.p1.get_1 = true;
}
}
Symbol 355 MovieClip Frame 41
play();
Symbol 355 MovieClip Frame 45
stop();
Symbol 357 MovieClip Frame 1
stop();
Symbol 357 MovieClip Frame 4
stop();
Symbol 367 MovieClip Frame 1
stop();
Symbol 369 MovieClip Frame 1
stop();
Symbol 377 MovieClip Frame 1
stop();
Symbol 390 MovieClip Frame 1
stop();
Symbol 400 MovieClip Frame 1
stop();
Symbol 415 MovieClip Frame 1
stop();
Symbol 418 MovieClip Frame 1
stop();
Symbol 418 MovieClip Frame 2
stop();
Symbol 418 MovieClip Frame 3
stop();
Symbol 418 MovieClip Frame 4
stop();
Symbol 434 MovieClip Frame 1
stop();
Symbol 437 MovieClip Frame 1
stop();
Symbol 437 MovieClip Frame 2
Symbol 440 MovieClip Frame 1
stop();
Symbol 449 MovieClip Frame 1
stop();
Instance of Symbol 418 MovieClip "weapons" in Symbol 449 MovieClip Frame 1
/* no clip actions */
Symbol 449 MovieClip Frame 26
_root.p1.gotoAndStop("walk");
Symbol 461 MovieClip Frame 1
stop();
Symbol 482 MovieClip Frame 1
stop();
Symbol 494 MovieClip Frame 9
_root.p1.gotoAndPlay("walk");
Symbol 509 MovieClip Frame 1
stop();
Symbol 509 MovieClip Frame 2
stop();
Symbol 509 MovieClip Frame 16
stop();
Symbol 510 MovieClip Frame 12
stop();
Symbol 522 MovieClip Frame 1
stop();
Instance of Symbol 513 MovieClip in Symbol 522 MovieClip Frame 2
on (release) {
play();
_root.gotoAndPlay("ulit");
}
Symbol 522 MovieClip Frame 35
stop();
Symbol 528 MovieClip Frame 1
stop();
Symbol 528 MovieClip Frame 2
stop();
Symbol 554 MovieClip Frame 1
stop();
Instance of Symbol 546 MovieClip "bull" in Symbol 554 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1)) {
_root.p1.health._xscale = _root.p1.health._xscale - 10;
}
}
Symbol 554 MovieClip Frame 4
stop();
Instance of Symbol 546 MovieClip "bull" in Symbol 554 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1)) {
_root.p1.health._xscale = _root.p1.health._xscale - 10;
}
}
Symbol 554 MovieClip Frame 7
stop();
Instance of Symbol 546 MovieClip "bull" in Symbol 554 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1)) {
_root.p1.health._xscale = _root.p1.health._xscale - 10;
}
}
Symbol 554 MovieClip Frame 10
stop();
Instance of Symbol 546 MovieClip "bull" in Symbol 554 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1)) {
_root.p1.health._xscale = _root.p1.health._xscale - 10;
}
}
Symbol 558 MovieClip Frame 1
stop();
Symbol 558 MovieClip Frame 2
stop();
Symbol 572 MovieClip Frame 1
stop();
stop();
Symbol 572 MovieClip Frame 10
gotoAndStop ("main");
Symbol 578 MovieClip Frame 1
stop();
Symbol 578 MovieClip Frame 17
stop();