Frame 1
Stage.showMenu = false;
loadpercent = "0%";
loadBytes = ("0 of " + (Math.round((_root.getBytesTotal() / 1024) * 1000) / 1000)) + " Kb";
Frame 2
loadPercent = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) + "%";
loadBytes = (((Math.round((_root.getBytesLoaded() / 1024) * 1000) / 1000) + " Kb of ") + (Math.round((_root.getBytesTotal() / 1024) * 1000) / 1000)) + " Kb total Loaded.";
if (_root.getBytesLoaded() == _root.getBytesTotal()) {
loadPercent = "100%";
loadBytes = (((Math.round((_root.getBytesLoaded() / 1024) * 1000) / 1000) + " Kb of ") + (Math.round((_root.getBytesTotal() / 1024) * 1000) / 1000)) + " Kb total Loaded.";
gotoAndStop (65);
}
Frame 3
gotoAndPlay (2);
Frame 4
stop();
Frame 6
gotoAndStop (1);
Frame 58
gotoAndStop (82);
Frame 64
gotoAndStop (1);
Frame 65
_root.difficulty = 1;
if (_root.setkeysdone == "yes") {
} else {
_root.punchkey = 90;
_root.kickkey = 88;
_root.pausekey = 80;
_root.specialonekey = 49;
_root.specialtwokey = 50;
_root.specialthreekey = 51;
}
_root.kio._visible = false;
_root.panel._visible = false;
_root.GameCompleted = "No";
_root.firsttime = "yes";
_root.panel.score = 1000000 /* 0x0F4240 */;
stream.gotoAndPlay(499);
_root.lifes = "3";
_root.blood = "on";
_root.bosslevelone = 0;
clearInterval(intervalID);
clearInterval(intervalID2);
clearInterval(intervalID3);
clearInterval(intervalID4);
clearInterval(intervalID5);
clearInterval(intervalID6);
clearInterval(intervalID7);
clearInterval(intervalID8);
clearInterval(intervalID9);
clearInterval(intervalID10);
clearInterval(intervalID11);
clearInterval(intervalID12);
clearInterval(intervalID13);
clearInterval(intervalID14);
stop();
_root.jukebox = "on";
_root.gimmehealth = "on";
_root.stamina = "on";
Frame 66
_root.kio._visible = false;
_root.panel._visible = false;
stream.gotoAndPlay(499);
getready.gotoAndStop(2);
clearInterval(intervalID);
clearInterval(intervalID2);
clearInterval(intervalID3);
clearInterval(intervalID4);
clearInterval(intervalID5);
clearInterval(intervalID6);
clearInterval(intervalID7);
clearInterval(intervalID8);
clearInterval(intervalID9);
clearInterval(intervalID10);
clearInterval(intervalID11);
clearInterval(intervalID12);
clearInterval(intervalID13);
clearInterval(intervalID14);
stop();
if (_root.OnStage == 1) {
trace("ok");
} else {
trace("else");
gotoAndStop (82);
}
_root.enemyten = 25000;
_root.enemysix = 8000;
_root.enemyseven = 13400;
_root.enemyfour = 25000;
_root.enemythree = 5500;
_root.enemytwo = 35000;
_root.enemyone = 7400;
if (_root.difficulty == 1) {
_root.player = 10;
} else if (_root.difficulty == 2) {
_root.player = 7;
} else if (_root.difficulty == 3) {
_root.player = 5;
} else {
_root.player = 10;
}
Instance of Symbol 22 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (Key.isDown(13) and (_root.pauser == "on")) {
stopAllSounds();
_parent.nextFrame();
}
if (Key.isDown(32) and (_root.pauser == "on")) {
stopAllSounds();
_parent.nextFrame();
}
}
Frame 67
if (_root.firsttime == "yes") {
_root.panel.score = 1000000 /* 0x0F4240 */;
}
if (_root.continuee == "yes") {
_root.panel.score = 1000000 /* 0x0F4240 */;
}
_root.continuee = "no";
_root.firsttime = "no";
stream.gotoAndPlay(499);
_root.kio._visible = true;
_root.panel._visible = true;
stop();
Color.prototype.reset = function () {
var trans = {ra:100, ga:100, ba:100, rb:0, gb:0, bb:0};
this.setTransform(trans);
};
_root.working = "on";
_root.noo = 0;
_root.fatigue = 100;
_root.runningspeed = 4;
_root.lockscroll = "off";
_root.introwalk = "on";
_root.guy.gotoAndStop("Introwalk");
_root.stage = 1;
_root.bossdead = "no";
_root.bossactivated = "off";
_root.walknormal = 2.5;
_root.bonus = 0;
_root.bossspawn = "off";
_root.boss = 7;
_root.timespeed = 1000;
_root.powerbar = 0;
_root.enemies = 25;
_root.pause = "off";
_root.jump = "on";
_root.kicked = "off";
_root.punchandhit = "off";
_root.punchandhitlow = "off";
_root.shootandhit = "off";
_root.shootandhitlow = "off";
_root.shootdone = "off";
_root.special = "off";
_root.specialdone = "off";
_root.spawncontrol = "off";
_root.killallenemies = "off";
_root.hadouken = "off";
_root.specialone = "off";
_root.specialtwo = "off";
_root.specialthree = "off";
if (_root.OnStage == 1) {
trace("ok");
} else {
trace("else");
gotoAndStop (82);
}
function spawnEnemy() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point = new object();
point.x = -20;
point.y = 10;
_root.bg.globalToLocal(point);
_root.bg.attachMovie("baddie", "baddie" + enemycount, enemycount);
_root.bg["baddie" + enemycount]._x = point.x;
_root.bg["baddie" + enemycount]._y = 15;
}
}
function spawnEnemy2() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point2 = new object();
point2.x = 260;
point2.y = 10;
_root.bg.globalToLocal(point2);
_root.bg.attachMovie("baddie2", "baddie2" + enemycount, enemycount);
_root.bg["baddie2" + enemycount]._x = point2.x;
_root.bg["baddie2" + enemycount]._y = 15;
}
}
function spawnEnemy3() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point3 = new object();
point3.x = 260;
point3.y = 10;
_root.bg.globalToLocal(point3);
_root.bg.attachMovie("baddie", "baddie3" + enemycount, enemycount);
_root.bg["baddie3" + enemycount]._x = point3.x;
_root.bg["baddie3" + enemycount]._y = 15;
}
}
function spawnEnemy4() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point4 = new object();
point4.x = -20;
point4.y = 10;
_root.bg.globalToLocal(point4);
_root.bg.attachMovie("baddie2", "baddie4" + enemycount, enemycount);
_root.bg["baddie4" + enemycount]._x = point4.x;
_root.bg["baddie4" + enemycount]._y = 15;
}
}
function spawnEnemy6() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point6 = new object();
point6.x = 260;
point6.y = 10;
_root.bg.globalToLocal(point6);
_root.bg.attachMovie("baddie3", "baddie6" + enemycount, enemycount);
_root.bg["baddie6" + enemycount]._x = point6.x;
_root.bg["baddie6" + enemycount]._y = 15;
}
}
function spawnEnemy7() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point7 = new object();
point7.x = -20;
point7.y = 10;
_root.bg.globalToLocal(point7);
_root.bg.attachMovie("baddie3", "baddie7" + enemycount, enemycount);
_root.bg["baddie7" + enemycount]._x = point7.x;
_root.bg["baddie7" + enemycount]._y = 15;
}
}
function spawnEnemy10() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
trace("yeah.. this one");
point10 = new object();
point10.x = 260;
point10.y = 10;
_root.bg.globalToLocal(point10);
_root.bg.attachMovie("baddie78", "baddie78" + enemycount, enemycount);
_root.bg["baddie78" + enemycount]._x = point10.x;
_root.bg["baddie78" + enemycount]._y = -25;
}
}
function spawnEnemy5() {
if (_root.bossspawn == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point5 = new object();
point5.x = 55;
point5.y = 10;
_root.bg.globalToLocal(point5);
_root.bg.attachMovie("baddie5", "baddie5" + enemycount, enemycount);
_root.bg["baddie5" + enemycount]._x = point5.x;
_root.bg["baddie5" + enemycount]._y = 15;
_root.bossspawn = "off";
}
}
max_enem = 20;
var intervalID;
intervalID = setInterval(spawnEnemy, _root.enemyone);
var intervalID2;
intervalID2 = setInterval(spawnEnemy2, _root.enemytwo);
var intervalID3;
intervalID3 = setInterval(spawnEnemy3, _root.enemythree);
var intervalID4;
intervalID4 = setInterval(spawnEnemy4, _root.enemyfour);
var intervalID6;
intervalID6 = setInterval(spawnEnemy6, _root.enemysix);
var intervalID7;
intervalID7 = setInterval(spawnEnemy7, _root.enemyseven);
var intervalID10;
intervalID10 = setInterval(spawnEnemy10, _root.enemyten);
var intervalID5;
intervalID5 = setInterval(spawnEnemy5, _root.bosslevelone);
stop();
Instance of Symbol 228 MovieClip "guageback" in Frame 67
onClipEvent (enterFrame) {
if (_root.guy.walkhit.hitTest(this) and (_root.enemies < 1)) {
_root.killallenemies = "on";
_root.guy.gotoAndStop("pause");
_root.LevelOneTune.s.stop();
_root.bossspawn = "on";
_root.bossactivated = "on";
_root.arrows.gotoAndStop(1);
_parent.gotoAndStop(2);
}
}
Instance of Symbol 1623 MovieClip "ground" in Frame 67
/* no clip actions */
Instance of Symbol 1797 MovieClip "Guy" in Frame 67
/* no clip actions */
Instance of Symbol 1801 MovieClip "text" in Frame 67
onClipEvent (enterFrame) {
if (_x < _root.Guy._x) {
_x = (_x + 2.5);
}
if (_x > _root.Guy._x) {
_x = (_x - 2.5);
}
}
Instance of Symbol 1803 MovieClip "playerbar" in Frame 67
onClipEvent (load) {
_root.healthBar._width = 48;
}
Instance of Symbol 1804 MovieClip "flimmer" in Frame 67
onClipEvent (keyDown) {
if ((((((key.isDown(_root.pausekey) and (_root.pause eq "off")) and (_root.killallenemies eq "off")) and (_root.bossactivated == "off")) and (_root.introwalk == "mu")) and (_root.pausee == "ki")) and (_root.working == "on")) {
_root.pauseee.gotoandplay(1);
_root.pause = "on";
_root.LevelOneTune.s.setVolume(0);
_root.LevelOneBossTune.s.setVolume(0);
_root.spawncontrol = "off";
_root.kio.myTimer.stop();
_root.bang.gotoAndPlay(2);
_root.guy.gotoAndStop("pause");
} else if ((((((key.isDown(_root.pausekey) and (_root.pause eq "on")) and (_root.killallenemies eq "off")) and (_root.bossactivated == "off")) and (_root.introwalk == "mu")) and (_root.pausee == "ki")) and (_root.working == "on")) {
_root.pauseee.gotoandplay(1);
_root.pause = "off";
_root.LevelOneTune.s.setVolume(100);
_root.LevelOneBossTune.s.setVolume(100);
_root.spawncontrol = "on";
_root.kio.myTimer.start();
_root.bang.gotoAndStop(1);
_root.guy.gotoAndStop("stand");
_root.mjao = 0;
}
}
Instance of Symbol 1805 MovieClip "spawn" in Frame 67
onClipEvent (load) {
_root.starttime = getTimer();
_root.maxtime = 200;
}
onClipEvent (enterFrame) {
_root.currenttime = getTimer();
_root.elapsedtime = int(_root.currenttime - _root.starttime) / _root.timespeed;
_root.time = int(_root.maxtime - _root.elapsedtime);
if (_root.time <= 0) {
_root.time = 0;
}
}
Instance of Symbol 1813 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.introwalk == "off") {
_root.spawncontrol = "on";
_root.kio.myTimer.start();
_root.LevelOneTune.gotoAndStop(2);
_root.guy.gotoAndStop("stand");
_root.introwalk = "mu";
}
}
Frame 68
_root.kio._visible = false;
_root.panel._visible = false;
stream.gotoAndPlay(499);
_root.kio._visible = false;
_root.panel._visible = false;
clearInterval(intervalID);
clearInterval(intervalID2);
clearInterval(intervalID3);
clearInterval(intervalID4);
clearInterval(intervalID5);
clearInterval(intervalID6);
clearInterval(intervalID7);
clearInterval(intervalID8);
clearInterval(intervalID9);
clearInterval(intervalID10);
clearInterval(intervalID11);
clearInterval(intervalID12);
clearInterval(intervalID13);
clearInterval(intervalID14);
stop();
if (_root.OnStage == 2) {
trace("ok");
} else {
trace("else");
gotoAndStop (82);
}
Frame 69
stream.gotoAndPlay(499);
_root.kio._visible = false;
_root.panel._visible = false;
getready.gotoAndStop(2);
clearInterval(intervalID);
clearInterval(intervalID2);
clearInterval(intervalID3);
clearInterval(intervalID4);
clearInterval(intervalID5);
clearInterval(intervalID6);
clearInterval(intervalID7);
clearInterval(intervalID8);
clearInterval(intervalID9);
clearInterval(intervalID10);
clearInterval(intervalID11);
clearInterval(intervalID12);
clearInterval(intervalID13);
clearInterval(intervalID14);
stop();
if (_root.OnStage == 2) {
trace("ok");
} else {
trace("else");
gotoAndStop (82);
}
_root.enemysix = 50000;
_root.enemyseven = 60000;
_root.enemyeight = 25000;
_root.enemyfour = 35000;
_root.enemythree = 5500;
_root.enemytwo = 40000;
_root.enemyone = 4400;
if (_root.difficulty == 1) {
_root.player = 10;
} else if (_root.difficulty == 2) {
_root.player = 7;
} else if (_root.difficulty == 3) {
_root.player = 5;
} else {
_root.player = 10;
}
bosses.gotoAndStop(2);
Instance of Symbol 22 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (Key.isDown(13) and (_root.pauser == "on")) {
stopAllSounds();
_parent.nextFrame();
}
if (Key.isDown(32) and (_root.pauser == "on")) {
stopAllSounds();
_parent.nextFrame();
}
}
Frame 70
stream.gotoAndPlay(499);
if (_root.levelskip == "on") {
_root.panel.score = 1000000 /* 0x0F4240 */;
_root.runningspeed = 4;
_root.lockscroll = "off";
}
_root.levelskip = "off";
_root.kio._visible = true;
_root.panel._visible = true;
_root.panel.boxes.gotoAndStop("two");
_root.arrows.gotoAndStop(1);
_root.guy.xscale = -100;
stop();
Color.prototype.reset = function () {
var trans = {ra:100, ga:100, ba:100, rb:0, gb:0, bb:0};
this.setTransform(trans);
};
_root.working = "on";
_root.noo = 0;
_root.fatigue = 100;
_root.introwalk = "on";
_root.guy.gotoAndStop("IntrowalkLeft");
_root.stage = 2;
_root.bossdead = "no";
_root.bossactivated = "off";
_root.walknormal = 2.5;
_root.bonus = 0;
_root.bossspawn = "off";
_root.boss = 5;
_root.timespeed = 1000;
_root.powerbar = 0;
_root.enemies = 25;
_root.pause = "off";
_root.jump = "on";
_root.kicked = "off";
_root.punchandhit = "off";
_root.punchandhitlow = "off";
_root.shootandhit = "off";
_root.shootandhitlow = "off";
_root.shootdone = "off";
_root.special = "off";
_root.specialdone = "off";
_root.spawncontrol = "off";
_root.killallenemies = "off";
_root.hadouken = "off";
_root.specialone = "on";
_root.specialtwo = "off";
_root.specialthree = "off";
if (_root.OnStage == 2) {
trace("ok");
} else {
trace("else");
gotoAndStop (82);
}
function spawnEnemy() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point = new object();
point.x = -20;
point.y = 10;
_root.bg.globalToLocal(point);
_root.bg.attachMovie("baddie", "baddie" + enemycount, enemycount);
_root.bg["baddie" + enemycount]._x = point.x;
_root.bg["baddie" + enemycount]._y = 15;
}
}
function spawnEnemy2() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point2 = new object();
point2.x = 260;
point2.y = 10;
_root.bg.globalToLocal(point2);
stop();
_root.bg.attachMovie("baddie2", "baddie2" + enemycount, enemycount);
_root.bg["baddie2" + enemycount]._x = point2.x;
_root.bg["baddie2" + enemycount]._y = 15;
}
}
function spawnEnemy3() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point3 = new object();
point3.x = 260;
point3.y = 10;
_root.bg.globalToLocal(point3);
_root.bg.attachMovie("baddie", "baddie3" + enemycount, enemycount);
_root.bg["baddie3" + enemycount]._x = point3.x;
_root.bg["baddie3" + enemycount]._y = 15;
}
}
function spawnEnemy4() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point4 = new object();
point4.x = -20;
point4.y = 10;
_root.bg.globalToLocal(point4);
_root.bg.attachMovie("baddie2", "baddie4" + enemycount, enemycount);
_root.bg["baddie4" + enemycount]._x = point4.x;
_root.bg["baddie4" + enemycount]._y = 15;
}
}
function spawnEnemy5() {
if (_root.bossspawn == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point5 = new object();
point5.x = 200;
point5.y = 10;
_root.bg.globalToLocal(point5);
_root.bg.attachMovie("baddie6", "baddie6" + enemycount, enemycount);
_root.bg["baddie6" + enemycount]._x = point5.x;
_root.bg["baddie6" + enemycount]._y = 22;
_root.bossspawn = "off";
}
}
function spawnEnemy7() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point7 = new object();
point7.x = -20;
point7.y = 10;
_root.bg.globalToLocal(point7);
_root.bg.attachMovie("baddie99", "baddie95" + enemycount, enemycount);
_root.bg["baddie95" + enemycount]._x = point7.x;
_root.bg["baddie95" + enemycount]._y = 12;
}
}
function spawnEnemy8() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point8 = new object();
point8.x = 260;
point8.y = 10;
_root.bg.globalToLocal(point8);
_root.bg.attachMovie("baddie78", "baddie78" + enemycount, enemycount);
_root.bg["baddie78" + enemycount]._x = point8.x;
_root.bg["baddie78" + enemycount]._y = -25;
}
}
function spawnEnemy6() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point6 = new object();
point6.x = 260;
point6.y = 10;
_root.bg.globalToLocal(point6);
stop();
_root.bg.attachMovie("baddie99", "baddie99" + enemycount, enemycount);
_root.bg["baddie99" + enemycount]._x = point6.x;
_root.bg["baddie99" + enemycount]._y = 42;
}
}
max_enem = 10;
var intervalID;
intervalID = setInterval(spawnEnemy, _root.enemyone);
var intervalID2;
intervalID2 = setInterval(spawnEnemy2, _root.enemytwo);
var intervalID3;
intervalID3 = setInterval(spawnEnemy3, _root.enemythree);
var intervalID4;
intervalID4 = setInterval(spawnEnemy4, _root.enemyfour);
var intervalID5;
intervalID5 = setInterval(spawnEnemy5, _root.bosslevelone);
var intervalID6;
intervalID6 = setInterval(spawnEnemy6, _root.enemysix);
var intervalID7;
intervalID7 = setInterval(spawnEnemy7, _root.enemyseven);
var intervalID8;
intervalID8 = setInterval(spawnEnemy8, _root.enemyeight);
stop();
Instance of Symbol 228 MovieClip "guageback" in Frame 70
onClipEvent (enterFrame) {
if (_root.guy.walkhit.hitTest(this) and (_root.enemies < 1)) {
_root.killallenemies = "on";
_root.guy.gotoAndStop("pause");
_root.LevelOneTune.s.stop();
_root.bossspawn = "on";
_root.bossactivated = "on";
_root.arrows.gotoAndStop(1);
_parent.gotoAndStop(2);
}
}
Instance of Symbol 1623 MovieClip "ground" in Frame 70
/* no clip actions */
Instance of Symbol 1801 MovieClip "text" in Frame 70
onClipEvent (enterFrame) {
if (_x < _root.Guy._x) {
_x = (_x + 2.5);
}
if (_x > _root.Guy._x) {
_x = (_x - 2.5);
}
}
Instance of Symbol 1797 MovieClip "Guy" in Frame 70
/* no clip actions */
Instance of Symbol 1803 MovieClip "playerbar" in Frame 70
onClipEvent (load) {
_root.healthBar._width = 48;
}
Instance of Symbol 1805 MovieClip "spawn" in Frame 70
onClipEvent (load) {
_root.starttime = getTimer();
_root.maxtime = 200;
}
onClipEvent (enterFrame) {
_root.currenttime = getTimer();
_root.elapsedtime = int(_root.currenttime - _root.starttime) / _root.timespeed;
_root.time = int(_root.maxtime - _root.elapsedtime);
if (_root.time <= 0) {
_root.time = 0;
}
}
Instance of Symbol 1813 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.introwalk == "off") {
_root.spawncontrol = "on";
_root.kio.myTimer.start();
_root.LevelOneTune.gotoAndStop(2);
_root.guy.gotoAndStop("stand");
_root.introwalk = "mu";
}
}
Instance of Symbol 1804 MovieClip "flimmer" in Frame 70
onClipEvent (keyDown) {
if ((((((key.isDown(_root.pausekey) and (_root.pause eq "off")) and (_root.killallenemies eq "off")) and (_root.bossactivated == "off")) and (_root.introwalk == "mu")) and (_root.pausee == "ki")) and (_root.working == "on")) {
_root.pauseee.gotoandplay(1);
_root.pause = "on";
_root.LevelOneTune.s.setVolume(0);
_root.LevelOneBossTune.s.setVolume(0);
_root.spawncontrol = "off";
_root.kio.myTimer.stop();
_root.bang.gotoAndPlay(2);
_root.guy.gotoAndStop("pause");
} else if ((((((key.isDown(_root.pausekey) and (_root.pause eq "on")) and (_root.killallenemies eq "off")) and (_root.bossactivated == "off")) and (_root.introwalk == "mu")) and (_root.pausee == "ki")) and (_root.working == "on")) {
_root.pauseee.gotoandplay(1);
_root.pause = "off";
_root.LevelOneTune.s.setVolume(100);
_root.LevelOneBossTune.s.setVolume(100);
_root.spawncontrol = "on";
_root.kio.myTimer.start();
_root.bang.gotoAndStop(1);
_root.guy.gotoAndStop("stand");
_root.mjao = 0;
}
}
Frame 71
stream.gotoAndPlay(499);
_root.kio._visible = false;
_root.panel._visible = false;
clearInterval(intervalID);
clearInterval(intervalID2);
clearInterval(intervalID3);
clearInterval(intervalID4);
clearInterval(intervalID5);
clearInterval(intervalID6);
clearInterval(intervalID7);
clearInterval(intervalID8);
clearInterval(intervalID9);
clearInterval(intervalID10);
clearInterval(intervalID11);
clearInterval(intervalID12);
clearInterval(intervalID13);
clearInterval(intervalID14);
stop();
if (_root.OnStage == 3) {
trace("ok");
} else {
trace("else");
gotoAndStop (82);
}
aquiredspecials.gotoAndStop(2);
Frame 72
stream.gotoAndPlay(499);
_root.kio._visible = false;
_root.panel._visible = false;
getready.gotoAndStop(2);
clearInterval(intervalID);
clearInterval(intervalID2);
clearInterval(intervalID3);
clearInterval(intervalID4);
clearInterval(intervalID5);
clearInterval(intervalID6);
clearInterval(intervalID7);
clearInterval(intervalID8);
clearInterval(intervalID9);
clearInterval(intervalID10);
clearInterval(intervalID11);
clearInterval(intervalID12);
clearInterval(intervalID13);
clearInterval(intervalID14);
stop();
if (_root.OnStage == 3) {
trace("ok");
} else {
trace("else");
gotoAndStop (82);
}
_root.enemyeight = 12000;
_root.enemyeleven = 25000;
_root.enemynine = 7400;
_root.enemysix = 8000;
_root.enemyseven = 10000;
_root.enemyfour = 25000;
_root.enemythree = 13500;
_root.enemytwo = 35000;
_root.enemyone = 4400;
if (_root.difficulty == 1) {
_root.player = 10;
} else if (_root.difficulty == 2) {
_root.player = 7;
} else if (_root.difficulty == 3) {
_root.player = 5;
} else {
_root.player = 10;
}
bosses.gotoAndStop(3);
Instance of Symbol 22 MovieClip in Frame 72
onClipEvent (enterFrame) {
if (Key.isDown(13) and (_root.pauser == "on")) {
stopAllSounds();
_parent.nextFrame();
}
if (Key.isDown(32) and (_root.pauser == "on")) {
stopAllSounds();
_parent.nextFrame();
}
}
Frame 73
stream.gotoAndPlay(499);
if (_root.levelskip == "on") {
_root.panel.score = 1000000 /* 0x0F4240 */;
_root.runningspeed = 4;
_root.lockscroll = "off";
}
_root.levelskip = "off";
_root.kio._visible = true;
_root.panel._visible = true;
_root.panel.boxes.gotoAndStop("three");
_root.arrows.gotoAndStop(1);
stop();
Color.prototype.reset = function () {
var trans = {ra:100, ga:100, ba:100, rb:0, gb:0, bb:0};
this.setTransform(trans);
};
_root.working = "on";
_root.noo = 0;
_root.fatigue = 100;
_root.introwalk = "on";
_root.guy.gotoAndStop("Introwalk");
_root.stage = 3;
_root.bossdead = "no";
_root.bossactivated = "off";
_root.walknormal = 2.5;
_root.bonus = 0;
_root.bossspawn = "off";
_root.boss = 5;
_root.timespeed = 1000;
_root.powerbar = 0;
_root.enemies = 25;
_root.pause = "off";
_root.jump = "on";
_root.kicked = "off";
_root.punchandhit = "off";
_root.punchandhitlow = "off";
_root.shootandhit = "off";
_root.shootandhitlow = "off";
_root.shootdone = "off";
_root.special = "off";
_root.specialdone = "off";
_root.spawncontrol = "off";
_root.killallenemies = "off";
_root.hadouken = "off";
_root.specialone = "on";
_root.specialtwo = "on";
_root.specialthree = "off";
if (_root.OnStage == 3) {
trace("ok");
} else {
trace("else");
gotoAndStop (82);
}
function spawnEnemy() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point = new object();
point.x = -20;
point.y = 10;
_root.bg.globalToLocal(point);
_root.bg.attachMovie("baddie", "baddie" + enemycount, enemycount);
_root.bg["baddie" + enemycount]._x = point.x;
_root.bg["baddie" + enemycount]._y = 15;
}
}
function spawnEnemy2() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point2 = new object();
point2.x = 260;
point2.y = 10;
_root.bg.globalToLocal(point2);
stop();
_root.bg.attachMovie("baddie2", "baddie2" + enemycount, enemycount);
_root.bg["baddie2" + enemycount]._x = point2.x;
_root.bg["baddie2" + enemycount]._y = 15;
}
}
function spawnEnemy3() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point3 = new object();
point3.x = 260;
point3.y = 10;
_root.bg.globalToLocal(point3);
_root.bg.attachMovie("baddie", "baddie3" + enemycount, enemycount);
_root.bg["baddie3" + enemycount]._x = point3.x;
_root.bg["baddie3" + enemycount]._y = 15;
}
}
function spawnEnemy4() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point4 = new object();
point4.x = -20;
point4.y = 10;
_root.bg.globalToLocal(point4);
_root.bg.attachMovie("baddie2", "baddie4" + enemycount, enemycount);
_root.bg["baddie4" + enemycount]._x = point4.x;
_root.bg["baddie4" + enemycount]._y = 15;
}
}
function spawnEnemy5() {
if (_root.bossspawn == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point5 = new object();
point5.x = 55;
point5.y = 10;
_root.bg.globalToLocal(point5);
_root.bg.attachMovie("baddie7", "baddie7" + enemycount, enemycount);
_root.bg["baddie7" + enemycount]._x = point5.x;
_root.bg["baddie7" + enemycount]._y = 15;
_root.bossspawn = "off";
}
}
function spawnEnemy6() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point6 = new object();
point6.x = 260;
point6.y = 10;
_root.bg.globalToLocal(point6);
_root.bg.attachMovie("baddie11", "baddie11" + enemycount, enemycount);
_root.bg["baddie11" + enemycount]._x = point6.x;
_root.bg["baddie11" + enemycount]._y = 15;
}
}
function spawnEnemy7() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point7 = new object();
point7.x = 260;
point7.y = 10;
_root.bg.globalToLocal(point7);
_root.bg.attachMovie("baddie11", "baddie12" + enemycount, enemycount);
_root.bg["baddie12" + enemycount]._x = point7.x;
_root.bg["baddie12" + enemycount]._y = 15;
}
}
function spawnEnemy8() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point8 = new object();
point8.x = 260;
point8.y = 10;
_root.bg.globalToLocal(point8);
_root.bg.attachMovie("baddie10", "baddie17" + enemycount, enemycount);
_root.bg["baddie17" + enemycount]._x = point8.x;
_root.bg["baddie17" + enemycount]._y = 15;
}
}
function spawnEnemy9() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point9 = new object();
point9.x = -20;
point9.y = 10;
_root.bg.globalToLocal(point9);
_root.bg.attachMovie("baddie10", "baddie15" + enemycount, enemycount);
_root.bg["baddie15" + enemycount]._x = point9.x;
_root.bg["baddie15" + enemycount]._y = 15;
}
}
function spawnEnemy11() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point11 = new object();
point11.x = 260;
point11.y = 10;
_root.bg.globalToLocal(point11);
_root.bg.attachMovie("baddie78", "baddie78" + enemycount, enemycount);
_root.bg["baddie78" + enemycount]._x = point11.x;
_root.bg["baddie78" + enemycount]._y = -25;
}
}
max_enem = 10;
var intervalID;
intervalID = setInterval(spawnEnemy, _root.enemyone);
var intervalID2;
intervalID2 = setInterval(spawnEnemy2, _root.enemytwo);
var intervalID3;
intervalID3 = setInterval(spawnEnemy3, _root.enemythree);
var intervalID4;
intervalID4 = setInterval(spawnEnemy4, _root.enemyfour);
var intervalID5;
intervalID5 = setInterval(spawnEnemy5, _root.bosslevelone);
var intervalID6;
intervalID6 = setInterval(spawnEnemy6, _root.enemysix);
var intervalID7;
intervalID7 = setInterval(spawnEnemy7, _root.enemyseven);
var intervalID8;
intervalID8 = setInterval(spawnEnemy6, _root.enemyeight);
var intervalID9;
intervalID9 = setInterval(spawnEnemy7, _root.enemynine);
var intervalID11;
intervalID11 = setInterval(spawnEnemy11, _root.enemyeleven);
stop();
Instance of Symbol 228 MovieClip "guageback" in Frame 73
onClipEvent (enterFrame) {
if (_root.guy.walkhit.hitTest(this) and (_root.enemies < 1)) {
_root.killallenemies = "on";
_root.guy.gotoAndStop("pause");
_root.LevelOneTune.s.stop();
_root.bossspawn = "on";
_root.bossactivated = "on";
_root.arrows.gotoAndStop(1);
_parent.gotoAndStop(2);
}
}
Instance of Symbol 1623 MovieClip "ground" in Frame 73
/* no clip actions */
Instance of Symbol 1801 MovieClip "text" in Frame 73
onClipEvent (enterFrame) {
if (_x < _root.Guy._x) {
_x = (_x + 2.5);
}
if (_x > _root.Guy._x) {
_x = (_x - 2.5);
}
}
Instance of Symbol 1797 MovieClip "Guy" in Frame 73
/* no clip actions */
Instance of Symbol 1803 MovieClip "playerbar" in Frame 73
onClipEvent (load) {
_root.healthBar._width = 48;
}
Instance of Symbol 1805 MovieClip "spawn" in Frame 73
onClipEvent (load) {
_root.starttime = getTimer();
_root.maxtime = 200;
}
onClipEvent (enterFrame) {
_root.currenttime = getTimer();
_root.elapsedtime = int(_root.currenttime - _root.starttime) / _root.timespeed;
_root.time = int(_root.maxtime - _root.elapsedtime);
if (_root.time <= 0) {
_root.time = 0;
}
}
Instance of Symbol 1813 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.introwalk == "off") {
_root.spawncontrol = "on";
_root.kio.myTimer.start();
_root.LevelOneTune.gotoAndStop(2);
_root.guy.gotoAndStop("stand");
_root.introwalk = "mu";
}
}
Instance of Symbol 1804 MovieClip "flimmer" in Frame 73
onClipEvent (keyDown) {
if ((((((key.isDown(_root.pausekey) and (_root.pause eq "off")) and (_root.killallenemies eq "off")) and (_root.bossactivated == "off")) and (_root.introwalk == "mu")) and (_root.pausee == "ki")) and (_root.working == "on")) {
_root.pauseee.gotoandplay(1);
_root.pause = "on";
_root.LevelOneTune.s.setVolume(0);
_root.LevelOneBossTune.s.setVolume(0);
_root.spawncontrol = "off";
_root.kio.myTimer.stop();
_root.bang.gotoAndPlay(2);
_root.guy.gotoAndStop("pause");
} else if ((((((key.isDown(_root.pausekey) and (_root.pause eq "on")) and (_root.killallenemies eq "off")) and (_root.bossactivated == "off")) and (_root.introwalk == "mu")) and (_root.pausee == "ki")) and (_root.working == "on")) {
_root.pauseee.gotoandplay(1);
_root.pause = "off";
_root.LevelOneTune.s.setVolume(100);
_root.LevelOneBossTune.s.setVolume(100);
_root.spawncontrol = "on";
_root.kio.myTimer.start();
_root.bang.gotoAndStop(1);
_root.guy.gotoAndStop("stand");
_root.mjao = 0;
}
}
Frame 74
stream.gotoAndPlay(499);
_root.kio._visible = false;
_root.panel._visible = false;
clearInterval(intervalID);
clearInterval(intervalID2);
clearInterval(intervalID3);
clearInterval(intervalID4);
clearInterval(intervalID5);
clearInterval(intervalID6);
clearInterval(intervalID7);
clearInterval(intervalID8);
clearInterval(intervalID9);
clearInterval(intervalID10);
clearInterval(intervalID11);
clearInterval(intervalID12);
clearInterval(intervalID13);
clearInterval(intervalID14);
stop();
if (_root.OnStage == 4) {
trace("ok");
} else {
trace("else");
gotoAndStop (82);
}
aquiredspecials.gotoAndStop(3);
Frame 75
stream.gotoAndPlay(499);
_root.kio._visible = false;
_root.panel._visible = false;
getready.gotoAndStop(2);
clearInterval(intervalID);
clearInterval(intervalID2);
clearInterval(intervalID3);
clearInterval(intervalID4);
clearInterval(intervalID5);
clearInterval(intervalID6);
clearInterval(intervalID7);
clearInterval(intervalID8);
clearInterval(intervalID9);
clearInterval(intervalID10);
clearInterval(intervalID11);
clearInterval(intervalID12);
clearInterval(intervalID13);
clearInterval(intervalID14);
stop();
if (_root.OnStage == 4) {
trace("ok");
} else {
trace("else");
gotoAndStop (82);
}
_root.enemyone = 9000;
_root.enemytwo = 35000;
_root.enemythree = 6000;
_root.enemyfour = 25000;
_root.enemysix = 20000;
_root.enemyseven = 30000;
_root.enemyeight = 25000;
_root.enemynine = 50000;
if (_root.difficulty == 1) {
_root.player = 10;
} else if (_root.difficulty == 2) {
_root.player = 7;
} else if (_root.difficulty == 3) {
_root.player = 5;
} else {
_root.player = 10;
}
bosses.gotoAndStop(4);
Instance of Symbol 22 MovieClip in Frame 75
onClipEvent (enterFrame) {
if (Key.isDown(13) and (_root.pauser == "on")) {
stopAllSounds();
_parent.nextFrame();
}
if (Key.isDown(32) and (_root.pauser == "on")) {
stopAllSounds();
_parent.nextFrame();
}
}
Frame 76
stream.gotoAndPlay(499);
if (_root.levelskip == "on") {
_root.panel.score = 1000000 /* 0x0F4240 */;
_root.runningspeed = 4;
_root.lockscroll = "off";
}
_root.levelskip = "off";
_root.kio._visible = true;
_root.panel._visible = true;
_root.panel.boxes.gotoAndStop("Four");
_root.arrows.gotoAndStop(1);
_root.guy.xscale = -100;
stop();
Color.prototype.reset = function () {
var trans = {ra:100, ga:100, ba:100, rb:0, gb:0, bb:0};
this.setTransform(trans);
};
_root.working = "on";
_root.noo = 0;
_root.fatigue = 100;
_root.runningspeed2 = 4;
_root.walkspeed = 2.5;
_root.introwalk = "on";
_root.guy.gotoAndStop("IntrowalkLeft");
_root.stage = 4;
_root.bossdead = "no";
_root.bossactivated = "off";
_root.walknormal = 2.5;
_root.bonus = 0;
_root.bossspawn = "off";
_root.boss = 5;
_root.timespeed = 1000;
_root.powerbar = 0;
_root.enemies = 25;
_root.pause = "off";
_root.jump = "on";
_root.kicked = "off";
_root.punchandhit = "off";
_root.punchandhitlow = "off";
_root.shootandhit = "off";
_root.shootandhitlow = "off";
_root.shootdone = "off";
_root.special = "off";
_root.specialdone = "off";
_root.spawncontrol = "off";
_root.killallenemies = "off";
_root.hadouken = "off";
if (_root.OnStage == 4) {
trace("ok");
} else {
trace("else");
gotoAndStop (82);
}
_root.specialone = "on";
_root.specialtwo = "on";
_root.specialthree = "on";
function spawnEnemy() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point = new object();
point.x = -20;
point.y = 10;
_root.bg.globalToLocal(point);
_root.bg.attachMovie("baddie", "baddie" + enemycount, enemycount);
_root.bg["baddie" + enemycount]._x = point.x;
_root.bg["baddie" + enemycount]._y = 15;
}
}
function spawnEnemy2() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point2 = new object();
point2.x = 260;
point2.y = 10;
_root.bg.globalToLocal(point2);
stop();
_root.bg.attachMovie("baddie2", "baddie2" + enemycount, enemycount);
_root.bg["baddie2" + enemycount]._x = point2.x;
_root.bg["baddie2" + enemycount]._y = 15;
}
}
function spawnEnemy3() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point3 = new object();
point3.x = 270;
point3.y = 10;
_root.bg.globalToLocal(point3);
_root.bg.attachMovie("baddie", "baddie3" + enemycount, enemycount);
_root.bg["baddie3" + enemycount]._x = point3.x;
_root.bg["baddie3" + enemycount]._y = 15;
}
}
function spawnEnemy4() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point4 = new object();
point4.x = -20;
point4.y = 10;
_root.bg.globalToLocal(point4);
_root.bg.attachMovie("baddie2", "baddie4" + enemycount, enemycount);
_root.bg["baddie4" + enemycount]._x = point4.x;
_root.bg["baddie4" + enemycount]._y = 15;
}
}
function spawnEnemy5() {
if (_root.bossspawn == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point5 = new object();
point5.x = 200;
point5.y = 10;
_root.bg.globalToLocal(point5);
_root.bg.attachMovie("baddie8", "baddie8" + enemycount, enemycount);
_root.bg["baddie8" + enemycount]._x = point5.x;
_root.bg["baddie8" + enemycount]._y = 22;
_root.bossspawn = "off";
}
}
function spawnEnemy6() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point6 = new object();
point6.x = -20;
point6.y = 10;
_root.bg.globalToLocal(point6);
_root.bg.attachMovie("baddie24", "baddie24" + enemycount, enemycount);
_root.bg["baddie24" + enemycount]._x = point6.x;
_root.bg["baddie24" + enemycount]._y = 15;
}
}
function spawnEnemy7() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point7 = new object();
point7.x = 260;
point7.y = 10;
_root.bg.globalToLocal(point7);
_root.bg.attachMovie("baddie24", "baddie24" + enemycount, enemycount);
_root.bg["baddie24" + enemycount]._x = point7.x;
_root.bg["baddie24" + enemycount]._y = 15;
}
}
function spawnEnemy8() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point8 = new object();
point8.x = 260;
point8.y = 10;
_root.bg.globalToLocal(point8);
_root.bg.attachMovie("baddie78", "baddie78" + enemycount, enemycount);
_root.bg["baddie78" + enemycount]._x = point8.x;
_root.bg["baddie78" + enemycount]._y = -25;
}
}
max_enem = 10;
var intervalID;
intervalID = setInterval(spawnEnemy, _root.enemyone);
var intervalID2;
intervalID2 = setInterval(spawnEnemy2, _root.enemytwo);
var intervalID3;
intervalID3 = setInterval(spawnEnemy3, _root.enemythree);
var intervalID4;
intervalID4 = setInterval(spawnEnemy4, _root.enemyfour);
var intervalID5;
intervalID5 = setInterval(spawnEnemy5, _root.bosslevelone);
var intervalID6;
intervalID6 = setInterval(spawnEnemy4, _root.enemysix);
var intervalID7;
intervalID7 = setInterval(spawnEnemy5, _root.enemyseven);
var intervalID8;
intervalID8 = setInterval(spawnEnemy8, _root.enemyeight);
stop();
Instance of Symbol 228 MovieClip "guageback" in Frame 76
onClipEvent (enterFrame) {
if (_root.guy.walkhit.hitTest(this) and (_root.enemies < 1)) {
_root.killallenemies = "on";
_root.guy.gotoAndStop("pause");
_root.LevelOneTune.s.stop();
_root.bossspawn = "on";
_root.bossactivated = "on";
_root.arrows.gotoAndStop(1);
_parent.gotoAndStop(2);
}
}
Instance of Symbol 1623 MovieClip "ground" in Frame 76
/* no clip actions */
Instance of Symbol 1801 MovieClip "text" in Frame 76
onClipEvent (enterFrame) {
if (_x < _root.Guy._x) {
_x = (_x + 1);
}
if (_x > _root.Guy._x) {
_x = (_x - 1);
}
}
Instance of Symbol 1797 MovieClip "Guy" in Frame 76
/* no clip actions */
Instance of Symbol 2098 MovieClip "visibility" in Frame 76
onClipEvent (enterFrame) {
if (_x < _root.Guy._x) {
_x = (_x + 1);
}
if (_x > _root.Guy._x) {
_x = (_x - 1);
}
}
Instance of Symbol 1803 MovieClip "playerbar" in Frame 76
onClipEvent (load) {
_root.healthBar._width = 48;
}
Instance of Symbol 1805 MovieClip "spawn" in Frame 76
onClipEvent (load) {
_root.starttime = getTimer();
_root.maxtime = 200;
}
onClipEvent (enterFrame) {
_root.currenttime = getTimer();
_root.elapsedtime = int(_root.currenttime - _root.starttime) / _root.timespeed;
_root.time = int(_root.maxtime - _root.elapsedtime);
if (_root.time <= 0) {
_root.time = 0;
}
}
Instance of Symbol 1813 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.introwalk == "off") {
_root.spawncontrol = "on";
_root.kio.myTimer.start();
_root.LevelOneTune.gotoAndStop(2);
_root.guy.gotoAndStop("stand");
_root.introwalk = "mu";
}
}
Instance of Symbol 1804 MovieClip "flimmer" in Frame 76
onClipEvent (keyDown) {
if ((((((key.isDown(_root.pausekey) and (_root.pause eq "off")) and (_root.killallenemies eq "off")) and (_root.bossactivated == "off")) and (_root.introwalk == "mu")) and (_root.pausee == "ki")) and (_root.working == "on")) {
_root.pauseee.gotoandplay(1);
_root.pause = "on";
_root.LevelOneTune.s.setVolume(0);
_root.LevelOneBossTune.s.setVolume(0);
_root.spawncontrol = "off";
_root.kio.myTimer.stop();
_root.bang.gotoAndPlay(2);
_root.guy.gotoAndStop("pause");
} else if ((((((key.isDown(_root.pausekey) and (_root.pause eq "on")) and (_root.killallenemies eq "off")) and (_root.bossactivated == "off")) and (_root.introwalk == "mu")) and (_root.pausee == "ki")) and (_root.working == "on")) {
_root.pauseee.gotoandplay(1);
_root.pause = "off";
_root.LevelOneTune.s.setVolume(100);
_root.LevelOneBossTune.s.setVolume(100);
_root.spawncontrol = "on";
_root.kio.myTimer.start();
_root.bang.gotoAndStop(1);
_root.guy.gotoAndStop("stand");
_root.mjao = 0;
}
}
Frame 77
stream.gotoAndPlay(499);
_root.kio._visible = false;
_root.panel._visible = false;
clearInterval(intervalID);
clearInterval(intervalID2);
clearInterval(intervalID3);
clearInterval(intervalID4);
clearInterval(intervalID5);
clearInterval(intervalID6);
clearInterval(intervalID7);
clearInterval(intervalID8);
clearInterval(intervalID9);
clearInterval(intervalID10);
clearInterval(intervalID11);
clearInterval(intervalID12);
clearInterval(intervalID13);
clearInterval(intervalID14);
stop();
if (_root.OnStage == 5) {
trace("ok");
} else {
trace("else");
gotoAndStop (82);
}
Frame 78
stream.gotoAndPlay(499);
_root.kio._visible = false;
_root.panel._visible = false;
getready.gotoAndStop(2);
clearInterval(intervalID);
clearInterval(intervalID2);
clearInterval(intervalID3);
clearInterval(intervalID4);
clearInterval(intervalID5);
clearInterval(intervalID6);
clearInterval(intervalID7);
clearInterval(intervalID8);
clearInterval(intervalID9);
clearInterval(intervalID10);
clearInterval(intervalID11);
clearInterval(intervalID12);
clearInterval(intervalID13);
clearInterval(intervalID14);
stop();
if (_root.OnStage == 5) {
trace("ok");
} else {
trace("else");
gotoAndStop (82);
}
_root.enemyone = 9000;
_root.enemytwo = 35000;
_root.enemythree = 6000;
_root.enemyfour = 25000;
_root.enemysix = 20000;
_root.enemyseven = 30000;
_root.enemyeight = 40000;
_root.enemynine = 50000;
_root.enemyeleven = 35000;
if (_root.difficulty == 1) {
_root.player = 10;
} else if (_root.difficulty == 2) {
_root.player = 7;
} else if (_root.difficulty == 3) {
_root.player = 5;
} else {
_root.player = 10;
}
bosses.gotoAndStop(5);
Instance of Symbol 22 MovieClip in Frame 78
onClipEvent (enterFrame) {
if (Key.isDown(13) and (_root.pauser == "on")) {
stopAllSounds();
_parent.nextFrame();
}
if (Key.isDown(32) and (_root.pauser == "on")) {
stopAllSounds();
_parent.nextFrame();
}
}
Frame 79
stream.gotoAndPlay(499);
if (_root.levelskip == "on") {
_root.panel.score = 1000000 /* 0x0F4240 */;
_root.runningspeed = 4;
_root.lockscroll = "off";
}
_root.levelskip = "off";
_root.kio._visible = true;
_root.panel._visible = true;
_root.panel.boxes.gotoAndStop("Five");
stop();
Color.prototype.reset = function () {
var trans = {ra:100, ga:100, ba:100, rb:0, gb:0, bb:0};
this.setTransform(trans);
};
_root.working = "on";
_root.bg2speedwalk = 0.2;
_root.bg2speedjump = 0.32;
_root.noo = 0;
_root.fatigue = 100;
_root.panel.boxes.gotoAndStop("Five");
_root.runningspeed = 4;
_root.lockscroll = "off";
_root.introwalk = "on";
_root.guy.gotoAndStop("Introwalk");
_root.stage = 5;
_root.bossdead = "no";
_root.bossactivated = "off";
_root.walknormal = 2.5;
_root.bonus = 0;
_root.bossspawn = "off";
_root.boss = 5;
_root.timespeed = 1000;
_root.powerbar = 0;
_root.enemies = 30;
_root.pause = "off";
_root.jump = "on";
_root.kicked = "off";
_root.punchandhit = "off";
_root.punchandhitlow = "off";
_root.shootandhit = "off";
_root.shootandhitlow = "off";
_root.shootdone = "off";
_root.special = "off";
_root.specialdone = "off";
_root.spawncontrol = "off";
_root.killallenemies = "off";
_root.hadouken = "off";
if (_root.OnStage == 5) {
trace("ok");
} else {
trace("else");
gotoAndStop (82);
}
_root.specialone = "on";
_root.specialtwo = "on";
_root.specialthree = "on";
function spawnEnemy() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point = new object();
point.x = -20;
point.y = 10;
_root.bg.globalToLocal(point);
_root.bg.attachMovie("baddie", "baddie" + enemycount, enemycount);
_root.bg["baddie" + enemycount]._x = point.x;
_root.bg["baddie" + enemycount]._y = 15;
}
}
function spawnEnemy2() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point2 = new object();
point2.x = 260;
point2.y = 10;
_root.bg.globalToLocal(point2);
stop();
_root.bg.attachMovie("baddie2", "baddie2" + enemycount, enemycount);
_root.bg["baddie2" + enemycount]._x = point2.x;
_root.bg["baddie2" + enemycount]._y = 15;
}
}
function spawnEnemy3() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point3 = new object();
point3.x = 260;
point3.y = 10;
_root.bg.globalToLocal(point3);
_root.bg.attachMovie("baddie", "baddie3" + enemycount, enemycount);
_root.bg["baddie3" + enemycount]._x = point3.x;
_root.bg["baddie3" + enemycount]._y = 15;
}
}
function spawnEnemy4() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point4 = new object();
point4.x = -20;
point4.y = 10;
_root.bg.globalToLocal(point4);
_root.bg.attachMovie("baddie2", "baddie4" + enemycount, enemycount);
_root.bg["baddie4" + enemycount]._x = point4.x;
_root.bg["baddie4" + enemycount]._y = 15;
}
}
function spawnEnemy5() {
if (_root.bossspawn == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point5 = new object();
point5.x = 55;
point5.y = 10;
_root.bg.globalToLocal(point5);
_root.bg.attachMovie("baddie9", "baddie9" + enemycount, enemycount);
_root.bg["baddie9" + enemycount]._x = point5.x;
_root.bg["baddie9" + enemycount]._y = 15;
_root.bossspawn = "off";
}
}
function spawnEnemy6() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point6 = new object();
point6.x = -20;
point6.y = 10;
_root.bg.globalToLocal(point6);
_root.bg.attachMovie("baddie24", "baddie24" + enemycount, enemycount);
_root.bg["baddie24" + enemycount]._x = point6.x;
_root.bg["baddie24" + enemycount]._y = 15;
}
}
function spawnEnemy7() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point7 = new object();
point7.x = 260;
point7.y = 10;
_root.bg.globalToLocal(point7);
_root.bg.attachMovie("baddie24", "baddie24" + enemycount, enemycount);
_root.bg["baddie24" + enemycount]._x = point7.x;
_root.bg["baddie24" + enemycount]._y = 15;
}
}
function spawnEnemy8() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point8 = new object();
point8.x = 40;
point8.y = 10;
_root.bg.globalToLocal(point8);
_root.bg.attachMovie("baddie25", "baddie25" + enemycount, enemycount);
_root.bg["baddie25" + enemycount]._x = point8.x;
_root.bg["baddie25" + enemycount]._y = 15;
}
}
function spawnEnemy9() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point9 = new object();
point9.x = 200;
point9.y = 10;
_root.bg.globalToLocal(point9);
_root.bg.attachMovie("baddie25", "baddie25" + enemycount, enemycount);
_root.bg["baddie25" + enemycount]._x = point9.x;
_root.bg["baddie25" + enemycount]._y = 15;
}
}
function spawnEnemy11() {
if (_root.spawncontrol == "on") {
enemycount = enemycount + 1;
if (enemycount > max_enem) {
enemycount = 0;
}
point11 = new object();
point11.x = 260;
point11.y = 10;
_root.bg.globalToLocal(point11);
_root.bg.attachMovie("baddie78", "baddie78" + enemycount, enemycount);
_root.bg["baddie78" + enemycount]._x = point11.x;
_root.bg["baddie78" + enemycount]._y = -25;
}
}
max_enem = 10;
var intervalID;
intervalID = setInterval(spawnEnemy, _root.enemyone);
var intervalID2;
intervalID2 = setInterval(spawnEnemy2, _root.enemytwo);
var intervalID3;
intervalID3 = setInterval(spawnEnemy3, _root.enemythree);
var intervalID4;
intervalID4 = setInterval(spawnEnemy4, _root.enemyfour);
var intervalID5;
intervalID5 = setInterval(spawnEnemy5, _root.bosslevelone);
var intervalID6;
intervalID6 = setInterval(spawnEnemy6, _root.enemysix);
var intervalID7;
intervalID7 = setInterval(spawnEnemy7, _root.enemyseven);
var intervalID8;
intervalID8 = setInterval(spawnEnemy8, _root.enemyeight);
var intervalID9;
intervalID9 = setInterval(spawnEnemy9, _root.enemynine);
var intervalID11;
intervalID11 = setInterval(spawnEnemy11, _root.enemyeleven);
stop();
Instance of Symbol 228 MovieClip "guageback" in Frame 79
onClipEvent (enterFrame) {
if (_root.guy.walkhit.hitTest(this) and (_root.enemies < 1)) {
_root.killallenemies = "on";
_root.guy.gotoAndStop("pause");
_root.LevelOneTune.s.stop();
_root.bossspawn = "on";
_root.bossactivated = "on";
_root.arrows.gotoAndStop(1);
_parent.gotoAndStop(2);
}
}
Instance of Symbol 1623 MovieClip "ground" in Frame 79
/* no clip actions */
Instance of Symbol 1797 MovieClip "Guy" in Frame 79
/* no clip actions */
Instance of Symbol 1801 MovieClip "text" in Frame 79
onClipEvent (enterFrame) {
if (_x < _root.Guy._x) {
_x = (_x + 2.5);
}
if (_x > _root.Guy._x) {
_x = (_x - 2.5);
}
}
Instance of Symbol 1803 MovieClip "playerbar" in Frame 79
onClipEvent (load) {
_root.healthBar._width = 48;
}
Instance of Symbol 1805 MovieClip "spawn" in Frame 79
onClipEvent (load) {
_root.starttime = getTimer();
_root.maxtime = 200;
}
onClipEvent (enterFrame) {
_root.currenttime = getTimer();
_root.elapsedtime = int(_root.currenttime - _root.starttime) / _root.timespeed;
_root.time = int(_root.maxtime - _root.elapsedtime);
if (_root.time <= 0) {
_root.time = 0;
}
}
Instance of Symbol 1813 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.introwalk == "off") {
_root.spawncontrol = "on";
_root.kio.myTimer.start();
_root.LevelOneTune.gotoAndStop(2);
_root.guy.gotoAndStop("stand");
_root.introwalk = "mu";
}
}
Instance of Symbol 1804 MovieClip "flimmer" in Frame 79
onClipEvent (keyDown) {
if ((((((key.isDown(_root.pausekey) and (_root.pause eq "off")) and (_root.killallenemies eq "off")) and (_root.bossactivated == "off")) and (_root.introwalk == "mu")) and (_root.pausee == "ki")) and (_root.working == "on")) {
_root.pauseee.gotoandplay(1);
_root.pause = "on";
_root.LevelOneTune.s.setVolume(0);
_root.LevelOneBossTune.s.setVolume(0);
_root.spawncontrol = "off";
_root.kio.myTimer.stop();
_root.bang.gotoAndPlay(2);
_root.guy.gotoAndStop("pause");
} else if ((((((key.isDown(_root.pausekey) and (_root.pause eq "on")) and (_root.killallenemies eq "off")) and (_root.bossactivated == "off")) and (_root.introwalk == "mu")) and (_root.pausee == "ki")) and (_root.working == "on")) {
_root.pauseee.gotoandplay(1);
_root.pause = "off";
_root.LevelOneTune.s.setVolume(100);
_root.LevelOneBossTune.s.setVolume(100);
_root.spawncontrol = "on";
_root.kio.myTimer.start();
_root.bang.gotoAndStop(1);
_root.guy.gotoAndStop("stand");
_root.mjao = 0;
}
}
Frame 80
_root.kio._visible = false;
_root.panel._visible = false;
_root.continuee = "yes";
stream.gotoAndPlay(499);
stop();
Frame 81
_root.kio._visible = false;
_root.panel._visible = false;
if (_root.GameCompleted == "No") {
gotoAndStop (82);
}
Frame 82
stopAllSounds();
stop();
Symbol 7 MovieClip Frame 1
this._xscale = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
Symbol 7 MovieClip Frame 2
gotoAndPlay (1);
Symbol 16 Button
on (release) {
gotoAndStop (65);
}
Symbol 41 MovieClip Frame 1
stop();
Symbol 41 MovieClip Frame 23
gotoAndStop (1);
Symbol 41 MovieClip Frame 45
gotoAndStop (1);
Symbol 41 MovieClip Frame 67
gotoAndStop (1);
Symbol 41 MovieClip Frame 87
gotoAndStop (1);
Symbol 41 MovieClip Frame 109
gotoAndStop (1);
Symbol 41 MovieClip Frame 131
gotoAndStop (1);
Symbol 41 MovieClip Frame 153
gotoAndStop (1);
Symbol 41 MovieClip Frame 175
gotoAndStop (1);
Symbol 76 MovieClip Frame 1
stop();
Symbol 87 MovieClip Frame 1
Hit = new Sound();
Hit.attachSound("Hit");
Hit.start();
s015 = new Sound();
s015.attachSound("s015");
s015.start();
Symbol 87 MovieClip Frame 58
this.removeMovieClip();
stop();
Symbol 115 MovieClip Frame 1
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
Symbol 115 MovieClip Frame 14
Hitc = new Sound();
Hitc.attachSound("Hitc");
Hitc.start();
Symbol 115 MovieClip Frame 71
this.removeMovieClip();
stop();
Symbol 122 MovieClip Frame 1
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
Fell = new Sound();
Fell.attachSound("Fell");
Fell.start();
Symbol 122 MovieClip Frame 45
this.removeMovieClip();
stop();
Symbol 123 MovieClip Frame 1
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
s015 = new Sound();
s015.attachSound("s015");
s015.start();
Symbol 123 MovieClip Frame 50
this.removeMovieClip();
stop();
Symbol 140 MovieClip Frame 1
_parent.scores.gotoAndPlay("score100");
_parent.scores._xscale = _parent._xscale;
_root.panel.score = _root.panel.score + 100;
Symbol 140 MovieClip Frame 58
stop();
Instance of Symbol 22 MovieClip in Symbol 155 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.shootandhit == "on") {
_parent._parent.gotoAndPlay(298);
} else if (_root.shootandhitlow == "on") {
_parent.gotoAndPlay("loop");
}
}
Symbol 155 MovieClip Frame 18
stop();
Symbol 160 MovieClip Frame 7
Hitc = new Sound();
Hitc.attachSound("Hitc");
Hitc.start();
Symbol 160 MovieClip Frame 22
this.removeMovieClip();
stop();
this.removeMovieClip();
Symbol 186 MovieClip Frame 56
stop();
Symbol 193 MovieClip Frame 5
_parent.gotoAndStop(303);
Instance of Symbol 22 MovieClip in Symbol 196 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.shootandhit == "on") {
_parent._parent.gotoAndPlay(306);
} else if (_root.shootandhitlow == "on") {
_parent.gotoAndPlay(1);
}
}
Symbol 196 MovieClip Frame 6
stop();
Symbol 197 MovieClip Frame 50
this.removeMovieClip();
stop();
Symbol 216 MovieClip Frame 63
this.removeMovieClip();
stop();
Symbol 217 MovieClip [baddie] Frame 1
function move() {
walk1 = 2.5;
walk2 = 2.5;
point = new object();
point.x = _root.Guy._x;
point.y = _root.Guy._y;
_root.bg.globalToLocal(point);
if (_x < point.x) {
_xscale = 100;
this._x = this._x + walk1;
}
if (_x > point.x) {
_xscale = -100;
this._x = this._x - walk2;
}
}
move();
_root.shootdone = "off";
_root.specialdone = "off";
if (_root.guy.hitTest(this)) {
gotoAndPlay (72);
} else if (_root.guy.highkick.highkick.hitTest(this)) {
this.scores.gotoAndPlay("score100");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 100;
gotoAndPlay (293);
} else if (_root.guy.lowkick.lowkick.hitTest(this)) {
this.scores.gotoAndPlay("score100");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 100;
gotoAndPlay (292);
} else if (_root.guy.punch.punch.hitTest(this)) {
this.scores.gotoAndPlay("score200");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 200;
gotoAndPlay (290);
} else if (_root.guy.lowpunch.lowpunch.hitTest(this) and (_root.score eq 1000000)) {
gotoAndPlay (235);
} else if (_root.guy.lowpunch.lowpunch.hitTest(this)) {
_root.panel.score = _root.panel.score - 100;
this.scores.gotoAndPlay("score-100");
scores._xscale = this._xscale;
gotoAndPlay (235);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(this) and (_root.bonus eq 12)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score5000");
scores._xscale = this._xscale;
_root.bonusmc.gotoAndPlay(2);
_root.bonus = 0;
_root.panel.score = _root.panel.score + 5000;
gotoAndPlay (291);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(this) and (_root.bonus eq 12)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score5000");
scores._xscale = this._xscale;
_root.bonusmc.gotoAndPlay(2);
_root.bonus = 0;
_root.panel.score = _root.panel.score + 5000;
gotoAndPlay (1);
} else if (_root.guy.jumpkick.jumpkick.hitTest(this) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score300");
scores._xscale = this._xscale;
_root.bonus = _root.bonus + 1;
_root.panel.score = _root.panel.score + 300;
gotoAndPlay (291);
} else if (_root.guy.jumpkick.jumpkick.hitTest(this) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score300");
scores._xscale = this._xscale;
_root.bonus = _root.bonus + 1;
_root.panel.score = _root.panel.score + 300;
gotoAndPlay (1);
} else if (_root.killallenemies == "on") {
gotoAndStop (289);
} else if (_root.special == "on") {
f = [294, 295];
r = random(2);
frame = f[r];
gotoAndStop(frame);
} else if (_root.pause == "on") {
f = [296, 297];
r = random(2);
frame = f[r];
gotoAndStop(frame);
}
Instance of Symbol 22 MovieClip in Symbol 217 MovieClip [baddie] Frame 1
onClipEvent (enterFrame) {
if (_root.enemies < 1) {
_root.bg.Enemyblock.gotoAndStop("Off");
} else if (_parent.hitTest(_root.bg.Enemyblock)) {
_parent.gotoandstop("Enemyblock");
}
}
Symbol 217 MovieClip [baddie] Frame 2
gotoAndPlay (1);
Symbol 217 MovieClip [baddie] Frame 40
this.removeMovieClip();
hit = 0;
stop();
Symbol 217 MovieClip [baddie] Frame 67
this.removeMovieClip();
stop();
Instance of Symbol 22 MovieClip in Symbol 217 MovieClip [baddie] Frame 72
onClipEvent (enterFrame) {
if (_root.guy.highkick.highkick.hitTest(_parent)) {
_parent.scores.gotoAndPlay("score100");
_parent.scores._xscale = _parent._xscale;
_root.panel.score = _root.panel.score + 100;
_parent.gotoAndPlay("death4");
} else if (_root.guy.lowkick.lowkick.hitTest(_parent)) {
_parent.scores.gotoAndPlay("score100");
_parent.scores._xscale = _parent._xscale;
_root.panel.score = _root.panel.score + 100;
_parent.gotoAndPlay("death3");
} else if (_root.guy.punch.punch.hitTest(_parent)) {
_parent.scores.gotoAndPlay("score200");
_parent.scores._xscale = _parent._xscale;
_root.panel.score = _root.panel.score + 200;
_parent.gotoAndPlay("death1");
} else if (_root.guy.lowpunch.lowpunch.hitTest(_parent) and (_root.panel.score eq 1000000)) {
_parent.gotoAndPlay("nutpunch");
trace("lol");
} else if (_root.guy.lowpunch.lowpunch.hitTest(_parent)) {
_parent.scores.gotoAndPlay("score-100");
_parent.scores._xscale = _parent._xscale;
_root.panel.score = _root.panel.score - 100;
_parent.gotoAndPlay("nutpunch");
} else if ((_root.guy.jumpkick.jumpkick.hitTest(_parent) and (_root.bonus eq 12)) and (_root.blood == "on")) {
_parent.scores.gotoAndPlay("score5000");
_parent.scores._xscale = _parent._xscale;
_root.bonusmc.gotoAndPlay(2);
_root.bonus = 0;
_root.panel.score = _root.panel.score + 5000;
trace("1");
_parent.gotoAndPlay("death2");
} else if ((_root.guy.jumpkick.jumpkick.hitTest(_parent) and (_root.bonus eq 12)) and (_root.blood == "off")) {
_parent.scores.gotoAndPlay("score5000");
_parent.scores._xscale = _parent._xscale;
_root.bonusmc.gotoAndPlay(2);
_root.bonus = 0;
_root.panel.score = _root.panel.score + 5000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
trace("2");
_parent.gotoAndPlay("new");
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(_parent) and (_root.bonus eq 12)) and (_root.blood == "on")) {
_parent.scores.gotoAndPlay("score5000");
_parent.scores._xscale = _parent._xscale;
_root.bonusmc.gotoAndPlay(2);
_root.bonus = 0;
_root.panel.score = _root.panel.score + 5000;
trace("1");
_parent.gotoAndPlay("death2");
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(_parent) and (_root.bonus eq 12)) and (_root.blood == "off")) {
_parent.scores.gotoAndPlay("score5000");
_parent.scores._xscale = _parent._xscale;
_root.bonusmc.gotoAndPlay(2);
_root.bonus = 0;
_root.panel.score = _root.panel.score + 5000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
trace("2");
_parent.gotoAndPlay("new");
} else if (_root.guy.jumpkick.jumpkick.hitTest(_parent) and (_root.blood == "off")) {
_parent.scores.gotoAndPlay("score300");
_parent.scores._xscale = _parent._xscale;
_root.bonus = _root.bonus + 1;
_root.panel.score = _root.panel.score + 300;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
trace("3");
_parent.gotoAndPlay("new");
} else if (_root.guy.jumpkick.jumpkick.hitTest(_parent) and (_root.blood == "on")) {
_parent.scores.gotoAndPlay("score300");
_parent.scores._xscale = _parent._xscale;
_root.bonus = _root.bonus + 1;
_root.panel.score = _root.panel.score + 300;
trace("4");
_parent.gotoAndPlay("death2");
} else if (_root.guy.jumpkick2.jumpkick.hitTest(_parent) and (_root.blood == "off")) {
_parent.scores.gotoAndPlay("score300");
_parent.scores._xscale = _parent._xscale;
_root.bonus = _root.bonus + 1;
_root.panel.score = _root.panel.score + 300;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
trace("3");
_parent.gotoAndPlay("new");
} else if (_root.guy.jumpkick2.jumpkick.hitTest(_parent) and (_root.blood == "on")) {
_parent.scores.gotoAndPlay("score300");
_parent.scores._xscale = _parent._xscale;
_root.bonus = _root.bonus + 1;
_root.panel.score = _root.panel.score + 300;
trace("4");
_parent.gotoAndPlay("death2");
} else if (_root.special == "on") {
f = [294, 295];
r = random(2);
frame = f[r];
_parent.gotoAndStop(frame);
} else if (_root.pause == "on") {
f = [296, 297];
r = random(2);
frame = f[r];
_parent.gotoAndStop(frame);
} else if (_root.killallenemies == "on") {
_parent.gotoAndStop("kill");
}
}
Symbol 217 MovieClip [baddie] Frame 78
f = [78, 112, 134, 172];
r = random(4);
frame = f[r];
gotoAndPlay(frame);
Symbol 217 MovieClip [baddie] Frame 87
if (_root.guy.hitTest(this)) {
_root.guy.gotoAndStop("hit3");
_root.player = _root.player - 1;
}
Symbol 217 MovieClip [baddie] Frame 111
gotoAndPlay (1);
Symbol 217 MovieClip [baddie] Frame 112
if (_root.guy.hitTest(this)) {
_root.guy.gotoAndStop("hit3");
_root.player = _root.player - 1;
}
Symbol 217 MovieClip [baddie] Frame 133
gotoAndPlay (1);
Symbol 217 MovieClip [baddie] Frame 142
if (_root.guy.hitTest(this)) {
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
Symbol 217 MovieClip [baddie] Frame 171
gotoAndPlay (1);
Symbol 217 MovieClip [baddie] Frame 177
if (_root.guy.hitTest(this)) {
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
Symbol 217 MovieClip [baddie] Frame 204
gotoAndPlay (1);
Symbol 217 MovieClip [baddie] Frame 230
this.removeMovieClip();
stop();
Symbol 217 MovieClip [baddie] Frame 235
Hitb = new Sound();
Hitb.attachSound("Hitb");
Hitb.start();
s016.gotoAndPlay("start");
Instance of Symbol 22 MovieClip in Symbol 217 MovieClip [baddie] Frame 235
onClipEvent (enterFrame) {
if (_root.guy.highkick.highkick.hitTest(_parent)) {
_parent.scores.gotoAndPlay("score100");
_parent.scores._xscale = _parent._xscale;
_root.panel.score = _root.panel.score + 100;
_parent.gotoAndPlay("death4");
} else if (_root.guy.lowkick.lowkick.hitTest(_parent)) {
_parent.scores.gotoAndPlay("score100");
_parent.scores._xscale = _parent._xscale;
_root.panel.score = _root.panel.score + 100;
_parent.gotoAndPlay("death3");
} else if (_root.guy.punch.punch.hitTest(_parent)) {
_parent.scores.gotoAndPlay("score200");
_parent.scores._xscale = _parent._xscale;
_root.panel.score = _root.panel.score + 200;
_parent.gotoAndPlay("death1");
} else if ((_root.guy.jumpkick.jumpkick.hitTest(_parent) and (_root.bonus eq 12)) and (_root.blood == "on")) {
_parent.scores.gotoAndPlay("score5000");
_parent.scores._xscale = _parent._xscale;
_root.bonusmc.gotoAndPlay(2);
_root.bonus = 0;
_root.panel.score = _root.panel.score + 5000;
_parent.gotoAndPlay("death2");
} else if ((_root.guy.jumpkick.jumpkick.hitTest(_parent) and (_root.bonus eq 12)) and (blood == "off")) {
_parent.scores.gotoAndPlay("score5000");
_parent.scores._xscale = _parent._xscale;
_root.bonusmc.gotoAndPlay(2);
_root.bonus = 0;
_root.panel.score = _root.panel.score + 5000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
_parent.gotoAndPlay("306");
} else if (_root.guy.jumpkick.jumpkick.hitTest(_parent) and (_root.blood == "on")) {
_parent.scores.gotoAndPlay("score300");
_parent.scores._xscale = _parent._xscale;
_root.bonus = _root.bonus + 1;
_root.panel.score = _root.panel.score + 300;
_parent.gotoAndPlay("death2");
} else if (_root.guy.jumpkick.jumpkick.hitTest(_parent) and (_root.blood == "off")) {
_parent.scores.gotoAndPlay("score300");
_parent.scores._xscale = _parent._xscale;
_root.bonus = _root.bonus + 1;
_root.panel.score = _root.panel.score + 300;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
_parent.gotoAndPlay(306);
} else if (_root.special == "on") {
f = [294, 295];
r = random(2);
frame = f[r];
_parent.gotoAndStop(frame);
} else if (_root.pause == "on") {
f = [296, 297];
r = random(2);
frame = f[r];
_parent.gotoAndStop(frame);
} else if (_root.killallenemies == "on") {
_parent.gotoAndStop("kill");
}
}
Symbol 217 MovieClip [baddie] Frame 288
gotoAndPlay (1);
Symbol 217 MovieClip [baddie] Frame 289
stop();
Symbol 217 MovieClip [baddie] Frame 290
_root.enemies = _root.enemies - 1;
_root.guage.gotoAndStop(_root.guage._currentframe + 1);
stop();
Symbol 217 MovieClip [baddie] Frame 291
_root.enemies = _root.enemies - 1;
_root.guage.gotoAndStop(_root.guage._currentframe + 2);
stop();
Symbol 217 MovieClip [baddie] Frame 292
_root.enemies = _root.enemies - 1;
_root.guage.gotoAndStop(_root.guage._currentframe + 1);
stop();
Symbol 217 MovieClip [baddie] Frame 293
_root.enemies = _root.enemies - 1;
_root.guage.gotoAndStop(_root.guage._currentframe + 1);
stop();
Symbol 217 MovieClip [baddie] Frame 294
trace("294-295");
stop();
Instance of Symbol 124 MovieClip in Symbol 217 MovieClip [baddie] Frame 294
onClipEvent (enterFrame) {
if ((_root.shootandhitlow == "on") and (_root.blood == "on")) {
_parent.gotoAndPlay(299);
} else if ((_root.shootandhitlow == "on") and (_root.blood == "off")) {
_parent.gotoAndPlay(305);
} else if (_root.shootdone == "on") {
_parent.gotoAndPlay(1);
} else if (_root.hadouken == "on") {
_parent.gotoAndPlay(301);
} else if (_root.guy.ND.sword.hitTest(_parent)) {
_parent.gotoAndPlay(307);
}
}
Symbol 217 MovieClip [baddie] Frame 295
stop();
Instance of Symbol 124 MovieClip in Symbol 217 MovieClip [baddie] Frame 295
onClipEvent (enterFrame) {
if (_root.pause == "off") {
_parent.gotoAndPlay(1);
}
}
Symbol 217 MovieClip [baddie] Frame 297
stop();
Instance of Symbol 125 MovieClip in Symbol 217 MovieClip [baddie] Frame 297
onClipEvent (enterFrame) {
if (_root.pause == "off") {
_parent.gotoAndPlay(1);
}
}
Symbol 217 MovieClip [baddie] Frame 298
_root.enemies = _root.enemies - 1;
_root.guage.gotoAndStop(_root.guage._currentframe + 2);
stop();
Symbol 217 MovieClip [baddie] Frame 299
stop();
Symbol 217 MovieClip [baddie] Frame 300
stop();
Symbol 217 MovieClip [baddie] Frame 301
stop();
Instance of Symbol 125 MovieClip in Symbol 217 MovieClip [baddie] Frame 301
onClipEvent (enterFrame) {
if (_root.guy.hadoukenguy.hadoukenball.hitTest(_parent.bla)) {
_parent.gotoAndPlay(302);
} else if (_root.hadouken == "off") {
_parent.gotoAndPlay(1);
}
}
Symbol 217 MovieClip [baddie] Frame 302
scores.gotoAndPlay("score300");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 300;
_root.enemies = _root.enemies - 1;
_root.guage.gotoAndStop(_root.guage._currentframe + 1);
stop();
Symbol 217 MovieClip [baddie] Frame 303
stop();
Instance of Symbol 125 MovieClip in Symbol 217 MovieClip [baddie] Frame 303
onClipEvent (enterFrame) {
if (_root.punchandhit == "on") {
_parent.gotoAndPlay(304);
} else if (_root.punchandhitlow == "on") {
_parent.gotoAndPlay(305);
} else if (_root.kicked == "on") {
_parent.gotoAndPlay(306);
}
}
Symbol 217 MovieClip [baddie] Frame 304
stop();
Symbol 217 MovieClip [baddie] Frame 305
stop();
Symbol 217 MovieClip [baddie] Frame 306
_root.enemies = _root.enemies - 1;
_root.guage.gotoAndStop(_root.guage._currentframe + 1);
stop();
Symbol 217 MovieClip [baddie] Frame 307
scores.gotoAndPlay("score100");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 100;
_root.enemies = _root.enemies - 1;
_root.guage.gotoAndStop(_root.guage._currentframe + 1);
stop();
Symbol 217 MovieClip [baddie] Frame 308
stop();
Symbol 271 MovieClip Frame 50
this.removeMovieClip();
stop();
Symbol 275 MovieClip [Baddie5] Frame 196
Hita = new Sound();
Hita.attachSound("Hit");
Hita.start();
Symbol 275 MovieClip [Baddie5] Frame 248
_root.LevelOneBossTune.s.start(_root.LevelOneBossTune.gotoAndStop(3));
_root.guy.gotoAndStop("stand");
Symbol 275 MovieClip [Baddie5] Frame 249
function move() {
walk1 = 1.5;
walk2 = 1.5;
point = new object();
point.x = _root.Guy._x;
point.y = _root.Guy._y;
_root.bg.globalToLocal(point);
if (_x < point.x) {
_xscale = 100;
this._x = this._x + walk1;
}
if (_x > point.x) {
_xscale = -100;
this._x = this._x - walk2;
}
}
move();
if (_root.guy.hitTest(area)) {
gotoAndPlay (251);
}
Instance of Symbol 22 MovieClip "empty" in Symbol 275 MovieClip [Baddie5] Frame 249
onClipEvent (enterFrame) {
if (_root.boss <= 0) {
_parent.gotoAndStop("Die");
} else if (_root.special == "on") {
f = ["specialone", "specialtwo"];
r = random(2);
frame = f[r];
_parent.gotoAndStop(frame);
}
}
Symbol 275 MovieClip [Baddie5] Frame 250
gotoAndPlay (249);
Instance of Symbol 22 MovieClip "empty" in Symbol 275 MovieClip [Baddie5] Frame 251
onClipEvent (enterFrame) {
if (_root.guy.highkick.highkick.hitTest(_parent)) {
if (nohitting == 0) {
nohitting = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
_root.boss = _root.boss - 1;
if ((_parent._x + _parent._parent._x) < _root.guy._x) {
_parent._x = _parent._x - 5;
} else {
_parent._x = _parent._x + 5;
}
}
} else if (_root.guy.lowkick.lowkick.hitTest(_parent)) {
if (nohitting == 0) {
nohitting = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
_root.boss = _root.boss - 1;
if ((_parent._x + _parent._parent._x) < _root.guy._x) {
_parent._x = _parent._x - 5;
} else {
_parent._x = _parent._x + 5;
}
}
} else if (_root.guy.punch.punch.hitTest(_parent)) {
if (nohitting == 0) {
nohitting = 1;
Hita = new Sound();
Hita.attachSound("Hit");
Hita.start();
_root.boss = _root.boss - 1;
if ((_parent._x + _parent._parent._x) < _root.guy._x) {
_parent._x = _parent._x - 5;
} else {
_parent._x = _parent._x + 5;
}
}
} else if (_root.guy.lowpunch.lowpunch.hitTest(_parent)) {
if (nohitting == 0) {
nohitting = 1;
Hita = new Sound();
Hita.attachSound("Hitb");
Hita.start();
_root.boss = _root.boss - 1;
if ((_parent._x + _parent._parent._x) < _root.guy._x) {
_parent._x = _parent._x - 5;
} else {
_parent._x = _parent._x + 5;
}
}
} else if (_root.guy.jumpkick.jumpkick.hitTest(_parent)) {
if (nohitting == 0) {
nohitting = 1;
Hita = new Sound();
Hita.attachSound("Hit1");
Hita.start();
_root.boss = _root.boss - 1;
if ((_parent._x + _parent._parent._x) < _root.guy._x) {
_parent._x = _parent._x - 5;
} else {
_parent._x = _parent._x + 5;
}
}
} else {
nohitting = 0;
}
}
Symbol 275 MovieClip [Baddie5] Frame 257
f = ["HitHigh", "HitLow"];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
Symbol 275 MovieClip [Baddie5] Frame 264
highpunch = new Sound();
highpunch.attachSound("highpunch");
highpunch.start();
Symbol 275 MovieClip [Baddie5] Frame 266
if (_root.guy.box.hitTest(area)) {
_root.guy.gotoAndStop("hit3");
Hita = new Sound();
Hita.attachSound("Hit1");
Hita.start();
_root.player = _root.player - 1;
}
Instance of Symbol 22 MovieClip "empty" in Symbol 275 MovieClip [Baddie5] Frame 267
onClipEvent (enterFrame) {
if (_root.player <= 0) {
_parent.gotoAndStop("HitHighStop");
}
}
Instance of Symbol 22 MovieClip "empty" in Symbol 275 MovieClip [Baddie5] Frame 270
onClipEvent (enterFrame) {
if (_root.guy.highkick.highkick.hitTest(_parent)) {
if (nohitting == 0) {
nohitting = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
_root.boss = _root.boss - 1;
if ((_parent._x + _parent._parent._x) < _root.guy._x) {
_parent._x = _parent._x - 5;
} else {
_parent._x = _parent._x + 5;
}
}
} else if (_root.guy.lowkick.lowkick.hitTest(_parent)) {
if (nohitting == 0) {
nohitting = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
_root.boss = _root.boss - 1;
if ((_parent._x + _parent._parent._x) < _root.guy._x) {
_parent._x = _parent._x - 5;
} else {
_parent._x = _parent._x + 5;
}
}
} else if (_root.guy.punch.punch.hitTest(_parent)) {
if (nohitting == 0) {
nohitting = 1;
Hita = new Sound();
Hita.attachSound("Hit");
Hita.start();
_root.boss = _root.boss - 1;
if ((_parent._x + _parent._parent._x) < _root.guy._x) {
_parent._x = _parent._x - 5;
} else {
_parent._x = _parent._x + 5;
}
}
} else if (_root.guy.lowpunch.lowpunch.hitTest(_parent)) {
if (nohitting == 0) {
nohitting = 1;
Hita = new Sound();
Hita.attachSound("Hitb");
Hita.start();
_root.boss = _root.boss - 1;
if ((_parent._x + _parent._parent._x) < _root.guy._x) {
_parent._x = _parent._x - 5;
} else {
_parent._x = _parent._x + 5;
}
}
} else if (_root.guy.jumpkick.jumpkick.hitTest(_parent)) {
if (nohitting == 0) {
nohitting = 1;
Hita = new Sound();
Hita.attachSound("Hit1");
Hita.start();
_root.boss = _root.boss - 1;
if ((_parent._x + _parent._parent._x) < _root.guy._x) {
_parent._x = _parent._x - 5;
} else {
_parent._x = _parent._x + 5;
}
}
} else {
nohitting = 0;
}
}
Symbol 275 MovieClip [Baddie5] Frame 272
gotoAndPlay (249);
Symbol 275 MovieClip [Baddie5] Frame 279
highpunch = new Sound();
highpunch.attachSound("highpunch");
highpunch.start();
Symbol 275 MovieClip [Baddie5] Frame 281
if (_root.guy.hitTest(this)) {
_root.guy.gotoAndStop("hit2");
Hita = new Sound();
Hita.attachSound("Hit1");
Hita.start();
_root.player = _root.player - 1;
}
Instance of Symbol 22 MovieClip "empty" in Symbol 275 MovieClip [Baddie5] Frame 283
onClipEvent (enterFrame) {
if (_root.player <= 0) {
_parent.gotoAndStop("HitLowStop");
}
}
Instance of Symbol 22 MovieClip "empty" in Symbol 275 MovieClip [Baddie5] Frame 286
onClipEvent (enterFrame) {
if (_root.guy.highkick.highkick.hitTest(_parent)) {
if (nohitting == 0) {
nohitting = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
_root.boss = _root.boss - 1;
if ((_parent._x + _parent._parent._x) < _root.guy._x) {
_parent._x = _parent._x - 5;
} else {
_parent._x = _parent._x + 5;
}
}
} else if (_root.guy.lowkick.lowkick.hitTest(_parent)) {
if (nohitting == 0) {
nohitting = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
_root.boss = _root.boss - 1;
if ((_parent._x + _parent._parent._x) < _root.guy._x) {
_parent._x = _parent._x - 5;
} else {
_parent._x = _parent._x + 5;
}
}
} else if (_root.guy.punch.punch.hitTest(_parent)) {
if (nohitting == 0) {
nohitting = 1;
Hita = new Sound();
Hita.attachSound("Hit");
Hita.start();
_root.boss = _root.boss - 1;
if ((_parent._x + _parent._parent._x) < _root.guy._x) {
_parent._x = _parent._x - 5;
} else {
_parent._x = _parent._x + 5;
}
}
} else if (_root.guy.lowpunch.lowpunch.hitTest(_parent)) {
if (nohitting == 0) {
nohitting = 1;
Hita = new Sound();
Hita.attachSound("Hitb");
Hita.start();
_root.boss = _root.boss - 1;
if ((_parent._x + _parent._parent._x) < _root.guy._x) {
_parent._x = _parent._x - 5;
} else {
_parent._x = _parent._x + 5;
}
}
} else if (_root.guy.jumpkick.jumpkick.hitTest(_parent)) {
if (nohitting == 0) {
nohitting = 1;
Hita = new Sound();
Hita.attachSound("Hit1");
Hita.start();
_root.boss = _root.boss - 1;
if ((_parent._x + _parent._parent._x) < _root.guy._x) {
_parent._x = _parent._x - 5;
} else {
_parent._x = _parent._x + 5;
}
}
} else {
nohitting = 0;
}
}
Symbol 275 MovieClip [Baddie5] Frame 287
gotoAndPlay (249);
Symbol 275 MovieClip [Baddie5] Frame 290
stop();
Symbol 275 MovieClip [Baddie5] Frame 297
stop();
Symbol 275 MovieClip [Baddie5] Frame 305
_root.OnStage = 2;
trace("onstage=2");
_root.bossdead = "on";
Symbol 275 MovieClip [Baddie5] Frame 311
stop();
Instance of Symbol 272 MovieClip in Symbol 275 MovieClip [Baddie5] Frame 311
/* no clip actions */
Symbol 275 MovieClip [Baddie5] Frame 320
stop();
Symbol 283 MovieClip Frame 6
gotoAndPlay (1);
Symbol 283 MovieClip Frame 7
stop();
Symbol 283 MovieClip Frame 8
stop();
Instance of Symbol 45 MovieClip "box" in Symbol 289 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(_parent.box)) {
if (nohitting == 0) {
nohitting = 1;
trace("dd");
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(_parent.box)) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(_parent.box)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Symbol 300 MovieClip Frame 1
f = [37, 2];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
Instance of Symbol 294 MovieClip "dude" in Symbol 300 MovieClip Frame 17
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(_parent.dude)) {
if (nohitting == 0) {
nohitting = 1;
trace("dd");
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(_parent.box)) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(_parent.box)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Symbol 300 MovieClip Frame 36
_parent.gotoAndPlay("continuewalking");
Instance of Symbol 299 MovieClip "dude" in Symbol 300 MovieClip Frame 55
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(this)) {
if (nohitting == 0) {
nohitting = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(_parent.dude)) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(_parent.dude)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Symbol 300 MovieClip Frame 73
_parent.gotoAndPlay("continuewalking");
Symbol 315 MovieClip Frame 60
stop();
Symbol 316 MovieClip [baddie3] Frame 1
function move() {
point = new object();
point.x = _root.Guy._x;
point.y = _root.Guy._y;
_root.bg.globalToLocal(point);
if (_x < point.x) {
_xscale = 100;
this._x = this._x + 2;
}
if (_x > point.x) {
_xscale = -100;
this._x = this._x - 2;
}
}
_root.shootdone = "off";
_root.specialdone = "off";
move();
if (_root.guy.hitTest(this)) {
gotoAndPlay (3);
} else if (_root.killallenemies == "on") {
gotoAndStop (45);
} else if (_root.pause == "on") {
f = [46, 47];
r = random(2);
frame = f[r];
gotoAndStop(frame);
}
Instance of Symbol 22 MovieClip in Symbol 316 MovieClip [baddie3] Frame 1
onClipEvent (enterFrame) {
if (_root.enemies < 1) {
_root.bg.Enemyblock.gotoAndStop("Off");
} else if (_parent.hitTest(_root.bg.Enemyblock)) {
_parent.gotoandstop("Enemyblock");
}
}
Symbol 316 MovieClip [baddie3] Frame 2
gotoAndPlay (1);
Symbol 316 MovieClip [baddie3] Frame 3
f = [11, 24];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
Instance of Symbol 22 MovieClip in Symbol 316 MovieClip [baddie3] Frame 3
onClipEvent (enterFrame) {
if (_root.guy.lowkick.lowkick.hitTest(_parent)) {
_parent.scores.gotoAndPlay("score100");
_parent.scores._xscale = _parent._xscale;
_root.panel.score = _root.panel.score + 100;
_parent.gotoAndPlay("death2");
} else if (_root.guy.lowpunch.lowpunch.hitTest(_parent)) {
_parent.scores.gotoAndPlay("score100");
_parent.scores._xscale = _parent._xscale;
_root.panel.score = _root.panel.score + 100;
_parent.gotoAndPlay("death1");
} else if (_root.killallenemies == "on") {
_parent.gotoAndStop("kill");
} else if ((_root.special == "on") and (_root.action == "roll")) {
f = [51, 51];
r = random(2);
frame = f[r];
_parent.gotoAndStop(frame);
} else if (_root.special == "on") {
f = [48, 49];
r = random(2);
frame = f[r];
_parent.gotoAndStop(frame);
} else if (_root.pause == "on") {
f = [46, 47];
r = random(2);
frame = f[r];
_parent.gotoAndStop(frame);
}
}
Symbol 316 MovieClip [baddie3] Frame 11
trace("momomsomsms");
_root.action = "continuewalking";
if (_root.guy.hitTest(this)) {
gotoAndStop (29);
}
function move() {
point = new object();
point.x = _root.Guy._x;
point.y = _root.Guy._y;
_root.bg.globalToLocal(point);
if (_x < point.x) {
_xscale = 100;
this._x = this._x + 2;
}
if (_x > point.x) {
_xscale = -100;
this._x = this._x - 2;
}
}
move();
Symbol 316 MovieClip [baddie3] Frame 12
gotoAndPlay (11);
Symbol 316 MovieClip [baddie3] Frame 24
_root.action = "roll";
stop();
Instance of Symbol 289 MovieClip in Symbol 316 MovieClip [baddie3] Frame 24
onClipEvent (load) {
if ((_parent._x + _parent._parent._x) < _root.guy._x) {
dx = 3;
} else {
dx = -3;
}
}
onClipEvent (enterFrame) {
if (_root.lul.hitTest(this)) {
_parent.gotoAndStop("kill");
} else if (_root.lul2.hitTest(this)) {
_parent.gotoAndStop("kill");
} else {
_parent._x = _parent._x + dx;
}
}
Symbol 316 MovieClip [baddie3] Frame 29
Symbol 316 MovieClip [baddie3] Frame 43
Hit = new Sound();
Hit.attachSound("Hit");
Hit.start();
_root.enemies = _root.enemies - 1;
_root.guage.gotoAndStop(_root.guage._currentframe + 1);
stop();
Symbol 316 MovieClip [baddie3] Frame 44
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
_root.enemies = _root.enemies - 1;
_root.guage.gotoAndStop(_root.guage._currentframe + 1);
stop();
Symbol 316 MovieClip [baddie3] Frame 45
stop();
Symbol 316 MovieClip [baddie3] Frame 46
moo.gotoAndStop(4);
stop();
Instance of Symbol 283 MovieClip "moo" in Symbol 316 MovieClip [baddie3] Frame 46
onClipEvent (enterFrame) {
if (_root.pause == "off") {
_parent.gotoAndPlay(1);
}
}
Instance of Symbol 22 MovieClip in Symbol 316 MovieClip [baddie3] Frame 46
onClipEvent (enterFrame) {
if (_root.enemies < 1) {
_root.bg.Enemyblock.gotoAndStop("Off");
} else if (_parent.hitTest(_root.bg.Enemyblock)) {
_parent.gotoandstop("Enemyblock");
}
}
Symbol 316 MovieClip [baddie3] Frame 47
moo.gotoAndStop(1);
stop();
Symbol 316 MovieClip [baddie3] Frame 48
moo.gotoAndStop(4);
stop();
Instance of Symbol 283 MovieClip "moo" in Symbol 316 MovieClip [baddie3] Frame 48
onClipEvent (load) {
_root.shootdone == "off";
_root.specialdone = "off";
}
onClipEvent (enterFrame) {
if (_root.action == "roll") {
_parent.gotoAndStop(51);
} else if (_root.hadouken == "on") {
_parent.gotoAndStop(50);
} else if (_root.guy.ND.sword.hitTest(_parent)) {
_parent.gotoAndStop(52);
} else if (_root.shootdone == "on") {
_parent.gotoAndPlay(1);
} else if (_root.duckdude == "on") {
_parent.moo.gotoAndStop("duck");
} else if (_root.duckdude == "off") {
_parent.moo.gotoAndStop(4);
}
}
Symbol 316 MovieClip [baddie3] Frame 49
moo.gotoAndStop(1);
stop();
Instance of Symbol 283 MovieClip "moo" in Symbol 316 MovieClip [baddie3] Frame 49
onClipEvent (load) {
_root.shootdone == "off";
_root.specialdone = "off";
}
onClipEvent (enterFrame) {
if (_root.action == "roll") {
_parent.gotoAndStop(51);
} else if (_root.hadouken == "on") {
_parent.gotoAndStop(50);
} else if (_root.guy.ND.sword.hitTest(_parent)) {
_parent.gotoAndStop(52);
} else if (_root.shootdone == "on") {
_parent.gotoAndPlay(1);
} else if (_root.duckdude == "on") {
_parent.moo.gotoAndStop("duck");
} else if (_root.duckdude == "off") {
_parent.moo.gotoAndStop(4);
}
}
Symbol 316 MovieClip [baddie3] Frame 50
moo.gotoAndStop(4);
stop();
Instance of Symbol 283 MovieClip "moo" in Symbol 316 MovieClip [baddie3] Frame 50
onClipEvent (enterFrame) {
if (_root.guy.hadoukenguy.hadoukenball.hitTest(_parent.moo)) {
_parent.moo.gotoAndStop("duck");
} else if ((_root.hadouken == "off") and (_root.action == "roll")) {
_parent.gotoAndPlay("roll");
} else if (_root.hadouken == "off") {
_parent.gotoAndPlay("continuewalking");
}
}
Symbol 316 MovieClip [baddie3] Frame 51
moo.gotoAndStop("roll");
Instance of Symbol 283 MovieClip "moo" in Symbol 316 MovieClip [baddie3] Frame 51
onClipEvent (enterFrame) {
if (_root.shootdone == "on") {
_root.shootdone = "off";
_root.specialdone = "off";
_parent.gotoAndPlay("roll");
}
}
Symbol 316 MovieClip [baddie3] Frame 52
trace("duck!!!");
moo.gotoAndStop("duck");
stop();
Instance of Symbol 283 MovieClip "moo" in Symbol 316 MovieClip [baddie3] Frame 52
onClipEvent (enterFrame) {
if (_root.ninjadone == "on") {
_root.ninjadone = "off";
_root.shootdone = "off";
_root.specialdone = "off";
_parent.gotoAndPlay("continuewalking");
}
}
Symbol 379 MovieClip Frame 1
stop();
Symbol 379 MovieClip Frame 2
_root.bg._y = _root.bg._y + 3;
_root.panel._y = _root.panel._y + 3;
_root.guy._y = _root.guy._y + 3;
_root.playerbar._y = _root.playerbar._y + 3;
_root.enemiesbar._y = _root.enemiesbar._y + 3;
_root.bossbar._y = _root.bossbar._y + 3;
_root.guage._y = _root.guage._y + 3;
_root.clock._y = _root.clock._y + 3;
_root.updated._y = _root.updated._y + 3;
_root.fps._y = _root.fps._y + 3;
_root.kio._y = _root.kio._y + 3;
trace("ja");
Instance of Symbol 378 MovieClip in Symbol 379 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.guy.hitTest(this)) {
if (nohitting == 0) {
nohitting = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
}
Instance of Symbol 378 MovieClip in Symbol 379 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.guy.hitTest(this)) {
if (nohitting == 0) {
nohitting = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
}
Instance of Symbol 378 MovieClip in Symbol 379 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.guy.hitTest(this)) {
if (nohitting == 0) {
nohitting = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
}
Instance of Symbol 378 MovieClip in Symbol 379 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.guy.hitTest(this)) {
if (nohitting == 0) {
nohitting = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
}
Symbol 379 MovieClip Frame 4
_root.bg._y = _root.bg._y - 3;
_root.panel._y = _root.panel._y - 3;
_root.guy._y = _root.guy._y - 3;
_root.playerbar._y = _root.playerbar._y - 3;
_root.enemiesbar._y = _root.enemiesbar._y - 3;
_root.bossbar._y = _root.bossbar._y - 3;
_root.guage._y = _root.guage._y - 3;
_root.clock._y = _root.clock._y - 3;
_root.updated._y = _root.updated._y - 3;
_root.fps._y = _root.fps._y - 3;
_root.kio._y = _root.kio._y - 3;
Symbol 379 MovieClip Frame 5
_root.bg._y = _root.bg._y + 1;
_root.panel._y = _root.panel._y + 1;
_root.guy._y = _root.guy._y + 1;
_root.playerbar._y = _root.playerbar._y + 1;
_root.enemiesbar._y = _root.enemiesbar._y + 1;
_root.bossbar._y = _root.bossbar._y + 1;
_root.guage._y = _root.guage._y + 1;
_root.clock._y = _root.clock._y + 1;
_root.updated._y = _root.updated._y + 1;
_root.fps._y = _root.fps._y + 1;
_root.kio._y = _root.kio._y + 1;
Symbol 379 MovieClip Frame 6
_root.bg._y = _root.bg._y - 1;
_root.panel._y = _root.panel._y - 1;
_root.guy._y = _root.guy._y - 1;
_root.playerbar._y = _root.playerbar._y - 1;
_root.enemiesbar._y = _root.enemiesbar._y - 1;
_root.bossbar._y = _root.bossbar._y - 1;
_root.guage._y = _root.guage._y - 1;
_root.clock._y = _root.clock._y - 1;
_root.updated._y = _root.updated._y - 1;
_root.fps._y = _root.fps._y - 1;
_root.kio._y = _root.kio._y - 1;
Symbol 379 MovieClip Frame 27
_parent._parent.gotoAndPlay("Random");
Symbol 380 MovieClip Frame 1
_parent.blocks = _parent.blocks - 1;
hit = 0;
stop();
Instance of Symbol 379 MovieClip "Rock" in Symbol 380 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.rock.hitTest(_root.guy) and (_parent.hit == 0)) {
s = new Sound(this);
s.attachSound("Expolarge");
s.start(0.3);
_parent.Rock.gotoAndPlay("break");
_parent.hit = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
} else if (this.rock.hitTest(_root.ground) and (_parent.hit == 0)) {
s = new Sound(this);
s.attachSound("Expolarge");
s.start(0.3);
_parent.Rock.gotoAndPlay("break");
_parent.hit = 1;
} else if (_parent.hit == 0) {
this._y = this._y + 8;
}
}
Symbol 425 MovieClip Frame 29
stop();
Symbol 426 MovieClip [Baddie6] Frame 1
blocks = 4;
Instance of Symbol 22 MovieClip in Symbol 426 MovieClip [Baddie6] Frame 1
onClipEvent (enterFrame) {
if (_root.boss <= 0) {
_parent.gotoAndPlay("Die");
} else if (_root.player <= 0) {
_parent.gotoAndStop(195);
}
}
Symbol 426 MovieClip [Baddie6] Frame 53
_root.Guy.gotoAndStop("Megaman");
stop();
Instance of Symbol 327 MovieClip in Symbol 426 MovieClip [Baddie6] Frame 53
onClipEvent (enterFrame) {
if (_root.megge == "on") {
_parent.gotoAndStop(54);
}
}
Symbol 426 MovieClip [Baddie6] Frame 54
stop();
Instance of Symbol 330 MovieClip in Symbol 426 MovieClip [Baddie6] Frame 54
onClipEvent (enterFrame) {
if (_root.megge2 == "on") {
_root.LevelOneBossTune.s.start(_root.LevelOneBossTune.gotoAndStop(3));
_root.guy.gotoAndStop("stand");
_parent.gotoAndPlay(70);
}
}
Instance of Symbol 336 MovieClip in Symbol 426 MovieClip [Baddie6] Frame 71
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(this.ballo)) {
if (nohitting == 0) {
nohitting = 1;
trace("dd");
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(this.ballo)) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(this.ballo)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Instance of Symbol 327 MovieClip in Symbol 426 MovieClip [Baddie6] Frame 97
onClipEvent (enterFrame) {
if (_root.guy.hitTest(this)) {
if (nohitting == 0) {
nohitting = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
}
Instance of Symbol 327 MovieClip in Symbol 426 MovieClip [Baddie6] Frame 104
onClipEvent (enterFrame) {
if (_root.guy.hitTest(this)) {
if (nohitting == 0) {
nohitting = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
}
Symbol 426 MovieClip [Baddie6] Frame 107
s = new Sound(this);
s.attachSound("Charge");
s.start(0.3);
Instance of Symbol 343 MovieClip in Symbol 426 MovieClip [Baddie6] Frame 111
onClipEvent (enterFrame) {
if (_root.guy.hitTest(this)) {
if (nohitting == 0) {
nohitting = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
}
Instance of Symbol 350 MovieClip in Symbol 426 MovieClip [Baddie6] Frame 133
onClipEvent (enterFrame) {
if (_root.guy.hitTest(this)) {
if (nohitting == 0) {
nohitting = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
}
Symbol 426 MovieClip [Baddie6] Frame 145
s = new Sound(this);
s.attachSound("Plasma");
s.start();
k = new Sound(this);
k.attachSound("Flame");
k.start();
Instance of Symbol 353 MovieClip in Symbol 426 MovieClip [Baddie6] Frame 149
onClipEvent (enterFrame) {
if (_root.guy.hitTest(this)) {
if (nohitting == 0) {
nohitting = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
}
Instance of Symbol 362 MovieClip in Symbol 426 MovieClip [Baddie6] Frame 150
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(this.ballo)) {
if (nohitting == 0) {
nohitting = 1;
trace("dd");
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(this.ballo)) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(this.ballo)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Instance of Symbol 327 MovieClip in Symbol 426 MovieClip [Baddie6] Frame 158
onClipEvent (enterFrame) {
if (_root.guy.hitTest(this)) {
if (nohitting == 0) {
nohitting = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
}
Symbol 426 MovieClip [Baddie6] Frame 172
s = new Sound(this);
s.attachSound("Teleport");
s.start();
Instance of Symbol 362 MovieClip in Symbol 426 MovieClip [Baddie6] Frame 187
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(this.ballo)) {
if (nohitting == 0) {
nohitting = 1;
trace("dd");
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(this.ballo)) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(this.ballo)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Symbol 426 MovieClip [Baddie6] Frame 211
if (blocks == 0) {
gotoAndPlay (353);
} else {
f = ["Drop one", "Drop one", "Drop two", "Drop three", "Drop four", "Drop five", "Drop six", "Drop seven"];
r = random(8);
frame = f[r];
gotoAndPlay(frame);
}
Symbol 426 MovieClip [Baddie6] Frame 244
stop();
Symbol 426 MovieClip [Baddie6] Frame 260
stop();
Symbol 426 MovieClip [Baddie6] Frame 276
stop();
Symbol 426 MovieClip [Baddie6] Frame 292
stop();
Symbol 426 MovieClip [Baddie6] Frame 308
stop();
Symbol 426 MovieClip [Baddie6] Frame 324
stop();
Symbol 426 MovieClip [Baddie6] Frame 340
stop();
Symbol 426 MovieClip [Baddie6] Frame 364
s = new Sound(this);
s.attachSound("Teleport");
s.start();
Instance of Symbol 391 MovieClip "mega" in Symbol 426 MovieClip [Baddie6] Frame 371
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.lowpunch.lowpunch)) {
if (nohitting == 0) {
nohitting = 1;
_root.boss = _root.boss - 1;
_parent.gotoAndPlay("Hitted");
}
} else {
nohitting = 0;
}
if (this.hitTest(_root.guy.lowkick.lowkick)) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.boss = _root.boss - 1;
_parent.gotoAndPlay("Hitted");
}
} else {
nohitting1 = 0;
}
}
Symbol 426 MovieClip [Baddie6] Frame 472
blocks = 4;
gotoAndPlay (71);
Symbol 426 MovieClip [Baddie6] Frame 473
s = new Sound(this);
s.attachSound("Meghit");
s.start();
Hitb = new Sound();
Hitb.attachSound("Hitb");
Hitb.start();
Instance of Symbol 336 MovieClip in Symbol 426 MovieClip [Baddie6] Frame 496
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(this.ballo)) {
if (nohitting == 0) {
nohitting = 1;
trace("dd");
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(this.ballo)) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(this.ballo)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Instance of Symbol 255 MovieClip "area" in Symbol 426 MovieClip [Baddie6] Frame 496
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(this)) {
if (nohitting == 0) {
nohitting = 1;
trace("dd");
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(this)) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(this)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Instance of Symbol 327 MovieClip in Symbol 426 MovieClip [Baddie6] Frame 527
onClipEvent (enterFrame) {
if (_root.guy.hitTest(this)) {
if (nohitting == 0) {
nohitting = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
}
Symbol 426 MovieClip [Baddie6] Frame 533
blocks = 4;
gotoAndPlay (104);
Symbol 426 MovieClip [Baddie6] Frame 538
_root.lockscroll = "off";
_root.LevelOneBossTune.s.stop();
s = new Sound(this);
s.attachSound("Death");
s.start();
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
_root.OnStage = 3;
trace("onstage=3");
_root.bossdead = "on";
Symbol 426 MovieClip [Baddie6] Frame 580
stop();
Symbol 483 MovieClip Frame 1
stop();
Symbol 483 MovieClip Frame 2
_root.bg._y = _root.bg._y + 3;
_root.panel._y = _root.panel._y + 3;
_root.guy._y = _root.guy._y + 3;
_root.playerbar._y = _root.playerbar._y + 3;
_root.enemiesbar._y = _root.enemiesbar._y + 3;
_root.bossbar._y = _root.bossbar._y + 3;
_root.guage._y = _root.guage._y + 3;
_root.clock._y = _root.clock._y + 3;
_root.updated._y = _root.updated._y + 3;
_root.fps._y = _root.fps._y + 3;
_root.kio._y = _root.kio._y + 3;
_root.guageback._y = _root.guageback._y + 3;
Instance of Symbol 255 MovieClip "bomb" in Symbol 483 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.guy.hitTest(this)) {
if (nohitting == 0) {
nohitting = 1;
g = new Sound(this);
g.attachSound("yeah");
g.start(0);
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
}
Symbol 483 MovieClip Frame 4
_root.bg._y = _root.bg._y - 3;
_root.panel._y = _root.panel._y - 3;
_root.guy._y = _root.guy._y - 3;
_root.playerbar._y = _root.playerbar._y - 3;
_root.enemiesbar._y = _root.enemiesbar._y - 3;
_root.bossbar._y = _root.bossbar._y - 3;
_root.guage._y = _root.guage._y - 3;
_root.clock._y = _root.clock._y - 3;
_root.updated._y = _root.updated._y - 3;
_root.fps._y = _root.fps._y - 3;
_root.kio._y = _root.kio._y - 3;
_root.guageback._y = _root.guageback._y - 3;
Symbol 483 MovieClip Frame 6
_root.bg._y = _root.bg._y + 3;
_root.panel._y = _root.panel._y + 3;
_root.guy._y = _root.guy._y + 3;
_root.playerbar._y = _root.playerbar._y + 3;
_root.enemiesbar._y = _root.enemiesbar._y + 3;
_root.bossbar._y = _root.bossbar._y + 3;
_root.guage._y = _root.guage._y + 3;
_root.clock._y = _root.clock._y + 3;
_root.updated._y = _root.updated._y + 3;
_root.fps._y = _root.fps._y + 3;
_root.kio._y = _root.kio._y + 3;
_root.guageback._y = _root.guageback._y + 3;
Symbol 483 MovieClip Frame 8
_root.bg._y = _root.bg._y - 3;
_root.panel._y = _root.panel._y - 3;
_root.guy._y = _root.guy._y - 3;
_root.playerbar._y = _root.playerbar._y - 3;
_root.enemiesbar._y = _root.enemiesbar._y - 3;
_root.bossbar._y = _root.bossbar._y - 3;
_root.guage._y = _root.guage._y - 3;
_root.clock._y = _root.clock._y - 3;
_root.updated._y = _root.updated._y - 3;
_root.fps._y = _root.fps._y - 3;
_root.kio._y = _root.kio._y - 3;
_root.guageback._y = _root.guageback._y - 3;
Symbol 483 MovieClip Frame 18
stop();
Symbol 484 MovieClip Frame 1
hit = 0;
stop();
Instance of Symbol 483 MovieClip "bomb" in Symbol 484 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.bomb.hitTest(_root.guy) and (_parent.hit == 0)) {
s = new Sound(this);
s.attachSound("Expolarge");
s.start(0.3);
g = new Sound(this);
g.attachSound("yeah");
g.start(0);
_parent.bomb.gotoAndPlay("Boom");
_parent.hit = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
} else if (this.bomb.hitTest(_root.ground) and (_parent.hit == 0)) {
s = new Sound(this);
s.attachSound("Expolarge");
s.start(0.3);
_parent.bomb.gotoAndPlay("Boom");
_parent.hit = 1;
} else if (_parent.hit == 0) {
this._y = this._y + 5;
}
}
Instance of Symbol 502 MovieClip "mario" in Symbol 510 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.guy.lowkick.lowkick.hitTest(_parent._parent._parent.mario)) {
_parent.gotoAndPlay("die");
}
}
onClipEvent (enterFrame) {
_parent._parent._parent.mario._x = _parent._parent._parent.mario._x - 4;
}
Symbol 510 MovieClip Frame 4
gotoAndPlay (1);
Symbol 510 MovieClip Frame 5
scores.gotoAndPlay("score5000");
scores._xscale = _parent._xscale;
_root.panel.score = _root.panel.score + 5000;
_root.LevelOneBossTune.s.stop();
g = new Sound(this);
g.attachSound("SMARIO");
g.start();
Symbol 510 MovieClip Frame 38
stop();
Symbol 511 MovieClip Frame 1
stop();
Instance of Symbol 510 MovieClip "mario" in Symbol 511 MovieClip Frame 1
/* no clip actions */
Symbol 512 MovieClip [Baddie7] Frame 1
_root.lockscroll = "on";
Instance of Symbol 22 MovieClip in Symbol 512 MovieClip [Baddie7] Frame 1
onClipEvent (enterFrame) {
if (_root.boss <= 0) {
_parent.gotoAndPlay("run");
} else if (_root.player <= 0) {
_parent.stop();
}
}
Symbol 512 MovieClip [Baddie7] Frame 216
_root.LevelOneBossTune.s.start(_root.LevelOneBossTune.gotoAndStop(3));
_root.guy.gotoAndStop("stand");
Symbol 512 MovieClip [Baddie7] Frame 226
g = new Sound(this);
g.attachSound("spinning");
g.start();
Instance of Symbol 454 MovieClip in Symbol 512 MovieClip [Baddie7] Frame 227
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(this.area)) {
if (nohitting == 0) {
nohitting = 1;
trace("dd");
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(this.area)) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(this.area)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Instance of Symbol 255 MovieClip "area" in Symbol 512 MovieClip [Baddie7] Frame 262
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(this)) {
if (nohitting == 0) {
nohitting = 1;
trace("dd");
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(this)) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(this)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Instance of Symbol 458 MovieClip in Symbol 512 MovieClip [Baddie7] Frame 268
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(this.area)) {
if (nohitting == 0) {
nohitting = 1;
trace("dd");
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(this.area)) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(this.area)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Instance of Symbol 458 MovieClip in Symbol 512 MovieClip [Baddie7] Frame 277
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.highkick.highkick)) {
if (nohitting == 0) {
nohitting = 1;
_root.boss = _root.boss - 1;
_parent.gotoAndPlay(973);
}
} else {
nohitting = 0;
}
if (this.hitTest(_root.guy.lowkick.lowkick)) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.boss = _root.boss - 1;
_parent.gotoAndPlay(973);
}
} else {
nohitting1 = 0;
}
if (this.hitTest(_root.guy.punch.punch)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.boss = _root.boss - 1;
_parent.gotoAndPlay(973);
}
} else {
nohitting2 = 0;
}
if (this.hitTest(_root.guy.lowpunch.lowpunch)) {
if (nohitting3 == 0) {
nohitting3 = 1;
_root.boss = _root.boss - 1;
_parent.gotoAndPlay(973);
}
} else {
nohitting3 = 0;
}
}
Symbol 512 MovieClip [Baddie7] Frame 357
g = new Sound(this);
g.attachSound("wehee");
g.start();
Instance of Symbol 255 MovieClip "area" in Symbol 512 MovieClip [Baddie7] Frame 357
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(this)) {
if (nohitting == 0) {
nohitting = 1;
trace("dd");
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(this)) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(this)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Instance of Symbol 462 MovieClip in Symbol 512 MovieClip [Baddie7] Frame 357
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(this)) {
if (nohitting == 0) {
nohitting = 1;
trace("dd");
_root.guy.gotoAndStop("hitwhatever");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(this)) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hitwhatever");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(this)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hitwhatever");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Instance of Symbol 462 MovieClip in Symbol 512 MovieClip [Baddie7] Frame 357
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(this)) {
if (nohitting == 0) {
nohitting = 1;
trace("dd");
_root.guy.gotoAndStop("hitwhatever");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(this)) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hitwhatever");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(this)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hitwhatever");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Instance of Symbol 462 MovieClip in Symbol 512 MovieClip [Baddie7] Frame 449
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(this)) {
if (nohitting == 0) {
nohitting = 1;
trace("dd");
_root.guy.gotoAndStop("hitwhatever");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(this)) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hitwhatever");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(this)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hitwhatever");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Symbol 512 MovieClip [Baddie7] Frame 462
g = new Sound(this);
g.attachSound("ow");
g.start();
Instance of Symbol 255 MovieClip "area" in Symbol 512 MovieClip [Baddie7] Frame 467
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(this)) {
if (nohitting == 0) {
nohitting = 1;
trace("dd");
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(this)) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(this)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Instance of Symbol 458 MovieClip in Symbol 512 MovieClip [Baddie7] Frame 473
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.highkick.highkick)) {
if (nohitting == 0) {
nohitting = 1;
_root.boss = _root.boss - 1;
_parent.gotoAndPlay(995);
}
} else {
nohitting = 0;
}
if (this.hitTest(_root.guy.lowkick.lowkick)) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.boss = _root.boss - 1;
_parent.gotoAndPlay(995);
}
} else {
nohitting1 = 0;
}
if (this.hitTest(_root.guy.punch.punch)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.boss = _root.boss - 1;
_parent.gotoAndPlay(995);
}
} else {
nohitting2 = 0;
}
if (this.hitTest(_root.guy.lowpunch.lowpunch)) {
if (nohitting3 == 0) {
nohitting3 = 1;
_root.boss = _root.boss - 1;
_parent.gotoAndPlay(995);
}
} else {
nohitting3 = 0;
}
}
Instance of Symbol 255 MovieClip "area" in Symbol 512 MovieClip [Baddie7] Frame 550
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(this)) {
if (nohitting == 0) {
nohitting = 1;
trace("dd");
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(this)) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(this)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Instance of Symbol 469 MovieClip in Symbol 512 MovieClip [Baddie7] Frame 550
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(this)) {
if (nohitting == 0) {
nohitting = 1;
trace("dd");
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(this)) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(this)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Symbol 512 MovieClip [Baddie7] Frame 576
g = new Sound(this);
g.attachSound("wohoo");
g.start();
Instance of Symbol 476 MovieClip in Symbol 512 MovieClip [Baddie7] Frame 578
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(this)) {
if (nohitting == 0) {
nohitting = 1;
trace("dd");
_root.guy.gotoAndStop("hitwhatever");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(this)) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hitwhatever");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(this)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hitwhatever");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Instance of Symbol 476 MovieClip in Symbol 512 MovieClip [Baddie7] Frame 783
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(this)) {
if (nohitting == 0) {
nohitting = 1;
trace("dd");
_root.guy.gotoAndStop("hitwhatever");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(this)) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hitwhatever");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(this)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hitwhatever");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Symbol 512 MovieClip [Baddie7] Frame 798
g = new Sound(this);
g.attachSound("ow");
g.start();
Instance of Symbol 490 MovieClip in Symbol 512 MovieClip [Baddie7] Frame 801
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(this.area)) {
if (nohitting == 0) {
nohitting = 1;
trace("dd");
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(this.area)) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(this.area)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Instance of Symbol 255 MovieClip "area" in Symbol 512 MovieClip [Baddie7] Frame 830
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(this)) {
if (nohitting == 0) {
nohitting = 1;
trace("dd");
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(this)) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(this)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Instance of Symbol 458 MovieClip in Symbol 512 MovieClip [Baddie7] Frame 838
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.highkick.highkick)) {
if (nohitting == 0) {
nohitting = 1;
_root.boss = _root.boss - 1;
_parent.gotoAndPlay(973);
}
} else {
nohitting = 0;
}
if (this.hitTest(_root.guy.lowkick.lowkick)) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.boss = _root.boss - 1;
_parent.gotoAndPlay(1017);
}
} else {
nohitting1 = 0;
}
if (this.hitTest(_root.guy.punch.punch)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.boss = _root.boss - 1;
_parent.gotoAndPlay(1017);
}
} else {
nohitting2 = 0;
}
if (this.hitTest(_root.guy.lowpunch.lowpunch)) {
if (nohitting3 == 0) {
nohitting3 = 1;
_root.boss = _root.boss - 1;
_parent.gotoAndPlay(1017);
}
} else {
nohitting3 = 0;
}
}
Symbol 512 MovieClip [Baddie7] Frame 910
gotoAndPlay (357);
Symbol 512 MovieClip [Baddie7] Frame 973
g = new Sound(this);
g.attachSound("ow");
g.start();
Symbol 512 MovieClip [Baddie7] Frame 991
gotoAndPlay (357);
Symbol 512 MovieClip [Baddie7] Frame 995
g = new Sound(this);
g.attachSound("ow");
g.start();
Symbol 512 MovieClip [Baddie7] Frame 1013
gotoAndPlay (550);
Symbol 512 MovieClip [Baddie7] Frame 1017
g = new Sound(this);
g.attachSound("ow");
g.start();
Symbol 512 MovieClip [Baddie7] Frame 1035
gotoAndPlay (352);
Symbol 512 MovieClip [Baddie7] Frame 1041
g = new Sound(this);
g.attachSound("shrinking");
g.start();
Symbol 512 MovieClip [Baddie7] Frame 1070
g = new Sound(this);
g.attachSound("jump");
g.start();
Symbol 512 MovieClip [Baddie7] Frame 1088
_root.OnStage = 4;
trace("onstage=4");
_root.lockscroll = "off";
_root.bossdead = "on";
stop();
Symbol 513 MovieClip Frame 1
function move() {
point = new object();
point.x = _root.Guy._x;
point.y = _root.Guy._y;
_root.bg.globalToLocal(point);
if (_parent._x < point.x) {
_parent._xscale = 100;
_parent._x = _parent._x + 1;
}
if (_parent._x > point.x) {
_parent._xscale = -100;
_parent._x = _parent._x - 1;
}
}
move();
Symbol 513 MovieClip Frame 2
function move() {
point = new object();
point.x = _root.Guy._x;
point.y = _root.Guy._y;
_root.bg.globalToLocal(point);
if (_parent._x < point.x) {
_parent._xscale = 100;
_parent._x = _parent._x + 1;
}
if (_parent._x > point.x) {
_parent._xscale = -100;
_parent._x = _parent._x - 1;
}
}
move();
Symbol 522 MovieClip Frame 1
stop();
Symbol 522 MovieClip Frame 2
_parent.create(_parent.spikes);
Symbol 522 MovieClip Frame 3
_parent.reset(_parent.spikes);
Symbol 522 MovieClip Frame 4
_parent.create(_parent.spikes);
Symbol 522 MovieClip Frame 5
_parent.reset(_parent.spikes);
Symbol 522 MovieClip Frame 6
_parent.create(_parent.spikes);
Symbol 522 MovieClip Frame 7
_parent.reset(_parent.spikes);
Symbol 522 MovieClip Frame 8
_parent.create(_parent.spikes);
Symbol 522 MovieClip Frame 9
_parent.reset(_parent.spikes);
Symbol 522 MovieClip Frame 10
_parent.create(_parent.spikes);
Symbol 522 MovieClip Frame 11
_parent.reset(_parent.spikes);
Symbol 522 MovieClip Frame 12
_parent.create(_parent.spikes);
Symbol 522 MovieClip Frame 13
_parent.reset(_parent.spikes);
gotoAndStop (1);
Symbol 524 MovieClip Frame 15
stop();
Symbol 525 MovieClip Frame 1
_root.shootdone = "off";
_root.specialdone = "off";
function create(name) {
var d = new Color(name);
var t = {ra:255, ga:255, ba:255, rb:255, gb:255, bb:255};
d.setTransform(t);
}
function reset(name) {
var d = new Color(name);
var t = {ra:100, ga:100, ba:100, rb:0, gb:0, bb:0};
d.setTransform(t);
}
if (bo == true) {
} else {
bo = true;
life = 3;
}
stop();
Instance of Symbol 519 MovieClip "spikes" in Symbol 525 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(_parent.box)) {
if (nohitting == 0) {
nohitting = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
_parent.a.stop();
_parent.spikes.stop();
}
} else {
nohitting = 0;
_parent.a.play();
_parent.spikes.play();
}
}
Instance of Symbol 22 MovieClip in Symbol 525 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.enemies < 1) {
_root.bg.Enemyblock.gotoAndStop("Off");
} else if (_parent.hitTest(_root.bg.Enemyblock)) {
_parent.gotoandstop("kill");
}
}
Instance of Symbol 22 MovieClip in Symbol 525 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.guy.lowkick.lowkick.hitTest(_parent.box)) {
if (nohitting == 0) {
nohitting = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
trace("lowkick");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting = 0;
}
if (_root.guy.highkick.highkick.hitTest(_parent.box)) {
if (nohitting2 == 0) {
nohitting2 = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
trace("highkick");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting2 = 0;
}
if (_root.guy.lowpunch.lowpunch.hitTest(_parent.box)) {
if (nohitting3 == 0) {
nohitting3 = 1;
Hit = new Sound();
Hit.attachSound("Hit");
Hit.start();
trace("lowpunch");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting3 = 0;
}
if (_root.guy.punch.punch.hitTest(_parent.box)) {
if (nohitting4 == 0) {
nohitting4 = 1;
Hit = new Sound();
Hit.attachSound("Hit");
Hit.start();
trace("highkick");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting4 = 0;
}
if (_root.guy.jumpkick.jumpkick.hitTest(_parent.box)) {
if (nohitting5 == 0) {
nohitting5 = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
trace("highkick");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting5 = 0;
}
if (_root.special == "on") {
f = ["special", "special2"];
r = random(2);
frame = f[r];
trace("special");
_parent.gotoAndStop(frame);
} else if (_root.pause == "on") {
f = ["pause", "pause2"];
r = random(2);
frame = f[r];
trace("pause");
_parent.gotoAndStop(frame);
} else if (_root.killallenemies == "on") {
trace("killallenemies");
_parent.gotoAndStop("kill");
}
}
Instance of Symbol 22 MovieClip in Symbol 525 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.life <= 0) {
_parent.gotoAndStop("death");
}
}
Symbol 525 MovieClip Frame 2
_parent.scores.gotoAndPlay("score500");
_parent.scores._xscale = _parent._xscale;
_root.panel.score = _root.panel.score + 500;
_root.enemies = _root.enemies - 1;
_root.guage.gotoAndStop(_root.guage._currentframe + 3);
stop();
Symbol 525 MovieClip Frame 3
stop();
Symbol 525 MovieClip Frame 4
trace("special");
stop();
Instance of Symbol 523 MovieClip in Symbol 525 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.passauf == "on") {
_parent.gotoAndStop("shoot");
} else if (_root.shootdone == "on") {
_parent.gotoAndPlay(1);
} else if (_root.guy.hadoukenguy.hadoukenball.hitTest(_parent.box)) {
_parent.gotoAndStop("death");
} else if (_root.guy.ND.sword.hitTest(_parent.box)) {
_parent.gotoAndStop("death");
}
}
Symbol 525 MovieClip Frame 5
stop();
Symbol 525 MovieClip Frame 6
stop();
Instance of Symbol 523 MovieClip in Symbol 525 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.pause == "off") {
_parent.gotoAndPlay(1);
}
}
Symbol 525 MovieClip Frame 7
stop();
Symbol 525 MovieClip Frame 8
stop();
Symbol 525 MovieClip Frame 9
trace("shoot");
stop();
Instance of Symbol 524 MovieClip in Symbol 525 MovieClip Frame 9
onClipEvent (enterFrame) {
if (_root.shootdone == "on") {
_parent.gotoAndStop(1);
}
}
Symbol 551 MovieClip Frame 1
stop();
Instance of Symbol 543 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(this)) {
trace("Health");
_root.player = 10;
_parent.gotoAndStop(4);
}
}
Symbol 551 MovieClip Frame 2
stop();
Instance of Symbol 546 MovieClip in Symbol 551 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(this)) {
trace("Power");
_root.powerbarthingy.gotoAndPlay(2);
_parent.gotoAndStop(4);
}
}
Symbol 551 MovieClip Frame 3
stop();
Instance of Symbol 549 MovieClip in Symbol 551 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(this)) {
trace("Stamina");
_root.fatigue = 100;
_parent.gotoAndStop(4);
}
}
Symbol 551 MovieClip Frame 4
stop();
Symbol 552 MovieClip [baddie78] Frame 1
stop();
Instance of Symbol 536 MovieClip in Symbol 552 MovieClip [baddie78] Frame 1
onClipEvent (enterFrame) {
if (_root.guy.jumpkick.jumpkick.hitTest(this)) {
trace("yes. hitted");
_parent.gotoAndPlay(2);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(this)) {
trace("yes. hitted");
_parent.gotoAndPlay(2);
} else if (_root.guy.jumpkick.jumppunch.hitTest(this)) {
trace("yes. hitted");
_parent.gotoAndPlay(2);
} else if (_root.guy.jumpkick2.jumppunch.hitTest(this)) {
trace("yes. hitted");
_parent.gotoAndPlay(2);
} else {
_parent._x = _parent._x - 1;
}
}
Symbol 552 MovieClip [baddie78] Frame 24
f = ["Life", "Power", "Stamina"];
r = random(3);
frame = f[r];
Boost.gotoAndStop(frame);
Symbol 552 MovieClip [baddie78] Frame 30
stop();
Symbol 563 MovieClip Frame 1
stop();
Symbol 563 MovieClip Frame 2
if (_root.guy.highkick.knifekick.hitTest(knife)) {
_root.guage.gotoAndStop(_root.guage._currentframe + 1);
knife.removeMovieClip();
pipebang = new Sound();
pipebang.attachSound("pipebang");
pipebang.start();
trace("kicked");
gotoAndStop (1);
}
if (_root.guy.box.hitTest(this)) {
_root.guy.gotoAndStop("hit3");
knife.removeMovieClip();
trace("hitted");
_root.player = _root.player - 1;
gotoAndStop (1);
}
if (_root.guy.jumpkick.box.hitTest(this)) {
_root.guy.gotoAndStop("hit2");
knife.removeMovieClip();
trace("hitted");
_root.player = _root.player - 1;
gotoAndStop (1);
}
if (_root.guy.jumpkick2.box.hitTest(this)) {
_root.guy.gotoAndStop("hit2");
knife.removeMovieClip();
trace("hitted");
_root.player = _root.player - 1;
gotoAndStop (1);
}
if (_root.lul.hitTest(knife)) {
knife.removeMovieClip();
trace("Knife removed");
gotoAndStop (1);
}
if (_root.lul2.hitTest(knife)) {
knife.removeMovieClip();
trace("Knife removed");
gotoAndStop (1);
}
Instance of Symbol 562 MovieClip "knife" in Symbol 563 MovieClip Frame 2
onClipEvent (enterFrame) {
_x = (_x + 4);
}
Symbol 563 MovieClip Frame 3
gotoAndPlay (2);
Symbol 564 MovieClip Frame 1
stop();
Symbol 564 MovieClip Frame 2
if (_root.guy.box.hitTest(this)) {
_root.guy.gotoAndStop("hit1");
knife.removeMovieClip();
trace("hitted");
_root.player = _root.player - 1;
gotoAndStop (1);
}
if (_root.lul.hitTest(knife)) {
knife.removeMovieClip();
trace("Knife removed");
gotoAndStop (1);
}
if (_root.lul2.hitTest(knife)) {
knife.removeMovieClip();
trace("Knife removed");
gotoAndStop (1);
}
Instance of Symbol 562 MovieClip "knife" in Symbol 564 MovieClip Frame 2
onClipEvent (enterFrame) {
_x = (_x + 4);
}
Symbol 564 MovieClip Frame 3
gotoAndPlay (2);
Symbol 583 MovieClip Frame 10
_parent.gotoAndPlay("random");
Symbol 586 MovieClip Frame 10
_parent.gotoAndPlay("random");
Symbol 589 MovieClip Frame 10
_parent.gotoAndPlay("random");
Symbol 602 MovieClip Frame 1
Hit = new Sound();
Hit.attachSound("Hit");
Hit.start();
s015 = new Sound();
s015.attachSound("s015");
s015.start();
Symbol 602 MovieClip Frame 53
this.removeMovieClip();
stop();
Symbol 620 MovieClip Frame 1
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
Symbol 620 MovieClip Frame 60
this.removeMovieClip();
stop();
Symbol 622 MovieClip Frame 1
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
Fell = new Sound();
Fell.attachSound("Fell");
Fell.start();
Symbol 622 MovieClip Frame 44
this.removeMovieClip();
stop();
Symbol 623 MovieClip Frame 1
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
s015 = new Sound();
s015.attachSound("s015");
s015.start();
Symbol 623 MovieClip Frame 52
this.removeMovieClip();
stop();
Symbol 632 MovieClip Frame 7
Hitc = new Sound();
Hitc.attachSound("Hitc");
Hitc.start();
Symbol 632 MovieClip Frame 23
this.removeMovieClip();
stop();
Symbol 647 MovieClip Frame 1
_parent.scores.gotoAndPlay("score800");
_parent.scores._xscale = _parent._xscale;
_root.panel.score = _root.panel.score + 800;
Symbol 647 MovieClip Frame 58
stop();
Instance of Symbol 22 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.shootandhit == "on") {
_parent._parent.gotoAndPlay(221);
} else if (_root.shootandhitlow == "on") {
_parent.gotoAndPlay("loop");
}
}
Symbol 662 MovieClip Frame 18
stop();
Symbol 685 MovieClip Frame 56
stop();
Symbol 704 MovieClip Frame 63
this.removeMovieClip();
stop();
Symbol 705 MovieClip [baddie2] Frame 1
hp = 1;
Instance of Symbol 22 MovieClip in Symbol 705 MovieClip [baddie2] Frame 1
onClipEvent (enterFrame) {
if (_root.enemies < 1) {
_root.bg.Enemyblock.gotoAndStop("Off");
} else if (_parent.moua.hitTest(_root.bg.Enemyblock)) {
_parent.gotoandstop("Enemyblock");
}
}
Symbol 705 MovieClip [baddie2] Frame 2
function move() {
walk1 = 3;
walk2 = 3;
point = new object();
point.x = _root.Guy._x;
point.y = _root.Guy._y;
_root.bg.globalToLocal(point);
if (_x < point.x) {
_xscale = 100;
this._x = this._x + walk1;
}
if (_x > point.x) {
_xscale = -100;
this._x = this._x - walk2;
}
}
move();
_root.shootdone = "off";
_root.specialdone = "off";
if (_root.guy.hitTest(this)) {
gotoAndPlay (42);
} else if (_root.guy.highkick.highkick.hitTest(_parent.tosser) and (_parent.hp eq 0)) {
_parent.scores.gotoAndPlay("score800");
_parent.scores._xscale = _parent._xscale;
_root.panel.score = _root.panel.score + 800;
_parent.gotoAndPlay("death4");
} else if (_root.guy.highkick.highkick.hitTest(_parent.tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
_parent.hp = _parent.hp - 1;
_parent.gotoAndStop("hit1");
} else if (_root.guy.lowkick.lowkick.hitTest(_parent.tosser) and (_parent.hp eq 0)) {
_parent.scores.gotoAndPlay("score800");
_parent.scores._xscale = _parent._xscale;
_root.panel.score = _root.panel.score + 800;
_parent.gotoAndPlay("death3");
} else if (_root.guy.lowkick.lowkick.hitTest(_parent.tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
_parent.hp = _parent.hp - 1;
_parent.gotoAndStop("hit3");
} else if (_root.guy.punch.punch.hitTest(_parent.tosser) and (_parent.hp eq 0)) {
_parent.scores.gotoAndPlay("score800");
_parent.scores._xscale = _parent._xscale;
_root.panel.score = _root.panel.score + 800;
_parent.gotoAndPlay("death1");
} else if (_root.guy.punch.punch.hitTest(_parent.tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
_parent.hp = _parent.hp - 1;
_parent.gotoAndStop("hit1");
} else if (_root.guy.lowpunch.lowpunch.hitTest(_parent.tosser) and (_parent.hp eq 0)) {
_parent.scores.gotoAndPlay("score800");
_parent.scores._xscale = _parent._xscale;
_root.panel.score = _root.panel.score + 800;
_parent.gotoAndPlay("death4");
} else if (_root.guy.lowpunch.lowpunch.hitTest(_parent.tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
_parent.hp = _parent.hp - 1;
_parent.gotoAndStop("hit2");
} else if (_root.guy.jumpkick.jumpkick.hitTest(_parent.tosser) and (_parent.hp eq 0)) {
_parent.scores.gotoAndPlay("score1000");
_parent.scores._xscale = _parent._xscale;
_root.panel.score = _root.panel.score + 1000;
_parent.gotoAndPlay("death2");
} else if (_root.guy.jumpkick.jumpkick.hitTest(_parent.tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
_parent.hp = _parent.hp - 1;
_parent.gotoAndStop("hit1");
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 3
gotoAndPlay (2);
Symbol 705 MovieClip [baddie2] Frame 4
_root.enemies = _root.enemies - 1;
Symbol 705 MovieClip [baddie2] Frame 41
this.removeMovieClip();
stop();
Symbol 705 MovieClip [baddie2] Frame 42
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 43
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 44
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 45
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 46
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 47
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 48
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 49
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 50
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 51
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 52
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 53
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 54
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 55
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 56
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 57
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 58
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 59
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 60
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 61
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 62
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 63
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 64
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 65
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 66
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 67
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 68
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 69
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 70
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 71
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 72
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 73
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 74
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 75
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 76
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 77
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 78
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 79
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 80
f = [81, 128];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 81
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 82
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 83
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 84
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 85
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 86
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 87
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 88
knife.gotoAndPlay(2);
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 89
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 90
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 91
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 92
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 93
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 94
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 95
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 96
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 97
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 98
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 99
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 100
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 101
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 102
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 103
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 104
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 105
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 106
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 107
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 108
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 109
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 110
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 111
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 112
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 113
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 114
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 115
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 116
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 117
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 118
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 119
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 120
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 121
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 122
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 123
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 124
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 125
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 126
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 127
gotoAndPlay (2);
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 128
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 129
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 130
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 131
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 132
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 133
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 134
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 135
knife2.gotoAndPlay(2);
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 136
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 137
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 138
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 139
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 140
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 141
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 142
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 143
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 144
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 145
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 146
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 147
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 148
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 149
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 150
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 151
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 152
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 153
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 154
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 155
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 156
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 157
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 158
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 159
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 160
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 161
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 162
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 163
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 164
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 165
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 166
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 167
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 168
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 169
gotoAndPlay (2);
if (_root.guy.highkick.highkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.highkick.highkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (214);
} else if (_root.guy.lowkick.lowkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (173);
} else if (_root.guy.punch.punch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (212);
} else if (_root.guy.punch.punch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser) and (hp eq 0)) {
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
gotoAndPlay (215);
} else if (_root.guy.lowpunch.lowpunch.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (172);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "on")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
gotoAndPlay (213);
} else if ((_root.guy.jumpkick.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if ((_root.guy.jumpkick2.jumpkick.hitTest(tosser) and (hp eq 0)) and (_root.blood == "off")) {
this.scores.gotoAndPlay("score1000");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 1000;
Hit1 = new Sound();
Hit1.attachSound("Hit1");
Hit1.start();
Aouw = new Sound();
Aouw.attachSound("Aouw");
Aouw.start();
gotoAndPlay (224);
} else if (_root.guy.jumpkick.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.guy.jumpkick2.jumpkick.hitTest(tosser)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
hp = hp - 1;
gotoAndStop (171);
} else if (_root.special == "on") {
f = [216, 217];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.pause == "on") {
f = [218, 219];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
} else if (_root.killallenemies == "on") {
gotoAndStop (170);
}
Symbol 705 MovieClip [baddie2] Frame 170
stop();
Symbol 705 MovieClip [baddie2] Frame 171
stop();
Symbol 705 MovieClip [baddie2] Frame 172
stop();
Symbol 705 MovieClip [baddie2] Frame 173
stop();
Symbol 705 MovieClip [baddie2] Frame 174
_root.enemies = _root.enemies - 1;
Symbol 705 MovieClip [baddie2] Frame 211
this.removeMovieClip();
stop();
Symbol 705 MovieClip [baddie2] Frame 212
_root.enemies = _root.enemies - 1;
_root.guage.gotoAndStop(_root.guage._currentframe + 3);
stop();
Symbol 705 MovieClip [baddie2] Frame 213
_root.enemies = _root.enemies - 1;
_root.guage.gotoAndStop(_root.guage._currentframe + 4);
stop();
Symbol 705 MovieClip [baddie2] Frame 214
_root.enemies = _root.enemies - 1;
_root.guage.gotoAndStop(_root.guage._currentframe + 3);
stop();
Symbol 705 MovieClip [baddie2] Frame 215
_root.enemies = _root.enemies - 1;
_root.guage.gotoAndStop(_root.guage._currentframe + 3);
stop();
Symbol 705 MovieClip [baddie2] Frame 216
stop();
Instance of Symbol 624 MovieClip in Symbol 705 MovieClip [baddie2] Frame 216
onClipEvent (enterFrame) {
if (_root.shootandhitlow == "on") {
_parent.gotoAndPlay(222);
} else if (_root.hadouken == "on") {
_parent.gotoAndPlay(223);
} else if (_root.shootdone == "on") {
_parent.gotoAndPlay(2);
} else if (_root.guy.ND.sword.hitTest(_parent)) {
_parent.gotoAndPlay(226);
}
}
Symbol 705 MovieClip [baddie2] Frame 217
stop();
Instance of Symbol 625 MovieClip in Symbol 705 MovieClip [baddie2] Frame 217
onClipEvent (enterFrame) {
if (_root.shootandhitlow == "on") {
_parent.gotoAndPlay(222);
} else if (_root.hadouken == "on") {
_parent.gotoAndPlay(223);
} else if (_root.shootdone == "on") {
_parent.gotoAndPlay(2);
} else if (_root.guy.ND.sword.hitTest(_parent)) {
_parent.gotoAndPlay(226);
}
}
Symbol 705 MovieClip [baddie2] Frame 218
stop();
Instance of Symbol 624 MovieClip in Symbol 705 MovieClip [baddie2] Frame 218
onClipEvent (enterFrame) {
if (_root.pause == "off") {
_parent.gotoAndPlay(2);
}
}
Symbol 705 MovieClip [baddie2] Frame 219
stop();
Instance of Symbol 625 MovieClip in Symbol 705 MovieClip [baddie2] Frame 219
onClipEvent (enterFrame) {
if (_root.pause == "off") {
_parent.gotoAndPlay(2);
}
}
Symbol 705 MovieClip [baddie2] Frame 220
stop();
Symbol 705 MovieClip [baddie2] Frame 221
_root.enemies = _root.enemies - 1;
_root.guage.gotoAndStop(_root.guage._currentframe + 2);
stop();
Symbol 705 MovieClip [baddie2] Frame 222
stop();
Symbol 705 MovieClip [baddie2] Frame 223
stop();
Instance of Symbol 625 MovieClip in Symbol 705 MovieClip [baddie2] Frame 223
onClipEvent (enterFrame) {
if (_root.guy.hadoukenguy.hadoukenball.hitTest(_parent)) {
_parent.gotoAndPlay(224);
} else if (_root.hadouken == "off") {
_parent.gotoAndPlay(2);
}
}
Symbol 705 MovieClip [baddie2] Frame 224
scores._xscale = this._xscale;
scores.gotoAndPlay("score400");
_root.panel.score = _root.panel.score + 400;
_root.enemies = _root.enemies - 1;
_root.guage.gotoAndStop(_root.guage._currentframe + 3);
stop();
Symbol 705 MovieClip [baddie2] Frame 225
_root.enemies = _root.enemies - 1;
_root.guage.gotoAndStop(_root.guage._currentframe + 3);
stop();
Symbol 705 MovieClip [baddie2] Frame 226
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
_root.enemies = _root.enemies - 1;
_root.guage.gotoAndStop(_root.guage._currentframe + 3);
stop();
Symbol 705 MovieClip [baddie2] Frame 227
stop();
Symbol 733 MovieClip Frame 1
_parent.create(_parent.enemy);
Symbol 733 MovieClip Frame 3
_parent.reset(_parent.enemy);
Symbol 733 MovieClip Frame 5
_parent.create(_parent.enemy);
Symbol 733 MovieClip Frame 7
_parent.reset(_parent.enemy);
Symbol 733 MovieClip Frame 9
_parent.create(_parent.enemy);
Symbol 733 MovieClip Frame 11
_parent.reset(_parent.enemy);
Symbol 733 MovieClip Frame 13
_parent.create(_parent.enemy);
Symbol 733 MovieClip Frame 15
_parent.reset(_parent.enemy);
Symbol 733 MovieClip Frame 17
_parent.create(_parent.enemy);
Symbol 733 MovieClip Frame 19
_parent.reset(_parent.enemy);
Symbol 733 MovieClip Frame 21
_parent.create(_parent.enemy);
Symbol 733 MovieClip Frame 23
_parent.reset(_parent.enemy);
stop();
Symbol 777 MovieClip Frame 7
stop();
Instance of Symbol 228 MovieClip "box" in Symbol 828 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.guy.hitTest(this) and (_parent.dead == "no")) {
if (nohitting4 == 0) {
nohitting4 = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting4 = 0;
}
}
Symbol 835 MovieClip Frame 43
stop();
Symbol 842 MovieClip Frame 10
stop();
Symbol 843 MovieClip [Baddie8] Frame 1
dead = "no";
Instance of Symbol 22 MovieClip in Symbol 843 MovieClip [Baddie8] Frame 1
onClipEvent (enterFrame) {
if (_root.boss <= 0) {
_parent.gotoAndPlay("die");
} else if (_root.player <= 0) {
trace("dead");
_parent.dead = "yes";
_parent.stop();
}
}
Symbol 843 MovieClip [Baddie8] Frame 22
_root.guy.gotoAndStop("Stage4Hit");
Symbol 843 MovieClip [Baddie8] Frame 364
_root.guy.moi.gotoAndPlay(30);
Symbol 843 MovieClip [Baddie8] Frame 415
function create(name) {
var d = new Color(name);
var t = {ra:255, ga:255, ba:255, rb:255, gb:255, bb:255};
d.setTransform(t);
}
function reset(name) {
var d = new Color(name);
var t = {ra:100, ga:100, ba:100, rb:0, gb:0, bb:0};
d.setTransform(t);
}
_root.LevelOneBossTune.s.start(_root.LevelOneBossTune.gotoAndStop(3));
Instance of Symbol 228 MovieClip "hit" in Symbol 843 MovieClip [Baddie8] Frame 426
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(this) and (_parent.dead == "no")) {
if (nohitting4 == 0) {
nohitting4 = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting4 = 0;
}
}
Symbol 843 MovieClip [Baddie8] Frame 427
_root.guy.gotoAndStop("stand");
Instance of Symbol 793 MovieClip in Symbol 843 MovieClip [Baddie8] Frame 443
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(this) and (_parent.dead == "no")) {
if (nohitting == 0) {
nohitting = 1;
trace("dd");
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(this) and (_parent.dead == "no")) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(this) and (_parent.dead == "no")) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Instance of Symbol 793 MovieClip in Symbol 843 MovieClip [Baddie8] Frame 462
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(this) and (_parent.dead == "no")) {
if (nohitting == 0) {
nohitting = 1;
trace("dd");
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(this) and (_parent.dead == "no")) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(this) and (_parent.dead == "no")) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Instance of Symbol 766 MovieClip in Symbol 843 MovieClip [Baddie8] Frame 511
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(this) and (_parent.dead == "no")) {
if (nohitting == 0) {
nohitting = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
}
Instance of Symbol 766 MovieClip "enemy" in Symbol 843 MovieClip [Baddie8] Frame 516
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(this) and (_parent.dead == "no")) {
if (nohitting == 0) {
nohitting = 1;
trace("dd");
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(this) and (_parent.dead == "no")) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(this) and (_parent.dead == "no")) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Instance of Symbol 766 MovieClip in Symbol 843 MovieClip [Baddie8] Frame 590
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(this) and (_parent.dead == "no")) {
if (nohitting == 0) {
nohitting = 1;
trace("dd");
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(this) and (_parent.dead == "no")) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(this) and (_parent.dead == "no")) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Symbol 843 MovieClip [Baddie8] Frame 651
gotoAndPlay (668);
Symbol 843 MovieClip [Baddie8] Frame 660
point15 = new object();
point15.x = random(256);
point15.y = 10;
_root.bg.globalToLocal(point15);
_root.bg.attachMovie("CV1", "baddie58" + enemycount, enemycount);
_root.bg["baddie58" + enemycount]._x = point15.x;
_root.bg["baddie58" + enemycount]._y = 15;
stop();
Instance of Symbol 22 MovieClip in Symbol 843 MovieClip [Baddie8] Frame 660
onClipEvent (enterFrame) {
if (_root.enemy == 1) {
_parent.gotoAndStop("enemy2");
}
}
Symbol 843 MovieClip [Baddie8] Frame 661
point20 = new object();
point20.x = random(256);
point20.y = 10;
_root.bg.globalToLocal(point20);
_root.bg.attachMovie("CV1", "baddie59" + enemycount, enemycount);
_root.bg["baddie59" + enemycount]._x = point20.x;
_root.bg["baddie59" + enemycount]._y = 15;
stop();
Instance of Symbol 22 MovieClip in Symbol 843 MovieClip [Baddie8] Frame 661
onClipEvent (enterFrame) {
if (_root.enemy == 2) {
_parent.gotoAndPlay("enemy3");
}
}
Instance of Symbol 766 MovieClip in Symbol 843 MovieClip [Baddie8] Frame 668
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(this) and (_parent.dead == "no")) {
if (nohitting == 0) {
nohitting = 1;
trace("dd");
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(this) and (_parent.dead == "no")) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(this) and (_parent.dead == "no")) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Instance of Symbol 766 MovieClip in Symbol 843 MovieClip [Baddie8] Frame 714
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(this) and (_parent.dead == "no")) {
if (nohitting == 0) {
nohitting = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(this) and (_parent.dead == "no")) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(this) and (_parent.dead == "no")) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Instance of Symbol 828 MovieClip in Symbol 843 MovieClip [Baddie8] Frame 729
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(this.box) and (_parent.dead == "no")) {
if (nohitting == 0) {
nohitting = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(this.box) and (_parent.dead == "no")) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(this.box) and (_parent.dead == "no")) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Instance of Symbol 228 MovieClip "hit" in Symbol 843 MovieClip [Baddie8] Frame 810
/* no clip actions */
Instance of Symbol 228 MovieClip "hit" in Symbol 843 MovieClip [Baddie8] Frame 823
onClipEvent (enterFrame) {
if (_root.guy.lowkick.lowkick.hitTest(this)) {
if (nohitting == 0) {
nohitting = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
trace("lowkick");
_root.boss = _root.boss - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting = 0;
}
if (_root.guy.highkick.highkick.hitTest(this)) {
if (nohitting2 == 0) {
nohitting2 = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
trace("highkick");
_root.boss = _root.boss - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting2 = 0;
}
if (_root.guy.lowpunch.lowpunch.hitTest(this)) {
if (nohitting3 == 0) {
nohitting3 = 1;
Hit = new Sound();
Hit.attachSound("Hit");
Hit.start();
trace("lowpunch");
_root.boss = _root.boss - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting3 = 0;
}
if (_root.guy.punch.punch.hitTest(this)) {
if (nohitting4 == 0) {
nohitting4 = 1;
Hit = new Sound();
Hit.attachSound("Hit");
Hit.start();
trace("highkick");
_root.boss = _root.boss - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting4 = 0;
}
if (_root.guy.jumpkick.jumpkick.hitTest(this)) {
if (nohitting5 == 0) {
nohitting5 = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
trace("highkick");
_root.boss = _root.boss - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting5 = 0;
}
}
Symbol 843 MovieClip [Baddie8] Frame 874
_root.enemy = 0;
gotoAndPlay (431);
Symbol 843 MovieClip [Baddie8] Frame 875
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
s011 = new Sound();
s011.attachSound("s011");
s011.start();
Symbol 843 MovieClip [Baddie8] Frame 896
_root.OnStage = 5;
trace("onstage=5");
_root.lockscroll = "off";
_root.bossdead = "on";
stop();
Symbol 849 MovieClip Frame 30
stop();
Symbol 854 MovieClip Frame 8
stop();
Symbol 855 MovieClip [Baddie10] Frame 1
_root.shootdone = "off";
_root.specialdone = "off";
stop();
Instance of Symbol 228 MovieClip "box" in Symbol 855 MovieClip [Baddie10] Frame 1
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(_parent.box)) {
if (nohitting == 0) {
nohitting = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
_parent.a.stop();
_parent.spikes.stop();
}
} else {
nohitting = 0;
_parent.a.play();
_parent.spikes.play();
}
}
Instance of Symbol 22 MovieClip in Symbol 855 MovieClip [Baddie10] Frame 1
onClipEvent (enterFrame) {
if (_root.enemies < 1) {
_root.bg.Enemyblock.gotoAndStop("Off");
} else if (_parent.hitTest(_root.bg.Enemyblock)) {
_parent.gotoandstop("kill");
}
}
Instance of Symbol 22 MovieClip in Symbol 855 MovieClip [Baddie10] Frame 1
onClipEvent (enterFrame) {
if (_root.guy.lowkick.lowkick.hitTest(_parent.box)) {
if (nohitting == 0) {
nohitting = 1;
_parent.deathh._xscale = _parent._xscale;
_parent.deathh.gotoAndStop("dead");
_parent.scores.gotoAndPlay("score100");
_parent.scores._xscale = _parent._xscale;
_root.panel.score = _root.panel.score + 100;
_root.enemies = _root.enemies - 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
_parent.gotoAndStop("death");
} else {
nohitting = 0;
}
}
if (_root.guy.lowpunch.lowpunch.hitTest(_parent.box)) {
if (nohitting1 == 0) {
nohitting1 = 1;
Hit = new Sound();
Hit.attachSound("Hit");
Hit.start();
_parent.deathh._xscale = _parent._xscale;
_parent.deathh.gotoAndStop("dead");
_parent.scores.gotoAndPlay("score100");
_parent.scores._xscale = _parent._xscale;
_root.panel.score = _root.panel.score + 100;
_root.enemies = _root.enemies - 1;
_parent.gotoAndStop("death");
} else {
nohitting1 = 0;
}
} else if (_root.killallenemies == "on") {
_parent.gotoAndStop("kill");
} else if (_root.special == "on") {
_root.shootdone = "off";
_parent.gotoAndStop("special");
} else if (_root.pause == "on") {
_parent.gotoAndStop("pause");
}
}
Instance of Symbol 22 MovieClip in Symbol 855 MovieClip [Baddie10] Frame 1
onClipEvent (enterFrame) {
if (_root.enemies < 1) {
_root.bg.Enemyblock.gotoAndStop("Off");
} else if (_parent.hitTest(_root.bg.Enemyblock)) {
_parent.gotoandstop("Enemyblock");
}
}
Symbol 855 MovieClip [Baddie10] Frame 2
_root.guage.gotoAndStop(_root.guage._currentframe + 1);
stop();
Symbol 855 MovieClip [Baddie10] Frame 3
stop();
Symbol 855 MovieClip [Baddie10] Frame 4
stop();
Instance of Symbol 850 MovieClip in Symbol 855 MovieClip [Baddie10] Frame 4
onClipEvent (enterFrame) {
if (_root.passauf == "on") {
_parent.gotoAndStop("shoot");
} else if (_root.shootdone == "on") {
_parent.gotoAndPlay(1);
} else if (_root.guy.hadoukenguy.hadoukenball.hitTest(_parent.box)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
_parent.gotoAndStop("death");
} else if (_root.guy.ND.sword.hitTest(_parent.box)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
_parent.gotoAndStop("death");
}
}
Instance of Symbol 228 MovieClip "box" in Symbol 855 MovieClip [Baddie10] Frame 4
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(_parent.box)) {
if (nohitting == 0) {
nohitting = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
_parent.a.stop();
_parent.spikes.stop();
}
} else {
nohitting = 0;
_parent.a.play();
_parent.spikes.play();
}
}
Symbol 855 MovieClip [Baddie10] Frame 5
trace("sss");
stop();
Instance of Symbol 850 MovieClip in Symbol 855 MovieClip [Baddie10] Frame 5
onClipEvent (enterFrame) {
if (_root.pause == "off") {
_parent.gotoAndPlay(1);
}
}
Symbol 855 MovieClip [Baddie10] Frame 6
stop();
Symbol 855 MovieClip [Baddie10] Frame 7
stop();
Instance of Symbol 854 MovieClip in Symbol 855 MovieClip [Baddie10] Frame 7
onClipEvent (enterFrame) {
if (_root.shootdone == "on") {
_parent.gotoAndPlay(1);
}
}
Symbol 855 MovieClip [Baddie10] Frame 8
stop();
Symbol 862 MovieClip Frame 33
stop();
Symbol 865 MovieClip [Baddie4] Frame 1
_root.shootdone = "off";
_root.specialdone = "off";
stop();
Instance of Symbol 228 MovieClip "box" in Symbol 865 MovieClip [Baddie4] Frame 1
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(_parent.box)) {
if (nohitting == 0) {
nohitting = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
_parent.a.stop();
_parent.spikes.stop();
}
} else {
nohitting = 0;
_parent.a.play();
_parent.spikes.play();
}
}
Instance of Symbol 22 MovieClip in Symbol 865 MovieClip [Baddie4] Frame 1
onClipEvent (enterFrame) {
if (_root.enemies < 1) {
_root.bg.Enemyblock.gotoAndStop("Off");
} else if (_parent.hitTest(_root.bg.Enemyblock)) {
_parent.gotoandstop("kill");
}
}
Instance of Symbol 22 MovieClip in Symbol 865 MovieClip [Baddie4] Frame 1
onClipEvent (enterFrame) {
if (_root.guy.lowkick.lowkick.hitTest(_parent.box)) {
if (nohitting == 0) {
nohitting = 1;
_parent.deathh._xscale = _parent._xscale;
_parent.deathh.gotoAndStop("dead");
_root.enemies = _root.enemies - 1;
trace("22");
_parent.gotoAndStop("death");
} else {
nohitting = 0;
}
} else if (_root.killallenemies == "on") {
_parent.gotoAndStop("kill");
} else if (_root.special == "on") {
_parent.gotoAndStop("special");
} else if (_root.pause == "on") {
_parent.gotoAndStop("pause");
}
}
Instance of Symbol 22 MovieClip in Symbol 865 MovieClip [Baddie4] Frame 1
onClipEvent (enterFrame) {
if (_root.enemies < 1) {
_root.bg.Enemyblock.gotoAndStop("Off");
} else if (_parent.hitTest(_root.bg.Enemyblock)) {
_parent.gotoandstop("Enemyblock");
}
}
Symbol 865 MovieClip [Baddie4] Frame 2
this.scores.gotoAndPlay("score100");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 100;
_root.guage.gotoAndStop(_root.guage._currentframe + 1);
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
stop();
Symbol 865 MovieClip [Baddie4] Frame 3
stop();
Symbol 865 MovieClip [Baddie4] Frame 4
stop();
Instance of Symbol 863 MovieClip in Symbol 865 MovieClip [Baddie4] Frame 4
onClipEvent (enterFrame) {
if (_root.shootdone == "on") {
_parent.gotoAndPlay(1);
} else if (_root.guy.hadoukenguy.hadoukenball.hitTest(_parent.box)) {
_parent.gotoAndStop("death");
}
}
Instance of Symbol 228 MovieClip "box" in Symbol 865 MovieClip [Baddie4] Frame 4
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(_parent.box)) {
if (nohitting == 0) {
nohitting = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
_parent.a.stop();
_parent.spikes.stop();
}
} else {
nohitting = 0;
_parent.a.play();
_parent.spikes.play();
}
}
Symbol 865 MovieClip [Baddie4] Frame 5
stop();
Instance of Symbol 864 MovieClip in Symbol 865 MovieClip [Baddie4] Frame 5
onClipEvent (enterFrame) {
if (_root.pause == "off") {
_parent.gotoAndPlay(1);
}
}
Symbol 865 MovieClip [Baddie4] Frame 6
stop();
Symbol 871 MovieClip Frame 1
Symbol 871 MovieClip Frame 15
stop();
Instance of Symbol 22 MovieClip in Symbol 874 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.shootandhit == "on") {
_parent._parent.scores.gotoAndPlay("score200");
_parent._parent.scores._xscale = _parent._xscale;
_root.panel.score = _root.panel.score + 200;
_parent._parent.gotoAndStop("death");
} else if (_root.shootandhitlow == "on") {
_parent.gotoAndPlay(1);
}
}
Symbol 874 MovieClip Frame 11
stop();
Symbol 875 MovieClip [Baddie33] Frame 1
_root.shootdone = "off";
_root.specialdone = "off";
function create(name) {
var d = new Color(name);
var t = {ra:255, ga:255, ba:255, rb:255, gb:255, bb:255};
d.setTransform(t);
}
function reset(name) {
var d = new Color(name);
var t = {ra:100, ga:100, ba:100, rb:0, gb:0, bb:0};
d.setTransform(t);
}
if (bo == true) {
} else {
bo = true;
life = 3;
}
stop();
Instance of Symbol 870 MovieClip "spikes" in Symbol 875 MovieClip [Baddie33] Frame 1
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(_parent.box)) {
if (nohitting == 0) {
nohitting = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
_parent.a.stop();
_parent.spikes.stop();
}
} else {
nohitting = 0;
_parent.a.play();
_parent.spikes.play();
}
}
Instance of Symbol 22 MovieClip in Symbol 875 MovieClip [Baddie33] Frame 1
onClipEvent (enterFrame) {
if (_root.enemies < 1) {
_root.bg.Enemyblock.gotoAndStop("Off");
} else if (_parent.hitTest(_root.bg.Enemyblock)) {
_parent.gotoandstop("kill");
}
}
Instance of Symbol 22 MovieClip in Symbol 875 MovieClip [Baddie33] Frame 1
onClipEvent (enterFrame) {
if (_root.guy.lowkick.lowkick.hitTest(_parent.box)) {
if (nohitting == 0) {
nohitting = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
trace("lowkick");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting = 0;
}
if (_root.guy.highkick.highkick.hitTest(_parent.box)) {
if (nohitting2 == 0) {
nohitting2 = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
trace("highkick");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting2 = 0;
}
if (_root.guy.lowpunch.lowpunch.hitTest(_parent.box)) {
if (nohitting3 == 0) {
nohitting3 = 1;
Hit = new Sound();
Hit.attachSound("Hit");
Hit.start();
trace("lowpunch");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting3 = 0;
}
if (_root.guy.punch.punch.hitTest(_parent.box)) {
if (nohitting4 == 0) {
nohitting4 = 1;
Hit = new Sound();
Hit.attachSound("Hit");
Hit.start();
trace("highkick");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting4 = 0;
}
if (_root.guy.jumpkick.jumpkick.hitTest(_parent.box)) {
if (nohitting5 == 0) {
nohitting5 = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
trace("highkick");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting5 = 0;
}
if (_root.special == "on") {
f = ["special", "special2"];
r = random(2);
frame = f[r];
_parent.gotoAndStop(frame);
} else if (_root.pause == "on") {
f = ["pause", "pause2"];
r = random(2);
frame = f[r];
_parent.gotoAndStop(frame);
} else if (_root.killallenemies == "on") {
trace("killallenemies");
_parent.gotoAndStop("kill");
}
}
Instance of Symbol 22 MovieClip in Symbol 875 MovieClip [Baddie33] Frame 1
onClipEvent (enterFrame) {
if (_parent.life <= 0) {
_parent.gotoAndStop("death");
}
}
Symbol 875 MovieClip [Baddie33] Frame 2
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
_root.enemies = _root.enemies - 1;
_root.guage.gotoAndStop(_root.guage._currentframe + 3);
stop();
Symbol 875 MovieClip [Baddie33] Frame 3
stop();
Symbol 875 MovieClip [Baddie33] Frame 4
trace("special");
stop();
Instance of Symbol 872 MovieClip in Symbol 875 MovieClip [Baddie33] Frame 4
onClipEvent (enterFrame) {
if (_root.shootandhitlow == "on") {
_parent.gotoAndPlay("shoot");
} else if (_root.shootdone == "on") {
_parent.gotoAndPlay(1);
} else if (_root.guy.hadoukenguy.hadoukenball.hitTest(_parent.box)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
_parent.gotoAndPlay("death");
} else if (_root.guy.ND.sword.hitTest(_parent.box)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
_parent.gotoAndStop("death");
}
}
Symbol 875 MovieClip [Baddie33] Frame 5
stop();
Instance of Symbol 873 MovieClip in Symbol 875 MovieClip [Baddie33] Frame 5
onClipEvent (enterFrame) {
if (_root.shootandhitlow == "on") {
_parent.gotoAndPlay("shoot");
} else if (_root.shootdone == "on") {
_parent.gotoAndPlay(1);
} else if (_root.guy.hadoukenguy.hadoukenball.hitTest(_parent.box)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
_parent.gotoAndPlay("death");
} else if (_root.guy.ND.sword.hitTest(_parent.box)) {
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
_parent.gotoAndStop("death");
}
}
Symbol 875 MovieClip [Baddie33] Frame 6
stop();
Instance of Symbol 872 MovieClip in Symbol 875 MovieClip [Baddie33] Frame 6
onClipEvent (enterFrame) {
if (_root.pause == "off") {
_parent.gotoAndPlay(1);
}
}
Symbol 875 MovieClip [Baddie33] Frame 7
stop();
Instance of Symbol 873 MovieClip in Symbol 875 MovieClip [Baddie33] Frame 7
onClipEvent (enterFrame) {
if (_root.pause == "off") {
_parent.gotoAndPlay(1);
}
}
Symbol 875 MovieClip [Baddie33] Frame 8
stop();
Symbol 875 MovieClip [Baddie33] Frame 9
stop();
Symbol 886 MovieClip Frame 11
stop();
Symbol 887 MovieClip Frame 1
stop();
Symbol 887 MovieClip Frame 2
stop();
Symbol 888 MovieClip [Baddie45] Frame 1
if (bo == true) {
} else {
bo = true;
life = 3;
}
_root.shootdone = "off";
_root.specialdone = "off";
stop();
Instance of Symbol 519 MovieClip "spikes" in Symbol 888 MovieClip [Baddie45] Frame 1
onClipEvent (enterFrame) {
if ((_root.pause == "off") and (_root.mjao == 0)) {
_parent.gotoAndStop(1);
} else if (_root.shootdone == "on") {
_parent.gotoAndPlay(1);
} else if (_root.hadouken == "on") {
_parent.gotoAndPlay(301);
}
}
Instance of Symbol 228 MovieClip "box" in Symbol 888 MovieClip [Baddie45] Frame 1
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(_parent.box)) {
if (nohitting == 0) {
nohitting = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
_parent.a.stop();
_parent.spikes.stop();
}
} else {
nohitting = 0;
_parent.a.play();
_parent.spikes.play();
}
}
Instance of Symbol 22 MovieClip in Symbol 888 MovieClip [Baddie45] Frame 1
onClipEvent (enterFrame) {
if (_root.enemies < 1) {
_root.bg.Enemyblock.gotoAndStop("Off");
} else if (_parent.hitTest(_root.bg.Enemyblock)) {
_parent.gotoandstop("kill");
}
}
Instance of Symbol 22 MovieClip in Symbol 888 MovieClip [Baddie45] Frame 1
onClipEvent (enterFrame) {
if (_root.guy.lowkick.lowkick.hitTest(_parent.box)) {
if (nohitting == 0) {
nohitting = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
trace("lowkick");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting = 0;
}
if (_root.guy.highkick.highkick.hitTest(_parent.box)) {
if (nohitting2 == 0) {
nohitting2 = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
trace("highkick");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting2 = 0;
}
if (_root.guy.lowpunch.lowpunch.hitTest(_parent.box)) {
if (nohitting3 == 0) {
nohitting3 = 1;
Hit = new Sound();
Hit.attachSound("Hit");
Hit.start();
trace("lowpunch");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting3 = 0;
}
if (_root.guy.punch.punch.hitTest(_parent.box)) {
if (nohitting4 == 0) {
nohitting4 = 1;
Hit = new Sound();
Hit.attachSound("Hit");
Hit.start();
trace("highkick");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting4 = 0;
}
if (_root.guy.jumpkick.jumpkick.hitTest(_parent.box)) {
if (nohitting5 == 0) {
nohitting5 = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
trace("highkick");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting5 = 0;
}
if (_root.killallenemies == "on") {
_parent.gotoAndStop("kill");
} else if (_root.special == "on") {
_parent.gotoAndStop("pause");
} else if (_root.pause == "on") {
_parent.gotoAndStop("pause");
}
}
Symbol 888 MovieClip [Baddie45] Frame 2
stop();
Symbol 888 MovieClip [Baddie45] Frame 3
stop();
Symbol 888 MovieClip [Baddie45] Frame 4
spikes.stop();
stop();
Instance of Symbol 907 MovieClip in Symbol 908 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pause == "off") {
_parent.gotoAndPlay(1);
}
}
Instance of Symbol 22 MovieClip in Symbol 908 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.shootandhit == "on") {
trace("ching! bullet does nothing");
}
}
Symbol 909 MovieClip [Baddie99] Frame 1
_root.shootdone = "off";
_root.specialdone = "off";
stop();
function create(name) {
var d = new Color(name);
var t = {ra:255, ga:255, ba:255, rb:255, gb:255, bb:255};
d.setTransform(t);
}
function reset(name) {
var d = new Color(name);
var t = {ra:100, ga:100, ba:100, rb:0, gb:0, bb:0};
d.setTransform(t);
}
if (bo == true) {
} else {
bo = true;
life = 3;
}
Instance of Symbol 228 MovieClip "box" in Symbol 909 MovieClip [Baddie99] Frame 1
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(_parent.box)) {
if (nohitting == 0) {
nohitting = 1;
_root.guy.gotoAndStop("hit3");
_root.player = _root.player - 1;
_parent.a.stop();
_parent.spikes.stop();
}
} else {
nohitting = 0;
_parent.a.play();
_parent.spikes.play();
}
}
Instance of Symbol 22 MovieClip in Symbol 909 MovieClip [Baddie99] Frame 1
onClipEvent (enterFrame) {
if (_root.enemies < 1) {
_root.bg.Enemyblock.gotoAndStop("Off");
} else if (_parent.hitTest(_root.bg.Enemyblock)) {
_parent.gotoandstop("kill");
}
}
Instance of Symbol 22 MovieClip in Symbol 909 MovieClip [Baddie99] Frame 1
onClipEvent (enterFrame) {
if (_root.guy.lowkick.lowkick.hitTest(_parent.box)) {
if (nohitting == 0) {
nohitting = 1;
md = new Sound();
md.attachSound("metaldull");
md.start(0.01, 0);
md1 = new Sound();
md1.attachSound("metaldull");
md1.start(0.01, 0);
trace("lowkick");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting = 0;
}
if (_root.guy.highkick.highkick.hitTest(_parent.box)) {
if (nohitting2 == 0) {
nohitting2 = 1;
md = new Sound();
md.attachSound("metaldull");
md.start(0.01, 0);
md1 = new Sound();
md1.attachSound("metaldull");
md1.start(0.01, 0);
trace("highkick");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting2 = 0;
}
if (_root.guy.lowpunch.lowpunch.hitTest(_parent.box)) {
if (nohitting3 == 0) {
nohitting3 = 1;
md = new Sound();
md.attachSound("metaldull");
md.start(0.01, 0);
md1 = new Sound();
md1.attachSound("metaldull");
md1.start(0.01, 0);
trace("lowpunch");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting3 = 0;
}
if (_root.guy.punch.punch2.hitTest(_parent.box)) {
if (nohitting4 == 0) {
nohitting4 = 1;
md = new Sound();
md.attachSound("metaldull");
md.start(0.01, 0);
md1 = new Sound();
md1.attachSound("metaldull");
md1.start(0.01, 0);
trace("highkick");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting4 = 0;
}
if (_root.guy.jumpkick.jumpkick.hitTest(_parent.box)) {
if (nohitting5 == 0) {
nohitting5 = 1;
md = new Sound();
md.attachSound("metaldull");
md.start(0.01, 0);
md1 = new Sound();
md1.attachSound("metaldull");
md1.start(0.01, 0);
trace("highkick");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting5 = 0;
}
if (_root.killallenemies == "on") {
_parent.gotoAndStop("kill");
} else if (_root.special == "on") {
_parent.gotoAndStop("special");
} else if (_root.pause == "on") {
_parent.gotoAndStop("pause");
}
}
Instance of Symbol 22 MovieClip in Symbol 909 MovieClip [Baddie99] Frame 1
onClipEvent (enterFrame) {
if (_parent.life <= 0) {
_parent.gotoAndStop("death");
}
}
Symbol 909 MovieClip [Baddie99] Frame 2
this.spikes._visible = false;
this.scores.gotoAndPlay("score800");
scores._xscale = this._xscale;
_root.panel.score = _root.panel.score + 800;
_root.enemies = _root.enemies - 1;
_root.guage.gotoAndStop(_root.guage._currentframe + 3);
stop();
Symbol 909 MovieClip [Baddie99] Frame 3
stop();
Symbol 909 MovieClip [Baddie99] Frame 4
spikes.stop();
stop();
Instance of Symbol 905 MovieClip in Symbol 909 MovieClip [Baddie99] Frame 4
onClipEvent (enterFrame) {
if (_root.passauf == "on") {
_parent.gotoAndPlay("shoot");
} else if (_root.shootdone == "on") {
_parent.gotoAndStop(1);
}
}
Symbol 909 MovieClip [Baddie99] Frame 5
spikes.stop();
stop();
Instance of Symbol 905 MovieClip in Symbol 909 MovieClip [Baddie99] Frame 5
onClipEvent (enterFrame) {
if (_root.pause == "off") {
_parent.gotoAndPlay(1);
}
}
Symbol 909 MovieClip [Baddie99] Frame 6
stop();
Instance of Symbol 905 MovieClip "spikes" in Symbol 909 MovieClip [Baddie99] Frame 6
onClipEvent (enterFrame) {
if (_root.pause == "off") {
_parent.gotoAndPlay(1);
}
}
Symbol 910 MovieClip Frame 1
function move() {
point = new object();
point.x = _root.Guy._x;
point.y = _root.Guy._y;
_root.bg.globalToLocal(point);
if (_parent._x < point.x) {
_parent._xscale = 100;
_parent._x = _parent._x + 1;
}
if (_parent._x > point.x) {
_parent._xscale = -100;
_parent._x = _parent._x - 1;
}
}
move();
Symbol 910 MovieClip Frame 2
function move() {
point = new object();
point.x = _root.Guy._x;
point.y = _root.Guy._y;
_root.bg.globalToLocal(point);
if (_parent._x < point.x) {
_parent._xscale = 100;
_parent._x = _parent._x + 1;
}
if (_parent._x > point.x) {
_parent._xscale = -100;
_parent._x = _parent._x - 1;
}
}
move();
Symbol 919 MovieClip Frame 9
stop();
Symbol 919 MovieClip Frame 22
_parent.scores.gotoAndStop(1);
_root.enemy = _root.enemy + 1;
stop();
Symbol 920 MovieClip [CV1] Frame 1
function create(name) {
var d = new Color(name);
var t = {ra:255, ga:255, ba:255, rb:255, gb:255, bb:255};
d.setTransform(t);
}
function reset(name) {
var d = new Color(name);
var t = {ra:100, ga:100, ba:100, rb:0, gb:0, bb:0};
d.setTransform(t);
}
life = 3;
stop();
Instance of Symbol 228 MovieClip "box" in Symbol 920 MovieClip [CV1] Frame 1
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(_parent.box)) {
if (nohitting == 0) {
nohitting = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
_parent.a.stop();
_parent.spikes.spikes.stop();
}
} else {
nohitting = 0;
_parent.a.play();
_parent.spikes.spikes.play();
}
}
Instance of Symbol 22 MovieClip in Symbol 920 MovieClip [CV1] Frame 1
onClipEvent (enterFrame) {
if (_root.guy.lowkick.lowkick.hitTest(_parent.box)) {
if (nohitting == 0) {
nohitting = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
trace("lowkick");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting = 0;
}
if (_root.guy.highkick.highkick.hitTest(_parent.box)) {
if (nohitting2 == 0) {
nohitting2 = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
trace("highkick");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting2 = 0;
}
if (_root.guy.lowpunch.lowpunch.hitTest(_parent.box)) {
if (nohitting3 == 0) {
nohitting3 = 1;
Hit = new Sound();
Hit.attachSound("Hit");
Hit.start();
trace("lowpunch");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting3 = 0;
}
if (_root.guy.punch.punch.hitTest(_parent.box)) {
if (nohitting4 == 0) {
nohitting4 = 1;
Hit = new Sound();
Hit.attachSound("Hit");
Hit.start();
trace("highkick");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting4 = 0;
}
if (_root.guy.jumpkick.jumpkick.hitTest(_parent.box)) {
if (nohitting5 == 0) {
nohitting5 = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
trace("highkick");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting5 = 0;
}
}
Instance of Symbol 22 MovieClip in Symbol 920 MovieClip [CV1] Frame 1
onClipEvent (enterFrame) {
if (_parent.life <= 0) {
_parent.spikes.gotoAndPlay(10);
_parent.scores.gotoAndPlay("score100");
_parent.scores._xscale = _parent._xscale;
_root.panel.score = _root.panel.score + 100;
_parent.gotoAndStop(2);
}
}
Symbol 930 MovieClip Frame 39
stop();
Symbol 931 MovieClip [Baddie11] Frame 1
_root.shootdone = "off";
_root.hadouken = "off";
_root.specialdone = "off";
stop();
Instance of Symbol 228 MovieClip "box" in Symbol 931 MovieClip [Baddie11] Frame 1
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(_parent.box)) {
if (nohitting == 0) {
nohitting = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
_parent.a.stop();
_parent.spikes.stop();
}
} else {
nohitting = 0;
_parent.a.play();
_parent.spikes.play();
}
}
Instance of Symbol 22 MovieClip in Symbol 931 MovieClip [Baddie11] Frame 1
onClipEvent (enterFrame) {
if (_root.enemies < 1) {
_root.bg.Enemyblock.gotoAndStop("Off");
} else if (_parent.hitTest(_root.bg.Enemyblock)) {
_parent.gotoandstop("kill");
}
}
Instance of Symbol 22 MovieClip in Symbol 931 MovieClip [Baddie11] Frame 1
onClipEvent (enterFrame) {
if (_root.guy.lowkick.lowkick.hitTest(_parent.box)) {
if (nohitting == 0) {
nohitting = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
_parent.scores.gotoAndPlay("score100");
_parent.scores._xscale = _parent._xscale;
_root.panel.score = _root.panel.score + 100;
_root.enemies = _root.enemies - 1;
_parent.gotoAndStop("death");
} else {
nohitting = 0;
}
} else if (_root.guy.lowpunch.lowpunch.hitTest(_parent.box)) {
if (nohitting1 == 0) {
nohitting1 = 1;
Hit = new Sound();
Hit.attachSound("Hit");
Hit.start();
_parent.scores.gotoAndPlay("score200");
_parent.scores._xscale = _parent._xscale;
_root.panel.score = _root.panel.score + 200;
_root.enemies = _root.enemies - 1;
_parent.gotoAndStop("death");
} else {
nohitting1 = 0;
}
} else if (_root.killallenemies == "on") {
_parent.gotoAndStop("kill");
} else if (_root.special == "on") {
_parent.gotoAndStop("special");
} else if (_root.pause == "on") {
_parent.gotoAndStop("pause");
}
}
Symbol 931 MovieClip [Baddie11] Frame 2
_root.guage.gotoAndStop(_root.guage._currentframe + 1);
Symbol 931 MovieClip [Baddie11] Frame 6
stop();
Symbol 931 MovieClip [Baddie11] Frame 7
stop();
Symbol 931 MovieClip [Baddie11] Frame 8
trace("sss");
spikes.gotoAndStop(1);
stop();
Instance of Symbol 925 MovieClip "spikes" in Symbol 931 MovieClip [Baddie11] Frame 8
onClipEvent (enterFrame) {
if (_root.shootdone == "on") {
_parent.gotoAndPlay(1);
} else if (_root.guy.hadoukenguy.hadoukenball.hitTest(_parent.spikes)) {
_parent.scores.gotoAndPlay("score300");
_parent.scores._xscale = _parent._xscale;
_root.panel.score = _root.panel.score + 300;
_root.enemies = _root.enemies - 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
_parent.gotoAndStop("death");
} else if (_root.guy.ND.sword.hitTest(_parent.spikes)) {
_parent.scores.gotoAndPlay("score300");
_parent.scores._xscale = _parent._xscale;
_root.panel.score = _root.panel.score + 300;
_root.enemies = _root.enemies - 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
_parent.gotoAndStop("death");
} else if (_root.shootandhitlow == "on") {
_parent.gotoAndStop("death");
}
}
Symbol 931 MovieClip [Baddie11] Frame 9
spikes.gotoAndStop(1);
stop();
Instance of Symbol 925 MovieClip "spikes" in Symbol 931 MovieClip [Baddie11] Frame 9
onClipEvent (enterFrame) {
if (_root.shootdone == "on") {
_parent.gotoAndPlay(1);
} else if (_root.hadouken == "on") {
_parent.gotoAndPlay(301);
}
}
Symbol 947 MovieClip Frame 51
stop();
Symbol 952 MovieClip Frame 18
_parent.scores.gotoAndStop(1);
stop();
Symbol 953 MovieClip Frame 17
_parent.gotoAndStop(2);
Instance of Symbol 22 MovieClip in Symbol 954 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.shootandhit == "on") {
_parent._parent.gotoAndStop("death");
} else if (_root.shootandhitlow == "on") {
_parent.gotoAndPlay(1);
}
}
Symbol 954 MovieClip Frame 11
stop();
Symbol 971 MovieClip Frame 15
if (_root.guy.hitTest(this)) {
_root.guy.gotoAndStop("hit3");
_root.player = _root.player - 1;
}
Symbol 971 MovieClip Frame 30
_parent.gotoAndStop(2);
Symbol 972 MovieClip [Baddie24] Frame 1
life = 3;
Symbol 972 MovieClip [Baddie24] Frame 2
function create(name) {
var d = new Color(name);
var t = {ra:255, ga:255, ba:255, rb:255, gb:255, bb:255};
d.setTransform(t);
}
function reset(name) {
var d = new Color(name);
var t = {ra:100, ga:100, ba:100, rb:0, gb:0, bb:0};
d.setTransform(t);
}
_root.shootdone = "off";
_root.specialdone = "off";
stop();
Instance of Symbol 938 MovieClip "spikes" in Symbol 972 MovieClip [Baddie24] Frame 2
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(_parent.box)) {
_parent.a.stop();
_parent.gotoAndStop("attack");
} else {
_parent.a.play();
}
}
Instance of Symbol 22 MovieClip in Symbol 972 MovieClip [Baddie24] Frame 2
onClipEvent (enterFrame) {
if (_root.enemies < 1) {
_root.bg.Enemyblock.gotoAndStop("Off");
} else if (_parent.hitTest(_root.bg.Enemyblock)) {
_parent.gotoandstop("kill");
}
}
Instance of Symbol 22 MovieClip in Symbol 972 MovieClip [Baddie24] Frame 2
onClipEvent (enterFrame) {
if (_root.guy.lowkick.lowkick.hitTest(_parent.box)) {
if (nohitting == 0) {
nohitting = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
trace("lowkick");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting = 0;
}
if (_root.guy.highkick.highkick.hitTest(_parent.box)) {
if (nohitting2 == 0) {
nohitting2 = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
trace("highkick");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting2 = 0;
}
if (_root.guy.lowpunch.lowpunch.hitTest(_parent.box)) {
if (nohitting3 == 0) {
nohitting3 = 1;
Hit = new Sound();
Hit.attachSound("Hit");
Hit.start();
trace("lowpunch");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting3 = 0;
}
if (_root.guy.punch.punch.hitTest(_parent.box)) {
if (nohitting4 == 0) {
nohitting4 = 1;
Hit = new Sound();
Hit.attachSound("Hit");
Hit.start();
trace("highkick");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting4 = 0;
}
if (_root.guy.jumpkick.jumpkick.hitTest(_parent.box)) {
if (nohitting5 == 0) {
nohitting5 = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
trace("highkick");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting5 = 0;
}
if (_root.special == "on") {
f = ["special", "special2"];
r = random(2);
frame = f[r];
_parent.gotoAndStop(frame);
} else if (_root.pause == "on") {
f = ["pause", "pause2"];
r = random(2);
frame = f[r];
_parent.gotoAndStop(frame);
} else if (_root.killallenemies == "on") {
trace("killallenemies");
_parent.gotoAndStop("kill");
}
}
Instance of Symbol 22 MovieClip in Symbol 972 MovieClip [Baddie24] Frame 2
onClipEvent (enterFrame) {
if (_parent.life <= 0) {
_parent.gotoAndStop("death");
}
}
Symbol 972 MovieClip [Baddie24] Frame 3
_parent.life = 0;
scores.gotoAndPlay("score800");
fadeeffect._xscale = _xscale;
fadeeffect.play(1);
scores._xscale = _xscale;
_root.panel.score = _root.panel.score + 800;
_root.enemies = _root.enemies - 1;
_root.guage.gotoAndStop(_root.guage._currentframe + 3);
stop();
Symbol 972 MovieClip [Baddie24] Frame 4
stop();
Symbol 972 MovieClip [Baddie24] Frame 5
_root.shootdone = "off";
_root.specialdone = "off";
stop();
Instance of Symbol 949 MovieClip "spikes" in Symbol 972 MovieClip [Baddie24] Frame 5
onClipEvent (load) {
trace("kokoko");
}
onClipEvent (enterFrame) {
if (_root.shootandhitlow == "on") {
_parent.gotoAndPlay("shoot");
} else if (_root.shootdone == "on") {
_parent.gotoAndStop(2);
} else if (_root.guy.hadoukenguy.hadoukenball.hitTest(_parent.box) and (_parent.life == 3)) {
_parent.life = _parent.life - 2;
_parent.fadeeffect.play(1);
_parent.gotoAndStop("hadoukenhit");
} else if (_root.guy.hadoukenguy.hadoukenball.hitTest(_parent.box)) {
_parent.gotoAndStop("hadoukendeath");
} else if (_root.guy.ND.sword.hitTest(_parent.box)) {
_parent.gotoAndStop("hadoukendeath");
}
}
Symbol 972 MovieClip [Baddie24] Frame 6
_root.shootdone = "off";
_root.specialdone = "off";
stop();
Instance of Symbol 951 MovieClip "spikes" in Symbol 972 MovieClip [Baddie24] Frame 6
onClipEvent (load) {
trace("kokoko");
}
onClipEvent (enterFrame) {
if (_root.shootandhitlow == "on") {
_parent.gotoAndPlay("shoot");
} else if (_root.shootdone == "on") {
_parent.gotoAndStop(2);
} else if (_root.guy.hadoukenguy.hadoukenball.hitTest(_parent.box) and (_parent.life == 3)) {
_parent.life = _parent.life - 2;
_parent.fadeeffect.play(1);
_parent.gotoAndStop("hadoukenhit");
} else if (_root.guy.hadoukenguy.hadoukenball.hitTest(_parent.box)) {
_parent.gotoAndStop("hadoukendeath");
} else if (_root.guy.ND.sword.hitTest(_parent.box)) {
_parent.gotoAndStop("hadoukendeath");
}
}
Symbol 972 MovieClip [Baddie24] Frame 7
stop();
Instance of Symbol 949 MovieClip in Symbol 972 MovieClip [Baddie24] Frame 7
onClipEvent (enterFrame) {
if (_root.pause == "off") {
_parent.gotoAndPlay(2);
}
}
Symbol 972 MovieClip [Baddie24] Frame 8
stop();
Instance of Symbol 951 MovieClip in Symbol 972 MovieClip [Baddie24] Frame 8
onClipEvent (enterFrame) {
if (_root.pause == "off") {
_parent.gotoAndPlay(2);
}
}
Symbol 972 MovieClip [Baddie24] Frame 9
_parent.life = 0;
scores.gotoAndPlay("score800");
fadeeffect.play(1);
scores._xscale = _xscale;
_root.panel.score = _root.panel.score + 800;
_root.enemies = _root.enemies - 1;
_root.guage.gotoAndStop(_root.guage._currentframe + 3);
stop();
Symbol 972 MovieClip [Baddie24] Frame 10
fadeeffect._xscale = _xscale;
fadeeffect.play(1);
stop();
Instance of Symbol 22 MovieClip in Symbol 972 MovieClip [Baddie24] Frame 10
onClipEvent (enterFrame) {
if (_parent.life <= 0) {
_parent.gotoAndStop("death");
}
}
Symbol 972 MovieClip [Baddie24] Frame 11
stop();
Symbol 972 MovieClip [Baddie24] Frame 12
stop();
Instance of Symbol 22 MovieClip in Symbol 972 MovieClip [Baddie24] Frame 12
onClipEvent (enterFrame) {
if (_root.guy.lowkick.lowkick.hitTest(_parent.box)) {
if (nohitting == 0) {
nohitting = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
trace("lowkick");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting = 0;
}
if (_root.guy.highkick.highkick.hitTest(_parent.box)) {
if (nohitting2 == 0) {
nohitting2 = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
trace("highkick");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting2 = 0;
}
if (_root.guy.lowpunch.lowpunch.hitTest(_parent.box)) {
if (nohitting3 == 0) {
nohitting3 = 1;
Hit = new Sound();
Hit.attachSound("Hit");
Hit.start();
trace("lowpunch");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting3 = 0;
}
if (_root.guy.punch.punch.hitTest(_parent.box)) {
if (nohitting4 == 0) {
nohitting4 = 1;
Hit = new Sound();
Hit.attachSound("Hit");
Hit.start();
trace("highkick");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting4 = 0;
}
if (_root.guy.jumpkick.jumpkick.hitTest(_parent.box)) {
if (nohitting5 == 0) {
nohitting5 = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
trace("highkick");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting5 = 0;
}
if (_root.special == "on") {
f = ["special", "special2"];
r = random(2);
frame = f[r];
_parent.gotoAndStop(frame);
} else if (_root.pause == "on") {
f = ["pause", "pause2"];
r = random(2);
frame = f[r];
_parent.gotoAndStop(frame);
} else if (_root.killallenemies == "on") {
trace("killallenemies");
_parent.gotoAndStop("kill");
}
}
Instance of Symbol 22 MovieClip in Symbol 972 MovieClip [Baddie24] Frame 12
onClipEvent (enterFrame) {
if (_parent.life <= 0) {
_parent.gotoAndStop("death");
}
}
Symbol 977 MovieClip Frame 1
function move() {
point = new object();
point.x = _root.Guy._x;
point.y = _root.Guy._y;
_root.bg.globalToLocal(point);
if (_parent._x < point.x) {
_parent._xscale = 100;
_parent._x = _parent._x + 3;
}
if (_parent._x > point.x) {
_parent._xscale = -100;
_parent._x = _parent._x - 3;
}
}
move();
Symbol 977 MovieClip Frame 2
function move() {
point = new object();
point.x = _root.Guy._x;
point.y = _root.Guy._y;
_root.bg.globalToLocal(point);
if (_parent._x < point.x) {
_parent._xscale = 100;
_parent._x = _parent._x + 3;
}
if (_parent._x > point.x) {
_parent._xscale = -100;
_parent._x = _parent._x - 3;
}
}
move();
Symbol 988 MovieClip Frame 35
stop();
Symbol 991 MovieClip Frame 20
_parent.scores.gotoAndStop(1);
stop();
Symbol 994 MovieClip Frame 20
_parent.gotoAndStop(62);
Instance of Symbol 22 MovieClip in Symbol 999 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.shootandhit == "on") {
_parent._parent.gotoAndStop("death");
} else if (_root.shootandhitlow == "on") {
_parent.gotoAndPlay(1);
}
}
Symbol 999 MovieClip Frame 11
stop();
Symbol 1005 MovieClip Frame 18
if (_root.guy.hitTest(this)) {
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
Symbol 1005 MovieClip Frame 22
_parent.gotoAndStop(62);
Symbol 1006 MovieClip [Baddie25] Frame 1
Symbol 1006 MovieClip [Baddie25] Frame 61
life = 3;
Symbol 1006 MovieClip [Baddie25] Frame 62
function create(name) {
var d = new Color(name);
var t = {ra:255, ga:255, ba:255, rb:255, gb:255, bb:255};
d.setTransform(t);
}
function reset(name) {
var d = new Color(name);
var t = {ra:100, ga:100, ba:100, rb:0, gb:0, bb:0};
d.setTransform(t);
}
_root.shootdone = "off";
_root.specialdone = "off";
stop();
Instance of Symbol 984 MovieClip "spikes" in Symbol 1006 MovieClip [Baddie25] Frame 62
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(_parent.box)) {
_parent.a.stop();
_parent.gotoAndStop("attack");
} else {
_parent.a.play();
}
}
Instance of Symbol 22 MovieClip in Symbol 1006 MovieClip [Baddie25] Frame 62
onClipEvent (enterFrame) {
if (_root.enemies < 1) {
_root.bg.Enemyblock.gotoAndStop("Off");
} else if (_parent.hitTest(_root.bg.Enemyblock)) {
_parent.gotoandstop("kill");
}
}
Instance of Symbol 22 MovieClip in Symbol 1006 MovieClip [Baddie25] Frame 62
onClipEvent (enterFrame) {
if (_root.guy.lowkick.lowkick.hitTest(_parent.box)) {
if (nohitting == 0) {
nohitting = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
trace("lowkick");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting = 0;
}
if (_root.guy.highkick.highkick.hitTest(_parent.box)) {
if (nohitting2 == 0) {
nohitting2 = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
trace("highkick");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting2 = 0;
}
if (_root.guy.lowpunch.lowpunch.hitTest(_parent.box)) {
if (nohitting3 == 0) {
nohitting3 = 1;
Hit = new Sound();
Hit.attachSound("Hit");
Hit.start();
trace("lowpunch");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting3 = 0;
}
if (_root.guy.punch.punch.hitTest(_parent.box)) {
if (nohitting4 == 0) {
nohitting4 = 1;
Hit = new Sound();
Hit.attachSound("Hit");
Hit.start();
trace("highkick");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting4 = 0;
}
if (_root.guy.jumpkick.jumpkick.hitTest(_parent.box)) {
if (nohitting5 == 0) {
nohitting5 = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
trace("highkick");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting5 = 0;
}
if (_root.special == "on") {
f = ["special", "special2"];
r = random(2);
frame = f[r];
_parent.gotoAndStop(frame);
} else if (_root.pause == "on") {
f = ["pause", "pause2"];
r = random(2);
frame = f[r];
_parent.gotoAndStop(frame);
} else if (_root.killallenemies == "on") {
trace("killallenemies");
_parent.gotoAndStop("kill");
}
}
Instance of Symbol 22 MovieClip in Symbol 1006 MovieClip [Baddie25] Frame 62
onClipEvent (enterFrame) {
if (_parent.life <= 0) {
_parent.gotoAndStop("death");
}
}
Symbol 1006 MovieClip [Baddie25] Frame 63
_parent.life = 0;
scores.gotoAndPlay("score800");
fadeeffect._xscale = _xscale;
fadeeffect.play(1);
scores._xscale = _xscale;
_root.panel.score = _root.panel.score + 800;
_root.enemies = _root.enemies - 1;
_root.guage.gotoAndStop(_root.guage._currentframe + 3);
stop();
Symbol 1006 MovieClip [Baddie25] Frame 64
stop();
Symbol 1006 MovieClip [Baddie25] Frame 65
_root.shootdone = "off";
_root.specialdone = "off";
stop();
Instance of Symbol 989 MovieClip "spikes" in Symbol 1006 MovieClip [Baddie25] Frame 65
onClipEvent (load) {
trace("kokoko");
}
onClipEvent (enterFrame) {
if (_root.shootandhitlow == "on") {
_parent.gotoAndPlay("shoot");
} else if (_root.shootdone == "on") {
_parent.gotoAndStop(62);
} else if (_root.guy.hadoukenguy.hadoukenball.hitTest(_parent.box) and (_parent.life == 3)) {
_parent.life = _parent.life - 2;
_parent.fadeeffect.play(1);
_parent.gotoAndStop("hadoukenhit");
} else if (_root.guy.hadoukenguy.hadoukenball.hitTest(_parent.box)) {
_parent.gotoAndStop("hadoukendeath");
} else if (_root.guy.ND.sword.hitTest(_parent.box)) {
_parent.gotoAndStop("hadoukendeath");
}
}
Symbol 1006 MovieClip [Baddie25] Frame 66
_root.shootdone = "off";
_root.specialdone = "off";
stop();
Instance of Symbol 990 MovieClip "spikes" in Symbol 1006 MovieClip [Baddie25] Frame 66
onClipEvent (load) {
trace("kokoko");
}
onClipEvent (enterFrame) {
if (_root.shootandhitlow == "on") {
_parent.gotoAndPlay("shoot");
} else if (_root.shootdone == "on") {
_parent.gotoAndStop(62);
} else if (_root.guy.hadoukenguy.hadoukenball.hitTest(_parent.box) and (_parent.life == 3)) {
_parent.life = _parent.life - 2;
_parent.fadeeffect.play(1);
_parent.gotoAndStop("hadoukenhit");
} else if (_root.guy.hadoukenguy.hadoukenball.hitTest(_parent.box)) {
_parent.gotoAndStop("hadoukendeath");
} else if (_root.guy.ND.sword.hitTest(_parent.box)) {
_parent.gotoAndStop("hadoukendeath");
}
}
Symbol 1006 MovieClip [Baddie25] Frame 67
stop();
Instance of Symbol 989 MovieClip "spikes" in Symbol 1006 MovieClip [Baddie25] Frame 67
onClipEvent (enterFrame) {
if (_root.pause == "off") {
_parent.gotoAndPlay(62);
}
}
Symbol 1006 MovieClip [Baddie25] Frame 68
stop();
Instance of Symbol 990 MovieClip "spikes" in Symbol 1006 MovieClip [Baddie25] Frame 68
onClipEvent (enterFrame) {
if (_root.pause == "off") {
_parent.gotoAndPlay(62);
}
}
Symbol 1006 MovieClip [Baddie25] Frame 69
_parent.life = 0;
scores.gotoAndPlay("score800");
fadeeffect.play(1);
scores._xscale = _xscale;
_root.panel.score = _root.panel.score + 800;
_root.enemies = _root.enemies - 1;
_root.guage.gotoAndStop(_root.guage._currentframe + 3);
stop();
Symbol 1006 MovieClip [Baddie25] Frame 70
fadeeffect._xscale = _xscale;
fadeeffect.play(1);
stop();
Instance of Symbol 22 MovieClip in Symbol 1006 MovieClip [Baddie25] Frame 70
onClipEvent (enterFrame) {
if (_parent.life <= 0) {
_parent.gotoAndStop("death");
}
}
Symbol 1006 MovieClip [Baddie25] Frame 71
stop();
Symbol 1006 MovieClip [Baddie25] Frame 72
stop();
Instance of Symbol 22 MovieClip in Symbol 1006 MovieClip [Baddie25] Frame 72
onClipEvent (enterFrame) {
if (_root.guy.lowkick.lowkick.hitTest(_parent.box)) {
if (nohitting == 0) {
nohitting = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
trace("lowkick");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting = 0;
}
if (_root.guy.highkick.highkick.hitTest(_parent.box)) {
if (nohitting2 == 0) {
nohitting2 = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
trace("highkick");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting2 = 0;
}
if (_root.guy.lowpunch.lowpunch.hitTest(_parent.box)) {
if (nohitting3 == 0) {
nohitting3 = 1;
Hit = new Sound();
Hit.attachSound("Hit");
Hit.start();
trace("lowpunch");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting3 = 0;
}
if (_root.guy.punch.punch.hitTest(_parent.box)) {
if (nohitting4 == 0) {
nohitting4 = 1;
Hit = new Sound();
Hit.attachSound("Hit");
Hit.start();
trace("highkick");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting4 = 0;
}
if (_root.guy.jumpkick.jumpkick.hitTest(_parent.box)) {
if (nohitting5 == 0) {
nohitting5 = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
trace("highkick");
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting5 = 0;
}
if (_root.special == "on") {
f = ["special", "special2"];
r = random(2);
frame = f[r];
_parent.gotoAndStop(frame);
} else if (_root.pause == "on") {
f = ["pause", "pause2"];
r = random(2);
frame = f[r];
_parent.gotoAndStop(frame);
} else if (_root.killallenemies == "on") {
trace("killallenemies");
_parent.gotoAndStop("kill");
}
}
Instance of Symbol 22 MovieClip in Symbol 1006 MovieClip [Baddie25] Frame 72
onClipEvent (enterFrame) {
if (_parent.life <= 0) {
_parent.gotoAndStop("death");
}
}
Instance of Symbol 22 MovieClip in Symbol 1031 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.SylviaHelp == "on") {
_parent.gotoAndPlay(33);
}
}
Symbol 1031 MovieClip Frame 32
gotoAndPlay (1);
Symbol 1031 MovieClip Frame 87
_root.SylviaHelp = "off";
Symbol 1042 MovieClip Frame 1
stop();
Instance of Symbol 22 MovieClip in Symbol 1042 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.MrXJump == "on") {
_parent.gotoAndPlay(2);
}
}
Symbol 1042 MovieClip Frame 18
stop();
Instance of Symbol 22 MovieClip in Symbol 1042 MovieClip Frame 18
onClipEvent (enterFrame) {
if (_root.MrXJump2 == "on") {
_parent.gotoAndStop("off");
}
}
Instance of Symbol 228 MovieClip "box" in Symbol 1083 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(_parent.box)) {
if (nohitting == 0) {
nohitting = 1;
trace("dd");
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(_parent.box)) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(_parent.box)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Instance of Symbol 228 MovieClip "box" in Symbol 1092 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(_parent.box)) {
if (nohitting == 0) {
nohitting = 1;
trace("dd");
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(_parent.box)) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(_parent.box)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Instance of Symbol 228 MovieClip "box" in Symbol 1096 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(_parent.box)) {
if (nohitting == 0) {
nohitting = 1;
trace("dd");
_root.guy.gotoAndStop("hit3");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(_parent.box)) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(_parent.box)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Symbol 1146 MovieClip Frame 1
stop();
Symbol 1146 MovieClip Frame 2
stop();
Symbol 1146 MovieClip Frame 3
stop();
Instance of Symbol 228 MovieClip "box" in Symbol 1158 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(_parent.box)) {
if (nohitting == 0) {
nohitting = 1;
trace("dd");
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(_parent.box)) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(_parent.box)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Symbol 1159 MovieClip Frame 74
if (_root.DropTimes == 1) {
_parent._parent.Heli2.Heli.MrX.gotoAndStop(1);
_parent._parent.gotoAndPlay(66);
gotoAndStop (75);
} else {
_root.DropTimes = 1;
_parent._parent.Heli2.Heli.MrX.gotoAndStop(3);
}
Symbol 1159 MovieClip Frame 91
_parent._parent.Heli2.Heli.MrX.gotoAndStop(1);
_parent.gotoAndPlay(1);
Instance of Symbol 228 MovieClip "box" in Symbol 1162 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(_parent.box)) {
if (nohitting == 0) {
nohitting = 1;
trace("dd");
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(_parent.box)) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(_parent.box)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Instance of Symbol 228 MovieClip "box" in Symbol 1163 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(_parent.box)) {
if (nohitting == 0) {
nohitting = 1;
_root.guy.gotoAndStop("hit3");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(_parent.box)) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(_parent.box)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Symbol 1164 MovieClip Frame 74
if (_root.DropTimes == 1) {
_parent._parent.Heli2.Heli.MrX.gotoAndStop(1);
_parent._parent.gotoAndPlay(66);
gotoAndStop (75);
} else {
_root.DropTimes = 1;
_parent._parent.Heli2.Heli.MrX.gotoAndStop(3);
}
Symbol 1164 MovieClip Frame 89
_parent._parent.Heli2.Heli.MrX.gotoAndStop(1);
_parent.gotoAndPlay(1);
Instance of Symbol 228 MovieClip "box" in Symbol 1169 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(_parent.box)) {
if (nohitting == 0) {
nohitting = 1;
trace("dd");
_root.guy.gotoAndStop("hit3");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(_parent.box)) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(_parent.box)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Instance of Symbol 228 MovieClip "box" in Symbol 1170 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(_parent.box)) {
if (nohitting == 0) {
nohitting = 1;
_root.guy.gotoAndStop("hit3");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(_parent.box)) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(_parent.box)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Symbol 1171 MovieClip Frame 176
if (_root.DropTimes == 1) {
_parent._parent.Heli2.Heli.MrX.gotoAndStop(1);
_parent._parent.gotoAndPlay(66);
gotoAndStop (180);
} else {
_root.DropTimes = 1;
_parent._parent.Heli2.Heli.MrX.gotoAndStop(3);
}
Symbol 1171 MovieClip Frame 191
_parent._parent.Heli2.Heli.MrX.gotoAndStop(1);
_parent.gotoAndPlay(1);
Symbol 1172 MovieClip Frame 1
f = ["Red", "White", "Blue"];
r = random(3);
frame = f[r];
gotoAndPlay(frame);
Symbol 1172 MovieClip Frame 30
gotoAndPlay (119);
Symbol 1172 MovieClip Frame 51
gotoAndPlay (96);
Symbol 1172 MovieClip Frame 72
gotoAndPlay (73);
Symbol 1172 MovieClip Frame 73
_parent.Heli2.Heli.MrX.gotoAndStop(2);
Symbol 1172 MovieClip Frame 95
gotoAndPlay (191);
Symbol 1172 MovieClip Frame 96
_parent.Heli2.Heli.MrX.gotoAndStop(2);
Symbol 1172 MovieClip Frame 118
gotoAndPlay (174);
Symbol 1172 MovieClip Frame 119
_parent.Heli2.Heli.MrX.gotoAndStop(2);
Symbol 1172 MovieClip Frame 141
gotoAndPlay (157);
Symbol 1172 MovieClip Frame 173
stop();
Symbol 1172 MovieClip Frame 190
stop();
Symbol 1172 MovieClip Frame 207
stop();
Symbol 1173 MovieClip Frame 66
stop();
Symbol 1173 MovieClip Frame 110
_parent.gotoAndPlay(1454);
stop();
Symbol 1221 MovieClip Frame 3
stop();
Instance of Symbol 228 MovieClip "box" in Symbol 1223 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.guy.lowkick.lowkick.hitTest(_parent.box)) {
if (nohitting == 0) {
nohitting = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
trace("lowkick");
_root.boss = _root.boss - 1;
_parent.gotoAndPlay("Hitted");
}
} else {
nohitting = 0;
}
if (_root.guy.highkick.highkick.hitTest(_parent.box)) {
if (nohitting2 == 0) {
nohitting2 = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
trace("highkick");
_root.boss = _root.boss - 1;
_parent.gotoAndPlay("Hitted");
}
} else {
nohitting2 = 0;
}
if (_root.guy.lowpunch.lowpunch.hitTest(_parent.box)) {
if (nohitting3 == 0) {
nohitting3 = 1;
Hit = new Sound();
Hit.attachSound("Hit");
Hit.start();
trace("lowpunch");
_root.boss = _root.boss - 1;
_parent.gotoAndPlay("Hitted");
}
} else {
nohitting3 = 0;
}
if (_root.guy.punch.punch2.hitTest(_parent.box)) {
if (nohitting4 == 0) {
nohitting4 = 1;
Hit = new Sound();
Hit.attachSound("Hit");
Hit.start();
trace("highkick");
_root.boss = _root.boss - 1;
_parent.gotoAndPlay("Hitted");
}
} else {
nohitting4 = 0;
}
if (_root.guy.jumpkick.jumpkick.hitTest(_parent.box)) {
if (nohitting5 == 0) {
nohitting5 = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
trace("highkick");
_root.boss = _root.boss - 1;
_parent.gotoAndPlay("Hitted");
}
} else {
nohitting5 = 0;
}
}
Instance of Symbol 1185 MovieClip "knife" in Symbol 1223 MovieClip Frame 11
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(_parent.knife.box)) {
if (nohitting == 0) {
nohitting = 1;
_root.guy.gotoAndStop("hit3");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(_parent.knife.box)) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(_parent.knife.box)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Symbol 1223 MovieClip Frame 37
f = ["High", "Low"];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
Instance of Symbol 1191 MovieClip in Symbol 1223 MovieClip Frame 48
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(this)) {
if (nohitting == 0) {
nohitting = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(this)) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(this)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Symbol 1223 MovieClip Frame 77
f = ["High", "Low"];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
Symbol 1223 MovieClip Frame 78
_root.kio.myTimer.stop();
_root.LevelOneTune.s.stop();
_root.LevelOneBossTune.s.stop();
_root.guy.gotoAndStop("pause");
_root.guy._x = 33;
Symbol 1223 MovieClip Frame 479
_root.guy.gotoAndStop("hmmm");
Symbol 1223 MovieClip Frame 480
if (_root.lifespared == "no") {
gotoAndPlay (486);
}
Symbol 1223 MovieClip Frame 485
gotoAndPlay (480);
Symbol 1223 MovieClip Frame 576
_root.guy.hmmm.gotoAndPlay("NOO");
Symbol 1223 MovieClip Frame 577
if (_root.superkick == "yes") {
gotoAndPlay (579);
}
Symbol 1223 MovieClip Frame 578
if (_root.superkick == "yes") {
gotoAndPlay (579);
} else {
gotoAndPlay (577);
}
Symbol 1223 MovieClip Frame 586
_root.guy.gotoAndStop("gone");
_root.bg.gotoAndStop(4);
_root.Final.gotoAndPlay(2);
_parent.gotoAndStop(1531);
Symbol 1224 MovieClip [Baddie9] Frame 1
_root.MrXJump = "off";
_root.MrXJump2 = "off";
_root.SylviaHelp = "off";
Symbol 1224 MovieClip [Baddie9] Frame 125
_root.Guy.gotoAndStop("Sylvia");
Symbol 1224 MovieClip [Baddie9] Frame 132
_root.text.gotoAndPlay(69);
Symbol 1224 MovieClip [Baddie9] Frame 154
_root.SylviaHelp = "on";
Symbol 1224 MovieClip [Baddie9] Frame 198
_root.MrXJump = "on";
Symbol 1224 MovieClip [Baddie9] Frame 233
_root.MrXJump2 = "on";
Symbol 1224 MovieClip [Baddie9] Frame 320
s = new Sound(this);
s.attachSound("LastBoss1");
s.start(0, 99);
Symbol 1224 MovieClip [Baddie9] Frame 439
_root.Guy.gotoAndStop("pause");
Symbol 1224 MovieClip [Baddie9] Frame 566
s.stop();
s = new Sound(this);
s.attachSound("LastBoss2");
s.start(0, 0);
Symbol 1224 MovieClip [Baddie9] Frame 666
_root.LevelOneBossTune.s.start(_root.LevelOneBossTune.gotoAndStop(2));
_root.guy.gotoAndStop("stand");
Symbol 1224 MovieClip [Baddie9] Frame 667
_root.times = 0;
f = ["HadoukenStart", "SlideStart", "FlykickStart"];
r = random(3);
frame = f[r];
gotoAndPlay(frame);
Instance of Symbol 22 MovieClip in Symbol 1224 MovieClip [Baddie9] Frame 667
onClipEvent (enterFrame) {
if (_root.player <= 0) {
_parent.stop();
}
}
Symbol 1224 MovieClip [Baddie9] Frame 702
f = ["SlideStart", "FlykickStart"];
r = random(2);
frame = f[r];
gotoAndPlay(frame);
Symbol 1224 MovieClip [Baddie9] Frame 750
gotoAndPlay (789);
Symbol 1224 MovieClip [Baddie9] Frame 788
gotoAndPlay (789);
Symbol 1224 MovieClip [Baddie9] Frame 789
f = ["SlideLeft", "FlykickLeft", "HadoukenLeft"];
r = random(3);
frame = f[r];
gotoAndPlay(frame);
Symbol 1224 MovieClip [Baddie9] Frame 806
_root.times = _root.times + 1;
_root.Dir = "right";
Symbol 1224 MovieClip [Baddie9] Frame 851
if ((_root.Dir == "right") and (_root.times == 3)) {
gotoAndPlay (1251);
} else if ((_root.Dir == "left") and (_root.times == 3)) {
gotoAndPlay (952);
} else if (_root.Dir == "right") {
gotoAndPlay (1088);
} else {
gotoAndPlay (789);
}
Symbol 1224 MovieClip [Baddie9] Frame 852
_root.times = _root.times + 1;
_root.Dir = "right";
Symbol 1224 MovieClip [Baddie9] Frame 904
if ((_root.Dir == "right") and (_root.times == 3)) {
gotoAndPlay (1251);
} else if ((_root.Dir == "left") and (_root.times == 3)) {
gotoAndPlay (952);
} else if (_root.Dir == "right") {
gotoAndPlay (1088);
} else {
gotoAndPlay (789);
}
Symbol 1224 MovieClip [Baddie9] Frame 905
_root.times = _root.times + 1;
_root.Dir = "right";
Symbol 1224 MovieClip [Baddie9] Frame 951
if ((_root.Dir == "right") and (_root.times == 3)) {
gotoAndPlay (952);
} else if ((_root.Dir == "left") and (_root.times == 3)) {
gotoAndPlay (1251);
} else if (_root.Dir == "right") {
gotoAndPlay (789);
} else {
gotoAndPlay (1088);
}
Symbol 1224 MovieClip [Baddie9] Frame 952
_root.times = 0;
Instance of Symbol 228 MovieClip "box" in Symbol 1224 MovieClip [Baddie9] Frame 952
onClipEvent (enterFrame) {
if (_root.guy.lowkick.lowkick.hitTest(_parent.box)) {
if (nohitting == 0) {
nohitting = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
trace("lowkick");
_root.boss = _root.boss - 1;
_parent.gotoAndPlay("HittedRight");
}
} else {
nohitting = 0;
}
if (_root.guy.highkick.highkick.hitTest(_parent.box)) {
if (nohitting2 == 0) {
nohitting2 = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
trace("highkick");
_root.boss = _root.boss - 1;
_parent.gotoAndPlay("HittedRight");
}
} else {
nohitting2 = 0;
}
if (_root.guy.lowpunch.lowpunch.hitTest(_parent.box)) {
if (nohitting3 == 0) {
nohitting3 = 1;
Hit = new Sound();
Hit.attachSound("Hit");
Hit.start();
trace("lowpunch");
_root.boss = _root.boss - 1;
_parent.gotoAndPlay("HittedRight");
}
} else {
nohitting3 = 0;
}
if (_root.guy.punch.punch.hitTest(_parent.box)) {
if (nohitting4 == 0) {
nohitting4 = 1;
Hit = new Sound();
Hit.attachSound("Hit");
Hit.start();
trace("highkick");
_root.boss = _root.boss - 1;
_parent.gotoAndPlay("HittedRight");
}
} else {
nohitting4 = 0;
}
if (_root.guy.jumpkick.jumpkick.hitTest(_parent.box)) {
if (nohitting5 == 0) {
nohitting5 = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
trace("highkick");
_root.boss = _root.boss - 1;
_parent.gotoAndPlay("HittedRight");
}
} else {
nohitting5 = 0;
}
}
Symbol 1224 MovieClip [Baddie9] Frame 1036
gotoAndPlay (789);
Symbol 1224 MovieClip [Baddie9] Frame 1056
if (_root.boss <= 1) {
gotoAndPlay (1473);
} else {
play();
}
Symbol 1224 MovieClip [Baddie9] Frame 1087
gotoAndPlay (1392);
Symbol 1224 MovieClip [Baddie9] Frame 1088
f = ["SlideRight", "FlykickRight", "HadoukenRight"];
r = random(3);
frame = f[r];
gotoAndPlay(frame);
Symbol 1224 MovieClip [Baddie9] Frame 1105
_root.times = _root.times + 1;
_root.Dir = "left";
Symbol 1224 MovieClip [Baddie9] Frame 1150
if ((_root.Dir == "right") and (_root.times == 3)) {
gotoAndPlay (1251);
} else if ((_root.Dir == "left") and (_root.times == 3)) {
gotoAndPlay (952);
} else if (_root.Dir == "right") {
gotoAndPlay (1088);
} else {
gotoAndPlay (789);
}
Symbol 1224 MovieClip [Baddie9] Frame 1151
_root.times = _root.times + 1;
_root.Dir = "left";
Symbol 1224 MovieClip [Baddie9] Frame 1203
if ((_root.Dir == "right") and (_root.times == 3)) {
gotoAndPlay (1251);
} else if ((_root.Dir == "left") and (_root.times == 3)) {
gotoAndPlay (952);
} else if (_root.Dir == "right") {
gotoAndPlay (1088);
} else {
gotoAndPlay (789);
}
Symbol 1224 MovieClip [Baddie9] Frame 1204
_root.times = _root.times + 1;
_root.Dir = "left";
Symbol 1224 MovieClip [Baddie9] Frame 1250
if ((_root.Dir == "right") and (_root.times == 3)) {
gotoAndPlay (952);
} else if ((_root.Dir == "left") and (_root.times == 3)) {
gotoAndPlay (1251);
} else if (_root.Dir == "right") {
gotoAndPlay (789);
} else {
gotoAndPlay (1088);
}
Symbol 1224 MovieClip [Baddie9] Frame 1251
_root.times = 0;
Instance of Symbol 228 MovieClip "box" in Symbol 1224 MovieClip [Baddie9] Frame 1251
onClipEvent (enterFrame) {
if (_root.guy.lowkick.lowkick.hitTest(_parent.box)) {
if (nohitting == 0) {
nohitting = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
trace("lowkick");
_root.boss = _root.boss - 1;
_parent.gotoAndPlay("HittedLeft");
}
} else {
nohitting = 0;
}
if (_root.guy.highkick.highkick.hitTest(_parent.box)) {
if (nohitting2 == 0) {
nohitting2 = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
trace("highkick");
_root.boss = _root.boss - 1;
_parent.gotoAndPlay("HittedLeft");
}
} else {
nohitting2 = 0;
}
if (_root.guy.lowpunch.lowpunch.hitTest(_parent.box)) {
if (nohitting3 == 0) {
nohitting3 = 1;
Hit = new Sound();
Hit.attachSound("Hit");
Hit.start();
trace("lowpunch");
_root.boss = _root.boss - 1;
_parent.gotoAndPlay("HittedLeft");
}
} else {
nohitting3 = 0;
}
if (_root.guy.punch.punch.hitTest(_parent.box)) {
if (nohitting4 == 0) {
nohitting4 = 1;
Hit = new Sound();
Hit.attachSound("Hit");
Hit.start();
trace("highkick");
_root.boss = _root.boss - 1;
_parent.gotoAndPlay("HittedLeft");
}
} else {
nohitting4 = 0;
}
if (_root.guy.jumpkick.jumpkick.hitTest(_parent.box)) {
if (nohitting5 == 0) {
nohitting5 = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
trace("highkick");
_root.boss = _root.boss - 1;
_parent.gotoAndPlay("HittedLeft");
}
} else {
nohitting5 = 0;
}
}
Symbol 1224 MovieClip [Baddie9] Frame 1342
gotoAndPlay (1088);
Symbol 1224 MovieClip [Baddie9] Frame 1360
if (_root.boss <= 1) {
_root.baka.gotoAndStop(2);
gotoAndPlay (1525);
} else {
play();
}
Symbol 1224 MovieClip [Baddie9] Frame 1391
gotoAndPlay (1392);
Symbol 1224 MovieClip [Baddie9] Frame 1453
_root.DropTimes = 0;
stop();
Symbol 1224 MovieClip [Baddie9] Frame 1472
gotoAndPlay (1088);
Symbol 1224 MovieClip [Baddie9] Frame 1473
_root.baka.gotoAndStop(2);
Symbol 1224 MovieClip [Baddie9] Frame 1525
stop();
Symbol 1224 MovieClip [Baddie9] Frame 1531
stop();
Symbol 1249 MovieClip Frame 1
s = new Sound();
s.attachSound("Menu1");
s.start(0, 0);
s.onSoundComplete = function () {
gotoAndStop (2);
};
stop();
Symbol 1249 MovieClip Frame 2
ss = new Sound();
ss.attachSound("Menu2");
ss.start(0, 99);
ss.onSoundComplete = function () {
gotoAndStop (1);
};
stop();
Symbol 1251 MovieClip Frame 1
_root.pauser = "off";
Symbol 1251 MovieClip Frame 5
_root.pauser = "on";
stop();
Symbol 1255 MovieClip Frame 1
pauser.gotoAndPlay(1);
stop();
Instance of Symbol 22 MovieClip in Symbol 1255 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(13) and (_root.pauser == "on")) {
_parent._parent.Menu.s.stop();
_parent._parent.Menu.ss.stop();
_root.jukebox = "off";
_root.Main.gotoAndStop("Intro");
}
if (Key.isDown(32) and (_root.pauser == "on")) {
_parent._parent.Menu.s.stop();
_parent._parent.Menu.ss.stop();
_root.jukebox = "off";
_root.Main.gotoAndStop("Intro");
}
if (Key.isDown(38) and (_root.pauser == "on")) {
_parent.gotoAndStop(4);
}
if (Key.isDown(40) and (_root.pauser == "on")) {
_parent.gotoAndStop(2);
}
}
Symbol 1255 MovieClip Frame 2
pauser.gotoAndPlay(1);
stop();
Instance of Symbol 22 MovieClip in Symbol 1255 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(13)) {
_parent._parent.Menu.s.stop();
_parent._parent.Menu.ss.stop();
_parent._parent.gotoAndStop("Options");
}
if (Key.isDown(32)) {
_parent._parent.Menu.s.stop();
_parent._parent.Menu.ss.stop();
_parent._parent.gotoAndStop("Options");
}
if (Key.isDown(38) and (_root.pauser == "on")) {
_parent.gotoAndStop(1);
}
if (Key.isDown(40) and (_root.pauser == "on")) {
_parent.gotoAndStop(3);
}
}
Symbol 1255 MovieClip Frame 3
pauser.gotoAndPlay(1);
stop();
Instance of Symbol 22 MovieClip in Symbol 1255 MovieClip Frame 3
onClipEvent (enterFrame) {
if (Key.isDown(13)) {
_parent._parent.Menu.s.stop();
_parent._parent.Menu.ss.stop();
_parent._parent.gotoAndPlay("Howtoplay");
}
if (Key.isDown(32)) {
_parent._parent.Menu.s.stop();
_parent._parent.Menu.ss.stop();
_parent._parent.gotoAndPlay("Howtoplay");
}
if (Key.isDown(38) and (_root.pauser == "on")) {
_parent.gotoAndStop(2);
}
if (Key.isDown(40) and (_root.pauser == "on")) {
_parent.gotoAndStop(4);
}
}
Symbol 1255 MovieClip Frame 4
pauser.gotoAndPlay(1);
stop();
Instance of Symbol 22 MovieClip in Symbol 1255 MovieClip Frame 4
onClipEvent (enterFrame) {
if (Key.isDown(13)) {
_parent._parent.Menu.s.stop();
_parent._parent.Menu.ss.stop();
_parent._parent.gotoAndStop("Password");
}
if (Key.isDown(32)) {
_parent._parent.Menu.s.stop();
_parent._parent.Menu.ss.stop();
_parent._parent.gotoAndStop("Password");
}
if (Key.isDown(38) and (_root.pauser == "on")) {
_parent.gotoAndStop(3);
}
if (Key.isDown(40) and (_root.pauser == "on")) {
_parent.gotoAndStop(1);
}
}
Symbol 1258 Button
on (release) {
getURL ("http://www.ironclaw.cjb.net", "_blank");
}
Symbol 1266 Button
on (release) {
getURL ("https://www.paypal.com/xclick/business=IronclawX@hotmail.com&no_note=1&tax=0¤cy_code=EUR", "_blank");
}
Symbol 1280 MovieClip Frame 1
_root.difficulty = 1;
stop();
Symbol 1280 MovieClip Frame 2
_root.difficulty = 2;
stop();
Symbol 1280 MovieClip Frame 3
_root.difficulty = 3;
stop();
Symbol 1280 MovieClip Frame 4
_root.difficulty = 3;
gotoAndStop (1);
Symbol 1283 MovieClip Frame 1
_root.blood = "on";
stop();
Symbol 1283 MovieClip Frame 2
_root.blood = "off";
stop();
Symbol 1283 MovieClip Frame 3
gotoAndStop (1);
Symbol 1296 MovieClip Frame 1
pauser.gotoAndPlay(1);
stop();
Instance of Symbol 22 MovieClip in Symbol 1296 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(13) and (_root.pauser == "on")) {
_parent._parent._parent.pauser.gotoAndPlay(1);
_parent._parent.gotoAndStop(1);
} else if (Key.isDown(32) and (_root.pauser == "on")) {
_parent._parent._parent.pauser.gotoAndPlay(1);
_parent._parent.gotoAndStop(1);
} else if (Key.isDown(39) and (_root.pauser == "on")) {
_parent.gotoAndStop(2);
}
}
Symbol 1296 MovieClip Frame 2
pauser.gotoAndPlay(1);
stop();
Instance of Symbol 22 MovieClip in Symbol 1296 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(13) and (_root.pauser == "on")) {
_parent._parent._parent.pauser.gotoAndPlay(1);
_parent._parent.gotoAndStop(2);
} else if (Key.isDown(32) and (_root.pauser == "on")) {
_parent._parent._parent.pauser.gotoAndPlay(1);
_parent._parent.gotoAndStop(2);
} else if (Key.isDown(37) and (_root.pauser == "on")) {
_parent.gotoAndStop(1);
}
}
Symbol 1307 MovieClip Frame 1
_root.setkeys = "off";
stop();
Symbol 1307 MovieClip Frame 2
_root.setkeysdone = "yes";
_root.setkeys = "on";
stop();
Instance of Symbol 22 MovieClip in Symbol 1307 MovieClip Frame 2
onClipEvent (keyDown) {
_root.punchkey = key.getCode();
_root.punchkeyletter = String.fromCharCode(Key.getAscii());
_parent.gotoAndStop("Kick");
}
Symbol 1307 MovieClip Frame 3
stop();
Instance of Symbol 22 MovieClip in Symbol 1307 MovieClip Frame 3
onClipEvent (keyDown) {
_root.kickkey = key.getCode();
_root.kickkeyletter = String.fromCharCode(Key.getAscii());
_parent.gotoAndStop(4);
}
Symbol 1307 MovieClip Frame 4
stop();
Instance of Symbol 22 MovieClip in Symbol 1307 MovieClip Frame 4
onClipEvent (keyDown) {
_root.pausekey = key.getCode();
_root.pausekeyletter = String.fromCharCode(Key.getAscii());
_parent.gotoAndStop(5);
}
Symbol 1307 MovieClip Frame 5
stop();
Instance of Symbol 22 MovieClip in Symbol 1307 MovieClip Frame 5
onClipEvent (keyDown) {
_root.specialonekey = key.getCode();
_root.specialonekeyletter = String.fromCharCode(Key.getAscii());
_parent.gotoAndStop(6);
}
Symbol 1307 MovieClip Frame 6
stop();
Instance of Symbol 22 MovieClip in Symbol 1307 MovieClip Frame 6
onClipEvent (keyDown) {
_root.specialtwokey = key.getCode();
_root.specialtwokeyletter = String.fromCharCode(Key.getAscii());
_parent.gotoAndStop(7);
}
Symbol 1307 MovieClip Frame 7
stop();
Instance of Symbol 22 MovieClip in Symbol 1307 MovieClip Frame 7
onClipEvent (keyDown) {
_root.specialthreekey = key.getCode();
_root.specialthreekeyletter = String.fromCharCode(Key.getAscii());
_parent.gotoAndStop("done");
}
Symbol 1307 MovieClip Frame 8
_parent.punchkey = String.fromCharCode(Key.getAscii());
_parent.kickkey = String.fromCharCode(Key.getAscii());
stop();
Symbol 1309 MovieClip Frame 1
pauser.gotoAndPlay(1);
stop();
Instance of Symbol 22 MovieClip in Symbol 1309 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(13) and (_root.pauser == "on")) {
_parent.difficulty.nextFrame();
_parent.pauser.gotoAndPlay(1);
}
if (Key.isDown(32) and (_root.pauser == "on")) {
_parent.difficulty.nextFrame();
_parent.pauser.gotoAndPlay(1);
}
if (Key.isDown(38) and (_root.pauser == "on")) {
_parent.gotoAndStop(4);
}
if (Key.isDown(40) and (_root.pauser == "on")) {
_parent.gotoAndStop(2);
}
}
Symbol 1309 MovieClip Frame 2
pauser.gotoAndPlay(1);
stop();
Instance of Symbol 22 MovieClip in Symbol 1309 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(13) and (_root.pauser == "on")) {
_parent.blood.nextFrame();
_parent.pauser.gotoAndPlay(1);
}
if (Key.isDown(32) and (_root.pauser == "on")) {
_parent.blood.nextFrame();
_parent.pauser.gotoAndPlay(1);
}
if (Key.isDown(38) and (_root.pauser == "on")) {
_parent.gotoAndStop(1);
}
if (Key.isDown(40) and (_root.pauser == "on")) {
_parent.gotoAndStop(3);
}
}
Symbol 1309 MovieClip Frame 3
pauser.gotoAndPlay(1);
stop();
Instance of Symbol 22 MovieClip in Symbol 1309 MovieClip Frame 3
onClipEvent (enterFrame) {
if ((Key.isDown(13) and (_root.pauser == "on")) and (_root.setkeys == "off")) {
_parent.setkeys.gotoAndStop(2);
_parent.pauser.gotoAndPlay(1);
}
if ((Key.isDown(32) and (_root.pauser == "on")) and (_root.setkeys == "off")) {
_parent.setkeys.gotoAndStop(2);
_parent.pauser.gotoAndPlay(1);
}
if ((Key.isDown(38) and (_root.pauser == "on")) and (_root.setkeys == "off")) {
_parent.gotoAndStop(2);
}
if ((Key.isDown(40) and (_root.pauser == "on")) and (_root.setkeys == "off")) {
_parent.gotoAndStop(4);
}
}
Symbol 1309 MovieClip Frame 4
pauser.gotoAndPlay(1);
stop();
Instance of Symbol 22 MovieClip in Symbol 1309 MovieClip Frame 4
onClipEvent (enterFrame) {
if (Key.isDown(13) and (_root.pauser == "on")) {
_parent._parent.gotoAndStop("Main");
}
if (Key.isDown(32) and (_root.pauser == "on")) {
_parent._parent.gotoAndStop("Main");
}
if (Key.isDown(38) and (_root.pauser == "on")) {
_parent.gotoAndStop(3);
}
if (Key.isDown(40) and (_root.pauser == "on")) {
_parent.gotoAndStop(1);
}
}
Symbol 1314 MovieClip Frame 1
s = new Sound();
s.attachSound("HowToPlayStart");
s.start(0, 0);
s.onSoundComplete = function () {
gotoAndStop (2);
};
stop();
Symbol 1314 MovieClip Frame 2
ss = new Sound();
ss.attachSound("HowToPlay");
ss.start(0.12, 99);
ss.onSoundComplete = function () {
gotoAndStop (1);
};
stop();
Symbol 1327 MovieClip Frame 1
_root.powerbar = 0;
stop();
Symbol 1327 MovieClip Frame 2
_root.powerbar = 0;
stop();
Symbol 1327 MovieClip Frame 3
_root.powerbar = 0;
stop();
Symbol 1327 MovieClip Frame 4
_root.powerbar = 0;
stop();
Symbol 1327 MovieClip Frame 5
_root.powerbar = 0;
stop();
Symbol 1327 MovieClip Frame 6
_root.powerbar = 0;
stop();
Symbol 1327 MovieClip Frame 7
_root.powerbar = 0;
stop();
Symbol 1327 MovieClip Frame 8
_root.powerbar = 0;
stop();
Symbol 1327 MovieClip Frame 9
_root.powerbar = 0;
stop();
Symbol 1327 MovieClip Frame 10
_root.powerbar = 0;
stop();
Symbol 1327 MovieClip Frame 11
_root.powerbar = 0;
stop();
Symbol 1327 MovieClip Frame 12
_root.powerbar = 0;
stop();
Symbol 1327 MovieClip Frame 13
_root.powerbar = 0;
stop();
Symbol 1327 MovieClip Frame 14
_root.powerbar = 0;
stop();
Symbol 1327 MovieClip Frame 15
_root.powerbar = 0;
stop();
Symbol 1327 MovieClip Frame 16
_root.powerbar = 0;
stop();
Symbol 1327 MovieClip Frame 17
_root.powerbar = 0;
stop();
Symbol 1327 MovieClip Frame 18
_root.powerbar = 0;
stop();
Symbol 1327 MovieClip Frame 19
_root.powerbar = 0;
stop();
Symbol 1327 MovieClip Frame 20
_root.powerbar = 0;
stop();
Symbol 1327 MovieClip Frame 21
_root.powerbar = 1;
Symbol 1327 MovieClip Frame 22
_root.powerbar = 1;
Symbol 1327 MovieClip Frame 23
_root.powerbar = 1;
Symbol 1327 MovieClip Frame 24
_root.powerbar = 1;
Symbol 1327 MovieClip Frame 25
_root.powerbar = 1;
Symbol 1327 MovieClip Frame 26
_root.powerbar = 1;
Symbol 1327 MovieClip Frame 27
_root.powerbar = 1;
Symbol 1327 MovieClip Frame 28
_root.powerbar = 1;
Symbol 1327 MovieClip Frame 29
_root.powerbar = 1;
Symbol 1327 MovieClip Frame 30
_root.powerbar = 1;
Symbol 1327 MovieClip Frame 31
_root.powerbar = 1;
Symbol 1327 MovieClip Frame 32
_root.powerbar = 1;
Symbol 1327 MovieClip Frame 33
_root.powerbar = 1;
Symbol 1327 MovieClip Frame 34
_root.powerbar = 1;
Symbol 1327 MovieClip Frame 35
_root.powerbar = 1;
Symbol 1327 MovieClip Frame 36
_root.powerbar = 1;
Symbol 1327 MovieClip Frame 37
_root.powerbar = 1;
Symbol 1327 MovieClip Frame 38
_root.powerbar = 1;
Symbol 1327 MovieClip Frame 39
_root.powerbar = 1;
Symbol 1327 MovieClip Frame 40
_root.powerbar = 1;
Symbol 1327 MovieClip Frame 41
_root.powerbar = 2;
Symbol 1327 MovieClip Frame 42
_root.powerbar = 2;
Symbol 1327 MovieClip Frame 43
_root.powerbar = 2;
Symbol 1327 MovieClip Frame 44
_root.powerbar = 2;
Symbol 1327 MovieClip Frame 45
_root.powerbar = 2;
Symbol 1327 MovieClip Frame 46
_root.powerbar = 2;
Symbol 1327 MovieClip Frame 47
_root.powerbar = 2;
Symbol 1327 MovieClip Frame 48
_root.powerbar = 2;
Symbol 1327 MovieClip Frame 49
_root.powerbar = 2;
Symbol 1327 MovieClip Frame 50
_root.powerbar = 2;
Symbol 1327 MovieClip Frame 51
_root.powerbar = 2;
Symbol 1327 MovieClip Frame 52
_root.powerbar = 2;
Symbol 1327 MovieClip Frame 53
_root.powerbar = 2;
Symbol 1327 MovieClip Frame 54
_root.powerbar = 2;
Symbol 1327 MovieClip Frame 55
_root.powerbar = 2;
Symbol 1327 MovieClip Frame 56
_root.powerbar = 2;
Symbol 1327 MovieClip Frame 57
_root.powerbar = 2;
Symbol 1327 MovieClip Frame 58
_root.powerbar = 2;
Symbol 1327 MovieClip Frame 59
_root.powerbar = 2;
Symbol 1327 MovieClip Frame 60
_root.powerbar = 2;
Symbol 1327 MovieClip Frame 61
_root.powerbarthingy.gotoAndStop(1);
_root.powerbar = 3;
Symbol 1327 MovieClip Frame 62
gotoAndStop (61);
Symbol 1327 MovieClip Frame 63
gotoAndStop (61);
Symbol 1327 MovieClip Frame 64
gotoAndStop (61);
Symbol 1327 MovieClip Frame 65
gotoAndStop (61);
Symbol 1327 MovieClip Frame 66
gotoAndStop (61);
Symbol 1327 MovieClip Frame 67
gotoAndStop (61);
Symbol 1327 MovieClip Frame 68
gotoAndStop (61);
Symbol 1327 MovieClip Frame 69
gotoAndStop (61);
Symbol 1327 MovieClip Frame 70
gotoAndStop (61);
Symbol 1327 MovieClip Frame 71
gotoAndStop (61);
Symbol 1327 MovieClip Frame 72
gotoAndStop (61);
Symbol 1327 MovieClip Frame 73
gotoAndStop (61);
Symbol 1327 MovieClip Frame 74
gotoAndStop (61);
Symbol 1327 MovieClip Frame 75
gotoAndStop (61);
Symbol 1327 MovieClip Frame 76
gotoAndStop (61);
Symbol 1327 MovieClip Frame 77
gotoAndStop (61);
Symbol 1327 MovieClip Frame 78
gotoAndStop (61);
Symbol 1327 MovieClip Frame 79
gotoAndStop (61);
Symbol 1327 MovieClip Frame 80
gotoAndStop (61);
Symbol 1327 MovieClip Frame 81
gotoAndStop (61);
Symbol 1327 MovieClip Frame 82
gotoAndStop (61);
Symbol 1327 MovieClip Frame 83
gotoAndStop (61);
Symbol 1327 MovieClip Frame 84
gotoAndStop (61);
Symbol 1327 MovieClip Frame 85
gotoAndStop (61);
Symbol 1327 MovieClip Frame 86
gotoAndStop (61);
Symbol 1327 MovieClip Frame 87
gotoAndStop (61);
Symbol 1327 MovieClip Frame 88
gotoAndStop (61);
Symbol 1327 MovieClip Frame 89
gotoAndStop (61);
Symbol 1327 MovieClip Frame 90
gotoAndStop (61);
Symbol 1327 MovieClip Frame 91
gotoAndStop (61);
Symbol 1327 MovieClip Frame 92
gotoAndStop (61);
Symbol 1327 MovieClip Frame 93
gotoAndStop (61);
Symbol 1327 MovieClip Frame 94
gotoAndStop (61);
Symbol 1327 MovieClip Frame 95
gotoAndStop (61);
Symbol 1327 MovieClip Frame 96
gotoAndStop (61);
Symbol 1327 MovieClip Frame 97
gotoAndStop (61);
Symbol 1327 MovieClip Frame 98
gotoAndStop (61);
Symbol 1327 MovieClip Frame 99
gotoAndStop (61);
Symbol 1327 MovieClip Frame 100
gotoAndStop (61);
Symbol 1327 MovieClip Frame 101
gotoAndStop (61);
Symbol 1327 MovieClip Frame 102
gotoAndStop (61);
Symbol 1327 MovieClip Frame 103
gotoAndStop (61);
Symbol 1327 MovieClip Frame 104
gotoAndStop (61);
Symbol 1327 MovieClip Frame 105
gotoAndStop (61);
Symbol 1327 MovieClip Frame 106
gotoAndStop (61);
Symbol 1327 MovieClip Frame 107
gotoAndStop (61);
Symbol 1327 MovieClip Frame 108
gotoAndStop (61);
Symbol 1327 MovieClip Frame 109
gotoAndStop (61);
Symbol 1327 MovieClip Frame 110
gotoAndStop (61);
Symbol 1327 MovieClip Frame 111
gotoAndStop (61);
Symbol 1327 MovieClip Frame 112
gotoAndStop (61);
Symbol 1327 MovieClip Frame 113
gotoAndStop (61);
Symbol 1327 MovieClip Frame 114
gotoAndStop (61);
Symbol 1327 MovieClip Frame 115
gotoAndStop (61);
Symbol 1327 MovieClip Frame 116
gotoAndStop (61);
Symbol 1327 MovieClip Frame 117
gotoAndStop (61);
Symbol 1327 MovieClip Frame 118
gotoAndStop (61);
Symbol 1327 MovieClip Frame 119
gotoAndStop (61);
Symbol 1327 MovieClip Frame 120
gotoAndStop (61);
Symbol 1327 MovieClip Frame 121
gotoAndStop (61);
Symbol 1327 MovieClip Frame 122
gotoAndStop (61);
Symbol 1327 MovieClip Frame 123
gotoAndStop (61);
Symbol 1327 MovieClip Frame 124
gotoAndStop (61);
Symbol 1327 MovieClip Frame 125
gotoAndStop (61);
Symbol 1327 MovieClip Frame 126
gotoAndStop (61);
Symbol 1327 MovieClip Frame 127
gotoAndStop (61);
Symbol 1327 MovieClip Frame 128
gotoAndStop (61);
Symbol 1327 MovieClip Frame 129
gotoAndStop (61);
Symbol 1327 MovieClip Frame 130
gotoAndStop (61);
Symbol 1327 MovieClip Frame 131
gotoAndStop (61);
Symbol 1327 MovieClip Frame 132
gotoAndStop (61);
Symbol 1327 MovieClip Frame 133
gotoAndStop (61);
Symbol 1327 MovieClip Frame 134
gotoAndStop (61);
Symbol 1327 MovieClip Frame 135
gotoAndStop (61);
Symbol 1327 MovieClip Frame 136
gotoAndStop (61);
Symbol 1327 MovieClip Frame 137
gotoAndStop (61);
Symbol 1327 MovieClip Frame 138
gotoAndStop (61);
Symbol 1327 MovieClip Frame 139
gotoAndStop (61);
Symbol 1327 MovieClip Frame 140
gotoAndStop (61);
Symbol 1327 MovieClip Frame 141
gotoAndStop (61);
Symbol 1327 MovieClip Frame 142
gotoAndStop (61);
Symbol 1327 MovieClip Frame 143
gotoAndStop (61);
Symbol 1327 MovieClip Frame 144
gotoAndStop (61);
Symbol 1327 MovieClip Frame 145
gotoAndStop (61);
Symbol 1327 MovieClip Frame 146
gotoAndStop (61);
Symbol 1327 MovieClip Frame 147
gotoAndStop (61);
Symbol 1327 MovieClip Frame 148
gotoAndStop (61);
Symbol 1327 MovieClip Frame 149
gotoAndStop (61);
Symbol 1327 MovieClip Frame 150
gotoAndStop (61);
Symbol 1327 MovieClip Frame 151
gotoAndStop (61);
Symbol 1327 MovieClip Frame 152
gotoAndStop (61);
Symbol 1327 MovieClip Frame 153
gotoAndStop (61);
Symbol 1327 MovieClip Frame 154
gotoAndStop (61);
Symbol 1327 MovieClip Frame 155
gotoAndStop (61);
Symbol 1327 MovieClip Frame 156
gotoAndStop (61);
Symbol 1327 MovieClip Frame 157
gotoAndStop (61);
Symbol 1327 MovieClip Frame 158
gotoAndStop (61);
Symbol 1327 MovieClip Frame 159
gotoAndStop (61);
Symbol 1327 MovieClip Frame 160
gotoAndStop (61);
Symbol 1327 MovieClip Frame 161
gotoAndStop (61);
Symbol 1327 MovieClip Frame 162
gotoAndStop (61);
Symbol 1327 MovieClip Frame 163
gotoAndStop (61);
Symbol 1327 MovieClip Frame 164
gotoAndStop (61);
Symbol 1327 MovieClip Frame 165
gotoAndStop (61);
Symbol 1327 MovieClip Frame 166
gotoAndStop (61);
Symbol 1327 MovieClip Frame 167
gotoAndStop (61);
Symbol 1327 MovieClip Frame 168
gotoAndStop (61);
Symbol 1327 MovieClip Frame 169
gotoAndStop (61);
Symbol 1327 MovieClip Frame 170
gotoAndStop (61);
Symbol 1327 MovieClip Frame 171
gotoAndStop (61);
Symbol 1327 MovieClip Frame 172
gotoAndStop (61);
Symbol 1327 MovieClip Frame 173
gotoAndStop (61);
Symbol 1327 MovieClip Frame 174
gotoAndStop (61);
Symbol 1327 MovieClip Frame 175
gotoAndStop (61);
Symbol 1327 MovieClip Frame 176
gotoAndStop (61);
Symbol 1327 MovieClip Frame 177
gotoAndStop (61);
Symbol 1327 MovieClip Frame 178
gotoAndStop (61);
Symbol 1327 MovieClip Frame 179
gotoAndStop (61);
Symbol 1327 MovieClip Frame 180
gotoAndStop (61);
Symbol 1327 MovieClip Frame 181
gotoAndStop (61);
Symbol 1327 MovieClip Frame 182
gotoAndStop (61);
Symbol 1327 MovieClip Frame 183
gotoAndStop (61);
Symbol 1327 MovieClip Frame 184
gotoAndStop (61);
Symbol 1327 MovieClip Frame 185
gotoAndStop (61);
Symbol 1327 MovieClip Frame 186
gotoAndStop (61);
Symbol 1327 MovieClip Frame 187
gotoAndStop (61);
Symbol 1327 MovieClip Frame 188
gotoAndStop (61);
Symbol 1327 MovieClip Frame 189
gotoAndStop (61);
Symbol 1327 MovieClip Frame 190
gotoAndStop (61);
Symbol 1327 MovieClip Frame 191
gotoAndStop (61);
Symbol 1327 MovieClip Frame 192
gotoAndStop (61);
Symbol 1327 MovieClip Frame 193
gotoAndStop (61);
Symbol 1327 MovieClip Frame 194
gotoAndStop (61);
Symbol 1327 MovieClip Frame 195
gotoAndStop (61);
Symbol 1327 MovieClip Frame 196
gotoAndStop (61);
Symbol 1327 MovieClip Frame 197
gotoAndStop (61);
Symbol 1327 MovieClip Frame 198
gotoAndStop (61);
Symbol 1327 MovieClip Frame 199
gotoAndStop (61);
Symbol 1327 MovieClip Frame 200
gotoAndStop (61);
Symbol 1327 MovieClip Frame 201
gotoAndStop (61);
Symbol 1327 MovieClip Frame 202
gotoAndStop (61);
Symbol 1327 MovieClip Frame 203
gotoAndStop (61);
Symbol 1327 MovieClip Frame 204
gotoAndStop (61);
Symbol 1327 MovieClip Frame 205
gotoAndStop (61);
Symbol 1327 MovieClip Frame 206
gotoAndStop (61);
Symbol 1327 MovieClip Frame 207
gotoAndStop (61);
Symbol 1327 MovieClip Frame 208
gotoAndStop (61);
Symbol 1327 MovieClip Frame 209
gotoAndStop (61);
Symbol 1327 MovieClip Frame 210
gotoAndStop (61);
Symbol 1327 MovieClip Frame 211
gotoAndStop (61);
Symbol 1327 MovieClip Frame 212
gotoAndStop (61);
Symbol 1327 MovieClip Frame 213
gotoAndStop (61);
Symbol 1327 MovieClip Frame 214
gotoAndStop (61);
Symbol 1327 MovieClip Frame 215
gotoAndStop (61);
Symbol 1327 MovieClip Frame 216
gotoAndStop (61);
Symbol 1327 MovieClip Frame 217
gotoAndStop (61);
Symbol 1327 MovieClip Frame 218
gotoAndStop (61);
Symbol 1327 MovieClip Frame 219
gotoAndStop (61);
Symbol 1327 MovieClip Frame 220
gotoAndStop (61);
Symbol 1327 MovieClip Frame 221
gotoAndStop (61);
Symbol 1327 MovieClip Frame 222
gotoAndStop (61);
Symbol 1327 MovieClip Frame 223
gotoAndStop (61);
Symbol 1327 MovieClip Frame 224
gotoAndStop (61);
Symbol 1327 MovieClip Frame 225
gotoAndStop (61);
Symbol 1327 MovieClip Frame 226
gotoAndStop (61);
Symbol 1327 MovieClip Frame 227
gotoAndStop (61);
Symbol 1327 MovieClip Frame 228
gotoAndStop (61);
Symbol 1327 MovieClip Frame 229
gotoAndStop (61);
Symbol 1327 MovieClip Frame 230
gotoAndStop (61);
Symbol 1327 MovieClip Frame 231
gotoAndStop (61);
Symbol 1327 MovieClip Frame 232
gotoAndStop (61);
Symbol 1327 MovieClip Frame 233
gotoAndStop (61);
Symbol 1327 MovieClip Frame 234
gotoAndStop (61);
Symbol 1327 MovieClip Frame 235
gotoAndStop (61);
Symbol 1327 MovieClip Frame 236
gotoAndStop (61);
Symbol 1327 MovieClip Frame 237
gotoAndStop (61);
Symbol 1327 MovieClip Frame 238
gotoAndStop (61);
Symbol 1327 MovieClip Frame 239
gotoAndStop (61);
Symbol 1327 MovieClip Frame 240
gotoAndStop (61);
Symbol 1327 MovieClip Frame 241
gotoAndStop (61);
Symbol 1327 MovieClip Frame 242
gotoAndStop (61);
Symbol 1327 MovieClip Frame 243
gotoAndStop (61);
Symbol 1327 MovieClip Frame 244
gotoAndStop (61);
Symbol 1327 MovieClip Frame 245
gotoAndStop (61);
Symbol 1327 MovieClip Frame 246
gotoAndStop (61);
Symbol 1327 MovieClip Frame 247
gotoAndStop (61);
Symbol 1327 MovieClip Frame 248
gotoAndStop (61);
Symbol 1327 MovieClip Frame 249
gotoAndStop (61);
Symbol 1327 MovieClip Frame 250
gotoAndStop (61);
Symbol 1327 MovieClip Frame 251
gotoAndStop (61);
Symbol 1327 MovieClip Frame 252
gotoAndStop (61);
Symbol 1327 MovieClip Frame 253
gotoAndStop (61);
Symbol 1327 MovieClip Frame 254
gotoAndStop (61);
Symbol 1327 MovieClip Frame 255
gotoAndStop (61);
Symbol 1327 MovieClip Frame 256
gotoAndStop (61);
Symbol 1327 MovieClip Frame 257
gotoAndStop (61);
Symbol 1327 MovieClip Frame 258
gotoAndStop (61);
Symbol 1327 MovieClip Frame 259
gotoAndStop (61);
Symbol 1327 MovieClip Frame 260
gotoAndStop (61);
Symbol 1327 MovieClip Frame 261
gotoAndStop (61);
Symbol 1327 MovieClip Frame 262
gotoAndStop (61);
Symbol 1327 MovieClip Frame 263
gotoAndStop (61);
Symbol 1327 MovieClip Frame 264
gotoAndStop (61);
Symbol 1327 MovieClip Frame 265
gotoAndStop (61);
Symbol 1327 MovieClip Frame 266
gotoAndStop (61);
Symbol 1327 MovieClip Frame 267
gotoAndStop (61);
Symbol 1327 MovieClip Frame 268
gotoAndStop (61);
Symbol 1327 MovieClip Frame 269
gotoAndStop (61);
Symbol 1327 MovieClip Frame 270
gotoAndStop (61);
Symbol 1327 MovieClip Frame 271
gotoAndStop (61);
Symbol 1327 MovieClip Frame 272
gotoAndStop (61);
Symbol 1327 MovieClip Frame 273
gotoAndStop (61);
Symbol 1327 MovieClip Frame 274
gotoAndStop (61);
Symbol 1327 MovieClip Frame 275
gotoAndStop (61);
Symbol 1327 MovieClip Frame 276
gotoAndStop (61);
Symbol 1327 MovieClip Frame 277
gotoAndStop (61);
Symbol 1327 MovieClip Frame 278
gotoAndStop (61);
Symbol 1327 MovieClip Frame 279
gotoAndStop (61);
Symbol 1327 MovieClip Frame 280
gotoAndStop (61);
Symbol 1327 MovieClip Frame 281
gotoAndStop (61);
Symbol 1327 MovieClip Frame 282
gotoAndStop (61);
Symbol 1327 MovieClip Frame 283
gotoAndStop (61);
Symbol 1327 MovieClip Frame 284
gotoAndStop (61);
Symbol 1327 MovieClip Frame 285
gotoAndStop (61);
Symbol 1327 MovieClip Frame 286
gotoAndStop (61);
Symbol 1327 MovieClip Frame 287
gotoAndStop (61);
Symbol 1327 MovieClip Frame 288
gotoAndStop (61);
Symbol 1327 MovieClip Frame 289
gotoAndStop (61);
Symbol 1327 MovieClip Frame 290
gotoAndStop (61);
Symbol 1327 MovieClip Frame 291
gotoAndStop (61);
Symbol 1327 MovieClip Frame 292
gotoAndStop (61);
Symbol 1327 MovieClip Frame 293
gotoAndStop (61);
Symbol 1327 MovieClip Frame 294
gotoAndStop (61);
Symbol 1327 MovieClip Frame 295
gotoAndStop (61);
Symbol 1327 MovieClip Frame 296
gotoAndStop (61);
Symbol 1327 MovieClip Frame 297
gotoAndStop (61);
Symbol 1327 MovieClip Frame 298
gotoAndStop (61);
Symbol 1327 MovieClip Frame 299
gotoAndStop (61);
Symbol 1327 MovieClip Frame 300
gotoAndStop (61);
Symbol 1327 MovieClip Frame 301
gotoAndStop (61);
Symbol 1327 MovieClip Frame 302
gotoAndStop (61);
Symbol 1327 MovieClip Frame 303
gotoAndStop (61);
Symbol 1327 MovieClip Frame 304
gotoAndStop (61);
Symbol 1327 MovieClip Frame 305
gotoAndStop (61);
Symbol 1327 MovieClip Frame 306
gotoAndStop (61);
Symbol 1327 MovieClip Frame 307
gotoAndStop (61);
Symbol 1327 MovieClip Frame 308
gotoAndStop (61);
Symbol 1327 MovieClip Frame 309
gotoAndStop (61);
Symbol 1327 MovieClip Frame 310
gotoAndStop (61);
Symbol 1327 MovieClip Frame 311
gotoAndStop (61);
Symbol 1327 MovieClip Frame 312
gotoAndStop (61);
Symbol 1327 MovieClip Frame 313
gotoAndStop (61);
Symbol 1327 MovieClip Frame 314
gotoAndStop (61);
Symbol 1327 MovieClip Frame 315
gotoAndStop (61);
Symbol 1411 MovieClip Frame 1
if (_root.fatigue <= 0) {
_parent.gotoAndStop("stand");
} else {
_root.fatigue = _root.fatigue - 1;
}
Symbol 1411 MovieClip Frame 4
if (_root.fatigue <= 0) {
_parent.gotoAndStop("stand");
} else {
_root.fatigue = _root.fatigue - 1;
}
Symbol 1411 MovieClip Frame 7
if (_root.fatigue <= 0) {
_parent.gotoAndStop("stand");
} else {
_root.fatigue = _root.fatigue - 1;
}
Symbol 1411 MovieClip Frame 10
if (_root.fatigue <= 0) {
_parent.gotoAndStop("stand");
} else {
_root.fatigue = _root.fatigue - 1;
}
Symbol 1411 MovieClip Frame 13
if (_root.fatigue <= 0) {
_parent.gotoAndStop("stand");
} else {
_root.fatigue = _root.fatigue - 1;
}
Symbol 1411 MovieClip Frame 16
if (_root.fatigue <= 0) {
_parent.gotoAndStop("stand");
} else {
_root.fatigue = _root.fatigue - 1;
}
Symbol 1411 MovieClip Frame 19
if (_root.fatigue <= 0) {
_parent.gotoAndStop("stand");
} else {
_root.fatigue = _root.fatigue - 1;
}
Symbol 1411 MovieClip Frame 22
if (_root.fatigue <= 0) {
_parent.gotoAndStop("stand");
} else {
_root.fatigue = _root.fatigue - 1;
}
Symbol 1453 Button
on (release) {
_root.jukebox = "on";
stopAllSounds();
gotoAndStop (1);
}
Symbol 1457 MovieClip Frame 1
stop();
Symbol 1457 MovieClip Frame 2
a = new Sound();
a.attachSound("HowToPlayStart");
a.start(0, 0);
a.onSoundComplete = function () {
gotoAndStop (2);
};
stop();
Symbol 1457 MovieClip Frame 3
a = new Sound();
a.attachSound("HowToPlay");
a.start(0.12, 99);
a.onSoundComplete = function () {
gotoAndStop (1);
};
stop();
Symbol 1458 MovieClip Frame 1
stop();
Symbol 1458 MovieClip Frame 2
s = new Sound(this);
s.attachSound("LevelOneMusic");
s.start(0.34, 99);
stop();
Symbol 1459 MovieClip Frame 1
stop();
Symbol 1459 MovieClip Frame 2
s = new Sound(this);
s.attachSound("Level2A");
s.start(0, 0);
s.onSoundComplete = function () {
gotoAndStop (3);
};
stop();
Symbol 1459 MovieClip Frame 3
t = new Sound(this);
t.attachSound("Level2B");
t.start(0, 99);
t.onSoundComplete = function () {
gotoAndStop (3);
};
stop();
Symbol 1460 MovieClip Frame 1
stop();
Symbol 1460 MovieClip Frame 2
s = new Sound(this);
s.attachSound("Level3A");
s.start(0, 0);
s.onSoundComplete = function () {
gotoAndStop (3);
};
stop();
Symbol 1460 MovieClip Frame 3
t = new Sound(this);
t.attachSound("Level3B");
t.start(0, 99);
t.onSoundComplete = function () {
gotoAndStop (2);
};
stop();
Symbol 1461 MovieClip Frame 1
stop();
Symbol 1461 MovieClip Frame 2
s = new Sound(this);
s.attachSound("Level4");
s.start(0, 99);
s.onSoundComplete = function () {
gotoAndStop (2);
};
stop();
Symbol 1462 MovieClip Frame 1
stop();
Symbol 1462 MovieClip Frame 2
s = new Sound(this);
s.attachSound("Level5A");
s.start(0, 0);
s.onSoundComplete = function () {
gotoAndStop (3);
};
stop();
Symbol 1462 MovieClip Frame 3
s = new Sound(this);
s.attachSound("Level5B");
s.start(0, 99);
s.onSoundComplete = function () {
gotoAndStop (2);
};
stop();
Symbol 1465 Button
on (release) {
stopAllSounds();
LevelTwoTune.gotoAndStop(3);
LevelTwoTune.t.start(0, 99);
}
Symbol 1466 Button
on (release) {
stopAllSounds();
LevelThreeTune.gotoAndStop(3);
LevelThreeTune.t.start(0, 99);
}
Symbol 1467 Button
on (release) {
stopAllSounds();
LevelFourTune.gotoAndStop(2);
LevelFourTune.s.start(0, 99);
}
Symbol 1468 Button
on (release) {
stopAllSounds();
LevelFiveTune.gotoAndStop(3);
LevelFiveTune.s.start(0, 99);
}
Symbol 1469 Button
on (release) {
stopAllSounds();
LevelOneTune.gotoAndStop(2);
LevelOneTune.s.start(0.34, 99);
}
Symbol 1471 MovieClip Frame 1
stop();
Symbol 1471 MovieClip Frame 2
s = new Sound(this);
s.attachSound("Battlea");
s.start(0, 0);
s.onSoundComplete = function () {
gotoAndStop (3);
};
stop();
Symbol 1471 MovieClip Frame 3
s = new Sound(this);
s.attachSound("Battleb");
s.start(0, 99);
s.onSoundComplete = function () {
gotoAndStop (2);
};
stop();
Symbol 1471 MovieClip Frame 4
t = new Sound(this);
t.attachSound("StageCompleted1");
t.start(0, 0);
t.onSoundComplete = function () {
gotoAndStop (5);
};
stop();
Symbol 1471 MovieClip Frame 5
t = new Sound(this);
trace("ssss");
t.attachSound("StageCompleted2");
t.start(0, 99);
stop();
Symbol 1472 Button
on (release) {
stopAllSounds();
s = new Sound(this);
s.attachSound("Battleb");
s.start(0, 99);
}
Symbol 1473 Button
on (release) {
stopAllSounds();
ss = new Sound();
ss.attachSound("HowToPlay");
ss.start(0.12, 99);
stop();
}
Symbol 1474 Button
on (release) {
stopAllSounds();
t = new Sound(this);
t.attachSound("StageCompleted2");
t.start(0, 99);
stop();
}
Symbol 1475 Button
on (release) {
stopAllSounds();
t = new Sound(this);
t.attachSound("Password2");
t.start(0, 99);
stop();
}
Symbol 1484 MovieClip Frame 1
stop();
Symbol 1484 MovieClip Frame 2
stop();
Symbol 1497 MovieClip Frame 5
highpunch = new Sound();
highpunch.attachSound("highkick");
highpunch.start();
_parent.four = 1;
stop();
Symbol 1497 MovieClip Frame 10
highpunch = new Sound();
highpunch.attachSound("highpunch");
highpunch.start();
_parent.four = 2;
stop();
Symbol 1497 MovieClip Frame 15
highpunch = new Sound();
highpunch.attachSound("highkick");
highpunch.start();
_parent.four = 3;
stop();
Symbol 1497 MovieClip Frame 20
highpunch = new Sound();
highpunch.attachSound("highpunch");
highpunch.start();
_parent.four = 4;
stop();
Symbol 1498 MovieClip Frame 5
highpunch = new Sound();
highpunch.attachSound("highkick");
highpunch.start();
_parent.three = 1;
stop();
Symbol 1498 MovieClip Frame 10
highpunch = new Sound();
highpunch.attachSound("highpunch");
highpunch.start();
_parent.three = 2;
stop();
Symbol 1498 MovieClip Frame 15
highpunch = new Sound();
highpunch.attachSound("highkick");
highpunch.start();
_parent.three = 3;
stop();
Symbol 1498 MovieClip Frame 20
highpunch = new Sound();
highpunch.attachSound("highpunch");
highpunch.start();
_parent.three = 4;
stop();
Symbol 1499 MovieClip Frame 5
highpunch = new Sound();
highpunch.attachSound("highkick");
highpunch.start();
_parent.two = 1;
stop();
Symbol 1499 MovieClip Frame 10
highpunch = new Sound();
highpunch.attachSound("highpunch");
highpunch.start();
_parent.two = 2;
stop();
Symbol 1499 MovieClip Frame 15
highpunch = new Sound();
highpunch.attachSound("highkick");
highpunch.start();
_parent.two = 3;
stop();
Symbol 1499 MovieClip Frame 20
highpunch = new Sound();
highpunch.attachSound("highpunch");
highpunch.start();
_parent.two = 4;
stop();
Symbol 1500 MovieClip Frame 5
highpunch = new Sound();
highpunch.attachSound("highkick");
highpunch.start();
_parent.one = 1;
stop();
Symbol 1500 MovieClip Frame 10
highpunch = new Sound();
highpunch.attachSound("highpunch");
highpunch.start();
_parent.one = 2;
stop();
Symbol 1500 MovieClip Frame 15
highpunch = new Sound();
highpunch.attachSound("highkick");
highpunch.start();
_parent.one = 3;
stop();
Symbol 1500 MovieClip Frame 20
highpunch = new Sound();
highpunch.attachSound("highpunch");
highpunch.start();
_parent.one = 4;
stop();
Symbol 1505 MovieClip Frame 2
stop();
Symbol 1506 MovieClip Frame 5
stop();
Symbol 1509 MovieClip Frame 5
stop();
Symbol 1512 MovieClip Frame 5
stop();
Symbol 1516 MovieClip Frame 5
stop();
Symbol 1517 MovieClip Frame 1
_parent.pauser.gotoAndPlay(1);
_parent.SpecialMark2 = 1;
stop();
Instance of Symbol 22 MovieClip in Symbol 1517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.code == "correct") {
_parent.gotoAndPlay(6);
}
}
Instance of Symbol 22 MovieClip in Symbol 1517 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((Key.isDown(13) and (_root.pauser == "on")) and (_root.kent == "on")) {
_parent.gotoAndStop(3);
}
if ((Key.isDown(32) and (_root.pauser == "on")) and (_root.kent == "on")) {
_parent.gotoAndStop(3);
}
if ((Key.isDown(40) and (_root.pauser == "on")) and (_root.kent == "on")) {
_parent._parent.gotoAndStop(1);
}
if ((Key.isDown(39) and (_root.pauser == "on")) and (_root.kent == "on")) {
_parent._parent.gotoAndStop(6);
}
if ((Key.isDown(37) and (_root.pauser == "on")) and (_root.kent == "on")) {
_parent._parent.gotoAndStop(4);
}
}
Symbol 1517 MovieClip Frame 2
_parent.pauser.gotoAndPlay(1);
SpecialMark = new Sound();
SpecialMark.attachSound("magichit");
SpecialMark.start(0.04, 0);
_parent.SpecialMark2 = 1;
stop();
Instance of Symbol 22 MovieClip in Symbol 1517 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((Key.isDown(13) and (_root.pauser == "on")) and (_root.kent == "on")) {
_parent.play();
}
if ((Key.isDown(32) and (_root.pauser == "on")) and (_root.kent == "on")) {
_parent.play();
}
if ((Key.isDown(40) and (_root.pauser == "on")) and (_root.kent == "on")) {
_parent._parent.gotoAndStop(1);
}
if ((Key.isDown(39) and (_root.pauser == "on")) and (_root.kent == "on")) {
_parent._parent.gotoAndStop(6);
}
if ((Key.isDown(37) and (_root.pauser == "on")) and (_root.kent == "on")) {
_parent._parent.gotoAndStop(4);
}
}
Symbol 1517 MovieClip Frame 3
_parent.pauser.gotoAndPlay(1);
SpecialMark = new Sound();
SpecialMark.attachSound("magichit");
SpecialMark.start(0.04, 0);
_parent.SpecialMark2 = 2;
stop();
Symbol 1517 MovieClip Frame 4
_parent.pauser.gotoAndPlay(1);
SpecialMark = new Sound();
SpecialMark.attachSound("magichit");
SpecialMark.start(0.04, 0);
_parent.SpecialMark2 = 3;
stop();
Symbol 1517 MovieClip Frame 5
_parent.pauser.gotoAndPlay(1);
SpecialMark = new Sound();
SpecialMark.attachSound("magichit");
SpecialMark.start(0.04, 0);
_parent.SpecialMark2 = 4;
stop();
Instance of Symbol 22 MovieClip in Symbol 1517 MovieClip Frame 5
onClipEvent (enterFrame) {
if ((Key.isDown(13) and (_root.pauser == "on")) and (_root.kent == "on")) {
_parent.gotoAndStop(2);
}
if ((Key.isDown(32) and (_root.pauser == "on")) and (_root.kent == "on")) {
_parent.gotoAndStop(2);
}
if ((Key.isDown(40) and (_root.pauser == "on")) and (_root.kent == "on")) {
_parent._parent.gotoAndStop(1);
}
if ((Key.isDown(39) and (_root.pauser == "on")) and (_root.kent == "on")) {
_parent._parent.gotoAndStop(6);
}
if ((Key.isDown(37) and (_root.pauser == "on")) and (_root.kent == "on")) {
_parent._parent.gotoAndStop(4);
}
}
Symbol 1517 MovieClip Frame 6
Symbol 1517 MovieClip Frame 18
stop();
Symbol 1518 MovieClip Frame 1
stop();
Instance of Symbol 22 MovieClip in Symbol 1518 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.code == "correct") {
_parent.play();
}
}
Instance of Symbol 22 MovieClip in Symbol 1518 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_parent._parent.code == "correct") {
_parent._parent.mc1._y = _parent._parent.mc1._y + 8;
}
}
Instance of Symbol 22 MovieClip in Symbol 1518 MovieClip Frame 7
onClipEvent (enterFrame) {
if (_parent._parent.code == "correct") {
_parent._parent.mc2._y = _parent._parent.mc2._y - 8;
}
}
Instance of Symbol 22 MovieClip in Symbol 1518 MovieClip Frame 7
onClipEvent (enterFrame) {
if (_parent._parent.code == "correct") {
_parent._parent.mc1._y = _parent._parent.mc1._y + 8;
}
}
Instance of Symbol 22 MovieClip in Symbol 1518 MovieClip Frame 12
onClipEvent (enterFrame) {
if (_parent._parent.code == "correct") {
_parent._parent.mc3._y = _parent._parent.mc3._y + 8;
}
}
Instance of Symbol 22 MovieClip in Symbol 1518 MovieClip Frame 12
onClipEvent (enterFrame) {
if (_parent._parent.code == "correct") {
_parent._parent.mc2._y = _parent._parent.mc2._y - 8;
}
}
Instance of Symbol 22 MovieClip in Symbol 1518 MovieClip Frame 17
onClipEvent (enterFrame) {
if (_parent._parent.code == "correct") {
_parent._parent.mc4._y = _parent._parent.mc4._y - 8;
}
}
Instance of Symbol 22 MovieClip in Symbol 1518 MovieClip Frame 17
onClipEvent (enterFrame) {
if (_parent._parent.code == "correct") {
_parent._parent.mc3._y = _parent._parent.mc3._y + 8;
}
}
Symbol 1518 MovieClip Frame 51
if (_parent.level == 1) {
stopAllSounds();
_root.gotoAndStop("Level1GETREADY");
} else if (_parent.level == 2) {
_root.OnStage = 2;
trace("onstage=2");
_root.levelskip = "on";
stopAllSounds();
_root.gotoAndStop("Level2GETREADY");
} else if (_parent.level == 3) {
_root.OnStage = 3;
trace("onstage=3");
_root.levelskip = "on";
stopAllSounds();
_root.gotoAndStop("Level3GETREADY");
} else if (_parent.level == 4) {
_root.OnStage = 4;
trace("onstage=4");
_root.levelskip = "on";
stopAllSounds();
_root.gotoAndStop("Level4GETREADY");
} else if (_parent.level == 5) {
_root.OnStage = 5;
trace("onstage=5");
_root.levelskip = "on";
stopAllSounds();
_root.gotoAndStop("Level5GETREADY");
}
stop();
Symbol 1534 MovieClip Frame 1
stop();
Symbol 1534 MovieClip Frame 2
_parent.lock = "on";
Symbol 1534 MovieClip Frame 68
gotoAndStop (2);
Symbol 1534 MovieClip Frame 69
_parent.lock = "on";
r = random(7);
if (r == 0) {
s = new Sound();
s.attachSound("wrong0");
s.start(0, 0);
} else if (r == 1) {
s = new Sound();
s.attachSound("wrong1");
s.start(0, 0);
} else if (r == 2) {
s = new Sound();
s.attachSound("wrong2");
s.start(0, 0);
} else if (r == 3) {
s = new Sound();
s.attachSound("wrong3");
s.start(0, 0);
} else if (r == 4) {
s = new Sound();
s.attachSound("wrong4");
s.start(0, 0);
} else if (r == 5) {
s = new Sound();
s.attachSound("wrong5");
s.start(0, 0);
} else if (r == 6) {
s = new Sound();
s.attachSound("wrong6");
s.start(0, 0);
}
Symbol 1534 MovieClip Frame 219
_parent.lock = "off";
Symbol 1537 MovieClip Frame 1
mc1.backbox.gotoAndStop(1);
mc2.backbox.gotoAndStop(1);
mc3.backbox.gotoAndStop(1);
mc4.backbox.gotoAndStop(1);
se.box.gotoAndStop(1);
pauser.gotoAndPlay(1);
_root.kent = "off";
stop();
Instance of Symbol 22 MovieClip in Symbol 1537 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(13) and (_root.pauser == "on")) {
if ((((((_parent.one eq 2) and (_parent.two eq 4)) and (_parent.three eq 4)) and (_parent.four eq 1)) and (_parent.specialmark2 eq 1)) and (_parent.lock == "off")) {
_parent.level = 2;
_parent.messagemc.gotoAndPlay(2);
_parent.code = "correct";
} else if ((((((_parent.one eq 4) and (_parent.two eq 3)) and (_parent.three eq 1)) and (_parent.four eq 2)) and (_parent.specialmark2 eq 2)) and (_parent.lock == "off")) {
_parent.level = 3;
_parent.messagemc.gotoAndPlay(2);
_parent.code = "correct";
} else if ((((((_parent.one eq 3) and (_parent.two eq 3)) and (_parent.three eq 4)) and (_parent.four eq 1)) and (_parent.specialmark2 eq 3)) and (_parent.lock == "off")) {
_parent.level = 4;
_parent.messagemc.gotoAndPlay(2);
_parent.code = "correct";
} else if ((((((_parent.one eq 3) and (_parent.two eq 1)) and (_parent.three eq 4)) and (_parent.four eq 1)) and (_parent.specialmark2 eq 4)) and (_parent.lock == "off")) {
_parent.level = 5;
_parent.messagemc.gotoAndPlay(2);
_parent.code = "correct";
} else if (_parent.lock == "off") {
_parent.messagemc.gotoAndPlay(69);
}
}
if (Key.isDown(32) and (_root.pauser == "on")) {
if ((((((_parent.one eq 2) and (_parent.two eq 4)) and (_parent.three eq 4)) and (_parent.four eq 1)) and (_parent.specialmark2 eq 1)) and (_parent.lock == "off")) {
_parent.level = 2;
_parent.messagemc.gotoAndPlay(2);
_parent.code = "correct";
} else if ((((((_parent.one eq 4) and (_parent.two eq 3)) and (_parent.three eq 1)) and (_parent.four eq 2)) and (_parent.specialmark2 eq 2)) and (_parent.lock == "off")) {
_parent.level = 3;
_parent.messagemc.gotoAndPlay(2);
_parent.code = "correct";
} else if ((((((_parent.one eq 3) and (_parent.two eq 3)) and (_parent.three eq 4)) and (_parent.four eq 1)) and (_parent.specialmark2 eq 3)) and (_parent.lock == "off")) {
_parent.level = 4;
_parent.messagemc.gotoAndPlay(2);
_parent.code = "correct";
} else if ((((((_parent.one eq 3) and (_parent.two eq 1)) and (_parent.three eq 4)) and (_parent.four eq 1)) and (_parent.specialmark2 eq 4)) and (_parent.lock == "off")) {
_parent.level = 5;
_parent.messagemc.gotoAndPlay(2);
_parent.code = "correct";
} else if (_parent.lock == "off") {
_parent.messagemc.gotoAndPlay(69);
}
}
if (Key.isDown(39) and (_root.pauser == "on")) {
_parent.gotoAndStop(2);
}
if (Key.isDown(38) and (_root.pauser == "on")) {
_parent.gotoAndStop(3);
}
}
Symbol 1537 MovieClip Frame 2
mc1.backbox.gotoAndStop(1);
mc2.backbox.gotoAndStop(1);
mc3.backbox.gotoAndStop(1);
mc4.backbox.gotoAndStop(1);
se.box.gotoAndStop(1);
pauser.gotoAndPlay(1);
_root.kent = "off";
stop();
Instance of Symbol 22 MovieClip in Symbol 1537 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(13) and (_root.pauser == "on")) {
_root.jukebox = "on";
stopAllSounds();
_parent._parent.gotoAndStop(1);
}
if (Key.isDown(32) and (_root.pauser == "on")) {
_root.jukebox = "on";
stopAllSounds();
_parent._parent.gotoAndStop(1);
}
if (Key.isDown(38) and (_root.pauser == "on")) {
_parent.gotoAndStop(3);
}
if (Key.isDown(37) and (_root.pauser == "on")) {
_parent.gotoAndStop(1);
}
}
Symbol 1537 MovieClip Frame 3
mc1.backbox.gotoAndStop(2);
mc2.backbox.gotoAndStop(1);
mc3.backbox.gotoAndStop(1);
mc4.backbox.gotoAndStop(1);
se.box.gotoAndStop(1);
pauser.gotoAndPlay(1);
_root.kent = "off";
stop();
Instance of Symbol 22 MovieClip in Symbol 1537 MovieClip Frame 3
onClipEvent (enterFrame) {
if (Key.isDown(13) and (_root.pauser == "on")) {
_parent.mc1.play();
}
if (Key.isDown(32) and (_root.pauser == "on")) {
_parent.mc1.play();
}
if (Key.isDown(40) and (_root.pauser == "on")) {
_parent.gotoAndStop(1);
}
if (Key.isDown(39) and (_root.pauser == "on")) {
_parent.gotoAndStop(4);
}
if (Key.isDown(37) and (_root.pauser == "on")) {
_parent.gotoAndStop(7);
}
}
Symbol 1537 MovieClip Frame 4
mc1.backbox.gotoAndStop(1);
mc2.backbox.gotoAndStop(2);
mc3.backbox.gotoAndStop(1);
mc4.backbox.gotoAndStop(1);
se.box.gotoAndStop(1);
pauser.gotoAndPlay(1);
_root.kent = "off";
stop();
Instance of Symbol 22 MovieClip in Symbol 1537 MovieClip Frame 4
onClipEvent (enterFrame) {
if (Key.isDown(13) and (_root.pauser == "on")) {
_parent.mc2.play();
}
if (Key.isDown(32) and (_root.pauser == "on")) {
_parent.mc2.play();
}
if (Key.isDown(40) and (_root.pauser == "on")) {
_parent.gotoAndStop(1);
}
if (Key.isDown(39) and (_root.pauser == "on")) {
_parent.gotoAndStop(5);
}
if (Key.isDown(37) and (_root.pauser == "on")) {
_parent.gotoAndStop(3);
}
}
Symbol 1537 MovieClip Frame 5
mc1.backbox.gotoAndStop(1);
mc2.backbox.gotoAndStop(1);
mc3.backbox.gotoAndStop(1);
mc4.backbox.gotoAndStop(1);
se.box.gotoAndStop(2);
pauser.gotoAndPlay(1);
_root.kent = "on";
stop();
Symbol 1537 MovieClip Frame 6
mc1.backbox.gotoAndStop(1);
mc2.backbox.gotoAndStop(1);
mc3.backbox.gotoAndStop(2);
mc4.backbox.gotoAndStop(1);
se.box.gotoAndStop(1);
pauser.gotoAndPlay(1);
_root.kent = "off";
stop();
Instance of Symbol 22 MovieClip in Symbol 1537 MovieClip Frame 6
onClipEvent (enterFrame) {
if (Key.isDown(13) and (_root.pauser == "on")) {
_parent.mc3.play();
}
if (Key.isDown(32) and (_root.pauser == "on")) {
_parent.mc3.play();
}
if (Key.isDown(40) and (_root.pauser == "on")) {
_parent.gotoAndStop(1);
}
if (Key.isDown(39) and (_root.pauser == "on")) {
_parent.gotoAndStop(7);
}
if (Key.isDown(37) and (_root.pauser == "on")) {
_parent.gotoAndStop(5);
}
}
Symbol 1537 MovieClip Frame 7
mc1.backbox.gotoAndStop(1);
mc2.backbox.gotoAndStop(1);
mc3.backbox.gotoAndStop(1);
mc4.backbox.gotoAndStop(2);
se.box.gotoAndStop(1);
pauser.gotoAndPlay(1);
_root.kent = "off";
stop();
Instance of Symbol 22 MovieClip in Symbol 1537 MovieClip Frame 7
onClipEvent (enterFrame) {
if (Key.isDown(13) and (_root.pauser == "on")) {
_parent.mc4.play();
}
if (Key.isDown(32) and (_root.pauser == "on")) {
_parent.mc4.play();
}
if (Key.isDown(40) and (_root.pauser == "on")) {
_parent.gotoAndStop(1);
}
if (Key.isDown(39) and (_root.pauser == "on")) {
_parent.gotoAndStop(3);
}
if (Key.isDown(37) and (_root.pauser == "on")) {
_parent.gotoAndStop(6);
}
}
Symbol 1538 MovieClip Frame 1
s = new Sound(this);
s.attachSound("Password1");
s.start(0, 0);
s.onSoundComplete = function () {
gotoAndStop (2);
};
stop();
Symbol 1538 MovieClip Frame 2
s = new Sound(this);
s.attachSound("Password2");
s.start(0, 99);
stop();
Symbol 1575 MovieClip Frame 2505
_root.OnStage = 1;
trace("onstage=1");
_root.gotoAndStop("Level1GETREADY");
Symbol 1576 MovieClip Frame 1
Menu.s.start();
stop();
Symbol 1576 MovieClip Frame 8
stop();
Symbol 1576 MovieClip Frame 15
stop();
Symbol 1576 MovieClip Frame 16
pauser.gotoAndPlay(1);
stop();
Instance of Symbol 22 MovieClip in Symbol 1576 MovieClip Frame 16
onClipEvent (enterFrame) {
if (Key.isDown(13) and (_root.pauser == "on")) {
_parent.gotoAndStop("Main");
}
if (Key.isDown(32) and (_root.pauser == "on")) {
_parent.gotoAndStop("Main");
}
}
Symbol 1576 MovieClip Frame 24
howtoplay.s.start();
_root.jukebox = "off";
Instance of Symbol 22 MovieClip in Symbol 1576 MovieClip Frame 24
onClipEvent (enterFrame) {
if (Key.isDown(13) and (_root.pauser == "on")) {
_parent.howtoplay.s.stop();
_parent.howtoplay.ss.stop();
_root.jukebox = "on";
_parent.gotoAndStop("Main");
}
if (Key.isDown(32) and (_root.pauser == "on")) {
_parent.howtoplay.s.stop();
_parent.howtoplay.ss.stop();
_root.jukebox = "on";
_parent.gotoAndStop("Main");
}
}
Instance of Symbol 228 MovieClip "hit" in Symbol 1576 MovieClip Frame 24
onClipEvent (enterFrame) {
if (_root.guy.walkhit.hitTest(this) and (_root.enemies < 1)) {
_root.killallenemies = "on";
_root.guy.gotoAndStop("pause");
_root.LevelOneTune.s.stop();
_root.bossspawn = "on";
_root.bossactivated = "on";
_root.arrows.gotoAndStop(1);
_parent.gotoAndStop(2);
}
}
Symbol 1576 MovieClip Frame 54
highpunch = new Sound();
highpunch.attachSound("highpunch");
highpunch.start();
Symbol 1576 MovieClip Frame 78
highpunch = new Sound();
highpunch.attachSound("highpunch");
highpunch.start();
Symbol 1576 MovieClip Frame 411
guage.gotoAndStop(guage._currentframe + 2);
Symbol 1576 MovieClip Frame 431
guage.gotoAndStop(guage._currentframe + 2);
Symbol 1576 MovieClip Frame 450
guage.gotoAndStop(guage._currentframe + 2);
Symbol 1576 MovieClip Frame 492
guage.gotoAndStop(guage._currentframe + 1);
Symbol 1576 MovieClip Frame 494
guage.gotoAndStop(guage._currentframe + 1);
Symbol 1576 MovieClip Frame 496
guage.gotoAndStop(guage._currentframe + 1);
Symbol 1576 MovieClip Frame 498
guage.gotoAndStop(guage._currentframe + 1);
Symbol 1576 MovieClip Frame 500
guage.gotoAndStop(guage._currentframe + 1);
Symbol 1576 MovieClip Frame 502
guage.gotoAndStop(guage._currentframe + 1);
Symbol 1576 MovieClip Frame 504
guage.gotoAndStop(guage._currentframe + 1);
Symbol 1576 MovieClip Frame 506
guage.gotoAndStop(guage._currentframe + 1);
Symbol 1576 MovieClip Frame 508
guage.gotoAndStop(guage._currentframe + 1);
Symbol 1576 MovieClip Frame 510
guage.gotoAndStop(guage._currentframe + 1);
Symbol 1576 MovieClip Frame 512
guage.gotoAndStop(guage._currentframe + 1);
Symbol 1576 MovieClip Frame 514
guage.gotoAndStop(guage._currentframe + 1);
Symbol 1576 MovieClip Frame 516
guage.gotoAndStop(guage._currentframe + 1);
Symbol 1576 MovieClip Frame 518
guage.gotoAndStop(guage._currentframe + 1);
Symbol 1576 MovieClip Frame 1124
stop();
Symbol 1576 MovieClip Frame 1125
_root.jukebox = "off";
stop();
Symbol 1576 MovieClip Frame 1126
pp.lock = "off";
_root.jukebox = "off";
pp.mc1.gotoAndStop(1);
pp.mc2.gotoAndStop(1);
pp.mc3.gotoAndStop(1);
pp.mc4.gotoAndStop(1);
stop();
Instance of Symbol 228 MovieClip "hit" in Symbol 1576 MovieClip Frame 1126
onClipEvent (enterFrame) {
if (_root.guy.walkhit.hitTest(this) and (_root.enemies < 1)) {
_root.killallenemies = "on";
_root.guy.gotoAndStop("pause");
_root.LevelOneTune.s.stop();
_root.bossspawn = "on";
_root.bossactivated = "on";
_root.arrows.gotoAndStop(1);
_parent.gotoAndStop(2);
}
}
Symbol 1576 MovieClip Frame 1127
pauser.gotoAndPlay(1);
if (_root.endingdemo == "yes") {
_root.endingdemo = "no";
introo.gotoAndPlay(2510);
}
stop();
Instance of Symbol 22 MovieClip in Symbol 1576 MovieClip Frame 1127
onClipEvent (enterFrame) {
if (Key.isDown(13) and (_root.pauser == "on")) {
_root.OnStage = 1;
trace("onstage=1");
_root.gotoAndStop("Level1GETREADY");
}
if (Key.isDown(32) and (_root.pauser == "on")) {
_root.OnStage = 1;
trace("onstage=1");
_root.gotoAndStop("Level1GETREADY");
}
}
Symbol 1584 MovieClip Frame 1
stop();
Symbol 1584 MovieClip Frame 2
stop();
Symbol 1584 MovieClip Frame 3
stop();
Symbol 1584 MovieClip Frame 4
stop();
Symbol 1584 MovieClip Frame 5
stop();
Symbol 1593 MovieClip Frame 1
stop();
Symbol 1594 MovieClip Frame 1
function parseCheat(k) {
var c = 0;
while (c < cheatCodes.length) {
if (String.fromCharCode(k).toLowerCase() != cheatCodes[c][0].toLowerCase().charAt(cheatCount[c]++)) {
cheatCount[c] = ((k == cheatCodes[c][0].charCodeAt(0)) ? 1 : 0);
}
if (cheatCount[c] == cheatCodes[c][0].length) {
cheatCodes[c][1].apply(null, []);
cheatCount[c] = 0;
}
c++;
}
}
function func1() {
_root.specialone = "on";
_root.specialtwo = "on";
_root.specialthree = "on";
}
function func2() {
if (_root.jukebox == "on") {
_root.Main.Menu.s.stop();
_root.Main.Menu.ss.stop();
_root.Main.gotoAndStop("jukebox");
trace("jukebox cheatmode activated");
}
}
function func3() {
if (_root.stamina == "on") {
_root.fatigue = 100;
trace("full stamina");
}
}
function func4() {
trace("cheat four");
_root.powerbarthingy.gotoAndPlay(2);
}
cheatCodes = [["big guns", func1], ["jukebox", func2], ["I am poofed", func3], ["full power", func4]];
cheatCount = [];
cheatListener = {};
cheatListener.onKeyDown = function () {
parseCheat(Key.getAscii());
};
Key.addListener(cheatListener);
Symbol 1609 MovieClip Frame 1
stop();
Symbol 1609 MovieClip Frame 2
stop();
Symbol 1609 MovieClip Frame 3
stop();
Symbol 1609 MovieClip Frame 4
stop();
Symbol 1609 MovieClip Frame 5
stop();
Symbol 1611 MovieClip Frame 1
stop();
Symbol 1611 MovieClip Frame 2
sa = new Sound();
sa.attachSound("GetReady");
sa.start(0, 99);
sa.onSoundComplete = function () {
stop();
};
Symbol 1618 MovieClip Frame 1
stop();
Instance of Symbol 228 MovieClip in Symbol 1618 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.guy.hitTest(this) and (_root.enemies < 1)) and (_root.stage == 1)) {
_root.arrows.gotoAndStop(2);
_parent._parent.readytwo.gotoAndStop(2);
_parent.gotoAndStop(2);
}
if ((_root.guy.hitTest(this) and (_root.enemies < 1)) and (_root.stage == 2)) {
_root.arrows.gotoAndStop(3);
_parent._parent.readytwo.gotoAndStop(2);
_parent.gotoAndStop(2);
}
if ((_root.guy.hitTest(this) and (_root.enemies < 1)) and (_root.stage == 3)) {
_root.arrows.gotoAndStop(2);
_parent._parent.readytwo.gotoAndStop(2);
_parent.gotoAndStop(2);
}
if ((_root.guy.hitTest(this) and (_root.enemies < 1)) and (_root.stage == 4)) {
_root.arrows.gotoAndStop(3);
_parent._parent.readytwo.gotoAndStop(2);
_parent.gotoAndStop(2);
}
if ((_root.guy.hitTest(this) and (_root.enemies < 1)) and (_root.stage == 5)) {
_root.arrows.gotoAndStop(2);
_parent._parent.readytwo.gotoAndStop(2);
_parent.gotoAndStop(2);
}
}
Symbol 1618 MovieClip Frame 2
stop();
Symbol 1619 MovieClip Frame 1
stop();
Instance of Symbol 228 MovieClip in Symbol 1619 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.guy.hitTest(this) and (_root.enemies < 1)) and (_root.stage == 1)) {
_root.arrows.gotoAndStop(3);
_parent._parent.readyone.gotoAndStop(2);
_parent.gotoAndStop(2);
}
if ((_root.guy.hitTest(this) and (_root.enemies < 1)) and (_root.stage == 2)) {
_root.arrows.gotoAndStop(2);
_parent._parent.readyone.gotoAndStop(2);
_parent.gotoAndStop(2);
}
if ((_root.guy.hitTest(this) and (_root.enemies < 1)) and (_root.stage == 3)) {
_root.arrows.gotoAndStop(3);
_parent._parent.readyone.gotoAndStop(2);
_parent.gotoAndStop(2);
}
if ((_root.guy.hitTest(this) and (_root.enemies < 1)) and (_root.stage == 4)) {
_root.arrows.gotoAndStop(2);
_parent._parent.readyone.gotoAndStop(2);
_parent.gotoAndStop(2);
}
if ((_root.guy.hitTest(this) and (_root.enemies < 1)) and (_root.stage == 4)) {
_root.arrows.gotoAndStop(3);
_parent._parent.readyone.gotoAndStop(2);
_parent.gotoAndStop(2);
}
}
Symbol 1619 MovieClip Frame 2
stop();
Symbol 1620 MovieClip Frame 1
stop();
Instance of Symbol 228 MovieClip "hit" in Symbol 1620 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.guy.walkhit.hitTest(this) and (_root.bossdead == "on")) {
_root.stairsmenu.gotoAndStop("opened");
_root.guy.gotoAndStop("pause");
}
}
Symbol 1620 MovieClip Frame 2
stop();
Instance of Symbol 228 MovieClip in Symbol 1620 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.guy.hitTest(this)) {
_parent.gotoAndStop(1);
}
}
Instance of Symbol 228 MovieClip in Symbol 1620 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.guy.hitTest(this)) {
_parent.gotoAndStop(1);
}
}
Symbol 1621 MovieClip Frame 1
stop();
Instance of Symbol 228 MovieClip "hit" in Symbol 1621 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.guy.bossstartmc.hitTest(this) and (_root.enemies < 1)) {
_root.killallenemies = "on";
_root.guy.gotoAndStop("pause");
_root.LevelOneTune.s.stop();
_root.bossspawn = "on";
_root.bossactivated = "on";
_root.arrows.gotoAndStop(1);
_parent.gotoAndStop(2);
}
}
Symbol 1621 MovieClip Frame 2
stop();
Symbol 1621 MovieClip Frame 3
stop();
Symbol 1625 MovieClip Frame 7
_parent.gotoAndStop("stand");
Symbol 1627 MovieClip Frame 1
highpunch = new Sound();
highpunch.attachSound("highpunch");
highpunch.start();
Symbol 1627 MovieClip Frame 6
_parent.gotoAndStop("stand");
Symbol 1630 MovieClip Frame 1
highpunch = new Sound();
highpunch.attachSound("highpunch");
highpunch.start();
Symbol 1630 MovieClip Frame 6
_parent.gotoAndStop("duck");
Symbol 1633 MovieClip Frame 7
_parent.gotoAndStop("duck");
Symbol 1635 MovieClip Frame 1
i = 0;
while (i <= 45) {
if (_root.enemies == i) {
_root.enemiesbar.gotoAndStop(i + 1);
}
i++;
}
i = 0;
while (i <= 13) {
if (_root.boss == i) {
_root.bossbar.gotoAndStop(i + 1);
}
i++;
}
i = 0;
while (i <= 10) {
if (_root.player == i) {
_root.playerbar.gotoAndStop(i + 1);
}
i++;
}
Symbol 1639 MovieClip Frame 1
stop();
Instance of Symbol 1635 MovieClip in Symbol 1639 MovieClip Frame 1
onClipEvent (enterFrame) {
if (key.isDown(_root.kickkey)) {
_parent.gotoAndPlay(2);
}
if (key.isDown(_root.punchkey)) {
_parent.gotoAndPlay(12);
}
}
Symbol 1639 MovieClip Frame 11
stop();
Symbol 1639 MovieClip Frame 17
stop();
Symbol 1641 MovieClip Frame 1
_root.working = "off";
Symbol 1641 MovieClip Frame 35
_root.kio.myTimer.start();
_root.working = "on";
_root.hadouken == "off";
_root.spawncontrol = "on";
_parent.gotoAndStop("stand");
Symbol 1668 MovieClip Frame 1
_root.LevelOneTune.s.setVolume(0);
_root.LevelOneBossTune.s.setVolume(0);
_root.working = "off";
Symbol 1668 MovieClip Frame 48
_root.duckdude = "on";
Symbol 1668 MovieClip Frame 68
_root.shootandhitlow = "on";
Symbol 1668 MovieClip Frame 71
_root.shootandhitlow = "off";
Symbol 1668 MovieClip Frame 81
_root.shootandhitlow = "on";
Symbol 1668 MovieClip Frame 84
_root.shootandhitlow = "off";
Symbol 1668 MovieClip Frame 87
_root.shootandhitlow = "off";
Symbol 1668 MovieClip Frame 110
_root.duckdude = "off";
Symbol 1668 MovieClip Frame 119
_root.shootandhit = "on";
Symbol 1668 MovieClip Frame 122
_root.shootandhit = "off";
Symbol 1668 MovieClip Frame 170
if (_root.bossactivated == "on") {
trace("spawncontrol = off");
_root.kio.myTimer.start();
_root.shootdone = "on";
_root.spawncontrol = "off";
_root.LevelOneTune.s.setVolume(100);
_root.LevelOneBossTune.s.setVolume(100);
_root.working = "on";
_parent.gotoAndStop("stand");
} else {
trace("spawncontrol = on");
_root.kio.myTimer.start();
_root.shootdone = "on";
_root.spawncontrol = "on";
_root.LevelOneTune.s.setVolume(100);
_root.LevelOneBossTune.s.setVolume(100);
_root.working = "on";
_parent.gotoAndStop("stand");
}
Symbol 1672 MovieClip Frame 1
_root.LevelOneTune.s.setVolume(0);
_root.LevelOneBossTune.s.setVolume(0);
_root.working = "off";
Symbol 1672 MovieClip Frame 160
if (_root.bossactivated == "on") {
trace("spawncontrol = off");
_root.kio.myTimer.start();
_root.shootdone = "on";
_root.spawncontrol = "off";
_root.LevelOneTune.s.setVolume(100);
_root.LevelOneBossTune.s.setVolume(100);
_root.working = "on";
_parent.gotoAndStop("stand");
} else {
trace("spawncontrol = on");
_root.kio.myTimer.start();
_root.shootdone = "on";
_root.spawncontrol = "on";
_root.LevelOneTune.s.setVolume(100);
_root.LevelOneBossTune.s.setVolume(100);
_root.working = "on";
_parent.gotoAndStop("stand");
}
Symbol 1685 MovieClip Frame 4
_root.punchandhit = "on";
Symbol 1685 MovieClip Frame 5
_root.punchandhit = "off";
Symbol 1685 MovieClip Frame 11
_root.punchandhit = "on";
Symbol 1685 MovieClip Frame 12
_root.punchandhit = "off";
Symbol 1685 MovieClip Frame 18
_root.punchandhitlow = "on";
Symbol 1685 MovieClip Frame 19
_root.punchandhitlow = "off";
Symbol 1685 MovieClip Frame 26
_root.kicked = "on";
Symbol 1685 MovieClip Frame 38
_root.kio.myTimer.start();
_root.kicked = "off";
_root.spawncontrol = "on";
_parent.gotoAndStop("stand");
Symbol 1733 MovieClip Frame 1
_root.LevelOneTune.s.setVolume(0);
_root.LevelOneBossTune.s.setVolume(0);
_root.working = "off";
Symbol 1733 MovieClip Frame 182
_root.ninjadone = "on";
Symbol 1733 MovieClip Frame 219
if (_root.bossactivated == "on") {
trace("spawncontrol = off");
_root.kio.myTimer.start();
_root.shootdone = "on";
_root.spawncontrol = "off";
_root.LevelOneTune.s.setVolume(100);
_root.LevelOneBossTune.s.setVolume(100);
_root.working = "on";
_parent.gotoAndStop("stand");
} else {
trace("spawncontrol = on");
_root.kio.myTimer.start();
_root.shootdone = "on";
_root.spawncontrol = "on";
_root.LevelOneTune.s.setVolume(100);
_root.LevelOneBossTune.s.setVolume(100);
_root.working = "on";
_parent.gotoAndStop("stand");
}
Symbol 1734 MovieClip Frame 81
_root.introwalk = "off";
Symbol 1735 MovieClip Frame 81
_root.introwalk = "off";
Symbol 1738 MovieClip Frame 9
_parent.gotoAndStop("stand");
Symbol 1741 MovieClip Frame 9
_parent.gotoAndStop("stand");
Symbol 1744 MovieClip Frame 9
_parent.gotoAndStop("stand");
Symbol 1757 MovieClip Frame 1
_root.spawncontrol = "off";
_root.killallenemies = "on";
_root.lockscroll = "off";
Symbol 1757 MovieClip Frame 128
if (_root.lifes <= "0") {
nextFrame();
stop();
} else if (_root.stage == "1") {
_root.gotoAndStop("level1GETREADY");
} else if (_root.stage == "2") {
_root.gotoAndStop("level2GETREADY");
} else if (_root.stage == "3") {
_root.gotoAndStop("level3GETREADY");
} else if (_root.stage == "4") {
_root.gotoAndStop("level4GETREADY");
} else if (_root.stage == "5") {
_root.gotoAndStop("level5GETREADY");
}
Symbol 1757 MovieClip Frame 129
stopAllSounds();
_root.gotoAndStop("passwords");
stop();
Symbol 1763 MovieClip Frame 85
_root.nextFrame();
stop();
Symbol 1764 MovieClip Frame 85
_root.nextFrame();
stop();
Symbol 1769 MovieClip Frame 29
stop();
Symbol 1769 MovieClip Frame 58
_root.guy.gotoAndStop("pause2");
Symbol 1770 MovieClip Frame 9
_parent.gotoAndStop("stand");
Symbol 1783 MovieClip Frame 11
stop();
Symbol 1795 MovieClip Frame 104
_root.lifespared = "no";
stop();
Symbol 1795 MovieClip Frame 167
_root.superkick = "yes";
stop();
Symbol 1796 MovieClip Frame 240
_root.megge = "on";
Symbol 1796 MovieClip Frame 282
_root.megge2 = "on";
stop();
Symbol 1797 MovieClip Frame 1
_root.special = "off";
_root.hadouken = "off";
_root.shootdone = "on";
_root.gimmehealth = "on";
stop();
if (xscale == null) {
xscale = 100;
}
Instance of Symbol 1624 MovieClip in Symbol 1797 MovieClip Frame 1
onClipEvent (load) {
if (_parent.xscale == null) {
_xscale = 100;
} else {
_xscale = _parent.xscale;
}
}
onClipEvent (enterFrame) {
_xscale = _parent.xscale;
if (key.isDown(40)) {
_parent.gotoAndStop("duck");
}
if (Key.isDown(_root.punchkey)) {
_parent.gotoAndStop("punch");
}
if (Key.isDown(_root.kickkey)) {
_parent.gotoAndStop("kick");
}
if (key.isDown(39)) {
_parent.gotoAndStop("walk");
}
if (key.isDown(37)) {
_xscale = ((_parent.xscale = 100));
_parent.gotoAndStop("walk");
}
if (key.isDown(38) and (_root.jump eq "on")) {
_parent.gotoAndStop("jump");
}
if ((((key.isDown(_root.specialonekey) and (_root.powerbar == 1)) and (_root.pause == "off")) and (_root.bossactivated == "on")) and (_root.specialone == "on")) {
_root.text.gotoAndPlay("2");
}
if ((((key.isDown(_root.specialonekey) and (_root.powerbar == 2)) and (_root.pause == "off")) and (_root.bossactivated == "on")) and (_root.specialone == "on")) {
_root.text.gotoAndPlay("2");
}
if ((((key.isDown(_root.specialonekey) and (_root.powerbar == 3)) and (_root.pause == "off")) and (_root.bossactivated == "on")) and (_root.specialone == "on")) {
_root.text.gotoAndPlay("2");
}
if ((((key.isDown(_root.specialonekey) and (_root.powerbar == 1)) and (_root.pause == "off")) and (_root.bossactivated == "off")) and (_root.specialone == "on")) {
_root.powerbar = _root.powerbar - 1;
_root.guage.gotoAndStop(_root.guage._currentframe - 20);
_parent.gotoAndStop("Hadouken");
}
if ((((key.isDown(_root.specialonekey) and (_root.powerbar == 2)) and (_root.pause == "off")) and (_root.bossactivated == "off")) and (_root.specialone == "on")) {
_root.powerbar = _root.powerbar - 1;
_root.guage.gotoAndStop(_root.guage._currentframe - 20);
_parent.gotoAndStop("Hadouken");
}
if ((((key.isDown(_root.specialonekey) and (_root.powerbar == 3)) and (_root.pause == "off")) and (_root.bossactivated == "off")) and (_root.specialone == "on")) {
_root.powerbar = _root.powerbar - 1;
_root.guage.gotoAndStop(_root.guage._currentframe - 20);
_parent.gotoAndStop("Hadouken");
} else {
if ((((key.isDown(_root.specialtwokey) and (_root.powerbar == 2)) and (_root.pause == "off")) and (_root.bossactivated == "on")) and (_root.specialtwo == "on")) {
_root.text.gotoAndPlay("2");
}
if ((((key.isDown(_root.specialtwokey) and (_root.powerbar == 3)) and (_root.pause == "off")) and (_root.bossactivated == "on")) and (_root.specialtwo == "on")) {
_root.text.gotoAndPlay("2");
}
if ((((key.isDown(_root.specialtwokey) and (_root.powerbar == 2)) and (_root.pause == "off")) and (_root.bossactivated == "off")) and (_root.specialtwo == "on")) {
_root.powerbar = _root.powerbar - 2;
_root.guage.gotoAndStop(_root.guage._currentframe - 40);
f = [10, 11, 12, 13, 14];
r = random(5);
frame = f[r];
_root.passauf = "on";
_parent.gotoAndStop(frame);
}
if ((((key.isDown(_root.specialtwokey) and (_root.powerbar == 3)) and (_root.pause == "off")) and (_root.bossactivated == "off")) and (_root.specialtwo == "on")) {
_root.powerbar = _root.powerbar - 2;
_root.guage.gotoAndStop(_root.guage._currentframe - 40);
f = [10, 11, 12, 13, 14];
r = random(5);
frame = f[r];
_root.passauf = "on";
_parent.gotoAndStop(frame);
}
if (((((key.isDown(_root.specialthreekey) and (_root.powerbar == 3)) and _root.guy.hitTest(_root.center)) and (_root.pause == "off")) and (_root.bossactivated == "on")) and (_root.specialthree == "on")) {
_root.text.gotoAndPlay("2");
}
if (((((key.isDown(_root.specialthreekey) and (_root.powerbar == 3)) and _root.guy.hitTest(_root.center)) and (_root.pause == "off")) and (_root.bossactivated == "off")) and (_root.specialthree == "on")) {
trace("ND");
_root.powerbar = _root.powerbar - 3;
_root.guage.gotoAndStop(_root.guage._currentframe - 60);
_parent.gotoAndStop("ND");
}
}
}
Symbol 1797 MovieClip Frame 2
stop();
Instance of Symbol 1388 MovieClip "walkhit" in Symbol 1797 MovieClip Frame 2
onClipEvent (load) {
if (_parent.xscale == null) {
_xscale = 100;
} else {
_xscale = _parent.xscale;
}
}
onClipEvent (enterFrame) {
if ((!Key.isDown(39)) && (!Key.isDown(37))) {
_parent.gotoAndStop("stand");
}
if (Key.isDown(16) and (_root.fatigue >= 1)) {
_parent.gotoAndStop("run");
}
if (Key.isDown(38) and (_root.jump eq "on")) {
_parent.gotoAndStop("jump");
}
if (Key.isDown(_root.punchkey)) {
_parent.gotoAndStop("punch");
}
if (Key.isDown(67) and (_root.hadouken eq "on")) {
_parent.gotoAndStop("hadouken");
}
if (Key.isDown(_root.kickkey)) {
_parent.gotoAndStop("kick");
}
if (key.isDown(40)) {
_parent.gotoAndStop("duck");
}
if ((key.isDown(37) and (_root.stage == 1)) and (_root.lockscroll == "on")) {
_xscale = 100;
_parent.xscale = 100;
if (_root.baka.hitTest(_parent)) {
_parent._x = _parent._x - 0;
} else {
(_parent._x = _parent._x - 2);
}
}
if ((key.isDown(37) and (_root.stage == 1)) and (_root.lockscroll == "off")) {
_xscale = 100;
_parent.xscale = 100;
if ((_root.bg._x < -13) && (_parent._x < 130)) {
_root.bg._x = _root.bg._x + _root.walknormal;
_root.bg2._x = _root.bg2._x + 1;
} else if (_parent._x > 10) {
(_parent._x = _parent._x - 2);
}
}
if ((key.isDown(39) and (_root.stage == 1)) and (_root.lockscroll == "on")) {
_xscale = -100;
_parent.xscale = -100;
if (_root.baka1.hitTest(_parent)) {
_parent._x = _parent._x + 0;
} else {
(_parent._x = _parent._x + 2);
}
}
if ((key.isDown(39) and (_root.stage == 1)) and (_root.lockscroll == "off")) {
_xscale = -100;
_parent.xscale = -100;
if ((_root.bg._x > -1530) && (_parent._x > 128)) {
_root.bg._x = _root.bg._x - _root.walknormal;
_root.bg2._x = _root.bg2._x - 1;
} else if (_parent._x < 246) {
(_parent._x = _parent._x + 2);
}
}
if ((key.isDown(37) and (_root.stage == 2)) and (_root.lockscroll == "on")) {
_xscale = 100;
_parent.xscale = 100;
if (_root.baka.hitTest(_parent)) {
_parent._x = _parent._x - 0;
} else {
(_parent._x = _parent._x - 2);
}
}
if ((key.isDown(37) and (_root.stage == 2)) and (_root.lockscroll == "off")) {
_xscale = 100;
_parent.xscale = 100;
if ((_root.bg._x < 1515) && (_parent._x < 130)) {
_root.bg._x = _root.bg._x + _root.walknormal;
} else if (_parent._x > 10) {
(_parent._x = _parent._x - 2);
}
}
if ((key.isDown(39) and (_root.stage == 2)) and (_root.lockscroll == "on")) {
_xscale = -100;
_parent.xscale = -100;
if (_root.baka1.hitTest(_parent)) {
_parent._x = _parent._x + 0;
} else {
(_parent._x = _parent._x + 2);
}
}
if ((key.isDown(39) and (_root.stage == 2)) and (_root.lockscroll == "off")) {
_xscale = -100;
_parent.xscale = -100;
if ((_root.bg._x > -9) && (_parent._x > 128)) {
_root.bg._x = _root.bg._x - _root.walknormal;
} else if (_parent._x < 243) {
(_parent._x = _parent._x + 2);
}
}
if ((key.isDown(37) and (_root.stage == 3)) and (_root.lockscroll == "on")) {
_xscale = 100;
_parent.xscale = 100;
if (_root.baka.hitTest(_parent)) {
_parent._x = _parent._x - 0;
} else {
(_parent._x = _parent._x - 2);
}
}
if ((key.isDown(37) and (_root.stage == 3)) and (_root.lockscroll == "off")) {
_xscale = 100;
_parent.xscale = 100;
if ((_root.bg._x < -13) && (_parent._x < 130)) {
_root.bg._x = _root.bg._x + _root.walknormal;
_root.bg2._x = _root.bg2._x + 1;
_root.bg3._x = _root.bg3._x + 0.3;
} else if (_parent._x > 10) {
(_parent._x = _parent._x - 2);
}
}
if ((key.isDown(39) and (_root.stage == 3)) and (_root.lockscroll == "on")) {
_xscale = -100;
_parent.xscale = -100;
if (_root.baka1.hitTest(_parent)) {
_parent._x = _parent._x + 0;
} else {
(_parent._x = _parent._x + 2);
}
}
if ((key.isDown(39) and (_root.stage == 3)) and (_root.lockscroll == "off")) {
_xscale = -100;
_parent.xscale = -100;
if ((_root.bg._x > -1530) && (_parent._x > 128)) {
_root.bg._x = _root.bg._x - _root.walknormal;
_root.bg2._x = _root.bg2._x - 1;
_root.bg3._x = _root.bg3._x - 0.3;
} else if (_parent._x < 246) {
(_parent._x = _parent._x + 2);
}
}
if ((key.isDown(37) and (_root.stage == 4)) and (_root.lockscroll == "on")) {
_xscale = 100;
_parent.xscale = 100;
if (_root.baka.hitTest(_parent)) {
_parent._x = _parent._x - 0;
} else {
(_parent._x = _parent._x - 2);
}
}
if ((key.isDown(37) and (_root.stage == 4)) and (_root.lockscroll == "off")) {
_xscale = 100;
_parent.xscale = 100;
if ((_root.bg._x < 1515) && (_parent._x < 130)) {
_root.bg._x = _root.bg._x + _root.walknormal;
} else if (_parent._x > 10) {
(_parent._x = _parent._x - 2);
}
}
if ((key.isDown(39) and (_root.stage == 4)) and (_root.lockscroll == "on")) {
_xscale = -100;
_parent.xscale = -100;
if (_root.baka1.hitTest(_parent)) {
_parent._x = _parent._x + 0;
} else {
(_parent._x = _parent._x + 2);
}
}
if ((key.isDown(39) and (_root.stage == 4)) and (_root.lockscroll == "off")) {
_xscale = -100;
_parent.xscale = -100;
if ((_root.bg._x > -9) && (_parent._x > 128)) {
_root.bg._x = _root.bg._x - _root.walkspeed;
} else if (_parent._x < 243) {
(_parent._x = _parent._x + 2);
}
}
if ((key.isDown(37) and (_root.stage == 5)) and (_root.lockscroll == "on")) {
_xscale = 100;
_parent.xscale = 100;
if (_root.baka.hitTest(_parent)) {
_parent._x = _parent._x - 0;
} else {
(_parent._x = _parent._x - 2);
}
}
if ((key.isDown(37) and (_root.stage == 5)) and (_root.lockscroll == "off")) {
_xscale = 100;
_parent.xscale = 100;
if ((_root.bg._x < -13) && (_parent._x < 130)) {
_root.bg._x = _root.bg._x + _root.walknormal;
_root.bg2._x = _root.bg2._x + _root.bg2speedwalk;
} else if (_parent._x > 10) {
(_parent._x = _parent._x - 2);
}
}
if ((key.isDown(39) and (_root.stage == 5)) and (_root.lockscroll == "on")) {
_xscale = -100;
_parent.xscale = -100;
if (_root.baka1.hitTest(_parent)) {
_parent._x = _parent._x + 0;
} else {
(_parent._x = _parent._x + 2);
}
}
if ((key.isDown(39) and (_root.stage == 5)) and (_root.lockscroll == "off")) {
_xscale = -100;
_parent.xscale = -100;
if ((_root.bg._x > -1530) && (_parent._x > 128)) {
_root.bg._x = _root.bg._x - _root.walknormal;
_root.bg2._x = _root.bg2._x - _root.bg2speedwalk;
} else if (_parent._x < 246) {
(_parent._x = _parent._x + 2);
}
}
}
Symbol 1797 MovieClip Frame 3
stop();
Instance of Symbol 1625 MovieClip "highkick" in Symbol 1797 MovieClip Frame 3
onClipEvent (load) {
_xscale = _parent.xscale;
}
onClipEvent (enterFrame) {
if (key.isDown(39)) {
_xscale = ((_parent.xscale = -100));
}
if (key.isDown(37)) {
_xscale = ((_parent.xscale = 100));
}
}
Symbol 1797 MovieClip Frame 4
stop();
Instance of Symbol 1626 MovieClip in Symbol 1797 MovieClip Frame 4
onClipEvent (load) {
_xscale = _parent.xscale;
}
onClipEvent (enterFrame) {
if (!key.isDown(40)) {
_parent.gotoAndStop("Stand");
}
if (Key.isDown(_root.punchkey)) {
_parent.gotoAndStop("lowpunch");
}
if (Key.isDown(_root.kickkey)) {
_parent.gotoAndStop("lowkick");
}
if (key.isDown(39)) {
_xscale = ((_parent.xscale = -100));
}
if (key.isDown(37)) {
_xscale = ((_parent.xscale = 100));
}
}
Symbol 1797 MovieClip Frame 5
stop();
Instance of Symbol 1627 MovieClip "punch" in Symbol 1797 MovieClip Frame 5
onClipEvent (load) {
_xscale = _parent.xscale;
}
onClipEvent (enterFrame) {
if (key.isDown(39)) {
_xscale = ((_parent.xscale = -100));
}
if (key.isDown(37)) {
_xscale = ((_parent.xscale = 100));
}
}
Symbol 1797 MovieClip Frame 6
stop();
Instance of Symbol 1630 MovieClip "lowpunch" in Symbol 1797 MovieClip Frame 6
onClipEvent (load) {
_xscale = _parent.xscale;
}
onClipEvent (enterFrame) {
if (key.isDown(39)) {
_xscale = ((_parent.xscale = -100));
}
if (key.isDown(37)) {
_xscale = ((_parent.xscale = 100));
}
}
Symbol 1797 MovieClip Frame 7
stop();
Instance of Symbol 1633 MovieClip "lowkick" in Symbol 1797 MovieClip Frame 7
onClipEvent (load) {
_xscale = _parent.xscale;
}
onClipEvent (enterFrame) {
if (key.isDown(39)) {
_xscale = ((_parent.xscale = -100));
}
if (key.isDown(37)) {
_xscale = ((_parent.xscale = 100));
}
}
Symbol 1797 MovieClip Frame 8
stop();
Instance of Symbol 1639 MovieClip "jumpkick" in Symbol 1797 MovieClip Frame 8
onClipEvent (load) {
velY = -4;
_xscale = _parent.xscale;
}
onClipEvent (enterFrame) {
jumping = true;
if (jumping == true) {
this._y = this._y + velY;
velY = velY + 0.4;
if (this.hitTest(_root.ground)) {
_root.guy.gotoAndStop("stand");
}
}
}
onClipEvent (enterFrame) {
if ((key.isDown(37) and (_root.stage == 1)) and (_root.lockscroll == "on")) {
_xscale = 100;
_parent.xscale = 100;
if (_root.baka.hitTest(_parent)) {
_parent._x = _parent._x - 0;
} else {
(_parent._x = _parent._x - 2);
}
}
if ((key.isDown(37) and (_root.stage == 1)) and (_root.lockscroll == "off")) {
_xscale = 100;
_parent.xscale = 100;
if ((_root.bg._x < -13) && (_parent._x < 130)) {
_root.bg._x = _root.bg._x + _root.walknormal;
_root.bg2._x = _root.bg2._x + 1;
} else if (_parent._x > 10) {
(_parent._x = _parent._x - 2);
}
}
if ((key.isDown(39) and (_root.stage == 1)) and (_root.lockscroll == "on")) {
_xscale = -100;
_parent.xscale = -100;
if (_root.baka1.hitTest(_parent)) {
_parent._x = _parent._x + 0;
} else {
(_parent._x = _parent._x + 2);
}
}
if ((key.isDown(39) and (_root.stage == 1)) and (_root.lockscroll == "off")) {
_xscale = -100;
_parent.xscale = -100;
if ((_root.bg._x > -1530) && (_parent._x > 128)) {
_root.bg._x = _root.bg._x - _root.walknormal;
_root.bg2._x = _root.bg2._x - 1;
} else if (_parent._x < 246) {
(_parent._x = _parent._x + 2);
}
}
if ((key.isDown(37) and (_root.stage == 2)) and (_root.lockscroll == "on")) {
_xscale = 100;
_parent.xscale = 100;
if (_root.baka.hitTest(_parent)) {
_parent._x = _parent._x - 0;
} else {
(_parent._x = _parent._x - 2);
}
}
if ((key.isDown(37) and (_root.stage == 2)) and (_root.lockscroll == "off")) {
_xscale = 100;
_parent.xscale = 100;
if ((_root.bg._x < 1515) && (_parent._x < 130)) {
_root.bg._x = _root.bg._x + _root.walknormal;
} else if (_parent._x > 10) {
(_parent._x = _parent._x - 2);
}
}
if ((key.isDown(39) and (_root.stage == 2)) and (_root.lockscroll == "on")) {
_xscale = -100;
_parent.xscale = -100;
if (_root.baka1.hitTest(_parent)) {
_parent._x = _parent._x + 0;
} else {
(_parent._x = _parent._x + 2);
}
}
if ((key.isDown(39) and (_root.stage == 2)) and (_root.lockscroll == "off")) {
_xscale = -100;
_parent.xscale = -100;
if ((_root.bg._x > -9) && (_parent._x > 128)) {
_root.bg._x = _root.bg._x - _root.walknormal;
} else if (_parent._x < 243) {
(_parent._x = _parent._x + 2);
}
}
if ((key.isDown(37) and (_root.stage == 3)) and (_root.lockscroll == "on")) {
_xscale = 100;
_parent.xscale = 100;
if (_root.baka.hitTest(_parent)) {
_parent._x = _parent._x - 0;
} else {
(_parent._x = _parent._x - 2);
}
}
if ((key.isDown(37) and (_root.stage == 3)) and (_root.lockscroll == "off")) {
_xscale = 100;
_parent.xscale = 100;
if ((_root.bg._x < -13) && (_parent._x < 130)) {
_root.bg._x = _root.bg._x + _root.walknormal;
_root.bg2._x = _root.bg2._x + 1;
_root.bg3._x = _root.bg3._x + 0.3;
} else if (_parent._x > 10) {
(_parent._x = _parent._x - 2);
}
}
if ((key.isDown(39) and (_root.stage == 3)) and (_root.lockscroll == "on")) {
_xscale = -100;
_parent.xscale = -100;
if (_root.baka1.hitTest(_parent)) {
_parent._x = _parent._x + 0;
} else {
(_parent._x = _parent._x + 2);
}
}
if ((key.isDown(39) and (_root.stage == 3)) and (_root.lockscroll == "off")) {
_xscale = -100;
_parent.xscale = -100;
if ((_root.bg._x > -1530) && (_parent._x > 128)) {
_root.bg._x = _root.bg._x - _root.walknormal;
_root.bg2._x = _root.bg2._x - 1;
_root.bg3._x = _root.bg3._x - 0.3;
} else if (_parent._x < 246) {
(_parent._x = _parent._x + 2);
}
}
if ((key.isDown(37) and (_root.stage == 4)) and (_root.lockscroll == "on")) {
_xscale = 100;
_parent.xscale = 100;
if (_root.baka.hitTest(_parent)) {
_parent._x = _parent._x - 0;
} else {
(_parent._x = _parent._x - 2);
}
}
if ((key.isDown(37) and (_root.stage == 4)) and (_root.lockscroll == "off")) {
_xscale = 100;
_parent.xscale = 100;
if ((_root.bg._x < 1515) && (_parent._x < 130)) {
_root.bg._x = _root.bg._x + _root.walknormal;
} else if (_parent._x > 10) {
(_parent._x = _parent._x - 2);
}
}
if ((key.isDown(39) and (_root.stage == 4)) and (_root.lockscroll == "on")) {
_xscale = -100;
_parent.xscale = -100;
if (_root.baka1.hitTest(_parent)) {
_parent._x = _parent._x + 0;
} else {
(_parent._x = _parent._x + 2);
}
}
if ((key.isDown(39) and (_root.stage == 4)) and (_root.lockscroll == "off")) {
_xscale = -100;
_parent.xscale = -100;
if ((_root.bg._x > -9) && (_parent._x > 128)) {
_root.bg._x = _root.bg._x - _root.walkspeed;
} else if (_parent._x < 243) {
(_parent._x = _parent._x + 2);
}
}
if ((key.isDown(37) and (_root.stage == 5)) and (_root.lockscroll == "on")) {
_xscale = 100;
_parent.xscale = 100;
if (_root.baka.hitTest(_parent)) {
_parent._x = _parent._x - 0;
} else {
(_parent._x = _parent._x - 2);
}
}
if ((key.isDown(37) and (_root.stage == 5)) and (_root.lockscroll == "off")) {
_xscale = 100;
_parent.xscale = 100;
if ((_root.bg._x < -13) && (_parent._x < 130)) {
_root.bg._x = _root.bg._x + _root.walknormal;
_root.bg2._x = _root.bg2._x + _root.bg2speedwalk;
} else if (_parent._x > 10) {
(_parent._x = _parent._x - 2);
}
}
if ((key.isDown(39) and (_root.stage == 5)) and (_root.lockscroll == "on")) {
_xscale = -100;
_parent.xscale = -100;
if (_root.baka1.hitTest(_parent)) {
_parent._x = _parent._x + 0;
} else {
(_parent._x = _parent._x + 2);
}
}
if ((key.isDown(39) and (_root.stage == 5)) and (_root.lockscroll == "off")) {
_xscale = -100;
_parent.xscale = -100;
if ((_root.bg._x > -1530) && (_parent._x > 128)) {
_root.bg._x = _root.bg._x - _root.walknormal;
_root.bg2._x = _root.bg2._x - _root.bg2speedwalk;
} else if (_parent._x < 246) {
(_parent._x = _parent._x + 2);
}
}
}
Symbol 1797 MovieClip Frame 9
_root.kio.myTimer.stop();
_root.special = "on";
_root.hadouken = "on";
_root.spawncontrol = "off";
stop();
Instance of Symbol 1641 MovieClip "hadoukenguy" in Symbol 1797 MovieClip Frame 9
onClipEvent (load) {
_xscale = _parent.xscale;
}
Symbol 1797 MovieClip Frame 10
_root.kio.myTimer.stop();
_root.special = "on";
_root.spawncontrol = "off";
stop();
Symbol 1797 MovieClip Frame 11
_root.kio.myTimer.stop();
_root.special = "on";
_root.spawncontrol = "off";
stop();
Symbol 1797 MovieClip Frame 12
_root.kio.myTimer.stop();
_root.special = "on";
_root.spawncontrol = "off";
stop();
Symbol 1797 MovieClip Frame 13
_root.kio.myTimer.stop();
_root.special = "on";
_root.spawncontrol = "off";
stop();
Symbol 1797 MovieClip Frame 14
_root.kio.myTimer.stop();
_root.special = "on";
_root.spawncontrol = "off";
stop();
Symbol 1797 MovieClip Frame 15
_root.kio.myTimer.stop();
_root.special = "on";
_root.spawncontrol = "off";
stop();
Instance of Symbol 1685 MovieClip in Symbol 1797 MovieClip Frame 15
onClipEvent (load) {
_xscale = _parent.xscale;
}
Symbol 1797 MovieClip Frame 16
_root.kio.myTimer.stop();
_root.special = "on";
_root.spawncontrol = "off";
stop();
Symbol 1797 MovieClip Frame 17
stop();
Instance of Symbol 1411 MovieClip in Symbol 1797 MovieClip Frame 17
onClipEvent (load) {
if (_parent.xscale == null) {
_xscale = 100;
} else {
_xscale = _parent.xscale;
}
}
onClipEvent (enterFrame) {
if (!key.isDown(16)) {
_parent.gotoAndStop("stand");
}
if (key.isDown(38) and (_root.jump eq "on")) {
_parent.gotoAndStop("jumpwithspeed");
}
if (Key.isDown(_root.punchkey)) {
_parent.gotoAndStop("punch");
}
if (Key.isDown(67) and (_root.hadouken eq "on")) {
_parent.gotoAndStop("hadouken");
}
if (Key.isDown(_root.kickkey)) {
_parent.gotoAndStop("kick");
}
if (key.isDown(32)) {
_parent.gotoAndStop("run");
}
if (key.isDown(40)) {
_parent.gotoAndStop("duck");
}
if ((key.isDown(37) and (_root.stage == 1)) and (_root.lockscroll == "on")) {
_xscale = 100;
_parent.xscale = 100;
if (_root.baka.hitTest(_parent)) {
_parent._x = _parent._x - 0;
} else {
_parent._x = _parent._x - _root.runningspeed;
}
}
if ((key.isDown(37) and (_root.stage == 1)) and (_root.lockscroll == "off")) {
_xscale = 100;
_parent.xscale = 100;
if ((_root.bg._x < -13) && (_parent._x < 130)) {
_root.bg._x = _root.bg._x + _root.runningspeed;
_root.bg2._x = _root.bg2._x + 1.7;
} else if (_parent._x > 10) {
_parent._x = _parent._x - _root.runningspeed;
}
}
if ((key.isDown(39) and (_root.stage == 1)) and (_root.lockscroll == "on")) {
_xscale = -100;
_parent.xscale = -100;
if (_root.baka1.hitTest(_parent)) {
_parent._x = _parent._x + 0;
} else {
_parent._x = _parent._x + _root.runningspeed;
}
}
if ((key.isDown(39) and (_root.stage == 1)) and (_root.lockscroll == "off")) {
_xscale = -100;
_parent.xscale = -100;
if ((_root.bg._x > -1530) && (_parent._x > 128)) {
_root.bg._x = _root.bg._x - _root.runningspeed;
_root.bg2._x = _root.bg2._x - 1.7;
} else if (_parent._x < 246) {
_parent._x = _parent._x + _root.runningspeed;
}
}
if ((key.isDown(37) and (_root.stage == 2)) and (_root.lockscroll == "on")) {
_xscale = 100;
_parent.xscale = 100;
if (_root.baka.hitTest(_parent)) {
_parent._x = _parent._x - 0;
} else {
_parent._x = _parent._x - _root.runningspeed;
}
}
if ((key.isDown(37) and (_root.stage == 2)) and (_root.lockscroll == "off")) {
_xscale = 100;
_parent.xscale = 100;
if ((_root.bg._x < 1515) && (_parent._x < 130)) {
_root.bg._x = _root.bg._x + _root.runningspeed;
} else if (_parent._x > 10) {
_parent._x = _parent._x - _root.runningspeed;
}
}
if ((key.isDown(39) and (_root.stage == 2)) and (_root.lockscroll == "on")) {
_xscale = -100;
_parent.xscale = -100;
if (_root.baka1.hitTest(_parent)) {
_parent._x = _parent._x + 0;
} else {
_parent._x = _parent._x + _root.runningspeed;
}
}
if ((key.isDown(39) and (_root.stage == 2)) and (_root.lockscroll == "off")) {
_xscale = -100;
_parent.xscale = -100;
if ((_root.bg._x > -9) && (_parent._x > 128)) {
_root.bg._x = _root.bg._x - _root.runningspeed;
} else if (_parent._x < 243) {
_parent._x = _parent._x + _root.runningspeed;
}
}
if ((key.isDown(37) and (_root.stage == 3)) and (_root.lockscroll == "on")) {
_xscale = 100;
_parent.xscale = 100;
if (_root.baka.hitTest(_parent)) {
_parent._x = _parent._x - 0;
} else {
_parent._x = _parent._x - _root.runningspeed;
}
}
if ((key.isDown(37) and (_root.stage == 3)) and (_root.lockscroll == "off")) {
_xscale = 100;
_parent.xscale = 100;
if ((_root.bg._x < -13) && (_parent._x < 130)) {
_root.bg._x = _root.bg._x + _root.runningspeed;
_root.bg2._x = _root.bg2._x + 1.7;
_root.bg3._x = _root.bg3._x + 0.53;
} else if (_parent._x > 10) {
_parent._x = _parent._x - _root.runningspeed;
}
}
if ((key.isDown(39) and (_root.stage == 3)) and (_root.lockscroll == "on")) {
_xscale = -100;
_parent.xscale = -100;
if (_root.baka1.hitTest(_parent)) {
_parent._x = _parent._x + 0;
} else {
_parent._x = _parent._x + _root.runningspeed;
}
}
if ((key.isDown(39) and (_root.stage == 3)) and (_root.lockscroll == "off")) {
_xscale = -100;
_parent.xscale = -100;
if ((_root.bg._x > -1530) && (_parent._x > 128)) {
_root.bg._x = _root.bg._x - _root.runningspeed;
_root.bg2._x = _root.bg2._x - 1.7;
_root.bg3._x = _root.bg3._x - 0.53;
} else if (_parent._x < 246) {
_parent._x = _parent._x + _root.runningspeed;
}
}
if ((key.isDown(37) and (_root.stage == 4)) and (_root.lockscroll == "on")) {
_xscale = 100;
_parent.xscale = 100;
if (_root.baka.hitTest(_parent)) {
_parent._x = _parent._x - 0;
} else {
_parent._x = _parent._x - _root.runningspeed;
}
}
if ((key.isDown(37) and (_root.stage == 4)) and (_root.lockscroll == "off")) {
_xscale = 100;
_parent.xscale = 100;
if ((_root.bg._x < 1515) && (_parent._x < 130)) {
_root.bg._x = _root.bg._x + _root.runningspeed;
} else if (_parent._x > 10) {
_parent._x = _parent._x - _root.runningspeed;
}
}
if ((key.isDown(39) and (_root.stage == 4)) and (_root.lockscroll == "on")) {
_xscale = -100;
_parent.xscale = -100;
if (_root.baka1.hitTest(_parent)) {
_parent._x = _parent._x + 0;
} else {
_parent._x = _parent._x + _root.runningspeed;
}
}
if ((key.isDown(39) and (_root.stage == 4)) and (_root.lockscroll == "off")) {
_xscale = -100;
_parent.xscale = -100;
if ((_root.bg._x > -9) && (_parent._x > 128)) {
_root.bg._x = _root.bg._x - _root.runningspeed2;
} else if (_parent._x < 243) {
_parent._x = _parent._x + _root.runningspeed;
}
}
if ((key.isDown(37) and (_root.stage == 5)) and (_root.lockscroll == "on")) {
_xscale = 100;
_parent.xscale = 100;
if (_root.baka.hitTest(_parent)) {
_parent._x = _parent._x - 0;
} else {
_parent._x = _parent._x - _root.runningspeed;
}
}
if ((key.isDown(37) and (_root.stage == 5)) and (_root.lockscroll == "off")) {
_xscale = 100;
_parent.xscale = 100;
if ((_root.bg._x < -13) && (_parent._x < 130)) {
_root.bg._x = _root.bg._x + _root.runningspeed;
_root.bg2._x = _root.bg2._x + _root.bg2speedjump;
} else if (_parent._x > 10) {
_parent._x = _parent._x - _root.runningspeed;
}
}
if ((key.isDown(39) and (_root.stage == 5)) and (_root.lockscroll == "on")) {
_xscale = -100;
_parent.xscale = -100;
if (_root.baka1.hitTest(_parent)) {
_parent._x = _parent._x + 0;
} else {
_parent._x = _parent._x + _root.runningspeed;
}
}
if ((key.isDown(39) and (_root.stage == 5)) and (_root.lockscroll == "off")) {
_xscale = -100;
_parent.xscale = -100;
if ((_root.bg._x > -1530) && (_parent._x > 128)) {
_root.bg._x = _root.bg._x - _root.runningspeed;
_root.bg2._x = _root.bg2._x - _root.bg2speedjump;
} else if (_parent._x < 246) {
_parent._x = _parent._x + _root.runningspeed;
}
}
}
Symbol 1797 MovieClip Frame 18
stop();
Instance of Symbol 1639 MovieClip "jumpkick2" in Symbol 1797 MovieClip Frame 18
onClipEvent (load) {
velY = -4;
_xscale = _parent.xscale;
}
onClipEvent (enterFrame) {
jumping = true;
if (jumping == true) {
this._y = this._y + velY;
velY = velY + 0.4;
if (this.hitTest(_root.ground)) {
_root.guy.gotoAndStop("stand");
}
}
}
onClipEvent (enterFrame) {
if ((key.isDown(37) and (_root.stage == 1)) and (_root.lockscroll == "on")) {
_xscale = 100;
_parent.xscale = 100;
if (_root.baka.hitTest(_parent)) {
_parent._x = _parent._x - 0;
} else {
_parent._x = _parent._x - _root.runningspeed;
}
}
if ((key.isDown(37) and (_root.stage == 1)) and (_root.lockscroll == "off")) {
_xscale = 100;
_parent.xscale = 100;
if ((_root.bg._x < -13) && (_parent._x < 130)) {
_root.bg._x = _root.bg._x + _root.runningspeed;
_root.bg2._x = _root.bg2._x + 1.7;
} else if (_parent._x > 10) {
_parent._x = _parent._x - _root.runningspeed;
}
}
if ((key.isDown(39) and (_root.stage == 1)) and (_root.lockscroll == "on")) {
_xscale = -100;
_parent.xscale = -100;
if (_root.baka1.hitTest(_parent)) {
_parent._x = _parent._x + 0;
} else {
_parent._x = _parent._x + _root.runningspeed;
}
}
if ((key.isDown(39) and (_root.stage == 1)) and (_root.lockscroll == "off")) {
_xscale = -100;
_parent.xscale = -100;
if ((_root.bg._x > -1530) && (_parent._x > 128)) {
_root.bg._x = _root.bg._x - _root.runningspeed;
_root.bg2._x = _root.bg2._x - 1.7;
} else if (_parent._x < 246) {
_parent._x = _parent._x + _root.runningspeed;
}
}
if ((key.isDown(37) and (_root.stage == 2)) and (_root.lockscroll == "on")) {
_xscale = 100;
_parent.xscale = 100;
if (_root.baka.hitTest(_parent)) {
_parent._x = _parent._x - 0;
} else {
_parent._x = _parent._x - _root.runningspeed;
}
}
if ((key.isDown(37) and (_root.stage == 2)) and (_root.lockscroll == "off")) {
_xscale = 100;
_parent.xscale = 100;
if ((_root.bg._x < 1515) && (_parent._x < 130)) {
_root.bg._x = _root.bg._x + _root.runningspeed;
} else if (_parent._x > 10) {
_parent._x = _parent._x - _root.runningspeed;
}
}
if ((key.isDown(39) and (_root.stage == 2)) and (_root.lockscroll == "on")) {
_xscale = -100;
_parent.xscale = -100;
if (_root.baka1.hitTest(_parent)) {
_parent._x = _parent._x + 0;
} else {
_parent._x = _parent._x + _root.runningspeed;
}
}
if ((key.isDown(39) and (_root.stage == 2)) and (_root.lockscroll == "off")) {
_xscale = -100;
_parent.xscale = -100;
if ((_root.bg._x > -9) && (_parent._x > 128)) {
_root.bg._x = _root.bg._x - _root.runningspeed;
} else if (_parent._x < 243) {
_parent._x = _parent._x + _root.runningspeed;
}
}
if ((key.isDown(37) and (_root.stage == 3)) and (_root.lockscroll == "on")) {
_xscale = 100;
_parent.xscale = 100;
if (_root.baka.hitTest(_parent)) {
_parent._x = _parent._x - 0;
} else {
_parent._x = _parent._x - _root.runningspeed;
}
}
if ((key.isDown(37) and (_root.stage == 3)) and (_root.lockscroll == "off")) {
_xscale = 100;
_parent.xscale = 100;
if ((_root.bg._x < -13) && (_parent._x < 130)) {
_root.bg._x = _root.bg._x + _root.runningspeed;
_root.bg2._x = _root.bg2._x + 1.7;
_root.bg3._x = _root.bg3._x + 0.53;
} else if (_parent._x > 10) {
_parent._x = _parent._x - _root.runningspeed;
}
}
if ((key.isDown(39) and (_root.stage == 3)) and (_root.lockscroll == "on")) {
_xscale = -100;
_parent.xscale = -100;
if (_root.baka1.hitTest(_parent)) {
_parent._x = _parent._x + 0;
} else {
_parent._x = _parent._x + _root.runningspeed;
}
}
if ((key.isDown(39) and (_root.stage == 3)) and (_root.lockscroll == "off")) {
_xscale = -100;
_parent.xscale = -100;
if ((_root.bg._x > -1530) && (_parent._x > 128)) {
_root.bg._x = _root.bg._x - _root.runningspeed;
_root.bg2._x = _root.bg2._x - 1.7;
_root.bg3._x = _root.bg3._x - 0.53;
} else if (_parent._x < 246) {
_parent._x = _parent._x + _root.runningspeed;
}
}
if ((key.isDown(37) and (_root.stage == 4)) and (_root.lockscroll == "on")) {
_xscale = 100;
_parent.xscale = 100;
if (_root.baka.hitTest(_parent)) {
_parent._x = _parent._x - 0;
} else {
_parent._x = _parent._x - _root.runningspeed;
}
}
if ((key.isDown(37) and (_root.stage == 4)) and (_root.lockscroll == "off")) {
_xscale = 100;
_parent.xscale = 100;
if ((_root.bg._x < 1515) && (_parent._x < 130)) {
_root.bg._x = _root.bg._x + _root.runningspeed;
} else if (_parent._x > 10) {
_parent._x = _parent._x - _root.runningspeed;
}
}
if ((key.isDown(39) and (_root.stage == 4)) and (_root.lockscroll == "on")) {
_xscale = -100;
_parent.xscale = -100;
if (_root.baka1.hitTest(_parent)) {
_parent._x = _parent._x + 0;
} else {
_parent._x = _parent._x + _root.runningspeed;
}
}
if ((key.isDown(39) and (_root.stage == 4)) and (_root.lockscroll == "off")) {
_xscale = -100;
_parent.xscale = -100;
if ((_root.bg._x > -9) && (_parent._x > 128)) {
_root.bg._x = _root.bg._x - _root.runningspeed2;
} else if (_parent._x < 243) {
_parent._x = _parent._x + _root.runningspeed;
}
}
if ((key.isDown(37) and (_root.stage == 5)) and (_root.lockscroll == "on")) {
_xscale = 100;
_parent.xscale = 100;
if (_root.baka.hitTest(_parent)) {
_parent._x = _parent._x - 0;
} else {
_parent._x = _parent._x - _root.runningspeed;
}
}
if ((key.isDown(37) and (_root.stage == 5)) and (_root.lockscroll == "off")) {
_xscale = 100;
_parent.xscale = 100;
if ((_root.bg._x < -13) && (_parent._x < 130)) {
_root.bg._x = _root.bg._x + _root.runningspeed;
_root.bg2._x = _root.bg2._x + _root.bg2speedjump;
} else if (_parent._x > 10) {
_parent._x = _parent._x - _root.runningspeed;
}
}
if ((key.isDown(39) and (_root.stage == 5)) and (_root.lockscroll == "on")) {
_xscale = -100;
_parent.xscale = -100;
if (_root.baka1.hitTest(_parent)) {
_parent._x = _parent._x + 0;
} else {
_parent._x = _parent._x + _root.runningspeed;
}
}
if ((key.isDown(39) and (_root.stage == 5)) and (_root.lockscroll == "off")) {
_xscale = -100;
_parent.xscale = -100;
if ((_root.bg._x > -1530) && (_parent._x > 128)) {
_root.bg._x = _root.bg._x - _root.runningspeed;
_root.bg2._x = _root.bg2._x - _root.bg2speedjump;
} else if (_parent._x < 246) {
_parent._x = _parent._x + _root.runningspeed;
}
}
}
Symbol 1797 MovieClip Frame 22
f = [24, 25, 26];
r = random(3);
frame = f[r];
gotoAndStop(frame);
Symbol 1797 MovieClip Frame 23
stop();
Instance of Symbol 1738 MovieClip in Symbol 1797 MovieClip Frame 23
onClipEvent (load) {
_xscale = _parent.xscale;
}
Symbol 1797 MovieClip Frame 24
stop();
Instance of Symbol 1741 MovieClip in Symbol 1797 MovieClip Frame 24
onClipEvent (load) {
_xscale = _parent.xscale;
}
Symbol 1797 MovieClip Frame 25
stop();
Instance of Symbol 1744 MovieClip in Symbol 1797 MovieClip Frame 25
onClipEvent (load) {
_xscale = _parent.xscale;
}
Symbol 1797 MovieClip Frame 26
_root.kio.myTimer.stop();
_root.LevelOneTune.s.stop();
_root.LevelOneBossTune.s.stop();
_root.lifes = _root.lifes - 1;
_root.gimmehealth = "off";
stop();
Instance of Symbol 1757 MovieClip in Symbol 1797 MovieClip Frame 26
onClipEvent (load) {
_xscale = _parent.xscale;
}
Symbol 1797 MovieClip Frame 27
stop();
Instance of Symbol 1624 MovieClip in Symbol 1797 MovieClip Frame 27
onClipEvent (load) {
if (_parent.xscale == null) {
_xscale = 100;
} else {
_xscale = _parent.xscale;
}
}
Symbol 1797 MovieClip Frame 28
_root.kio.myTimer.stop();
_root.LevelOneTune.s.stop();
_root.LevelOneBossTune.s.stop();
_root.LevelOneBossTune.gotoAndStop(4);
stop();
Symbol 1797 MovieClip Frame 29
_root.kio.myTimer.stop();
_root.LevelOneTune.s.stop();
_root.LevelOneBossTune.s.stop();
_root.LevelOneBossTune.gotoAndStop(4);
stop();
Symbol 1797 MovieClip Frame 30
stop();
Instance of Symbol 1769 MovieClip "moi" in Symbol 1797 MovieClip Frame 30
onClipEvent (load) {
_xscale = _parent.xscale;
}
Symbol 1797 MovieClip Frame 31
stop();
Instance of Symbol 1624 MovieClip in Symbol 1797 MovieClip Frame 31
onClipEvent (load) {
if (_parent.xscale == null) {
_xscale = 100;
} else {
_xscale = _parent.xscale;
}
}
Symbol 1797 MovieClip Frame 32
stop();
Instance of Symbol 1770 MovieClip in Symbol 1797 MovieClip Frame 32
onClipEvent (load) {
_xscale = _parent.xscale;
}
Symbol 1797 MovieClip Frame 33
stop();
Symbol 1797 MovieClip Frame 34
stop();
Symbol 1797 MovieClip Frame 35
stop();
Symbol 1797 MovieClip Frame 36
stop();
Instance of Symbol 1624 MovieClip in Symbol 1797 MovieClip Frame 36
onClipEvent (load) {
if (_parent.xscale == null) {
_xscale = 100;
} else {
_xscale = _parent.xscale;
}
}
Symbol 1801 MovieClip Frame 1
stop();
Symbol 1801 MovieClip Frame 68
gotoAndStop (1);
Symbol 1803 MovieClip Frame 1
stop();
Symbol 1804 MovieClip Frame 1
if (_root.player <= 4) {
gotoAndPlay (3);
}
Symbol 1804 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1804 MovieClip Frame 3
myColor = new Color(_root.playerbar);
myColor.setRGB(16711680);
Symbol 1804 MovieClip Frame 4
myColor = new Color(_root.playerbar);
myColor.setRGB(65280);
Symbol 1805 MovieClip Frame 1
if (_root.player <= 0) {
_root.guy.gotoAndStop("dead");
_root.player = 0;
} else if (_root.enemies <= 1) {
_root.spawncontrol = "off";
_root.enemies = 0;
}
Symbol 1806 MovieClip Frame 1
stop();
Symbol 1807 MovieClip Frame 1
stop();
Symbol 1809 MovieClip Frame 1
stop();
Symbol 1809 MovieClip Frame 2
_root.bg._y = _root.bg._y + 3;
_root.panel._y = _root.panel._y + 3;
_root.guy._y = _root.guy._y + 3;
_root.playerbar._y = _root.playerbar._y + 3;
_root.enemiesbar._y = _root.enemiesbar._y + 3;
_root.bossbar._y = _root.bossbar._y + 3;
_root.guage._y = _root.guage._y + 3;
_root.clock._y = _root.clock._y + 3;
_root.updated._y = _root.updated._y + 3;
_root.fps._y = _root.fps._y + 3;
_root.kio._y = _root.kio._y + 3;
Symbol 1809 MovieClip Frame 4
_root.bg._y = _root.bg._y - 3;
_root.panel._y = _root.panel._y - 3;
_root.guy._y = _root.guy._y - 3;
_root.playerbar._y = _root.playerbar._y - 3;
_root.enemiesbar._y = _root.enemiesbar._y - 3;
_root.bossbar._y = _root.bossbar._y - 3;
_root.guage._y = _root.guage._y - 3;
_root.clock._y = _root.clock._y - 3;
_root.updated._y = _root.updated._y - 3;
_root.fps._y = _root.fps._y - 3;
_root.kio._y = _root.kio._y - 3;
stop();
Symbol 1811 MovieClip Frame 1
mbenneyTimer = function () {
this.reset();
};
mT = mbenneyTimer.prototype;
mT.reset = function () {
this.oldTime = 0;
this.pause = true;
this.totalTime = 0;
};
mT.stop = function () {
if (!this.pause) {
this.pause = true;
this.totalTime = this.totalTime + (getTimer() - this.oldTime);
}
};
mT.start = function () {
if (this.pause) {
this.pause = false;
this.oldTime = getTimer();
}
};
mT.getMili = function () {
var returnTime = this.totalTime;
if (!this.pause) {
returnTime = returnTime + (getTimer() - this.oldTime);
}
return(returnTime);
};
mT.getSecs = function () {
var returnTime = (this.totalTime / 1000);
if (!this.pause) {
returnTime = returnTime + ((getTimer() - this.oldTime) / 1000);
}
return(Math.round(returnTime));
};
mT.getMins = function () {
var returnTime = (this.totalTime / 1000);
if (!this.pause) {
returnTime = returnTime + (((getTimer() - this.oldTime) / 1000) / 60);
}
return(Math.round(returnTime));
};
mT.getCount = function (secs) {
var returnTime = this.totalTime;
if (!this.pause) {
returnTime = returnTime + ((getTimer() - this.oldTime) / 1000);
}
var count = (secs - returnTime);
return(Math.round(count));
};
myTimer = new mbenneyTimer();
textbox = 200;
myTimer.stop();
secs = 200;
onEnterFrame = function () {
if (!myTimer.pause) {
textbox = secs - myTimer.getSecs();
}
if ((secs - myTimer.getSecs()) <= 0) {
myTimer.reset();
}
};
Symbol 1812 MovieClip Frame 1
stop();
Symbol 1812 MovieClip Frame 2
_root.guage._y = _root.guage._y + 3;
myColor = new Color(_root.guage);
myColor.setRGB(16776960);
Symbol 1812 MovieClip Frame 3
myColor.reset();
Symbol 1812 MovieClip Frame 4
_root.guage._y = _root.guage._y - 3;
stop();
Symbol 1813 MovieClip Frame 1
if (_root.powerbar == 1) {
_root.powerbarnotification.gotoAndPlay(2);
gotoAndPlay (3);
}
Symbol 1813 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1813 MovieClip Frame 3
if (_root.powerbar == 2) {
_root.powerbarnotification.gotoAndPlay(2);
gotoAndPlay (5);
}
if (_root.powerbar == 0) {
gotoAndPlay (1);
}
Symbol 1813 MovieClip Frame 4
gotoAndPlay (3);
Symbol 1813 MovieClip Frame 5
if (_root.powerbar == 3) {
trace("2momomomomom");
_root.powerbarnotification.gotoAndPlay(2);
gotoAndPlay (7);
}
if (_root.powerbar == 0) {
gotoAndPlay (1);
}
if (_root.powerbar == 1) {
gotoAndPlay (3);
}
Symbol 1813 MovieClip Frame 6
gotoAndPlay (5);
Symbol 1813 MovieClip Frame 7
if (_root.powerbar == 2) {
gotoAndPlay (5);
}
if (_root.powerbar == 0) {
gotoAndPlay (1);
}
Symbol 1813 MovieClip Frame 8
gotoAndPlay (7);
Symbol 1814 MovieClip Frame 1
stop();
Symbol 1814 MovieClip Frame 2
_root.guage.gotoAndStop(_root.guage._currentframe + 1);
Symbol 1814 MovieClip Frame 3
_root.guage.gotoAndStop(_root.guage._currentframe + 1);
gotoAndPlay (2);
Symbol 1815 MovieClip Frame 1
_root.pausee = "no";
Symbol 1815 MovieClip Frame 4
_root.pausee = "ki";
stop();
Symbol 1819 MovieClip Frame 1
stop();
Symbol 1819 MovieClip Frame 54
this.removeMovieClip();
Symbol 1873 MovieClip Frame 1
stop();
Symbol 1873 MovieClip Frame 2
stop();
Symbol 1873 MovieClip Frame 3
stop();
Symbol 1880 MovieClip Frame 1
pauser.gotoAndPlay(1);
stop();
Instance of Symbol 22 MovieClip in Symbol 1880 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(90) and (_root.pauser == "on")) {
_root.bg.gotoAndStop(3);
_root.guy._x = 84;
_root.guy.gotoAndStop("stairs");
_parent._parent.gotoAndStop("closed");
}
if (Key.isDown(88) and (_root.pauser == "on")) {
_root.bg.gotoAndStop(3);
_root.guy._x = 84;
_root.guy.gotoAndStop("stairs");
_parent._parent.gotoAndStop("closed");
}
if (Key.isDown(39) and (_root.pauser == "on")) {
_parent.gotoAndStop(2);
}
}
Symbol 1880 MovieClip Frame 2
pauser.gotoAndPlay(1);
stop();
Instance of Symbol 22 MovieClip in Symbol 1880 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(90) and (_root.pauser == "on")) {
_root.bg.hitta.gotoAndStop(2);
_root.bg.gotoAndStop(2);
_root.guy.gotoAndStop("stand");
_parent._parent.gotoAndStop("closed");
}
if (Key.isDown(88) and (_root.pauser == "on")) {
_root.bg.hitta.gotoAndStop(2);
_root.bg.gotoAndStop(2);
_root.guy.gotoAndStop("stand");
_parent._parent.gotoAndStop("closed");
}
if (Key.isDown(37) and (_root.pauser == "on")) {
_parent.gotoAndStop(1);
}
}
Symbol 1881 MovieClip Frame 1
stop();
Symbol 1881 MovieClip Frame 2
stop();
_root.bg.gotoAndStop(3);
_root.guy._x = 84;
_root.guy.gotoAndStop("stairs");
gotoAndStop (1);
Symbol 1883 MovieClip Frame 1
this._xscale = _root.fatigue;
Symbol 1883 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1899 MovieClip Frame 1
Speed = 50;
TimeLeft = _root.kio.textbox * 10;
Symbol 1899 MovieClip Frame 15
LifeLeft = _root.player * 10;
Symbol 1899 MovieClip Frame 28
Bonus = 5000;
Symbol 1899 MovieClip Frame 41
if (TimeLeft >= 30) {
_root.panel.score = _root.panel.score + speed;
TimeLeft = TimeLeft - speed;
} else {
_root.panel.score = _root.panel.score + TimeLeft;
TimeLeft = 0;
gotoAndPlay (43);
}
Symbol 1899 MovieClip Frame 42
gotoAndPlay (41);
Symbol 1899 MovieClip Frame 43
if (LifeLeft >= 30) {
_root.panel.score = _root.panel.score + speed;
LifeLeft = LifeLeft - speed;
} else {
_root.panel.score = _root.panel.score + LifeLeft;
LifeLeft = 0;
gotoAndPlay (45);
}
Symbol 1899 MovieClip Frame 44
gotoAndPlay (43);
Symbol 1899 MovieClip Frame 45
if (Bonus >= 30) {
_root.panel.score = _root.panel.score + speed;
Bonus = Bonus - speed;
} else {
_root.panel.score = _root.panel.score + Bonus;
Bonus = 0;
gotoAndStop (47);
}
Symbol 1899 MovieClip Frame 46
gotoAndPlay (45);
Symbol 1899 MovieClip Frame 47
stop();
Instance of Symbol 22 MovieClip in Symbol 1899 MovieClip Frame 47
onClipEvent (enterFrame) {
if (Key.isDown(13) and (_root.pauser == "on")) {
_root.LevelOneBossTune.t.stop();
_parent._parent.nextFrame();
}
if (Key.isDown(32) and (_root.pauser == "on")) {
_root.LevelOneBossTune.t.stop();
_parent._parent.nextFrame();
}
}
Symbol 1906 MovieClip Frame 1
stop();
Symbol 1906 MovieClip Frame 2
stop();
Symbol 1906 MovieClip Frame 3
stop();
Instance of Symbol 22 MovieClip in Symbol 1922 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.killallenemies == "on") {
_parent.gotoAndStop(1);
} else if (_root.special == "on") {
_parent.gotoAndStop(1);
} else if (_root.pause == "on") {
_parent.gotoAndStop(1);
} else {
_parent.play();
}
}
Instance of Symbol 228 MovieClip "beam" in Symbol 1922 MovieClip Frame 40
onClipEvent (enterFrame) {
if (_root.guy.hitTest(this)) {
if (nohitting == 0) {
nohitting = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
}
Instance of Symbol 228 MovieClip "beam" in Symbol 1922 MovieClip Frame 92
onClipEvent (enterFrame) {
if (_root.guy.hitTest(this)) {
if (nohitting == 0) {
nohitting = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
}
Instance of Symbol 1931 MovieClip "bullet" in Symbol 1932 MovieClip Frame 38
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(this)) {
if (nohitting == 0) {
nohitting = 1;
trace("dd");
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(this)) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(this)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
onClipEvent (enterFrame) {
_x = (_x - 8);
}
Symbol 1933 MovieClip Frame 33
_parent.scores.gotoAndStop(1);
stop();
Symbol 1935 MovieClip Frame 1
function create(name) {
var d = new Color(name);
var t = {ra:255, ga:255, ba:255, rb:255, gb:255, bb:255};
d.setTransform(t);
}
function reset(name) {
var d = new Color(name);
var t = {ra:100, ga:100, ba:100, rb:0, gb:0, bb:0};
d.setTransform(t);
}
life = 3;
stop();
Instance of Symbol 228 MovieClip "left" in Symbol 1935 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.guy.hitTest(_parent.left)) {
if (nohitting3 == 0) {
nohitting3 = 1;
_parent.spikes._xscale = 100;
trace("left");
}
} else {
nohitting3 = 0;
}
}
Instance of Symbol 228 MovieClip "right" in Symbol 1935 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.guy.hitTest(_parent.right)) {
if (nohitting4 == 0) {
nohitting4 = 1;
_parent.spikes._xscale = -100;
trace("right");
}
} else {
nohitting4 = 0;
}
}
Instance of Symbol 22 MovieClip in Symbol 1935 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.guy.lowkick.lowkick.hitTest(_parent.spikes.box)) {
if (nohitting == 0) {
nohitting = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting = 0;
}
if (_root.guy.lowpunch.lowpunch.hitTest(_parent.spikes.box)) {
if (nohitting2 == 0) {
nohitting2 = 1;
Hit = new Sound();
Hit.attachSound("Hit");
Hit.start();
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting2 = 0;
}
if (_root.killallenemies == "on") {
_parent.gotoAndStop("kill");
} else if (_root.special == "on") {
_parent.gotoAndStop("special");
} else if (_root.pause == "on") {
_parent.gotoAndStop("pause");
}
}
Instance of Symbol 22 MovieClip in Symbol 1935 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.life <= 0) {
_parent.gotoAndStop("death");
}
}
Symbol 1935 MovieClip Frame 2
scores._xscale = _parent._xscale;
scores.gotoAndPlay("score300");
_root.panel.score = _root.panel.score + 300;
Instance of Symbol 1934 MovieClip in Symbol 1935 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.shootdone == "on") {
_parent.gotoAndPlay(1);
} else if (_root.hadouken == "on") {
_parent.gotoAndPlay(301);
}
}
Instance of Symbol 1934 MovieClip in Symbol 1935 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.pause == "off") {
_parent.gotoAndPlay(1);
}
}
Symbol 1936 MovieClip Frame 1
stop();
Instance of Symbol 228 MovieClip "hit" in Symbol 1936 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.guy.bossstartmc.hitTest(this) and (_root.enemies < 1)) {
_root.killallenemies = "on";
_root.guy.gotoAndStop("pause");
_root.LevelOneTune.s.stop();
_root.bossspawn = "on";
_root.bossactivated = "on";
_root.arrows.gotoAndStop(1);
_root.lockscroll = "on";
_parent.gotoAndStop(2);
}
}
Symbol 1936 MovieClip Frame 2
stop();
Symbol 1936 MovieClip Frame 3
stop();
Symbol 1937 MovieClip Frame 1
stop();
Symbol 1937 MovieClip Frame 2
s = new Sound(this);
s.attachSound("Level2A");
s.start(0, 0);
s.onSoundComplete = function () {
gotoAndStop (3);
};
stop();
Symbol 1937 MovieClip Frame 3
s = new Sound(this);
s.attachSound("Level2B");
s.start(0, 99);
s.onSoundComplete = function () {
gotoAndStop (3);
};
stop();
Symbol 1986 MovieClip Frame 1
pauser.gotoAndPlay(1);
stop();
Instance of Symbol 22 MovieClip in Symbol 1986 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(90) and (_root.pauser == "on")) {
_root.bg.gotoAndStop(3);
_root.guy._x = 165;
_root.guy.gotoAndStop("stairsright");
_parent._parent.gotoAndStop("closed");
}
if (Key.isDown(88) and (_root.pauser == "on")) {
_root.bg.gotoAndStop(3);
_root.guy._x = 165;
_root.guy.gotoAndStop("stairsright");
_parent._parent.gotoAndStop("closed");
}
if (Key.isDown(39) and (_root.pauser == "on")) {
_parent.gotoAndStop(2);
}
}
Symbol 1986 MovieClip Frame 2
pauser.gotoAndPlay(1);
stop();
Instance of Symbol 22 MovieClip in Symbol 1986 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(90) and (_root.pauser == "on")) {
_root.bg.hitta.gotoAndStop(2);
_root.bg.gotoAndStop(2);
_root.guy.gotoAndStop("stand");
_parent._parent.gotoAndStop("closed");
}
if (Key.isDown(88) and (_root.pauser == "on")) {
_root.bg.hitta.gotoAndStop(2);
_root.bg.gotoAndStop(2);
_root.guy.gotoAndStop("stand");
_parent._parent.gotoAndStop("closed");
}
if (Key.isDown(37) and (_root.pauser == "on")) {
_parent.gotoAndStop(1);
}
}
Symbol 1987 MovieClip Frame 1
stop();
Symbol 1987 MovieClip Frame 2
stop();
_root.bg.gotoAndStop(3);
_root.guy._x = 165;
_root.guy.gotoAndStop("stairsright");
gotoAndStop (1);
Instance of Symbol 2000 MovieClip "face" in Symbol 2001 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.guy.jumpkick.box.hitTest(this)) {
if (nohitting == 0) {
nohitting = 1;
_root.guy.gotoAndStop("hit3");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
}
Instance of Symbol 22 MovieClip in Symbol 2001 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(_parent.face)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit3");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Instance of Symbol 22 MovieClip in Symbol 2001 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.guy.jumpkick2.box.hitTest(_parent.face)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit3");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Instance of Symbol 22 MovieClip in Symbol 2002 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.killallenemies == "on") {
_parent.gotoAndStop(1);
} else if (_root.special == "on") {
_parent.gotoAndStop(1);
} else if (_root.pause == "on") {
_parent.gotoAndStop(39);
} else {
_parent.play();
}
}
Instance of Symbol 22 MovieClip in Symbol 2011 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.killallenemies == "on") {
_parent.gotoAndStop(1);
} else if (_root.special == "on") {
_parent.gotoAndStop(1);
} else if (_root.pause == "on") {
_parent.gotoAndStop(1);
} else {
_parent.play();
}
}
Instance of Symbol 2010 MovieClip "bullet" in Symbol 2011 MovieClip Frame 31
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(_parent.bullet.box)) {
if (nohitting == 0) {
nohitting = 1;
trace("dd");
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(_parent.bullet.box)) {
if (nohitting1 == 0) {
nohitting1 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(_parent.bullet.box)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit2");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
onClipEvent (enterFrame) {
_x = (_x - 8);
_y = (_y + 0.5);
}
Symbol 2012 MovieClip Frame 1
function create(name) {
var d = new Color(name);
var t = {ra:255, ga:255, ba:255, rb:255, gb:255, bb:255};
d.setTransform(t);
}
function reset(name) {
var d = new Color(name);
var t = {ra:100, ga:100, ba:100, rb:0, gb:0, bb:0};
d.setTransform(t);
}
_root.shootdone = "off";
_root.hadouken = "off";
_root.specialdone = "off";
life = 3;
stop();
Instance of Symbol 228 MovieClip "left" in Symbol 2012 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.guy.hitTest(_parent.left)) {
if (nohitting3 == 0) {
nohitting3 = 1;
_parent.spikes._xscale = 100;
trace("left");
}
} else {
nohitting3 = 0;
}
}
Instance of Symbol 228 MovieClip "right" in Symbol 2012 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.guy.hitTest(_parent.right)) {
if (nohitting4 == 0) {
nohitting4 = 1;
_parent.spikes._xscale = -100;
trace("right");
}
} else {
nohitting4 = 0;
}
}
Instance of Symbol 22 MovieClip in Symbol 2012 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.guy.lowkick.lowkick.hitTest(_parent.spikes.box)) {
if (nohitting == 0) {
nohitting = 1;
Hita = new Sound();
Hita.attachSound("Hita");
Hita.start();
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting = 0;
}
if (_root.guy.lowpunch.lowpunch.hitTest(_parent.spikes.box)) {
if (nohitting2 == 0) {
nohitting2 = 1;
Hit = new Sound();
Hit.attachSound("Hit");
Hit.start();
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting2 = 0;
}
if (_root.guy.punch.punch.hitTest(_parent.spikes.box)) {
if (nohitting3 == 0) {
nohitting3 = 1;
Hit = new Sound();
Hit.attachSound("Hit");
Hit.start();
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting3 = 0;
}
if (_root.guy.highkick.highkick.hitTest(_parent.spikes.box)) {
if (nohitting4 == 0) {
nohitting4 = 1;
Hit = new Sound();
Hit.attachSound("Hita");
Hit.start();
_parent.life = _parent.life - 1;
_parent.fadeeffect.play(1);
}
} else {
nohitting4 = 0;
}
if (_root.killallenemies == "on") {
_parent.gotoAndStop("kill");
} else if (_root.special == "on") {
_parent.gotoAndStop("special");
} else if (_root.pause == "on") {
_parent.gotoAndStop("pause");
}
}
Instance of Symbol 22 MovieClip in Symbol 2012 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.life <= 0) {
_parent.gotoAndStop("death");
}
}
Symbol 2012 MovieClip Frame 2
scores._xscale = _parent._xscale;
scores.gotoAndPlay("score800");
_root.panel.score = _root.panel.score + 800;
Instance of Symbol 2005 MovieClip "spikes" in Symbol 2012 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.shootdone == "on") {
_parent.gotoAndPlay(1);
} else if (_root.guy.hadoukenguy.hadoukenball.hitTest(_parent.spikes)) {
_root.enemies = _root.enemies - 1;
_parent.gotoAndStop("death");
} else if (_root.guy.ND.sword.hitTest(_parent.spikes)) {
_parent.scores.gotoAndPlay("score800");
_parent.scores._xscale = _parent._xscale;
_root.panel.score = _root.panel.score + 800;
_root.enemies = _root.enemies - 1;
_parent.gotoAndStop("death");
} else if (_root.shootandhit == "on") {
_parent.gotoAndStop("death");
}
}
Instance of Symbol 2005 MovieClip in Symbol 2012 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.pause == "off") {
_parent.gotoAndPlay(1);
}
}
Symbol 2013 MovieClip Frame 1
stop();
Instance of Symbol 228 MovieClip "hit" in Symbol 2013 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.guy.bossstartmc.hitTest(this) and (_root.enemies < 1)) {
_root.killallenemies = "on";
_root.guy.gotoAndStop("pause");
_root.LevelOneTune.s.stop();
_root.bossspawn = "on";
_root.bossactivated = "on";
_root.arrows.gotoAndStop(1);
_parent.gotoAndStop(2);
}
}
Symbol 2013 MovieClip Frame 2
stop();
Symbol 2013 MovieClip Frame 3
stop();
Symbol 2014 MovieClip Frame 1
stop();
Symbol 2014 MovieClip Frame 2
s = new Sound(this);
s.attachSound("Level3A");
s.start(0, 0);
s.onSoundComplete = function () {
gotoAndStop (3);
};
stop();
Symbol 2014 MovieClip Frame 3
s = new Sound(this);
s.attachSound("Level3B");
s.start(0, 99);
s.onSoundComplete = function () {
gotoAndStop (2);
};
stop();
Symbol 2065 MovieClip Frame 1
stop();
Symbol 2065 MovieClip Frame 2
stop();
Symbol 2070 MovieClip Frame 1
stop();
Instance of Symbol 228 MovieClip "stopper" in Symbol 2070 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.guy.hitTest(_parent.stopper)) {
_root.walkspeed = 0;
_root.runningspeed2 = 0;
} else {
_root.walkspeed = 2.5;
_root.runningspeed2 = 4;
}
if (_root.guy.hitTest(_parent.stopper) and (_root.enemies < 1)) {
_parent.gotoAndPlay(2);
}
}
Symbol 2070 MovieClip Frame 2
_root.walkspeed = 2.5;
_root.runningspeed2 = 4;
Instance of Symbol 228 MovieClip "stopper" in Symbol 2070 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.guy.hitTest(_parent.stopper)) {
_root.walkspeed = 0;
_root.runningspeed2 = 0;
} else {
_root.walkspeed = 2.5;
_root.runningspeed2 = 4;
}
}
Symbol 2070 MovieClip Frame 37
stop();
Instance of Symbol 2075 MovieClip "Face" in Symbol 2076 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.guy.jumpkick.box.hitTest(this)) {
if (nohitting == 0) {
nohitting = 1;
_root.guy.gotoAndStop("hit3");
_root.player = _root.player - 1;
}
} else {
nohitting = 0;
}
}
Instance of Symbol 22 MovieClip in Symbol 2076 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(_parent.face)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit3");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Instance of Symbol 22 MovieClip in Symbol 2076 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.guy.jumpkick2.box.hitTest(_parent.face)) {
if (nohitting2 == 0) {
nohitting2 = 1;
_root.guy.gotoAndStop("hit3");
_root.player = _root.player - 1;
}
} else {
nohitting2 = 0;
}
}
Instance of Symbol 22 MovieClip in Symbol 2077 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.killallenemies == "on") {
_parent.gotoAndStop(1);
} else if (_root.special == "on") {
_parent.gotoAndStop(1);
} else if (_root.pause == "on") {
_parent.gotoAndStop(38);
} else {
_parent.play();
}
}
Symbol 2085 MovieClip Frame 1
stop();
Instance of Symbol 22 MovieClip in Symbol 2085 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.killallenemies == "on") {
_parent.gotoAndStop(1);
} else if (_root.special == "on") {
_parent.gotoAndStop(1);
} else if (_root.pause == "on") {
_parent.gotoAndStop(1);
} else {
_parent.play();
}
}
Instance of Symbol 22 MovieClip in Symbol 2085 MovieClip Frame 17
onClipEvent (enterFrame) {
if (_root.guy.box.hitTest(_parent.hand)) {
if (_parent.nohitting == 0) {
_parent.nohitting = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
_parent.nohitting = 0;
}
if (_root.guy.jumpkick.box.hitTest(_parent.hand)) {
if (_parent.nohitting1 == 0) {
_parent.nohitting1 = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
_parent.nohitting1 = 0;
}
if (_root.guy.jumpkick2.box.hitTest(_parent.hand)) {
if (_parent.nohitting2 == 0) {
_parent.nohitting2 = 1;
_root.guy.gotoAndStop("hit1");
_root.player = _root.player - 1;
}
} else {
_parent.nohitting2 = 0;
}
}
Symbol 2095 MovieClip Frame 1
stop();
Instance of Symbol 228 MovieClip "hit" in Symbol 2095 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.guy.bossstartmc.hitTest(this) and (_root.enemies < 1)) {
_root.killallenemies = "on";
_root.guy.gotoAndStop("pause");
_root.LevelOneTune.s.stop();
_root.bossspawn = "on";
_root.bossactivated = "on";
_root.arrows.gotoAndStop(1);
_root.lockscroll = "on";
_root.visibility.gotoAndStop(2);
_parent.gotoAndStop(2);
}
}
Symbol 2095 MovieClip Frame 2
stop();
Symbol 2095 MovieClip Frame 3
stop();
Symbol 2096 MovieClip Frame 1
stop();
Symbol 2096 MovieClip Frame 2
s = new Sound(this);
s.attachSound("");
s.start(0, 0);
s.onSoundComplete = function () {
gotoAndStop (3);
};
stop();
Symbol 2096 MovieClip Frame 3
s = new Sound(this);
s.attachSound("BossLevel4");
s.start(0, 99);
s.onSoundComplete = function () {
gotoAndStop (2);
};
stop();
Symbol 2096 MovieClip Frame 4
t = new Sound(this);
t.attachSound("StageCompleted1");
t.start(0, 0);
t.onSoundComplete = function () {
gotoAndStop (5);
};
stop();
Symbol 2096 MovieClip Frame 5
t = new Sound(this);
trace("ssss");
t.attachSound("StageCompleted2");
t.start(0, 99);
stop();
Symbol 2098 MovieClip Frame 1
stop();
Symbol 2098 MovieClip Frame 2
stop();
Symbol 2154 MovieClip Frame 1
stop();
Symbol 2154 MovieClip Frame 22
gotoAndPlay (15);
Symbol 2157 MovieClip Frame 1
stop();
Instance of Symbol 2155 MovieClip in Symbol 2157 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.building == "on") {
_parent.gotoAndPlay(2);
} else {
stop();
}
}
Symbol 2157 MovieClip Frame 74
if (_root.MrXFalling == "yes") {
gotoAndPlay (75);
} else {
gotoAndPlay (28);
}
Symbol 2157 MovieClip Frame 75
_root.MrXFalling == "mo";
Symbol 2157 MovieClip Frame 245
_parent.gotoAndPlay(337);
Symbol 2214 MovieClip Frame 1
stop();
Symbol 2214 MovieClip Frame 2
_root.blacking.gotoAndStop(2);
Symbol 2214 MovieClip Frame 52
_root.building = "on";
Symbol 2214 MovieClip Frame 74
MrX.gotoAndPlay(15);
Symbol 2214 MovieClip Frame 238
_root.MrXFalling = "yes";
Symbol 2214 MovieClip Frame 330
trace("koskos");
stop();
Symbol 2214 MovieClip Frame 1218
_root.GameCompleted = "Yes";
Symbol 2214 MovieClip Frame 1264
_root.gotoAndStop("outro");
Symbol 2220 MovieClip Frame 1
stop();
Instance of Symbol 228 MovieClip "stopper" in Symbol 2220 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.guy.bossstartmc.hitTest(_parent.stopper)) {
_root.guy._x = _root.guy._x + 4;
}
if (_root.guy.hitTest(_parent.stopper) and (_root.enemies < 1)) {
_parent.gotoAndPlay(2);
}
}
Symbol 2220 MovieClip Frame 2
_root.walkspeed = 2.5;
_root.runningspeed2 = 4;
Instance of Symbol 228 MovieClip "stopper" in Symbol 2220 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.guy.bossstartmc.hitTest(_parent.stopper)) {
_root.guy._x = _root.guy._x + 4;
}
}
Symbol 2220 MovieClip Frame 37
stop();
Instance of Symbol 228 MovieClip in Symbol 2220 MovieClip Frame 37
onClipEvent (enterFrame) {
if (_root.guy.hitTest(_parent.stopper)) {
_root.walkspeed = 0;
_root.runningspeed2 = 0;
} else {
_root.walkspeed = 2.5;
_root.runningspeed2 = 4;
}
}
Symbol 2221 MovieClip Frame 1
trace("Off");
stop();
Symbol 2221 MovieClip Frame 2
trace("On");
stop();
Instance of Symbol 22 MovieClip in Symbol 2221 MovieClip Frame 2
onClipEvent (load) {
move = [{x:2, y:0, c:25}];
moves = move.length;
step = 0;
var m = move[step];
inc = m.c;
x = m.x;
y = m.y;
count = 2;
}
onClipEvent (enterFrame) {
if (count == 0) {
_parent.gotoAndStop(1);
}
_root.guy._x = _root.guy._x + x;
_root.guy._y = _root.guy._y + y;
_root.bg._x = _root.bg._x + x;
_root.bg._y = _root.bg._y + y;
if ((--inc) == 0) {
if ((++step) == moves) {
count--;
step = 0;
}
var m = move[step];
inc = m.c;
x = m.x;
y = m.y;
}
}
Symbol 2222 MovieClip Frame 1
stop();
Instance of Symbol 228 MovieClip "hit" in Symbol 2222 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.guy.bossstartmc.hitTest(this) and (_root.enemies < 1)) {
_root.killallenemies = "on";
_root.guy.gotoAndStop("pause");
_root.LevelOneTune.s.stop();
_root.bossspawn = "on";
_root.bossactivated = "on";
_root.lockscroll = "on";
_root.arrows.gotoAndStop(1);
_parent.gotoAndStop(2);
}
}
Symbol 2222 MovieClip Frame 2
move.gotoAndStop(2);
stop();
Symbol 2222 MovieClip Frame 3
stop();
Symbol 2222 MovieClip Frame 4
stop();
Symbol 2223 MovieClip Frame 1
stop();
Symbol 2223 MovieClip Frame 2
s = new Sound(this);
s.attachSound("LastBoss4");
s.start(0, 0);
s.onSoundComplete = function () {
gotoAndStop (3);
};
stop();
Symbol 2223 MovieClip Frame 3
s = new Sound(this);
s.attachSound("LastBoss3");
s.start(0, 99);
stop();
Symbol 2223 MovieClip Frame 4
t = new Sound(this);
t.attachSound("StageCompleted1");
t.start(0, 0);
t.onSoundComplete = function () {
gotoAndStop (5);
};
stop();
Symbol 2223 MovieClip Frame 5
t = new Sound(this);
trace("ssss");
t.attachSound("StageCompleted2");
t.start(0, 99);
stop();
Symbol 2271 MovieClip Frame 1
stop();
Symbol 2271 MovieClip Frame 2
stop();
Symbol 2273 MovieClip Frame 1
stop();
Symbol 2273 MovieClip Frame 2
stop();
Symbol 2278 MovieClip Frame 1
stop();
Symbol 2278 MovieClip Frame 2
sa = new Sound();
sa.attachSound("Continue1");
sa.start(0, 0);
sa.onSoundComplete = function () {
gotoAndStop (3);
};
Symbol 2278 MovieClip Frame 3
ssa = new Sound();
ssa.attachSound("Continue2");
ssa.start(0, 99);
_parent.gotoAndPlay(30);
stop();
Symbol 2288 MovieClip Frame 1
continuesong.gotoAndStop(2);
stop();
Symbol 2288 MovieClip Frame 300
if (_root.stage == 1) {
stopAllSounds();
_root.gotoAndStop("Menu");
} else {
stopAllSounds();
_parent.gotoAndPlay("passwordguys");
}
Symbol 2292 Button
on (release) {
if (_root.stage == 1) {
stopAllSounds();
_root.gotoAndStop("Menu");
} else {
stopAllSounds();
gotoAndPlay (1);
}
}
Symbol 2295 MovieClip Frame 1
pauser.gotoAndPlay(1);
stop();
Instance of Symbol 22 MovieClip in Symbol 2295 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(13) and (_root.pauser == "on")) {
if (_root.stage == 1) {
stopAllSounds();
_root.lifes = "3";
_root.gotoAndStop("level1GETREADY");
} else if (_root.stage == 2) {
stopAllSounds();
_root.lifes = "3";
_root.levelskip = "on";
_root.gotoAndStop("level2GETREADY");
} else if (_root.stage == 3) {
stopAllSounds();
_root.lifes = "3";
_root.levelskip = "on";
_root.gotoAndStop("level3GETREADY");
} else if (_root.stage == 4) {
stopAllSounds();
_root.lifes = "3";
_root.levelskip = "on";
_root.gotoAndStop("level4GETREADY");
} else if (_root.stage == 5) {
stopAllSounds();
_root.lifes = "3";
_root.levelskip = "on";
_root.gotoAndStop("level5GETREADY");
}
}
if (Key.isDown(32) and (_root.pauser == "on")) {
if (_root.stage == 1) {
stopAllSounds();
_root.lifes = "3";
_root.gotoAndStop("level1GETREADY");
} else if (_root.stage == 2) {
stopAllSounds();
_root.lifes = "3";
_root.levelskip = "on";
_root.gotoAndStop("level2GETREADY");
} else if (_root.stage == 3) {
stopAllSounds();
_root.lifes = "3";
_root.levelskip = "on";
_root.gotoAndStop("level3GETREADY");
} else if (_root.stage == 4) {
stopAllSounds();
_root.lifes = "3";
_root.levelskip = "on";
_root.gotoAndStop("level4GETREADY");
} else if (_root.stage == 5) {
stopAllSounds();
_root.lifes = "3";
_root.levelskip = "on";
_root.gotoAndStop("level5GETREADY");
}
}
if (Key.isDown(39) and (_root.pauser == "on")) {
_parent.gotoAndStop(2);
}
}
Symbol 2295 MovieClip Frame 2
pauser.gotoAndPlay(1);
stop();
Instance of Symbol 22 MovieClip in Symbol 2295 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(13) and (_root.pauser == "on")) {
if (_root.stage == 1) {
stopAllSounds();
_root.gotoAndStop("Menu");
} else {
stopAllSounds();
_parent._parent.gotoAndPlay("passwordguys");
}
}
if (Key.isDown(32) and (_root.pauser == "on")) {
if (_root.stage == 1) {
stopAllSounds();
_root.gotoAndStop("Menu");
} else {
stopAllSounds();
_parent._parent.gotoAndPlay("passwordguys");
}
}
if (Key.isDown(37) and (_root.pauser == "on")) {
_parent.gotoAndStop(1);
}
}
Symbol 2297 MovieClip Frame 1
stop();
Symbol 2297 MovieClip Frame 5
highpunch = new Sound();
highpunch.attachSound("highkick");
highpunch.start();
_parent.one = 1;
stop();
Symbol 2297 MovieClip Frame 10
highpunch = new Sound();
highpunch.attachSound("highpunch");
highpunch.start();
_parent.one = 2;
stop();
Symbol 2297 MovieClip Frame 15
highpunch = new Sound();
highpunch.attachSound("highkick");
highpunch.start();
_parent.one = 3;
stop();
Symbol 2297 MovieClip Frame 20
highpunch = new Sound();
highpunch.attachSound("highpunch");
highpunch.start();
_parent.one = 4;
stop();
Symbol 2304 MovieClip Frame 1
stop();
Symbol 2304 MovieClip Frame 124
if (_root.stage == 2) {
gotoAndPlay (140);
} else if (_root.stage == 3) {
gotoAndPlay (203);
} else if (_root.stage == 4) {
gotoAndPlay (266);
} else if (_root.stage == 5) {
gotoAndPlay (329);
} else {
stop();
}
Symbol 2304 MovieClip Frame 140
one.gotoAndPlay("two");
Symbol 2304 MovieClip Frame 160
two.gotoAndPlay("four");
Symbol 2304 MovieClip Frame 180
three.gotoAndPlay("four");
Symbol 2304 MovieClip Frame 200
four.gotoAndPlay("one");
stop();
Instance of Symbol 22 MovieClip in Symbol 2304 MovieClip Frame 200
onClipEvent (enterFrame) {
if (Key.isDown(13) and (_root.pauser == "on")) {
stopAllSounds();
_root.gotoAndStop("Menu");
}
if (Key.isDown(32) and (_root.pauser == "on")) {
stopAllSounds();
_root.gotoAndStop("Menu");
}
}
Symbol 2304 MovieClip Frame 203
one.gotoAndPlay("four");
Symbol 2304 MovieClip Frame 223
two.gotoAndPlay("three");
Symbol 2304 MovieClip Frame 243
three.gotoAndPlay("one");
Symbol 2304 MovieClip Frame 263
four.gotoAndPlay("two");
stop();
Instance of Symbol 22 MovieClip in Symbol 2304 MovieClip Frame 263
onClipEvent (enterFrame) {
if (Key.isDown(13) and (_root.pauser == "on")) {
stopAllSounds();
_root.gotoAndStop("Menu");
}
if (Key.isDown(32) and (_root.pauser == "on")) {
stopAllSounds();
_root.gotoAndStop("Menu");
}
}
Symbol 2304 MovieClip Frame 266
one.gotoAndPlay("three");
Symbol 2304 MovieClip Frame 286
two.gotoAndPlay("three");
Symbol 2304 MovieClip Frame 306
three.gotoAndPlay("four");
Symbol 2304 MovieClip Frame 326
four.gotoAndPlay("one");
stop();
Instance of Symbol 22 MovieClip in Symbol 2304 MovieClip Frame 326
onClipEvent (enterFrame) {
if (Key.isDown(13) and (_root.pauser == "on")) {
stopAllSounds();
_root.gotoAndStop("Menu");
}
if (Key.isDown(32) and (_root.pauser == "on")) {
stopAllSounds();
_root.gotoAndStop("Menu");
}
}
Symbol 2304 MovieClip Frame 329
one.gotoAndPlay("three");
Symbol 2304 MovieClip Frame 349
two.gotoAndPlay("one");
Symbol 2304 MovieClip Frame 369
three.gotoAndPlay("four");
Symbol 2304 MovieClip Frame 389
four.gotoAndPlay("one");
stop();
Instance of Symbol 22 MovieClip in Symbol 2304 MovieClip Frame 389
onClipEvent (enterFrame) {
if (Key.isDown(13) and (_root.pauser == "on")) {
stopAllSounds();
_root.gotoAndStop("Menu");
}
if (Key.isDown(32) and (_root.pauser == "on")) {
stopAllSounds();
_root.gotoAndStop("Menu");
}
}
Symbol 2325 MovieClip Frame 1
stop();
Symbol 2325 MovieClip Frame 2
stop();
Symbol 2325 MovieClip Frame 3
stop();
Symbol 2325 MovieClip Frame 4
stop();
Symbol 2325 MovieClip Frame 5
stop();
Symbol 2326 MovieClip Frame 1869
if (_root.difficulty == 1) {
trace("diff 1");
box.gotoAndStop(2);
} else if (_root.difficulty == 2) {
trace("diff 2");
box.gotoAndStop(3);
} else if (_root.difficulty == 3) {
trace("diff 3");
box.gotoAndStop(4);
}
stop();