Frame 1
Stage.showMenu = false;
myVar.gamer = 54;
gameName = "boris";
debug = false;
stop();
fscommand ("showmenu", "false");
prel.onEnterFrame = function () {
prel.procent.text = Math.ceil((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
prel.gotoAndStop(prel.procent.text);
if (Number(prel.procent.text) > 99) {
play();
delete this.onEnterFrame;
}
};
_root.score = (_root.score = 0);
_global.ipb_get_gname = function () {
var _local4 = _root._url;
var _local5 = "";
var _local3 = "";
var _local6 = _local4.lastIndexOf("\\") + 1;
if ((_local6 == -1) || (_local6 == 0)) {
_local6 = _local4.lastIndexOf("/") + 1;
}
var _local2 = _local6;
var _local7 = String(_local4).length;
while (_local2 < String(_local4).length) {
_local3 = _local4.charAt(_local2);
if (_local3 == ".") {
break;
}
_local5 = _local5 + _local3;
_local2++;
}
return(_local5);
};
ipb_gname = _global.ipb_get_gname();
xx = new LoadVars();
xx.onLoad = function (success) {
if (success) {
_global.ipb_scoreVar = this.scoreVar;
}
};
fname = ((("arcade/gamedata/" + ipb_gname) + "/") + ipb_gname) + ".txt";
xx.load(fname);
Instance of Symbol 41 MovieClip in Frame 1
onClipEvent (load) {
music = new Sound(this);
music.attachSound("music");
bikesound = 0;
}
onClipEvent (enterFrame) {
if (_root.music == true) {
if (_root.music == true) {
if (bikesound == 0) {
bikesound = 1;
}
}
} else {
bikesound = 0;
music.stop();
}
if (bikesound == 1) {
bikesound = 2;
music.start(0, 1);
}
music.onSoundComplete = function () {
bikesound = 0;
};
}
onClipEvent (enterFrame) {
if (_root.music == false) {
bikesound = 0;
music.stop();
}
}
Frame 2
stop();
Frame 4
_root.gotoAndStop(11);
Frame 11
stop();
_root.score = (_root.score = 0);
Frame 12
_root.music = true;
stop();
_root.score = (_root.score = 0);
Frame 13
_root.music = true;
Instance of Symbol 236 MovieClip in Frame 13
onClipEvent (enterFrame) {
this.onRelease = function () {
var _local4 = new LoadVars();
_local4.score = _root.score;
_local4.gamer = 54;
_local4.id = random(9999999);
_local4.toString();
_global.ipbSend();
this.submit.enabled = false;
this._alpha = 50;
};
}
Frame 14
_root.music = false;
Instance of Symbol 226 MovieClip in Frame 15
onClipEvent (load) {
_root.gotoAndStop(_root._currentframe + 1);
}
Instance of Symbol 480 MovieClip "slider" in Frame 15
onClipEvent (load) {
}
onClipEvent (enterFrame) {
if (_root.menuopen == true) {
this._visible = true;
} else {
this._visible = false;
}
}
Frame 16
stop();
myMusic = new Sound(this);
myMusic.start(0, 99);
slider.control._y = -50;
slider.control.onEnterFrame = function () {
myMusic.setVolume(-this._y);
};
slider.control.onPress = function () {
startDrag (this, false, this._x, -100, this._x, 0);
};
slider.control.onReleaseOutside = function () {
stopDrag();
};
slider.control.onRelease = function () {
stopDrag();
};
_root.die = (_root.die = 0);
Instance of Symbol 496 MovieClip "bg2" in Frame 16
onClipEvent (load) {
this.gotoAndStop(5);
}
Instance of Symbol 513 MovieClip "bg" in Frame 16
onClipEvent (load) {
this.gotoAndStop(2);
}
Instance of Symbol 714 MovieClip "all" in Frame 16
onClipEvent (load) {
this.gotoAndStop(1);
}
Instance of Symbol 723 MovieClip "petrol" in Frame 16
onClipEvent (enterFrame) {
if (_root.all.hero.ready9 == true) {
this._visible = true;
} else if (_root.all.hero.ready10 == true) {
this._visible = true;
} else {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready9 == true) and Key.isDown(37)) {
this.gotoAndStop(this._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready9 == true) and Key.isDown(39)) {
this.gotoAndStop(this._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready10 == true) and Key.isDown(90)) {
this.gotoAndStop(this._currentframe + 3);
}
}
Instance of Symbol 726 MovieClip in Frame 16
onClipEvent (enterFrame) {
this.time = Number(this.time) - 1;
}
onClipEvent (load) {
this.time = (this.time = 5000);
}
Instance of Symbol 726 MovieClip "timescore" in Frame 16
onClipEvent (enterFrame) {
if ((!_root.all.hero.dead) == true) {
this.time = Number(this.time) - 1;
} else {
this.time = Number(this.time) - 0;
}
}
onClipEvent (load) {
this.time = (this.time = 5000);
}
onClipEvent (enterFrame) {
if (_root.yay == true) {
_root.score = _root.score + this.time;
}
}
Instance of Symbol 769 MovieClip "bullets" in Frame 16
onClipEvent (enterFrame) {
if (_root.all.hero.ready7 == true) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 831 MovieClip "Game" in Frame 16
onClipEvent (enterFrame) {
if ((_root.die >= 8) and _root.all.hero.hitTest(_root.all.end)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.die >= 8) {
this.arrow.gotoAndStop(2);
}
}
onClipEvent (load) {
this.stage.stage.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if (_root.all.hero.died == true) {
this.gotoAndStop(3);
}
}
Instance of Symbol 226 MovieClip in Frame 17
onClipEvent (load) {
_root.gotoAndStop(_root._currentframe + 1);
}
Frame 18
stop();
myMusic = new Sound(this);
myMusic.start(0, 99);
slider.control._y = -50;
slider.control.onEnterFrame = function () {
myMusic.setVolume(-this._y);
};
slider.control.onPress = function () {
startDrag (this, false, this._x, -100, this._x, 0);
};
slider.control.onReleaseOutside = function () {
stopDrag();
};
slider.control.onRelease = function () {
stopDrag();
};
_root.die = (_root.die = 8);
Instance of Symbol 496 MovieClip "bg2" in Frame 18
onClipEvent (load) {
this.gotoAndStop(5);
}
Instance of Symbol 513 MovieClip "bg" in Frame 18
onClipEvent (load) {
this.gotoAndStop(2);
}
Instance of Symbol 714 MovieClip "all" in Frame 18
onClipEvent (load) {
this.gotoAndStop(2);
}
Instance of Symbol 723 MovieClip "petrol" in Frame 18
onClipEvent (enterFrame) {
if (_root.all.hero.ready9 == true) {
this._visible = true;
} else if (_root.all.hero.ready10 == true) {
this._visible = true;
} else {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready9 == true) and Key.isDown(37)) {
this.gotoAndStop(this._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready9 == true) and Key.isDown(39)) {
this.gotoAndStop(this._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready10 == true) and Key.isDown(90)) {
this.gotoAndStop(this._currentframe + 3);
}
}
Instance of Symbol 726 MovieClip "timescore" in Frame 18
onClipEvent (enterFrame) {
if ((!_root.all.hero.dead) == true) {
this.time = Number(this.time) - 1;
} else {
this.time = Number(this.time) - 0;
}
}
onClipEvent (load) {
this.time = (this.time = 5000);
}
onClipEvent (enterFrame) {
if (_root.yay == true) {
_root.score = _root.score + this.time;
}
}
Instance of Symbol 769 MovieClip "bullets" in Frame 18
onClipEvent (enterFrame) {
if (_root.all.hero.ready7 == true) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 831 MovieClip "Game" in Frame 18
onClipEvent (enterFrame) {
if ((_root.die >= 20) and _root.all.hero.hitTest(_root.all.end)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.die >= 20) {
this.arrow.gotoAndStop(2);
}
}
onClipEvent (load) {
this.stage.stage.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (_root.all.hero.died == true) {
this.gotoAndStop(3);
}
}
Instance of Symbol 226 MovieClip in Frame 19
onClipEvent (load) {
_root.gotoAndStop(_root._currentframe + 1);
}
Frame 20
stop();
myMusic = new Sound(this);
myMusic.start(0, 99);
slider.control._y = -50;
slider.control.onEnterFrame = function () {
myMusic.setVolume(-this._y);
};
slider.control.onPress = function () {
startDrag (this, false, this._x, -100, this._x, 0);
};
slider.control.onReleaseOutside = function () {
stopDrag();
};
slider.control.onRelease = function () {
stopDrag();
};
_root.die = (_root.die = 20);
Instance of Symbol 496 MovieClip "bg2" in Frame 20
onClipEvent (load) {
this.gotoAndStop(1);
}
Instance of Symbol 513 MovieClip "bg" in Frame 20
onClipEvent (load) {
this.gotoAndStop(1);
}
Instance of Symbol 714 MovieClip "all" in Frame 20
onClipEvent (load) {
this.gotoAndStop(3);
}
Instance of Symbol 723 MovieClip "petrol" in Frame 20
onClipEvent (enterFrame) {
if (_root.all.hero.ready9 == true) {
this._visible = true;
} else if (_root.all.hero.ready10 == true) {
this._visible = true;
} else {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready9 == true) and Key.isDown(37)) {
this.gotoAndStop(this._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready9 == true) and Key.isDown(39)) {
this.gotoAndStop(this._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready10 == true) and Key.isDown(90)) {
this.gotoAndStop(this._currentframe + 3);
}
}
Instance of Symbol 726 MovieClip "timescore" in Frame 20
onClipEvent (enterFrame) {
if ((!_root.all.hero.dead) == true) {
this.time = Number(this.time) - 1;
} else {
this.time = Number(this.time) - 0;
}
}
onClipEvent (load) {
this.time = (this.time = 5000);
}
onClipEvent (enterFrame) {
if (_root.yay == true) {
_root.score = _root.score + this.time;
}
}
Instance of Symbol 769 MovieClip "bullets" in Frame 20
onClipEvent (enterFrame) {
if (_root.all.hero.ready7 == true) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 831 MovieClip "Game" in Frame 20
onClipEvent (enterFrame) {
if ((_root.die == 32) and _root.all.hero.hitTest(_root.all.end)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.die == 32) {
this.arrow.gotoAndStop(2);
}
}
onClipEvent (load) {
this.stage.stage.gotoAndStop(3);
}
onClipEvent (enterFrame) {
if (_root.all.hero.died == true) {
this.gotoAndStop(3);
}
}
Instance of Symbol 226 MovieClip in Frame 21
onClipEvent (load) {
_root.gotoAndStop(_root._currentframe + 1);
}
Frame 22
stop();
myMusic = new Sound(this);
myMusic.start(0, 99);
slider.control._y = -50;
slider.control.onEnterFrame = function () {
myMusic.setVolume(-this._y);
};
slider.control.onPress = function () {
startDrag (this, false, this._x, -100, this._x, 0);
};
slider.control.onReleaseOutside = function () {
stopDrag();
};
slider.control.onRelease = function () {
stopDrag();
};
_root.die = (_root.die = 32);
Instance of Symbol 496 MovieClip "bg2" in Frame 22
onClipEvent (load) {
this.gotoAndStop(3);
}
Instance of Symbol 513 MovieClip "bg" in Frame 22
onClipEvent (load) {
this.gotoAndStop(1);
}
Instance of Symbol 714 MovieClip "all" in Frame 22
onClipEvent (enterFrame) {
if (_root.all.v1.hitTest(this.area)) {
this._visible = false;
} else if (_root.all.v2.hitTest(this.area)) {
this._visible = false;
} else if (_root.all.p2.hitTest(this.area)) {
this._visible = true;
} else if (_root.all.p1.hitTest(this.area)) {
this._visible = true;
}
}
onClipEvent (load) {
this.gotoAndStop(4);
}
Instance of Symbol 723 MovieClip "petrol" in Frame 22
onClipEvent (enterFrame) {
if (_root.all.hero.ready9 == true) {
this._visible = true;
} else if (_root.all.hero.ready10 == true) {
this._visible = true;
} else {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready9 == true) and Key.isDown(37)) {
this.gotoAndStop(this._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready9 == true) and Key.isDown(39)) {
this.gotoAndStop(this._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready10 == true) and Key.isDown(90)) {
this.gotoAndStop(this._currentframe + 3);
}
}
Instance of Symbol 726 MovieClip "timescore" in Frame 22
onClipEvent (enterFrame) {
if ((!_root.all.hero.dead) == true) {
this.time = Number(this.time) - 1;
} else {
this.time = Number(this.time) - 0;
}
}
onClipEvent (load) {
this.time = (this.time = 5000);
}
onClipEvent (enterFrame) {
if (_root.yay == true) {
_root.score = _root.score + this.time;
}
}
Instance of Symbol 769 MovieClip "bullets" in Frame 22
onClipEvent (enterFrame) {
if (_root.all.hero.ready7 == true) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 831 MovieClip "Game" in Frame 22
onClipEvent (enterFrame) {
if ((_root.die == 44) and _root.all.hero.hitTest(_root.all.end)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.die == 44) {
this.arrow.gotoAndStop(2);
}
}
onClipEvent (load) {
this.stage.stage.gotoAndStop(4);
}
onClipEvent (enterFrame) {
if (_root.all.hero.died == true) {
this.gotoAndStop(3);
}
}
Instance of Symbol 226 MovieClip in Frame 23
onClipEvent (load) {
_root.gotoAndStop(_root._currentframe + 1);
}
Frame 24
stop();
myMusic = new Sound(this);
myMusic.start(0, 99);
slider.control._y = -50;
slider.control.onEnterFrame = function () {
myMusic.setVolume(-this._y);
};
slider.control.onPress = function () {
startDrag (this, false, this._x, -100, this._x, 0);
};
slider.control.onReleaseOutside = function () {
stopDrag();
};
slider.control.onRelease = function () {
stopDrag();
};
_root.die = (_root.die = 44);
Instance of Symbol 496 MovieClip "bg2" in Frame 24
onClipEvent (load) {
this.gotoAndStop(6);
}
Instance of Symbol 513 MovieClip "bg" in Frame 24
onClipEvent (load) {
this.gotoAndStop(3);
}
Instance of Symbol 714 MovieClip "all" in Frame 24
onClipEvent (enterFrame) {
if (_root.all.v1.hitTest(this.area)) {
this._visible = false;
} else if (_root.all.v2.hitTest(this.area)) {
this._visible = false;
} else if (_root.all.p2.hitTest(this.area)) {
this._visible = true;
} else if (_root.all.p1.hitTest(this.area)) {
this._visible = true;
}
}
onClipEvent (load) {
this.gotoAndStop(5);
}
Instance of Symbol 723 MovieClip "petrol" in Frame 24
onClipEvent (enterFrame) {
if (_root.all.hero.ready9 == true) {
this._visible = true;
} else if (_root.all.hero.ready10 == true) {
this._visible = true;
} else {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready9 == true) and Key.isDown(37)) {
this.gotoAndStop(this._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready9 == true) and Key.isDown(39)) {
this.gotoAndStop(this._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready10 == true) and Key.isDown(90)) {
this.gotoAndStop(this._currentframe + 3);
}
}
Instance of Symbol 726 MovieClip "timescore" in Frame 24
onClipEvent (enterFrame) {
if ((!_root.all.hero.dead) == true) {
this.time = Number(this.time) - 1;
} else {
this.time = Number(this.time) - 0;
}
}
onClipEvent (load) {
this.time = (this.time = 5000);
}
onClipEvent (enterFrame) {
if (_root.yay == true) {
_root.score = _root.score + this.time;
}
}
Instance of Symbol 769 MovieClip "bullets" in Frame 24
onClipEvent (enterFrame) {
if (_root.all.hero.ready7 == true) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 831 MovieClip "Game" in Frame 24
onClipEvent (enterFrame) {
if ((_root.die == 53) and _root.all.hero.hitTest(_root.all.end)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.die == 53) {
this.arrow.gotoAndStop(2);
}
}
onClipEvent (load) {
this.stage.stage.gotoAndStop(5);
}
onClipEvent (enterFrame) {
if (_root.all.hero.died == true) {
this.gotoAndStop(3);
}
}
Instance of Symbol 226 MovieClip in Frame 25
onClipEvent (load) {
_root.gotoAndStop(_root._currentframe + 1);
}
Frame 26
stop();
myMusic = new Sound(this);
myMusic.start(0, 99);
slider.control._y = -50;
slider.control.onEnterFrame = function () {
myMusic.setVolume(-this._y);
};
slider.control.onPress = function () {
startDrag (this, false, this._x, -100, this._x, 0);
};
slider.control.onReleaseOutside = function () {
stopDrag();
};
slider.control.onRelease = function () {
stopDrag();
};
_root.die = (_root.die = 53);
Instance of Symbol 496 MovieClip "bg2" in Frame 26
onClipEvent (load) {
this.gotoAndStop(6);
}
Instance of Symbol 513 MovieClip "bg" in Frame 26
onClipEvent (load) {
this.gotoAndStop(4);
}
Instance of Symbol 714 MovieClip "all" in Frame 26
onClipEvent (enterFrame) {
if (_root.all.v1.hitTest(this.area)) {
this._visible = false;
} else if (_root.all.v2.hitTest(this.area)) {
this._visible = false;
} else if (_root.all.p2.hitTest(this.area)) {
this._visible = true;
} else if (_root.all.p1.hitTest(this.area)) {
this._visible = true;
}
}
onClipEvent (load) {
this.gotoAndStop(6);
}
Instance of Symbol 723 MovieClip "petrol" in Frame 26
onClipEvent (enterFrame) {
if (_root.all.hero.ready9 == true) {
this._visible = true;
} else if (_root.all.hero.ready10 == true) {
this._visible = true;
} else {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready9 == true) and Key.isDown(37)) {
this.gotoAndStop(this._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready9 == true) and Key.isDown(39)) {
this.gotoAndStop(this._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready10 == true) and Key.isDown(90)) {
this.gotoAndStop(this._currentframe + 3);
}
}
Instance of Symbol 726 MovieClip "timescore" in Frame 26
onClipEvent (enterFrame) {
if ((!_root.all.hero.dead) == true) {
this.time = Number(this.time) - 1;
} else {
this.time = Number(this.time) - 0;
}
}
onClipEvent (load) {
this.time = (this.time = 5000);
}
onClipEvent (enterFrame) {
if (_root.yay == true) {
_root.score = _root.score + this.time;
}
}
Instance of Symbol 769 MovieClip "bullets" in Frame 26
onClipEvent (enterFrame) {
if (_root.all.hero.ready7 == true) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 831 MovieClip "Game" in Frame 26
onClipEvent (enterFrame) {
if ((_root.die == 68) and _root.all.hero.hitTest(_root.all.end)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.die == 68) {
this.arrow.gotoAndStop(2);
}
}
onClipEvent (load) {
this.stage.stage.gotoAndStop(6);
}
onClipEvent (enterFrame) {
if (_root.all.hero.died == true) {
this.gotoAndStop(3);
}
}
Instance of Symbol 226 MovieClip in Frame 27
onClipEvent (load) {
_root.gotoAndStop(_root._currentframe + 1);
}
Frame 28
stop();
myMusic = new Sound(this);
myMusic.start(0, 99);
slider.control._y = -50;
slider.control.onEnterFrame = function () {
myMusic.setVolume(-this._y);
};
slider.control.onPress = function () {
startDrag (this, false, this._x, -100, this._x, 0);
};
slider.control.onReleaseOutside = function () {
stopDrag();
};
slider.control.onRelease = function () {
stopDrag();
};
_root.die = (_root.die = 68);
Instance of Symbol 496 MovieClip "bg2" in Frame 28
onClipEvent (load) {
this.gotoAndStop(6);
}
Instance of Symbol 513 MovieClip "bg" in Frame 28
onClipEvent (load) {
this.gotoAndStop(4);
}
Instance of Symbol 714 MovieClip "all" in Frame 28
onClipEvent (enterFrame) {
if (_root.all.v1.hitTest(this.area)) {
this._visible = false;
} else if (_root.all.v2.hitTest(this.area)) {
this._visible = false;
} else if (_root.all.p2.hitTest(this.area)) {
this._visible = true;
} else if (_root.all.p1.hitTest(this.area)) {
this._visible = true;
}
}
onClipEvent (load) {
this.gotoAndStop(7);
}
Instance of Symbol 723 MovieClip "petrol" in Frame 28
onClipEvent (enterFrame) {
if (_root.all.hero.ready9 == true) {
this._visible = true;
} else if (_root.all.hero.ready10 == true) {
this._visible = true;
} else {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready9 == true) and Key.isDown(37)) {
this.gotoAndStop(this._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready9 == true) and Key.isDown(39)) {
this.gotoAndStop(this._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready10 == true) and Key.isDown(90)) {
this.gotoAndStop(this._currentframe + 3);
}
}
Instance of Symbol 726 MovieClip "timescore" in Frame 28
onClipEvent (enterFrame) {
if ((!_root.all.hero.dead) == true) {
this.time = Number(this.time) - 1;
} else {
this.time = Number(this.time) - 0;
}
}
onClipEvent (load) {
this.time = (this.time = 5000);
}
onClipEvent (enterFrame) {
if (_root.yay == true) {
_root.score = _root.score + this.time;
}
}
Instance of Symbol 769 MovieClip "bullets" in Frame 28
onClipEvent (enterFrame) {
if (_root.all.hero.ready7 == true) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 831 MovieClip "Game" in Frame 28
onClipEvent (enterFrame) {
if ((_root.die == 82) and _root.all.hero.hitTest(_root.all.end)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.die == 82) {
this.arrow.gotoAndStop(2);
}
}
onClipEvent (load) {
this.stage.stage.gotoAndStop(7);
}
onClipEvent (enterFrame) {
if (_root.all.hero.died == true) {
this.gotoAndStop(3);
}
}
Instance of Symbol 226 MovieClip in Frame 29
onClipEvent (load) {
_root.gotoAndStop(_root._currentframe + 1);
}
Frame 30
stop();
myMusic = new Sound(this);
myMusic.start(0, 99);
slider.control._y = -50;
slider.control.onEnterFrame = function () {
myMusic.setVolume(-this._y);
};
slider.control.onPress = function () {
startDrag (this, false, this._x, -100, this._x, 0);
};
slider.control.onReleaseOutside = function () {
stopDrag();
};
slider.control.onRelease = function () {
stopDrag();
};
_root.die = (_root.die = 82);
Instance of Symbol 496 MovieClip "bg2" in Frame 30
onClipEvent (load) {
this.gotoAndStop(7);
}
Instance of Symbol 513 MovieClip "bg" in Frame 30
onClipEvent (load) {
this.gotoAndStop(5);
}
Instance of Symbol 714 MovieClip "all" in Frame 30
onClipEvent (enterFrame) {
if (_root.all.v1.hitTest(this.area)) {
this._visible = false;
} else if (_root.all.v2.hitTest(this.area)) {
this._visible = false;
} else if (_root.all.p2.hitTest(this.area)) {
this._visible = true;
} else if (_root.all.p1.hitTest(this.area)) {
this._visible = true;
}
}
onClipEvent (load) {
this.gotoAndStop(8);
}
Instance of Symbol 723 MovieClip "petrol" in Frame 30
onClipEvent (enterFrame) {
if (_root.all.hero.ready9 == true) {
this._visible = true;
} else if (_root.all.hero.ready10 == true) {
this._visible = true;
} else {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready9 == true) and Key.isDown(37)) {
this.gotoAndStop(this._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready9 == true) and Key.isDown(39)) {
this.gotoAndStop(this._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready10 == true) and Key.isDown(90)) {
this.gotoAndStop(this._currentframe + 3);
}
}
Instance of Symbol 726 MovieClip "timescore" in Frame 30
onClipEvent (enterFrame) {
if ((!_root.all.hero.dead) == true) {
this.time = Number(this.time) - 1;
} else {
this.time = Number(this.time) - 0;
}
}
onClipEvent (load) {
this.time = (this.time = 5000);
}
onClipEvent (enterFrame) {
if (_root.yay == true) {
_root.score = _root.score + this.time;
}
}
Instance of Symbol 769 MovieClip "bullets" in Frame 30
onClipEvent (enterFrame) {
if (_root.all.hero.ready7 == true) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 831 MovieClip "Game" in Frame 30
onClipEvent (enterFrame) {
if ((_root.die == 99) and _root.all.hero.hitTest(_root.all.end)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.die == 99) {
this.arrow.gotoAndStop(2);
}
}
onClipEvent (load) {
this.stage.stage.gotoAndStop(8);
}
onClipEvent (enterFrame) {
if (_root.all.hero.died == true) {
this.gotoAndStop(3);
}
}
Instance of Symbol 226 MovieClip in Frame 31
onClipEvent (load) {
_root.gotoAndStop(_root._currentframe + 1);
}
Frame 32
stop();
myMusic = new Sound(this);
myMusic.start(0, 99);
slider.control._y = -50;
slider.control.onEnterFrame = function () {
myMusic.setVolume(-this._y);
};
slider.control.onPress = function () {
startDrag (this, false, this._x, -100, this._x, 0);
};
slider.control.onReleaseOutside = function () {
stopDrag();
};
slider.control.onRelease = function () {
stopDrag();
};
_root.die = (_root.die = 99);
Instance of Symbol 496 MovieClip "bg2" in Frame 32
onClipEvent (load) {
this.gotoAndStop(7);
}
Instance of Symbol 513 MovieClip "bg" in Frame 32
onClipEvent (load) {
this.gotoAndStop(5);
}
Instance of Symbol 714 MovieClip "all" in Frame 32
onClipEvent (enterFrame) {
if (_root.all.v1.hitTest(this.area)) {
this._visible = false;
} else if (_root.all.v2.hitTest(this.area)) {
this._visible = false;
} else if (_root.all.p2.hitTest(this.area)) {
this._visible = true;
} else if (_root.all.p1.hitTest(this.area)) {
this._visible = true;
}
}
onClipEvent (load) {
this.gotoAndStop(9);
}
Instance of Symbol 723 MovieClip "petrol" in Frame 32
onClipEvent (enterFrame) {
if (_root.all.hero.ready9 == true) {
this._visible = true;
} else if (_root.all.hero.ready10 == true) {
this._visible = true;
} else {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready9 == true) and Key.isDown(37)) {
this.gotoAndStop(this._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready9 == true) and Key.isDown(39)) {
this.gotoAndStop(this._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready10 == true) and Key.isDown(90)) {
this.gotoAndStop(this._currentframe + 3);
}
}
Instance of Symbol 726 MovieClip "timescore" in Frame 32
onClipEvent (enterFrame) {
if ((!_root.all.hero.dead) == true) {
this.time = Number(this.time) - 1;
} else {
this.time = Number(this.time) - 0;
}
}
onClipEvent (load) {
this.time = (this.time = 5000);
}
onClipEvent (enterFrame) {
if (_root.yay == true) {
_root.score = _root.score + this.time;
}
}
Instance of Symbol 769 MovieClip "bullets" in Frame 32
onClipEvent (enterFrame) {
if (_root.all.hero.ready7 == true) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 831 MovieClip "Game" in Frame 32
onClipEvent (enterFrame) {
if ((_root.die == 109) and _root.all.hero.hitTest(_root.all.end)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.die == 109) {
this.arrow.gotoAndStop(2);
}
}
onClipEvent (load) {
this.stage.stage.gotoAndStop(9);
}
onClipEvent (enterFrame) {
if (_root.all.hero.died == true) {
this.gotoAndStop(3);
}
}
Instance of Symbol 226 MovieClip in Frame 33
onClipEvent (load) {
_root.gotoAndStop(_root._currentframe + 1);
}
Frame 34
stop();
myMusic = new Sound(this);
myMusic.start(0, 99);
slider.control._y = -50;
slider.control.onEnterFrame = function () {
myMusic.setVolume(-this._y);
};
slider.control.onPress = function () {
startDrag (this, false, this._x, -100, this._x, 0);
};
slider.control.onReleaseOutside = function () {
stopDrag();
};
slider.control.onRelease = function () {
stopDrag();
};
_root.die = (_root.die = 109);
Instance of Symbol 496 MovieClip "bg2" in Frame 34
onClipEvent (load) {
this.gotoAndStop(7);
}
Instance of Symbol 513 MovieClip "bg" in Frame 34
onClipEvent (load) {
this.gotoAndStop(6);
}
Instance of Symbol 714 MovieClip "all" in Frame 34
onClipEvent (enterFrame) {
if (_root.all.v1.hitTest(this.area)) {
this._visible = false;
} else if (_root.all.v2.hitTest(this.area)) {
this._visible = false;
} else if (_root.all.p2.hitTest(this.area)) {
this._visible = true;
} else if (_root.all.p1.hitTest(this.area)) {
this._visible = true;
}
}
onClipEvent (load) {
this.gotoAndStop(10);
}
Instance of Symbol 723 MovieClip "petrol" in Frame 34
onClipEvent (enterFrame) {
if (_root.all.hero.ready9 == true) {
this._visible = true;
} else if (_root.all.hero.ready10 == true) {
this._visible = true;
} else {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready9 == true) and Key.isDown(37)) {
this.gotoAndStop(this._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready9 == true) and Key.isDown(39)) {
this.gotoAndStop(this._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready10 == true) and Key.isDown(90)) {
this.gotoAndStop(this._currentframe + 3);
}
}
Instance of Symbol 726 MovieClip "timescore" in Frame 34
onClipEvent (enterFrame) {
if ((!_root.all.hero.dead) == true) {
this.time = Number(this.time) - 1;
} else {
this.time = Number(this.time) - 0;
}
}
onClipEvent (load) {
this.time = (this.time = 5000);
}
onClipEvent (enterFrame) {
if (_root.yay == true) {
_root.score = _root.score + this.time;
}
}
Instance of Symbol 769 MovieClip "bullets" in Frame 34
onClipEvent (enterFrame) {
if (_root.all.hero.ready7 == true) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 831 MovieClip "Game" in Frame 34
onClipEvent (load) {
this.stage.stage.gotoAndStop(10);
}
onClipEvent (enterFrame) {
if (_root.all.hero.died == true) {
this.gotoAndStop(3);
}
}
Instance of Symbol 855 MovieClip "sayit" in Frame 34
onClipEvent (enterFrame) {
if (_root.all.hero.hitTest(_root.all.talk)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 226 MovieClip in Frame 35
onClipEvent (load) {
_root.gotoAndStop(_root._currentframe + 2);
}
Instance of Symbol 226 MovieClip in Frame 36
onClipEvent (load) {
_root.gotoAndStop(_root._currentframe + 1);
}
Frame 37
_root.music = false;
Frame 38
_root.music = true;
Instance of Symbol 236 MovieClip in Frame 38
onClipEvent (enterFrame) {
this.onRelease = function () {
var _local4 = new LoadVars();
_local4.score = _root.score;
_local4.gamer = 54;
_local4.id = random(9999999);
_local4.toString();
_global.ipbSend();
this.submit.enabled = false;
this._alpha = 50;
};
}
Frame 40
_root.music = false;
function updateScoreboard(sNum) {
xmlPlayer = new XML();
xmlPlayer.ignoreWhite = true;
xmlPlayer.onLoad = function (success) {
if (success) {
_root["mcScoreboard" + sNum].mcLoading._visible = false;
myPlayer = xmlPlayer.firstChild.childNodes;
ctr2 = 0;
while (ctr2 < myPlayer.length) {
thisPlayer = _root["mcScoreboard" + sNum].sboard.mcScoreHolder.mcScore.duplicateMovieClip("mcScore" + ctr2, ctr2);
thisPlayer._y = ctr2 * thisPlayer._height;
thisPlayer._visible = true;
if ((ctr2 % 2) > 0) {
thisPlayer.gotoAndStop(2);
}
thisPlayer.txtNumber.text = (ctr2 + 1) + ")";
thisPlayer.txtNickname.text = myPlayer[ctr2].attributes.player;
thisPlayer.txtScore.text = myPlayer[ctr2].attributes.score;
ctr2++;
}
_root["mcScoreboard" + sNum].sboard.mcScoreHolder.item = myPlayer.length;
_root["mcScoreboard" + sNum].sboard.mcScoreHolder.speedy = 0;
_root["mcScoreboard" + sNum].sboard.mcScoreHolder.desty = 0;
_root["mcScoreboard" + sNum].sboard.mcScoreHolder.onEnterFrame = function () {
if ((this.desty < 0) && (this._parent.dir == "up")) {
trace("up");
this.desty = this.desty + 10;
if (this.desty > 0) {
this.desty = 0;
}
}
trace((this._parent.mcBlock._height + " - ") + (this.mcScore._height * this.item));
if ((this.desty > (this._parent.mcBlock._height - (this.mcScore._height * this.item))) && (this._parent.dir == "down")) {
trace("down");
this.desty = this.desty - 10;
if (this.desty < (this._parent.mcBlock._height - (this.mcScore._height * this.item))) {
this.desty = this._parent.mcBlock._height - (this.mcScore._height * this.item);
}
}
this.speedy = (this.desty - this._y) + (this.speedy * 0.4);
this._y = this._y + this.speedy;
};
}
if (sNum == 1) {
updateScoreboard(2);
}
};
if (sNum == 1) {
xmlPlayer.load((((("http://" + _root.Dsource) + ".freeonlinegames.com/scoreboard/getTopPlayer.php?id=") + _root.gameID) + "&rand=") + random(999999));
} else if (sNum == 2) {
xmlPlayer.load(((((("http://" + _root.Dsource) + ".freeonlinegames.com/scoreboard/getTopPlayer.php?id=") + _root.gameID) + "&rand=") + random(999999)) + "&filt=1");
}
}
stop();
var gameID = 54;
Dsource = "www";
mcScoreboard1.sboard.dir = "stop";
mcScoreboard2.sboard.dir = "stop";
mcScoreboard1.sboard.mcScoreHolder.mcScore._visible = false;
mcScoreboard2.sboard.mcScoreHolder.mcScore._visible = false;
updateScoreboard(1);
Instance of Symbol 225 MovieClip in Frame 40
onClipEvent (load) {
this.gotoAndStop(2);
}
Instance of Symbol 41 MovieClip in Frame 40
onClipEvent (load) {
music = new Sound(this);
music.attachSound("music");
bikesound = 0;
}
onClipEvent (enterFrame) {
if (_root.music == true) {
if (_root.all.hero.ready9 == true) {
if (bikesound == 0) {
bikesound = 1;
}
}
} else {
bikesound = 0;
music.stop();
}
if (bikesound == 1) {
bikesound = 2;
music.start(0, 1);
}
music.onSoundComplete = function () {
bikesound = 0;
};
}
onClipEvent (enterFrame) {
if (_root.music == false) {
bikesound = 0;
music.stop();
}
}
Symbol 36 MovieClip Frame 1
stop();
Symbol 892 MovieClip Frame 1
if (yy.savescore == 1) {
if (ipb_score == undefined) {
ipb_score = eval (_global.ipb_scoreVar);
}
xx = new LoadVars();
xx.arcadegid = _root.ibpro_gameid;
xx.gscore = ipb_score;
xx.gname = _global.ipb_get_gname();
xx.enscore = (ipb_score * yy.randchar) ^ yy.randchar2;
xx.send("index.php?autocom=arcade&do=savescore", "_self", "POST");
stop();
}
_global.ipbSend = function (ipb_score) {
_root._visible = false;
_root.enabled = false;
xx = new LoadVars();
yy = new LoadVars();
xx.sendAndLoad("index.php?autocom=arcade&do=verifyscore", yy, "POST");
};
Symbol 61 MovieClip Frame 42
Symbol 61 MovieClip Frame 55
stop();
_parent.play();
Symbol 102 MovieClip Frame 1
stop();
l = 0;
Instance of Symbol 45 MovieClip "mcNotice" in Symbol 102 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 102 MovieClip Frame 28
l++;
if (l < 3) {
gotoAndPlay ("loop");
} else if (_url.indexOf("") >= 0) {
_root.play();
stop();
} else if (_root.debug) {
_root.play();
stop();
} else {
mcNotice._visible = true;
l = 3;
gotoAndPlay ("loop");
}
Symbol 104 Button
on (release) {
}
Instance of Symbol 102 MovieClip "logo" in Symbol 105 MovieClip Frame 1
on (release) {
getURL ("");
}
Symbol 111 Button
on (release) {
_root.gotoAndStop(12);
}
Symbol 122 MovieClip Frame 1
_root.music = false;
Symbol 122 MovieClip Frame 859
_root.music = true;
Symbol 122 MovieClip Frame 860
_root.gotoAndStop(12);
Symbol 129 Button
on (release) {
_root.menu.gotoAndStop(2);
}
Symbol 133 Button
on (release) {
_root.gotoAndStop(14);
}
Symbol 136 Button
on (release) {
_root.gotoAndStop(40);
}
Symbol 152 Button
on (release) {
}
Symbol 155 Button
on (release) {
}
Symbol 178 MovieClip Frame 1
stop();
Symbol 182 MovieClip Frame 1
stop();
Symbol 184 MovieClip Frame 1
stop();
Instance of Symbol 182 MovieClip "HIT" in Symbol 184 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 183 MovieClip in Symbol 184 MovieClip Frame 2
onClipEvent (load) {
if (_root.all.hero._xscale < 100) {
goLeft = true;
} else if (_root.all.hero._xscale > -100) {
goLeft = false;
}
}
onClipEvent (enterFrame) {
_parent._visible = true;
}
onClipEvent (enterFrame) {
if (goLeft == true) {
_parent._x = _parent._x - 10;
_parent._xscale = -100;
} else if (goLeft == false) {
_parent._x = _parent._x + 10;
_parent._xscale = 100;
}
}
onClipEvent (load) {
_parent._visible = true;
}
onClipEvent (enterFrame) {
_root.speed10 = false;
_root.speed20 = false;
}
Symbol 184 MovieClip Frame 34
gotoAndStop (1);
Symbol 184 MovieClip Frame 35
gotoAndStop (1);
Instance of Symbol 184 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (enterFrame) {
_root.speed10 = false;
}
onClipEvent (enterFrame) {
_root.speed20 = false;
}
Instance of Symbol 184 MovieClip in Symbol 192 MovieClip Frame 5
onClipEvent (enterFrame) {
_root.speed10 = true;
}
Symbol 192 MovieClip Frame 7
stop();
Instance of Symbol 184 MovieClip in Symbol 192 MovieClip Frame 7
onClipEvent (enterFrame) {
_root.speed20 = true;
}
Symbol 218 MovieClip Frame 1
ready = true;
dead = false;
fell = false;
stop();
fell = false;
Symbol 218 MovieClip Frame 2
fell = true;
Instance of Symbol 166 MovieClip in Symbol 218 MovieClip Frame 2
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
Instance of Symbol 201 MovieClip in Symbol 218 MovieClip Frame 2
onClipEvent (enterFrame) {
this._x = this._x + 10;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (load) {
_root.die = Number(_root.die) + 1;
}
Symbol 218 MovieClip Frame 10
stop();
dead = true;
Symbol 219 MovieClip Frame 1
stop();
Instance of Symbol 197 MovieClip "area" in Symbol 219 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 218 MovieClip "bike" in Symbol 219 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this.fell == false) and (_root.all.hero.dead == false)) {
_parent._x = _parent._x + 10;
}
}
Instance of Symbol 182 MovieClip "enemyHIT" in Symbol 219 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 218 MovieClip "bike" in Symbol 219 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((this.fell == false) and (_root.all.hero.dead == false)) {
_parent._x = _parent._x - 10;
}
}
Symbol 220 MovieClip Frame 155
stop();
Symbol 223 MovieClip Frame 75
_root.gotoAndStop(15);
Symbol 225 MovieClip Frame 1
stop();
Instance of Symbol 193 MovieClip "bike" in Symbol 225 MovieClip Frame 1
onClipEvent (load) {
fartsound2 = new Sound(this);
fartsound2.attachSound("idlebike");
bikesound = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(37) or Key.isDown(39)) {
if (_root.all.hero.ready9 == true) {
if (bikesound == 0) {
bikesound = 1;
}
}
} else {
bikesound = 0;
fartsound2.stop();
}
if (bikesound == 1) {
bikesound = 2;
fartsound2.start(0, 1);
}
fartsound2.onSoundComplete = function () {
bikesound = 0;
};
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready9 == false) {
bikesound = 0;
fartsound2.stop();
}
}
Symbol 228 MovieClip Frame 61
stop();
Symbol 229 MovieClip Frame 31
stop();
Symbol 230 MovieClip Frame 1
stop();
Instance of Symbol 225 MovieClip in Symbol 230 MovieClip Frame 2
onClipEvent (load) {
this.gotoAndStop(3);
}
Symbol 233 MovieClip Frame 1
stop();
Symbol 242 Button
on (press) {
}
Symbol 247 Button
on (release) {
_root.gotoAndStop(12);
}
Symbol 251 MovieClip Frame 1
stop();
Symbol 252 MovieClip Frame 1
stop();
Instance of Symbol 251 MovieClip "aaa" in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.menuopen == true) {
this.gotoAndStop(2);
_parent._parent.gotoAndStop(1);
}
if (_root.menuopen == false) {
this.gotoAndStop(1);
}
}
Symbol 253 MovieClip Frame 1
stop();
Symbol 253 MovieClip Frame 2
stop();
Symbol 265 MovieClip Frame 1
stop();
Symbol 274 MovieClip Frame 1
_root.petrol.gotoAndStop(1);
_root.bullets.gotoAndStop(1);
_root.refill = true;
Instance of Symbol 273 MovieClip in Symbol 274 MovieClip Frame 1
onClipEvent (enterFrame) {
_root.refill = true;
}
Symbol 274 MovieClip Frame 2
_root.petrol.gotoAndStop(1);
_root.bullets.gotoAndStop(1);
Symbol 274 MovieClip Frame 4
_root.refill = false;
Symbol 274 MovieClip Frame 31
_parent.gotoAndStop(1);
Symbol 277 MovieClip Frame 1
_root.HP.gotoAndStop(1);
Symbol 277 MovieClip Frame 2
_root.HP.gotoAndStop(1);
Symbol 277 MovieClip Frame 34
_parent.gotoAndStop(1);
Symbol 278 MovieClip Frame 1
stop();
Instance of Symbol 270 MovieClip in Symbol 278 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 278 MovieClip Frame 2
refill = true;
Instance of Symbol 274 MovieClip "petrol" in Symbol 278 MovieClip Frame 2
onClipEvent (load) {
_root.special.gotoAndStop(_root.special._currentframe - 81);
}
Instance of Symbol 277 MovieClip in Symbol 278 MovieClip Frame 3
onClipEvent (load) {
_root.special.gotoAndStop(_root.special._currentframe - 55);
}
Instance of Symbol 252 MovieClip "H4" in Symbol 300 MovieClip Frame 2
onClipEvent (load) {
this._visible = false;
}
Symbol 300 MovieClip Frame 10
stop();
Symbol 303 MovieClip Frame 1
stop();
Symbol 306 MovieClip Frame 1
stop();
Instance of Symbol 305 MovieClip in Symbol 306 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.stick == true) {
this._visible = false;
} else {
this._visible = true;
}
}
Symbol 308 MovieClip Frame 1
fly = false;
stop();
Instance of Symbol 182 MovieClip in Symbol 308 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ooo == false) and (_root.all.hero.ready2 == true)) {
_root.all.stick._visible = false;
} else {
_root.all.stick._visible = true;
}
}
Symbol 308 MovieClip Frame 2
fly = true;
Instance of Symbol 182 MovieClip "HITstickk" in Symbol 308 MovieClip Frame 2
onClipEvent (load) {
this._visible = false;
}
onClipEvent (load) {
if (_root.all.hero._xscale < 100) {
goLeft = true;
} else if (_root.all.hero._xscale > -100) {
goLeft = false;
}
}
onClipEvent (enterFrame) {
_parent._visible = true;
}
onClipEvent (enterFrame) {
if (goLeft == true) {
_parent._x = _parent._x - 7;
} else if (goLeft == false) {
_parent._x = _parent._x + 7;
}
}
Symbol 308 MovieClip Frame 44
gotoAndStop (1);
Symbol 308 MovieClip Frame 45
fly = false;
_parent._visible = true;
Symbol 308 MovieClip Frame 46
fly = false;
_parent._visible = true;
Symbol 308 MovieClip Frame 55
gotoAndStop (1);
Symbol 313 MovieClip Frame 1
stop();
Symbol 313 MovieClip Frame 10
stop();
Symbol 314 MovieClip Frame 1
stop();
readyOnAir = true;
Symbol 314 MovieClip Frame 2
readyOnAir = false;
Symbol 314 MovieClip Frame 3
readyOnAir = false;
Symbol 314 MovieClip Frame 4
readyOnAir = false;
Symbol 330 MovieClip Frame 1
stop();
Symbol 330 MovieClip Frame 2
stop();
Symbol 352 MovieClip Frame 1
stop();
Symbol 356 MovieClip Frame 1
stop();
Instance of Symbol 178 MovieClip in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) {
legsbusy = false;
}
Symbol 387 MovieClip Frame 4
gotoAndPlay (2);
Symbol 388 MovieClip Frame 1
stop();
Instance of Symbol 178 MovieClip in Symbol 388 MovieClip Frame 1
onClipEvent (enterFrame) {
legsbusy = false;
}
Instance of Symbol 182 MovieClip "HIT" in Symbol 388 MovieClip Frame 2
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.nogas2 == true) {
this.gotoAndStop(2);
} else if (_root.nogas2 == false) {
this.gotoAndStop(1);
}
}
Symbol 389 MovieClip Frame 1
stop();
Symbol 393 MovieClip Frame 1
dead = false;
ready4 = false;
ready5 = false;
ready2 = false;
ready6 = false;
ready = true;
more = true;
legsbusy = false;
ready2 = false;
ready4 = false;
legsbusy2 = false;
ready7 = false;
shoot = false;
ooo = false;
throwHell = false;
ready9 = false;
ready10 = false;
_root.sayit = false;
ooo2 = true;
stop();
Instance of Symbol 252 MovieClip "HITww" in Symbol 393 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 252 MovieClip "HITwalls" in Symbol 393 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 252 MovieClip "HIT" in Symbol 393 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 253 MovieClip "THING" in Symbol 393 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 178 MovieClip in Symbol 393 MovieClip Frame 1
onClipEvent (enterFrame) {
legsbusy = false;
}
onClipEvent (enterFrame) {
_root.speed10 = false;
}
onClipEvent (enterFrame) {
_root.speed20 = false;
}
Instance of Symbol 278 MovieClip "show" in Symbol 393 MovieClip Frame 1
onClipEvent (load) {
ooo2 = true;
}
Instance of Symbol 279 MovieClip in Symbol 393 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.menuopen == true) {
_parent.dead = true;
} else {
_parent.dead = false;
}
}
Symbol 393 MovieClip Frame 2
ready = false;
more = true;
legsbusy = false;
drop = true;
Instance of Symbol 252 MovieClip "H1" in Symbol 393 MovieClip Frame 2
onClipEvent (load) {
this._visible = false;
}
Symbol 393 MovieClip Frame 3
ready = false;
more = true;
legsbusy = false;
drop = false;
Symbol 393 MovieClip Frame 4
ready = false;
more = true;
legsbusy = false;
Symbol 393 MovieClip Frame 5
ready = false;
more = true;
legsbusy = false;
Symbol 393 MovieClip Frame 6
ready = false;
more = true;
legsbusy = false;
Symbol 393 MovieClip Frame 7
ready = false;
more = true;
legsbusy = false;
Symbol 393 MovieClip Frame 8
ready = false;
more = false;
legsbusy = false;
ready4 = false;
if (Key.isDown(90)) {
gotoAndPlay (85);
} else {
gotoAndStop (1);
}
Symbol 393 MovieClip Frame 9
ready = false;
more = true;
legsbusy = false;
legsbusy2 = false;
ooo = false;
ooo2 = true;
Instance of Symbol 252 MovieClip "H1" in Symbol 393 MovieClip Frame 9
onClipEvent (load) {
this._visible = false;
}
Symbol 393 MovieClip Frame 10
ready = false;
more = true;
legsbusy = false;
Symbol 393 MovieClip Frame 11
ready = false;
more = true;
legsbusy = false;
Symbol 393 MovieClip Frame 12
ready = false;
more = true;
legsbusy = false;
Symbol 393 MovieClip Frame 13
ready = false;
more = true;
legsbusy = false;
Symbol 393 MovieClip Frame 14
ready = false;
moremore = false;
legsbusy = false;
Symbol 393 MovieClip Frame 15
ready = false;
more = false;
legsbusy = false;
gotoAndStop (1);
Symbol 393 MovieClip Frame 16
ready = false;
more = true;
legsbusy = false;
ready4 = false;
ready6 = false;
legsbusy2 = false;
ready7 = false;
ooo = false;
ready2 = false;
ready9 = false;
ready10 = false;
ooo2 = true;
Symbol 393 MovieClip Frame 17
ready = false;
more = true;
legsbusy = false;
Symbol 393 MovieClip Frame 18
ready = false;
more = true;
legsbusy = false;
Symbol 393 MovieClip Frame 19
ready = false;
more = true;
legsbusy = false;
Symbol 393 MovieClip Frame 20
ready = false;
more = true;
legsbusy = false;
Symbol 393 MovieClip Frame 21
ready = false;
more = true;
legsbusy = false;
Symbol 393 MovieClip Frame 22
ready = false;
more = true;
legsbusy = false;
Symbol 393 MovieClip Frame 23
ready = false;
more = true;
legsbusy = false;
Symbol 393 MovieClip Frame 24
ready = false;
more = true;
legsbusy = false;
Symbol 393 MovieClip Frame 25
ready = false;
more = true;
legsbusy = false;
Symbol 393 MovieClip Frame 26
ready = false;
more = true;
legsbusy = false;
Symbol 393 MovieClip Frame 27
ready = false;
more = true;
legsbusy = false;
Symbol 393 MovieClip Frame 28
ready = false;
more = true;
legsbusy = false;
Symbol 393 MovieClip Frame 29
ready = false;
more = true;
legsbusy = false;
Symbol 393 MovieClip Frame 30
ready = false;
more = true;
legsbusy = false;
gotoAndStop (1);
Symbol 393 MovieClip Frame 31
ready = false;
more = true;
legsbusy = true;
ready4 = false;
ready4 = false;
ready6 = false;
legsbusy2 = false;
ready7 = false;
ooo = false;
Instance of Symbol 252 MovieClip "HIT" in Symbol 393 MovieClip Frame 31
onClipEvent (load) {
this._visible = false;
}
Symbol 393 MovieClip Frame 32
ready = false;
more = true;
legsbusy = true;
Instance of Symbol 252 MovieClip "H3" in Symbol 393 MovieClip Frame 32
onClipEvent (load) {
this._visible = false;
}
Symbol 393 MovieClip Frame 33
ready = false;
more = true;
legsbusy = true;
Symbol 393 MovieClip Frame 34
ready = false;
more = true;
legsbusy = true;
Symbol 393 MovieClip Frame 35
ready = false;
more = true;
legsbusy = true;
Symbol 393 MovieClip Frame 36
ready = false;
more = true;
legsbusy = true;
Symbol 393 MovieClip Frame 37
ready = false;
more = true;
legsbusy = true;
Symbol 393 MovieClip Frame 38
ready = false;
more = true;
legsbusy = true;
Symbol 393 MovieClip Frame 39
ready = false;
more = true;
legsbusy = true;
Symbol 393 MovieClip Frame 40
ready = false;
more = true;
legsbusy = true;
Symbol 393 MovieClip Frame 41
ready = false;
more = true;
legsbusy = true;
Symbol 393 MovieClip Frame 42
ready = false;
more = true;
legsbusy = true;
if (Key.isDown(88)) {
gotoAndPlay (57);
} else {
gotoAndStop (1);
}
Symbol 393 MovieClip Frame 43
ready = false;
more = true;
ready4 = false;
drop = true;
ready6 = false;
legsbusy2 = true;
ready7 = false;
ooo = true;
ready2 = false;
throwHell = false;
ready9 = false;
ready10 = false;
ooo2 = true;
Instance of Symbol 252 MovieClip "HIT" in Symbol 393 MovieClip Frame 43
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 265 MovieClip "legs" in Symbol 393 MovieClip Frame 43
onClipEvent (enterFrame) {
play();
}
Instance of Symbol 317 MovieClip in Symbol 393 MovieClip Frame 43
onClipEvent (enterFrame) {
_root.speed10 = false;
_root.speed20 = false;
}
Symbol 393 MovieClip Frame 44
ready = false;
more = true;
drop = false;
ooo = true;
ready9 = false;
Symbol 393 MovieClip Frame 45
ready = false;
more = true;
ooo = true;
Symbol 393 MovieClip Frame 46
ready = false;
more = true;
Symbol 393 MovieClip Frame 47
ready = false;
more = true;
Symbol 393 MovieClip Frame 48
ready = false;
more = true;
Symbol 393 MovieClip Frame 49
ready = false;
more = true;
Symbol 393 MovieClip Frame 50
ready = false;
more = true;
Symbol 393 MovieClip Frame 51
ready = false;
more = true;
Symbol 393 MovieClip Frame 52
ready = false;
more = true;
Symbol 393 MovieClip Frame 53
ready = false;
more = true;
Symbol 393 MovieClip Frame 54
ready = false;
more = true;
Symbol 393 MovieClip Frame 55
ready = false;
more = true;
Symbol 393 MovieClip Frame 56
gotoAndStop (1);
Symbol 393 MovieClip Frame 57
ready = false;
more = true;
legsbusy = true;
ready4 = false;
ready6 = false;
legsbusy2 = false;
ready7 = false;
ooo = false;
ready2 = false;
ooo2 = true;
Symbol 393 MovieClip Frame 58
ready = false;
more = true;
legsbusy = true;
Instance of Symbol 252 MovieClip "H3" in Symbol 393 MovieClip Frame 58
onClipEvent (load) {
this._visible = false;
}
Symbol 393 MovieClip Frame 59
ready = false;
more = true;
legsbusy = true;
Symbol 393 MovieClip Frame 60
ready = false;
more = true;
legsbusy = true;
Symbol 393 MovieClip Frame 61
ready = false;
more = true;
legsbusy = true;
Symbol 393 MovieClip Frame 62
ready = false;
more = true;
legsbusy = true;
Symbol 393 MovieClip Frame 63
ready = false;
more = true;
legsbusy = true;
Symbol 393 MovieClip Frame 64
ready = false;
more = true;
legsbusy = true;
Symbol 393 MovieClip Frame 65
ready = false;
more = true;
legsbusy = true;
Symbol 393 MovieClip Frame 66
ready = false;
more = true;
legsbusy = true;
Symbol 393 MovieClip Frame 67
ready = false;
more = true;
legsbusy = true;
Symbol 393 MovieClip Frame 68
if (Key.isDown(88)) {
gotoAndPlay (69);
} else {
gotoAndStop (1);
}
Symbol 393 MovieClip Frame 69
ready = false;
more = true;
legsbusy = true;
ready4 = false;
ooo = false;
Instance of Symbol 252 MovieClip "H4" in Symbol 393 MovieClip Frame 70
onClipEvent (load) {
this._visible = false;
}
Symbol 393 MovieClip Frame 84
gotoAndStop (1);
Symbol 393 MovieClip Frame 85
ready = false;
more = true;
legsbusy = false;
ready4 = false;
ooo = false;
Instance of Symbol 252 MovieClip "H1" in Symbol 393 MovieClip Frame 86
onClipEvent (load) {
this._visible = false;
}
Symbol 393 MovieClip Frame 92
if (Key.isDown(90)) {
gotoAndPlay (9);
} else {
gotoAndStop (1);
}
Symbol 393 MovieClip Frame 99
ready3 = false;
gotoAndStop (94);
Symbol 393 MovieClip Frame 100
legsbusy = false;
ready2 = true;
ready = false;
more = true;
canthrow = false;
ready3 = true;
ready4 = false;
Instance of Symbol 252 MovieClip "HIT" in Symbol 393 MovieClip Frame 100
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 305 MovieClip in Symbol 393 MovieClip Frame 100
onClipEvent (enterFrame) {
if (_root.stick == true) {
this._visible = false;
} else {
this._visible = true;
}
}
Symbol 393 MovieClip Frame 101
canthrow = false;
ready3 = false;
legsbusy = false;
ready2 = false;
ready = false;
more = true;
canthrow = false;
ready3 = true;
ready4 = false;
Symbol 393 MovieClip Frame 103
gotoAndStop (1);
Symbol 393 MovieClip Frame 104
legsbusy = true;
ready2 = true;
ready4 = false;
ready5 = false;
ready = true;
Symbol 393 MovieClip Frame 108
gotoAndStop (113);
Symbol 393 MovieClip Frame 109
dead = true;
died = true;
ooo2 = true;
stop();
Symbol 393 MovieClip Frame 110
gotoAndStop (1);
Instance of Symbol 252 MovieClip "HIT" in Symbol 393 MovieClip Frame 110
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 279 MovieClip in Symbol 393 MovieClip Frame 110
onClipEvent (enterFrame) {
if (_root.menuopen == true) {
_parent.dead = true;
} else {
_parent.dead = false;
}
}
Symbol 393 MovieClip Frame 111
dead = false;
legsbusy = true;
ready = false;
ready2 = false;
Symbol 393 MovieClip Frame 113
ready = false;
more = true;
legsbusy = false;
ready2 = true;
canthrow = true;
ready3 = false;
ready5 = false;
Stickjump = true;
ready7 = false;
throwHell = true;
stop();
Instance of Symbol 305 MovieClip in Symbol 393 MovieClip Frame 113
onClipEvent (enterFrame) {
if (_root.stick == true) {
this._visible = false;
} else {
this._visible = true;
}
}
Symbol 393 MovieClip Frame 114
ready3 = false;
ready2 = true;
readyy = false;
throwHell = false;
Instance of Symbol 252 MovieClip "H5" in Symbol 393 MovieClip Frame 114
onClipEvent (load) {
this._visible = false;
}
Symbol 393 MovieClip Frame 125
ready3 = false;
gotoAndStop (113);
throwHell = false;
Symbol 393 MovieClip Frame 126
gotoAndStop (1);
Symbol 393 MovieClip Frame 128
ready7 = true;
legsbusy = false;
shoot = true;
ready2 = false;
ready = false;
stop();
Symbol 393 MovieClip Frame 129
ready7 = true;
legsbusy = false;
shoot = false;
ready2 = false;
Instance of Symbol 330 MovieClip "bullet" in Symbol 393 MovieClip Frame 129
onClipEvent (load) {
this._visible = false;
}
onClipEvent (load) {
_root.bullets.gotoAndStop(_root.bullets._currentframe + 1);
}
Symbol 393 MovieClip Frame 135
gotoAndStop (128);
Symbol 393 MovieClip Frame 136
ready4 = true;
ready5 = false;
ready = true;
ready = false;
throwHell = false;
Symbol 393 MovieClip Frame 140
gotoAndStop (141);
Symbol 393 MovieClip Frame 141
ready4 = true;
ready5 = false;
ooo = false;
ready2 = false;
ready = false;
throwHell = false;
stop();
Symbol 393 MovieClip Frame 142
gotoAndStop (1);
Symbol 393 MovieClip Frame 143
ready4 = false;
legsbusy = true;
ready = false;
ready2 = false;
ooo = false;
Symbol 393 MovieClip Frame 151
gotoAndStop (1);
Symbol 393 MovieClip Frame 152
ready5 = true;
ready4 = false;
ready2 = false;
ready6 = false;
ooo = false;
ready = false;
stop();
Instance of Symbol 345 MovieClip "THING2" in Symbol 393 MovieClip Frame 152
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 352 MovieClip in Symbol 393 MovieClip Frame 152
onClipEvent (enterFrame) {
if (_root.chinesedead == true) {
this.gotoAndStop(3);
} else if (_root.normaldead == true) {
this.gotoAndStop(1);
} else if (_root.bolddead == true) {
this.gotoAndStop(2);
}
}
Symbol 393 MovieClip Frame 154
ready5 = true;
ready4 = false;
ready2 = false;
ready = false;
ready6 = false;
ooo = false;
Instance of Symbol 352 MovieClip in Symbol 393 MovieClip Frame 154
onClipEvent (load) {
if (_root.chinesedead == true) {
this.gotoAndStop(3);
} else if (_root.normaldead == true) {
this.gotoAndStop(1);
} else if (_root.bolddead == true) {
this.gotoAndStop(2);
}
}
Symbol 393 MovieClip Frame 159
gotoAndStop (152);
Symbol 393 MovieClip Frame 160
ready4 = false;
legsbusy = true;
ready = false;
ready2 = false;
ready5 = false;
ready6 = true;
Symbol 393 MovieClip Frame 168
gotoAndStop (1);
Symbol 393 MovieClip Frame 169
ready4 = false;
legsbusy = true;
ready = false;
ready2 = false;
ready5 = false;
ready6 = false;
ready7 = true;
ooo = false;
Symbol 393 MovieClip Frame 173
gotoAndStop (128);
Symbol 393 MovieClip Frame 181
gotoAndStop (1);
Symbol 393 MovieClip Frame 188
ooo2 = true;
stop();
ready9 = true;
ready = false;
ready2 = false;
ready3 = false;
ready4 = false;
ready5 = false;
ready6 = false;
ready7 = false;
Instance of Symbol 193 MovieClip "bike" in Symbol 393 MovieClip Frame 188
onClipEvent (load) {
fartsound2 = new Sound(this);
fartsound2.attachSound("idlebike");
bikesound = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(37) or Key.isDown(39)) {
if (_root.all.hero.ready9 == true) {
if (bikesound == 0) {
bikesound = 1;
}
}
} else {
bikesound = 0;
fartsound2.stop();
}
if (bikesound == 1) {
bikesound = 2;
fartsound2.start(0, 1);
}
fartsound2.onSoundComplete = function () {
bikesound = 0;
};
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready9 == false) {
bikesound = 0;
fartsound2.stop();
}
}
Instance of Symbol 356 MovieClip "bikeHIT" in Symbol 393 MovieClip Frame 188
onClipEvent (enterFrame) {
if (Key.isDown(37) and (_root.nogas == false)) {
this.gotoAndStop(1);
} else if (Key.isDown(39) and (_root.nogas == false)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (load) {
this._visible = false;
}
Symbol 393 MovieClip Frame 195
gotoAndStop (1);
Symbol 393 MovieClip Frame 196
ready = false;
Instance of Symbol 252 MovieClip "H1" in Symbol 393 MovieClip Frame 196
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 265 MovieClip "legs" in Symbol 393 MovieClip Frame 196
onClipEvent (load) {
_root.special.gotoAndStop(_root.special._currentframe - 24);
}
Symbol 393 MovieClip Frame 206
ready = false;
Instance of Symbol 252 MovieClip "H4" in Symbol 393 MovieClip Frame 210
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 252 MovieClip "H1" in Symbol 393 MovieClip Frame 212
onClipEvent (load) {
this._visible = false;
}
Symbol 393 MovieClip Frame 216
ready = false;
Symbol 393 MovieClip Frame 226
ready = false;
Instance of Symbol 252 MovieClip "H4" in Symbol 393 MovieClip Frame 230
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 252 MovieClip "H1" in Symbol 393 MovieClip Frame 232
onClipEvent (load) {
this._visible = false;
}
Symbol 393 MovieClip Frame 236
ready = false;
Symbol 393 MovieClip Frame 246
ready = false;
Instance of Symbol 252 MovieClip "H4" in Symbol 393 MovieClip Frame 254
onClipEvent (load) {
this._visible = false;
}
Symbol 393 MovieClip Frame 256
ready = false;
Instance of Symbol 252 MovieClip "H1" in Symbol 393 MovieClip Frame 256
onClipEvent (load) {
this._visible = false;
}
Symbol 393 MovieClip Frame 266
ready = false;
gotoAndStop (1);
Instance of Symbol 252 MovieClip "H4" in Symbol 393 MovieClip Frame 278
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 252 MovieClip "H1" in Symbol 393 MovieClip Frame 280
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 252 MovieClip "H4" in Symbol 393 MovieClip Frame 312
onClipEvent (load) {
this._visible = false;
}
Symbol 393 MovieClip Frame 316
gotoAndStop (1);
Symbol 393 MovieClip Frame 317
stop();
ready9 = false;
ready10 = false;
ooo2 = true;
paused = true;
ready = false;
ready2 = false;
dead = true;
Symbol 393 MovieClip Frame 318
gotoAndStop (1);
Instance of Symbol 279 MovieClip in Symbol 393 MovieClip Frame 318
onClipEvent (enterFrame) {
if (_root.menuopen == true) {
_parent.dead = true;
} else {
_parent.dead = false;
}
}
Symbol 393 MovieClip Frame 319
ooo2 = true;
ready = false;
ready2 = false;
ready3 = false;
ready4 = false;
ready5 = false;
ready6 = false;
ready7 = false;
ooo = true;
legsbusy = true;
_root.HP.gotoAndStop(_root.HP.gotoAndStop._currentframe + 20);
ready10 = false;
ready9 = false;
ready10 = false;
Instance of Symbol 252 MovieClip "HIT" in Symbol 393 MovieClip Frame 319
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 378 MovieClip in Symbol 393 MovieClip Frame 319
onClipEvent (enterFrame) {
play();
}
onClipEvent (load) {
_root.HP.gotoAndStop(_root.HP._currentframe + 20);
}
Symbol 393 MovieClip Frame 320
ready9 = false;
Symbol 393 MovieClip Frame 321
ready9 = false;
Symbol 393 MovieClip Frame 336
gotoAndStop (1);
Symbol 393 MovieClip Frame 337
ready5 = false;
ready4 = false;
ready2 = false;
ready = false;
ready6 = false;
ooo = false;
ooo2 = false;
stop();
ready4 = false;
ready5 = false;
ooo = false;
ready2 = false;
ready = false;
throwHell = false;
ready10 = true;
Instance of Symbol 252 MovieClip "HITww" in Symbol 393 MovieClip Frame 337
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 252 MovieClip "HIT" in Symbol 393 MovieClip Frame 337
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 388 MovieClip "saw" in Symbol 393 MovieClip Frame 337
onClipEvent (load) {
fartsound3 = new Sound(this);
fartsound3.attachSound("idle");
bikesound2 = 0;
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready10 == true) {
if (bikesound2 == 0) {
bikesound2 = 1;
}
} else {
bikesound2 = 0;
fartsound3.stop();
}
if (bikesound2 == 1) {
bikesound2 = 2;
fartsound3.start(0, 1);
}
fartsound3.onSoundComplete = function () {
bikesound2 = 0;
};
}
onClipEvent (enterFrame) {
if (((_root.all.hero.ready10 == false) or (_root.all.hero.ooo2 == true)) or Key.isDown(88)) {
bikesound2 = 0;
fartsound3.stop();
}
}
Instance of Symbol 389 MovieClip "HH" in Symbol 393 MovieClip Frame 337
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (!Key.isDown(90)) {
this.gotoAndStop(2);
} else if (_root.nogas2 == true) {
this.gotoAndStop(2);
} else if (_root.nogas2 == false) {
this.gotoAndStop(1);
}
}
Symbol 393 MovieClip Frame 339
ready5 = false;
ready4 = false;
ready2 = false;
ready = false;
ready6 = false;
ooo = false;
Symbol 393 MovieClip Frame 340
ready5 = false;
ready4 = false;
ready2 = false;
ready = false;
ready6 = false;
ooo = false;
Symbol 393 MovieClip Frame 341
ready5 = false;
ready4 = false;
ready2 = false;
ready = false;
ready6 = false;
ooo = false;
Symbol 393 MovieClip Frame 342
ready5 = false;
ready4 = false;
ready2 = false;
ready = false;
ready6 = false;
ooo = false;
Symbol 393 MovieClip Frame 343
gotoAndStop (337);
Instance of Symbol 178 MovieClip in Symbol 393 MovieClip Frame 344
onClipEvent (enterFrame) {
legsbusy = false;
}
Symbol 393 MovieClip Frame 345
gotoAndStop (1);
Symbol 393 MovieClip Frame 346
legsbusy = true;
Symbol 393 MovieClip Frame 347
legsbusy = true;
Symbol 393 MovieClip Frame 350
gotoAndStop (1);
Symbol 393 MovieClip Frame 351
ready = false;
more = true;
ready4 = false;
drop = true;
ready6 = false;
legsbusy2 = true;
ready7 = false;
ooo = true;
ready2 = false;
throwHell = false;
ready9 = false;
ready10 = false;
Instance of Symbol 252 MovieClip "HIT" in Symbol 393 MovieClip Frame 351
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 265 MovieClip "legs" in Symbol 393 MovieClip Frame 351
onClipEvent (enterFrame) {
play();
}
Instance of Symbol 317 MovieClip in Symbol 393 MovieClip Frame 351
onClipEvent (enterFrame) {
_root.speed10 = false;
_root.speed20 = false;
}
Symbol 393 MovieClip Frame 352
ready = false;
more = true;
drop = false;
ooo = true;
ready9 = false;
Symbol 393 MovieClip Frame 353
ready = false;
more = true;
ooo = true;
Symbol 393 MovieClip Frame 354
ready = false;
more = true;
Symbol 393 MovieClip Frame 355
ready = false;
more = true;
Symbol 393 MovieClip Frame 356
ready = false;
more = true;
Symbol 393 MovieClip Frame 357
ready = false;
more = true;
Symbol 393 MovieClip Frame 358
ready = false;
more = true;
Symbol 393 MovieClip Frame 359
ready = false;
more = true;
Symbol 393 MovieClip Frame 360
ready = false;
more = true;
Symbol 393 MovieClip Frame 361
ready = false;
more = true;
Symbol 393 MovieClip Frame 362
ready = false;
more = true;
Symbol 393 MovieClip Frame 363
ready = false;
more = true;
Symbol 397 MovieClip Frame 1
stop();
Symbol 397 MovieClip Frame 11
_root.controlhero.box._visible = true;
stop();
Symbol 403 MovieClip Frame 1
boxins = false;
readytothrow = true;
boxfly = false;
stop();
Instance of Symbol 399 MovieClip "HIT" in Symbol 403 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ooo == false) and (_root.all.hero.ready4 == true)) {
_root.all.box._visible = false;
} else {
_root.all.box._visible = true;
}
}
Symbol 403 MovieClip Frame 2
boxfly = false;
readytothrow = false;
Instance of Symbol 399 MovieClip "HIT3" in Symbol 403 MovieClip Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 400 MovieClip in Symbol 403 MovieClip Frame 2
onClipEvent (load) {
if (_root.all.hero._xscale < 100) {
goLeft = true;
} else if (_root.all.hero._xscale > -100) {
goLeft = false;
}
}
onClipEvent (enterFrame) {
_parent._visible = true;
}
onClipEvent (enterFrame) {
if (goLeft == true) {
_parent._x = _parent._x - 7;
} else if (goLeft == false) {
_parent._x = _parent._x + 7;
}
}
Symbol 403 MovieClip Frame 11
boxins = true;
gotoAndStop (1);
Instance of Symbol 400 MovieClip in Symbol 403 MovieClip Frame 11
onClipEvent (load) {
if (_root.all.hero.ready4 == true) {
this._visible = false;
} else {
this._visible = true;
}
}
Symbol 403 MovieClip Frame 12
boxins = true;
stop();
Symbol 403 MovieClip Frame 13
boxins = false;
Instance of Symbol 399 MovieClip "HIT2" in Symbol 403 MovieClip Frame 13
onClipEvent (load) {
this._visible = false;
}
onClipEvent (load) {
if (_root.all.hero._xscale < 100) {
goLeft = true;
} else if (_root.all.hero._xscale > -100) {
goLeft = false;
}
}
onClipEvent (enterFrame) {
_parent._visible = true;
}
onClipEvent (enterFrame) {
if (goLeft == true) {
_parent._x = _parent._x - 12;
} else if (goLeft == false) {
_parent._x = _parent._x + 12;
}
}
Instance of Symbol 399 MovieClip "HIT3" in Symbol 403 MovieClip Frame 13
onClipEvent (load) {
this._visible = false;
}
onClipEvent (load) {
if (_root.all.hero._xscale < 100) {
goLeft = true;
} else if (_root.all.hero._xscale > -100) {
goLeft = false;
}
}
onClipEvent (enterFrame) {
_parent._visible = true;
}
onClipEvent (enterFrame) {
if (goLeft == true) {
_parent._x = _parent._x - 12;
} else if (goLeft == false) {
_parent._x = _parent._x + 12;
}
}
Instance of Symbol 399 MovieClip "HIT3" in Symbol 403 MovieClip Frame 18
onClipEvent (load) {
this._visible = false;
}
Symbol 403 MovieClip Frame 22
boxins = true;
gotoAndStop (1);
Symbol 403 MovieClip Frame 23
boxins = false;
Symbol 403 MovieClip Frame 30
gotoAndStop (1);
Instance of Symbol 393 MovieClip "hero" in Symbol 404 MovieClip Frame 1
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
Instance of Symbol 403 MovieClip "box" in Symbol 404 MovieClip Frame 1
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.HIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if ((((((_root.all.hero.ready == true) and _root.all.hero.HIT.hitTest(this.HIT)) and Key.isDown(65)) and (_root.all.hero.ready2 == false)) and (_root.all.hero.ready5 == false)) and _root.all.hero.THING.hitTest(this)) {
_root.all.hero.THING.gotoAndStop(2);
_root.all.hero.gotoAndPlay(136);
} else if ((_root.all.hero._x > _x) and (_root.all.hero.ready4 == true)) {
_x = (_x + 15);
}
if ((_root.all.hero._x < _x) and (_root.all.hero.ready4 == true)) {
_x = (_x - 15);
}
if ((_root.all.hero._y < _y) and (_root.all.hero.ready4 == true)) {
_y = (_y - 7);
}
if ((_root.all.hero._y > _y) and (_root.all.hero.ready4 == true)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(88) and (_root.all.hero.ready4 == true)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready4 == false) and (this.boxins == true)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.drop == true) and (this.boxins == true)) {
this.gotoAndPlay(23);
}
}
Instance of Symbol 418 MovieClip in Symbol 425 MovieClip Frame 40
onClipEvent (enterFrame) {
_root.controlhero.hero.legs.gotoAndStop(2);
_root.controlhero.hero._xscale = -100;
_root.controlhero.hero._x = _root.controlhero.hero._x - 5;
}
Instance of Symbol 418 MovieClip in Symbol 425 MovieClip Frame 60
onClipEvent (enterFrame) {
_root.controlhero.hero.legs.gotoAndStop(1);
_root.controlhero.hero._xscale = -100;
_root.controlhero.hero._x = _root.controlhero.hero._x - 0;
}
Instance of Symbol 420 MovieClip in Symbol 425 MovieClip Frame 95
onClipEvent (enterFrame) {
_root.controlhero.hero.legs.gotoAndStop(2);
_root.controlhero.hero._xscale = 100;
_root.controlhero.hero._x = _root.controlhero.hero._x + 5;
}
Instance of Symbol 418 MovieClip in Symbol 425 MovieClip Frame 116
onClipEvent (enterFrame) {
_root.controlhero.hero.legs.gotoAndStop(1);
_root.controlhero.hero._x = _root.controlhero.hero._x - 0;
}
Instance of Symbol 421 MovieClip in Symbol 425 MovieClip Frame 140
onClipEvent (enterFrame) {
_root.controlhero.hero.legs.gotoAndStop(2);
_root.controlhero.hero._y = _root.controlhero.hero._y - 2;
}
Instance of Symbol 421 MovieClip in Symbol 425 MovieClip Frame 150
onClipEvent (enterFrame) {
_root.controlhero.hero.legs.gotoAndStop(2);
_root.controlhero.hero._y = _root.controlhero.hero._y + 2;
}
Instance of Symbol 421 MovieClip in Symbol 425 MovieClip Frame 160
onClipEvent (enterFrame) {
_root.controlhero.hero.legs.gotoAndStop(1);
_root.controlhero.hero._y = _root.controlhero.hero._y + 0;
}
Instance of Symbol 413 MovieClip in Symbol 425 MovieClip Frame 200
onClipEvent (load) {
_root.controlhero.hero.gotoAndPlay(2);
}
Instance of Symbol 411 MovieClip in Symbol 425 MovieClip Frame 245
onClipEvent (load) {
_root.controlhero.hero.gotoAndPlay(31);
}
Instance of Symbol 409 MovieClip in Symbol 425 MovieClip Frame 292
onClipEvent (load) {
_root.controlhero.hero.gotoAndPlay(16);
}
Instance of Symbol 418 MovieClip in Symbol 425 MovieClip Frame 340
onClipEvent (enterFrame) {
_root.controlhero.hero.legs.gotoAndStop(2);
_root.controlhero.hero._xscale = -100;
_root.controlhero.hero._x = _root.controlhero.hero._x - 5;
}
Instance of Symbol 415 MovieClip in Symbol 425 MovieClip Frame 358
onClipEvent (load) {
_root.controlhero.hero.gotoAndPlay(136);
}
onClipEvent (load) {
_root.controlhero.box._visible = false;
}
Instance of Symbol 418 MovieClip in Symbol 425 MovieClip Frame 358
onClipEvent (enterFrame) {
_root.controlhero.hero.legs.gotoAndStop(1);
_root.controlhero.hero._xscale = -100;
_root.controlhero.hero._x = _root.controlhero.hero._x - 0;
}
Instance of Symbol 418 MovieClip in Symbol 425 MovieClip Frame 385
onClipEvent (enterFrame) {
_root.controlhero.hero.legs.gotoAndStop(2);
_root.controlhero.hero._xscale = 100;
_root.controlhero.hero._x = _root.controlhero.hero._x + 5;
}
Instance of Symbol 418 MovieClip in Symbol 425 MovieClip Frame 416
onClipEvent (enterFrame) {
_root.controlhero.hero.legs.gotoAndStop(1);
_root.controlhero.hero._xscale = -100;
_root.controlhero.hero._x = _root.controlhero.hero._x - 0;
}
Instance of Symbol 411 MovieClip in Symbol 425 MovieClip Frame 432
onClipEvent (load) {
_root.controlhero.hero.gotoAndPlay(160);
_root.controlhero.box2.gotoAndPlay(2);
}
Symbol 428 Button
on (release) {
_root.gotoAndStop(12);
}
Symbol 447 MovieClip Frame 1
retry = true;
stop();
Symbol 447 MovieClip Frame 2
retry = true;
Symbol 447 MovieClip Frame 3
retry = true;
Symbol 447 MovieClip Frame 4
retry = false;
Symbol 452 Button
on (release) {
play();
}
Symbol 457 Button
on (press) {
}
Symbol 460 Button
on (press) {
}
Symbol 463 Button
on (release) {
_root.gotoAndStop(12);
}
Symbol 466 Button
on (press) {
}
Symbol 475 Button
on (release) {
_root.menu.gotoAndPlay(11);
}
Symbol 476 MovieClip Frame 1
stop();
_root.menuopen = false;
Instance of Symbol 448 MovieClip in Symbol 476 MovieClip Frame 1
onClipEvent (enterFrame) {
_root.menuopen2 = true;
}
onClipEvent (load) {
this._visible = false;
}
Symbol 476 MovieClip Frame 10
stop();
Instance of Symbol 470 MovieClip "menu2" in Symbol 476 MovieClip Frame 10
onClipEvent (enterFrame) {
_root.menuopen = true;
}
Symbol 476 MovieClip Frame 11
_root.menuopen = false;
Instance of Symbol 448 MovieClip in Symbol 476 MovieClip Frame 11
onClipEvent (enterFrame) {
_root.menuopen2 = true;
}
onClipEvent (load) {
this._visible = false;
}
Symbol 476 MovieClip Frame 16
gotoAndPlay (1);
Symbol 496 MovieClip Frame 1
stop();
Instance of Symbol 484 MovieClip in Symbol 496 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 484 MovieClip in Symbol 496 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 484 MovieClip in Symbol 496 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 484 MovieClip in Symbol 496 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 484 MovieClip in Symbol 496 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 484 MovieClip in Symbol 496 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Symbol 496 MovieClip Frame 2
stop();
Instance of Symbol 485 MovieClip in Symbol 496 MovieClip Frame 2
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Symbol 496 MovieClip Frame 3
stop();
Instance of Symbol 489 MovieClip in Symbol 496 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 489 MovieClip in Symbol 496 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 489 MovieClip in Symbol 496 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 491 MovieClip in Symbol 496 MovieClip Frame 5
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 491 MovieClip in Symbol 496 MovieClip Frame 5
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 491 MovieClip in Symbol 496 MovieClip Frame 5
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 491 MovieClip in Symbol 496 MovieClip Frame 5
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 493 MovieClip in Symbol 496 MovieClip Frame 6
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 495 MovieClip in Symbol 496 MovieClip Frame 6
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 493 MovieClip in Symbol 496 MovieClip Frame 6
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 493 MovieClip in Symbol 496 MovieClip Frame 6
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 495 MovieClip in Symbol 496 MovieClip Frame 6
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 493 MovieClip in Symbol 496 MovieClip Frame 6
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 493 MovieClip in Symbol 496 MovieClip Frame 6
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Symbol 513 MovieClip Frame 1
stop();
Instance of Symbol 25 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 25 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 25 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 25 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 25 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 498 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 501 MovieClip in Symbol 513 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 22 MovieClip in Symbol 513 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 22 MovieClip in Symbol 513 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 22 MovieClip in Symbol 513 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 22 MovieClip in Symbol 513 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 22 MovieClip in Symbol 513 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 22 MovieClip in Symbol 513 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 22 MovieClip in Symbol 513 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 22 MovieClip in Symbol 513 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 22 MovieClip in Symbol 513 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 22 MovieClip in Symbol 513 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 22 MovieClip in Symbol 513 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 22 MovieClip in Symbol 513 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 22 MovieClip in Symbol 513 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 22 MovieClip in Symbol 513 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 22 MovieClip in Symbol 513 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 22 MovieClip in Symbol 513 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 25 MovieClip in Symbol 513 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 25 MovieClip in Symbol 513 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 25 MovieClip in Symbol 513 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 25 MovieClip in Symbol 513 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 25 MovieClip in Symbol 513 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 17 MovieClip in Symbol 513 MovieClip Frame 4
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 506 MovieClip in Symbol 513 MovieClip Frame 5
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 506 MovieClip in Symbol 513 MovieClip Frame 5
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 506 MovieClip in Symbol 513 MovieClip Frame 5
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 25 MovieClip in Symbol 513 MovieClip Frame 5
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 25 MovieClip in Symbol 513 MovieClip Frame 5
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 25 MovieClip in Symbol 513 MovieClip Frame 5
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 25 MovieClip in Symbol 513 MovieClip Frame 5
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 25 MovieClip in Symbol 513 MovieClip Frame 5
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 493 MovieClip in Symbol 513 MovieClip Frame 6
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 493 MovieClip in Symbol 513 MovieClip Frame 6
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 493 MovieClip in Symbol 513 MovieClip Frame 6
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 493 MovieClip in Symbol 513 MovieClip Frame 6
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 25 MovieClip in Symbol 513 MovieClip Frame 6
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 25 MovieClip in Symbol 513 MovieClip Frame 6
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 25 MovieClip in Symbol 513 MovieClip Frame 6
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 25 MovieClip in Symbol 513 MovieClip Frame 6
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 25 MovieClip in Symbol 513 MovieClip Frame 6
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 22 MovieClip in Symbol 513 MovieClip Frame 6
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 22 MovieClip in Symbol 513 MovieClip Frame 6
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 22 MovieClip in Symbol 513 MovieClip Frame 6
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 22 MovieClip in Symbol 513 MovieClip Frame 6
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 22 MovieClip in Symbol 513 MovieClip Frame 6
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 512 MovieClip in Symbol 513 MovieClip Frame 6
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 512 MovieClip in Symbol 513 MovieClip Frame 6
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 512 MovieClip in Symbol 513 MovieClip Frame 6
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 512 MovieClip in Symbol 513 MovieClip Frame 6
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 512 MovieClip in Symbol 513 MovieClip Frame 6
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 512 MovieClip in Symbol 513 MovieClip Frame 6
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 512 MovieClip in Symbol 513 MovieClip Frame 6
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 512 MovieClip in Symbol 513 MovieClip Frame 6
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Symbol 520 MovieClip Frame 1
stop();
Instance of Symbol 522 MovieClip "green" in Symbol 527 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 516 MovieClip "area" in Symbol 527 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 526 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.all.hero.HITww.hitTest(this)) {
_root.wallL = true;
} else if ((((!Key.isDown(37)) and (!Key.isDown(38))) and (!Key.isDown(40))) and (!_root.all.hero.HIT.hitTest(this))) {
_root.wallL = false;
}
}
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 526 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.all.hero.HITww.hitTest(this)) {
_root.wallL = true;
} else if (!_root.all.hero.HIT.hitTest(this)) {
_root.wallL = false;
} else if ((((!Key.isDown(37)) and (!Key.isDown(38))) and (!Key.isDown(40))) and (!_root.all.hero.HIT.hitTest(this))) {
_root.wallL = false;
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.hitTest(this)) {
_root.all.stick.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.all.box.hitTest(this)) {
_root.all.box.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.all.gun.hitTest(this)) {
_root.all.gun.gotoAndStop(1);
}
}
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 522 MovieClip "green" in Symbol 528 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 516 MovieClip "area" in Symbol 528 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 526 MovieClip in Symbol 528 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.all.hero.HITww.hitTest(this)) {
_root.wallR = true;
} else if ((((!Key.isDown(37)) and (!Key.isDown(38))) and (!Key.isDown(40))) and (!_root.all.hero.HIT.hitTest(this))) {
_root.wallR = false;
}
}
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 526 MovieClip in Symbol 528 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.all.hero.HITww.hitTest(this)) {
_root.wallR = true;
} else if (!_root.all.hero.HIT.hitTest(this)) {
_root.wallR = false;
} else if ((((!Key.isDown(37)) and (!Key.isDown(38))) and (!Key.isDown(40))) and (!_root.all.hero.HIT.hitTest(this))) {
_root.wallR = false;
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.hitTest(this)) {
_root.all.stick.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.all.box.hitTest(this)) {
_root.all.box.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.all.gun.hitTest(this)) {
_root.all.gun.gotoAndStop(1);
}
}
onClipEvent (load) {
this._visible = false;
}
Symbol 531 MovieClip Frame 1
stop();
Symbol 544 MovieClip Frame 1
stop();
Symbol 544 MovieClip Frame 21
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 22
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 23
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 24
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 25
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 26
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 27
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 28
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 29
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 30
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 31
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 32
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 33
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 34
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 35
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 36
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 37
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 38
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 39
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 40
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 41
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 42
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 43
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 44
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 45
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 46
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 47
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 48
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 49
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 50
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 51
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 52
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 53
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 54
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 55
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 56
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 57
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 58
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 59
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 60
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 61
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 62
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 63
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 64
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 65
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 66
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 67
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 68
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 69
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 70
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 71
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 72
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 73
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 74
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 75
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 76
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 77
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 78
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 79
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 80
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 81
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 82
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 83
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 84
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 85
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 86
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 87
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 88
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 89
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 90
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 91
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 92
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 93
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 94
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 95
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 96
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 97
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 98
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 99
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 100
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 101
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 102
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 103
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 104
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 105
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 106
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 107
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 108
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 109
_parent.gotoAndStop(48);
Symbol 544 MovieClip Frame 110
_parent.gotoAndStop(48);
Symbol 565 MovieClip Frame 1
moving = false;
fly = false;
stop();
Instance of Symbol 252 MovieClip "HITbody" in Symbol 565 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 565 MovieClip Frame 2
moving = true;
fly = false;
Instance of Symbol 553 MovieClip in Symbol 565 MovieClip Frame 2
onClipEvent (load) {
if (_root.all.hero._xscale < 100) {
goLeft = true;
} else if (_root.all.hero._xscale > -100) {
goLeft = false;
}
}
onClipEvent (enterFrame) {
_parent._visible = true;
}
onClipEvent (enterFrame) {
if (goLeft == true) {
_parent._parent._x = _parent._parent._x - 7;
_parent.bloody._x = _parent.bloody._x - 7;
} else if (goLeft == false) {
_parent._parent._x = _parent._parent._x + 7;
_parent.bloody._x = _parent.bloody._x + 7;
}
}
Instance of Symbol 252 MovieClip "HIT2body" in Symbol 565 MovieClip Frame 2
onClipEvent (load) {
this._visible = false;
}
Symbol 565 MovieClip Frame 11
gotoAndStop (1);
Instance of Symbol 555 MovieClip "cross" in Symbol 565 MovieClip Frame 12
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(88) and (_root.all.hero.ready5 == true)) {
_parent.gotoAndPlay(14);
}
}
Instance of Symbol 556 MovieClip "spare" in Symbol 565 MovieClip Frame 12
onClipEvent (enterFrame) {
_root.bolddead = false;
_root.normaldead = true;
_root.chinesedead = false;
}
Symbol 565 MovieClip Frame 13
gotoAndStop (1);
Symbol 565 MovieClip Frame 14
fly = true;
Instance of Symbol 399 MovieClip "HIT2" in Symbol 565 MovieClip Frame 14
onClipEvent (load) {
this._visible = false;
}
onClipEvent (load) {
if (_root.all.hero._xscale < 100) {
goLeft = true;
} else if (_root.all.hero._xscale > -100) {
goLeft = false;
}
}
onClipEvent (enterFrame) {
_parent._visible = true;
}
onClipEvent (enterFrame) {
if (goLeft == true) {
_parent._parent._x = _parent._parent._x - 12;
} else if (goLeft == false) {
_parent._parent._x = _parent._parent._x + 12;
}
}
Symbol 565 MovieClip Frame 34
stop();
Symbol 591 MovieClip Frame 1
_parent.HP._visible = false;
Symbol 591 MovieClip Frame 7
stop();
Symbol 600 MovieClip Frame 1
if (_root.ready2 == true) {
_root.ready2 = true;
} else if (_root.ready2 == false) {
_root.ready2 = false;
}
ready2 = true;
nounit = false;
ready = true;
dead = false;
stop();
Instance of Symbol 252 MovieClip "enemyHIT" in Symbol 600 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 540 MovieClip "area" in Symbol 600 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (load) {
this.gotoAndStop(random(11));
}
Symbol 600 MovieClip Frame 2
ready = false;
Instance of Symbol 546 MovieClip "HIT1" in Symbol 600 MovieClip Frame 2
onClipEvent (load) {
this._visible = false;
}
Symbol 600 MovieClip Frame 8
if (_root.all.hero._x > (_x + 30)) {
gotoAndPlay (29);
} else if (_root.all.hero._x < (_x + 30)) {
gotoAndPlay (29);
} else {
gotoAndStop (1);
}
Symbol 600 MovieClip Frame 9
ready = false;
Instance of Symbol 265 MovieClip "legs" in Symbol 600 MovieClip Frame 9
onClipEvent (load) {
if (_root.all.hero._x < _parent._x) {
_parent._x = _parent._x + 7;
}
}
onClipEvent (load) {
if (_root.all.hero._x > _parent._x) {
_parent._x = _parent._x - 7;
}
}
Symbol 600 MovieClip Frame 18
gotoAndStop (43);
Symbol 600 MovieClip Frame 19
ready = false;
Symbol 600 MovieClip Frame 28
gotoAndStop (43);
Symbol 600 MovieClip Frame 29
ready = false;
Instance of Symbol 252 MovieClip "enemyHIT" in Symbol 600 MovieClip Frame 29
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 546 MovieClip "HIT1" in Symbol 600 MovieClip Frame 30
onClipEvent (load) {
this._visible = false;
}
Symbol 600 MovieClip Frame 42
gotoAndStop (1);
Symbol 600 MovieClip Frame 43
gotoAndStop (1);
Symbol 600 MovieClip Frame 44
stop();
Symbol 600 MovieClip Frame 45
stop();
Symbol 600 MovieClip Frame 48
ready = false;
ready2 = false;
stop();
dead = true;
Instance of Symbol 565 MovieClip "deadbody" in Symbol 600 MovieClip Frame 48
onClipEvent (load) {
_root.score = Number(_root.score) + 100;
_root.die = Number(_root.die) + 1;
_root.scoreplus.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (_root.all.hero.ooo == true) {
this.gotoAndStop(1);
}
}
Symbol 600 MovieClip Frame 50
ready = false;
Symbol 600 MovieClip Frame 76
ready = false;
gotoAndPlay (77);
Instance of Symbol 252 MovieClip "enemyHIT" in Symbol 600 MovieClip Frame 77
onClipEvent (load) {
this._visible = false;
}
Symbol 600 MovieClip Frame 91
ready = false;
gotoAndStop (1);
Symbol 600 MovieClip Frame 103
ready = false;
gotoAndStop (1);
Symbol 600 MovieClip Frame 104
ready2 = false;
Instance of Symbol 252 MovieClip "enemyHIT" in Symbol 600 MovieClip Frame 104
onClipEvent (load) {
this._visible = false;
}
Symbol 600 MovieClip Frame 109
ready2 = false;
ready = false;
stop();
Instance of Symbol 540 MovieClip "area" in Symbol 600 MovieClip Frame 109
onClipEvent (load) {
this._visible = false;
}
onClipEvent (load) {
if (_root.five == true) {
this.gotoAndStop(random(5));
}
}
Symbol 600 MovieClip Frame 110
gotoAndStop (1);
Symbol 600 MovieClip Frame 113
gotoAndStop (1);
Symbol 600 MovieClip Frame 126
gotoAndStop (1);
Symbol 600 MovieClip Frame 127
stop();
Instance of Symbol 591 MovieClip in Symbol 600 MovieClip Frame 127
onClipEvent (load) {
_root.score = Number(_root.score) + 100;
}
onClipEvent (load) {
_root.score = Number(_root.score) + 100;
_root.die = Number(_root.die) + 1;
_root.scoreplus.gotoAndStop(2);
}
Symbol 600 MovieClip Frame 130
stop();
nounit = true;
Instance of Symbol 252 MovieClip "enemyHIT" in Symbol 600 MovieClip Frame 131
onClipEvent (load) {
this._visible = false;
}
Symbol 600 MovieClip Frame 133
gotoAndStop (1);
Instance of Symbol 544 MovieClip "HP" in Symbol 600 MovieClip Frame 143
onClipEvent (load) {
this._visible = false;
}
Symbol 623 MovieClip Frame 1
moving = false;
fly = false;
stop();
Instance of Symbol 252 MovieClip "HITbody" in Symbol 623 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
_root.bolddead = false;
}
Symbol 623 MovieClip Frame 2
moving = true;
fly = false;
Instance of Symbol 615 MovieClip in Symbol 623 MovieClip Frame 2
onClipEvent (load) {
if (_root.all.hero._xscale < 100) {
goLeft = true;
} else if (_root.all.hero._xscale > -100) {
goLeft = false;
}
}
onClipEvent (enterFrame) {
_parent._visible = true;
}
onClipEvent (enterFrame) {
if (goLeft == true) {
_parent._parent._x = _parent._parent._x - 7;
_parent.bloody._x = _parent.bloody._x - 7;
} else if (goLeft == false) {
_parent._parent._x = _parent._parent._x + 7;
_parent.bloody._x = _parent.bloody._x + 7;
}
}
Instance of Symbol 252 MovieClip "HIT2body" in Symbol 623 MovieClip Frame 2
onClipEvent (load) {
this._visible = false;
}
Symbol 623 MovieClip Frame 11
gotoAndStop (1);
Instance of Symbol 555 MovieClip "cross" in Symbol 623 MovieClip Frame 12
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(88) and (_root.all.hero.ready5 == true)) {
_parent.gotoAndPlay(14);
}
}
Instance of Symbol 615 MovieClip "spare" in Symbol 623 MovieClip Frame 12
onClipEvent (enterFrame) {
_root.bolddead = true;
_root.normaldead = false;
_root.chinesedead = false;
}
Symbol 623 MovieClip Frame 13
gotoAndStop (1);
Symbol 623 MovieClip Frame 14
fly = true;
Instance of Symbol 399 MovieClip "HIT2" in Symbol 623 MovieClip Frame 14
onClipEvent (load) {
this._visible = false;
}
onClipEvent (load) {
if (_root.all.hero._xscale < 100) {
goLeft = true;
} else if (_root.all.hero._xscale > -100) {
goLeft = false;
}
}
onClipEvent (enterFrame) {
_parent._visible = true;
}
onClipEvent (enterFrame) {
if (goLeft == true) {
_parent._parent._x = _parent._parent._x - 12;
} else if (goLeft == false) {
_parent._parent._x = _parent._parent._x + 12;
}
}
Symbol 623 MovieClip Frame 34
stop();
Symbol 631 MovieClip Frame 1
if (_root.ready2 == true) {
_root.ready2 = true;
} else if (_root.ready2 == false) {
_root.ready2 = false;
}
ready2 = true;
nounit = false;
ready = true;
dead = false;
stop();
Instance of Symbol 252 MovieClip "enemyHIT" in Symbol 631 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 540 MovieClip "area" in Symbol 631 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (load) {
this.gotoAndStop(random(11));
}
Symbol 631 MovieClip Frame 2
ready = false;
Instance of Symbol 546 MovieClip "HIT1" in Symbol 631 MovieClip Frame 2
onClipEvent (load) {
this._visible = false;
}
Symbol 631 MovieClip Frame 8
if (_root.all.hero._x > (_x + 30)) {
gotoAndPlay (29);
} else if (_root.all.hero._x < (_x + 30)) {
gotoAndPlay (29);
} else {
gotoAndStop (1);
}
Symbol 631 MovieClip Frame 9
ready = false;
Instance of Symbol 265 MovieClip "legs" in Symbol 631 MovieClip Frame 9
onClipEvent (load) {
if (_root.all.hero._x < _parent._x) {
_parent._x = _parent._x + 7;
}
}
onClipEvent (load) {
if (_root.all.hero._x > _parent._x) {
_parent._x = _parent._x - 7;
}
}
Symbol 631 MovieClip Frame 18
gotoAndStop (43);
Symbol 631 MovieClip Frame 19
ready = false;
Symbol 631 MovieClip Frame 28
gotoAndStop (43);
Symbol 631 MovieClip Frame 29
ready = false;
Instance of Symbol 252 MovieClip "enemyHIT" in Symbol 631 MovieClip Frame 29
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 546 MovieClip "HIT1" in Symbol 631 MovieClip Frame 30
onClipEvent (load) {
this._visible = false;
}
Symbol 631 MovieClip Frame 42
gotoAndStop (1);
Symbol 631 MovieClip Frame 43
gotoAndStop (1);
Symbol 631 MovieClip Frame 44
stop();
Symbol 631 MovieClip Frame 45
stop();
Symbol 631 MovieClip Frame 48
ready = false;
ready2 = false;
stop();
dead = true;
Instance of Symbol 623 MovieClip "deadbody" in Symbol 631 MovieClip Frame 48
onClipEvent (load) {
_root.score = Number(_root.score) + 100;
_root.die = Number(_root.die) + 1;
_root.scoreplus.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (_root.all.hero.ooo == true) {
this.gotoAndStop(1);
}
}
Symbol 631 MovieClip Frame 50
ready = false;
Symbol 631 MovieClip Frame 76
ready = false;
gotoAndPlay (77);
Instance of Symbol 252 MovieClip "enemyHIT" in Symbol 631 MovieClip Frame 77
onClipEvent (load) {
this._visible = false;
}
Symbol 631 MovieClip Frame 91
ready = false;
gotoAndStop (1);
Symbol 631 MovieClip Frame 103
ready = false;
gotoAndStop (1);
Symbol 631 MovieClip Frame 104
ready2 = false;
Instance of Symbol 252 MovieClip "enemyHIT" in Symbol 631 MovieClip Frame 104
onClipEvent (load) {
this._visible = false;
}
Symbol 631 MovieClip Frame 109
ready2 = false;
ready = false;
stop();
Instance of Symbol 540 MovieClip "area" in Symbol 631 MovieClip Frame 109
onClipEvent (load) {
this._visible = false;
}
onClipEvent (load) {
if (_root.five == true) {
this.gotoAndStop(random(5));
}
}
Symbol 631 MovieClip Frame 110
gotoAndStop (1);
Symbol 631 MovieClip Frame 113
gotoAndStop (1);
Symbol 631 MovieClip Frame 126
gotoAndStop (1);
Symbol 631 MovieClip Frame 127
stop();
Instance of Symbol 591 MovieClip in Symbol 631 MovieClip Frame 127
onClipEvent (load) {
_root.score = Number(_root.score) + 100;
}
onClipEvent (load) {
_root.score = Number(_root.score) + 100;
_root.die = Number(_root.die) + 1;
_root.scoreplus.gotoAndStop(2);
}
Symbol 631 MovieClip Frame 130
stop();
nounit = true;
Instance of Symbol 252 MovieClip "enemyHIT" in Symbol 631 MovieClip Frame 131
onClipEvent (load) {
this._visible = false;
}
Symbol 631 MovieClip Frame 133
gotoAndStop (1);
Symbol 634 MovieClip Frame 1
this.follow = true;
stop();
Instance of Symbol 399 MovieClip "HIT" in Symbol 634 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ooo == false) and (_root.all.hero.ready7 == true)) {
_root.all.gun._visible = false;
} else {
_root.all.gun._visible = true;
}
}
Symbol 634 MovieClip Frame 2
this.follow = false;
Symbol 634 MovieClip Frame 32
gotoAndStop (1);
Symbol 634 MovieClip Frame 33
this.follow = true;
Instance of Symbol 633 MovieClip in Symbol 634 MovieClip Frame 33
onClipEvent (load) {
if (_root.all.hero.ready7 == true) {
this._visible = false;
} else {
this._visible = true;
}
}
Symbol 634 MovieClip Frame 35
this.follow = true;
Instance of Symbol 399 MovieClip in Symbol 634 MovieClip Frame 35
onClipEvent (load) {
this._visible = false;
}
onClipEvent (load) {
if (_root.all.hero._xscale < 100) {
goLeft = true;
} else if (_root.all.hero._xscale > -100) {
goLeft = false;
}
}
onClipEvent (enterFrame) {
_parent._visible = true;
}
onClipEvent (enterFrame) {
if (goLeft == true) {
_parent._x = _parent._x - 7;
} else if (goLeft == false) {
_parent._x = _parent._x + 7;
}
}
Symbol 634 MovieClip Frame 38
this.follow = false;
Symbol 634 MovieClip Frame 49
gotoAndStop (1);
Instance of Symbol 642 MovieClip in Symbol 648 MovieClip Frame 55
onClipEvent (enterFrame) {
_parent._x = _parent._x - 3;
_parent._xscale = -100;
_parent.legs.gotoAndStop(2);
}
Instance of Symbol 642 MovieClip in Symbol 648 MovieClip Frame 103
onClipEvent (load) {
_parent.legs.gotoAndStop(1);
}
Instance of Symbol 642 MovieClip in Symbol 648 MovieClip Frame 156
onClipEvent (enterFrame) {
_parent._x = _parent._x + 3;
_parent._xscale = 100;
_parent.legs.gotoAndStop(2);
}
Instance of Symbol 642 MovieClip in Symbol 648 MovieClip Frame 205
onClipEvent (load) {
_root.all.hero.gotoAndStop(1);
}
Symbol 648 MovieClip Frame 206
stop();
Symbol 672 MovieClip Frame 1
moving = false;
fly = false;
stop();
Instance of Symbol 252 MovieClip "HITbody" in Symbol 672 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 672 MovieClip Frame 2
moving = true;
fly = false;
Instance of Symbol 615 MovieClip in Symbol 672 MovieClip Frame 2
onClipEvent (load) {
if (_root.all.hero._xscale < 100) {
goLeft = true;
} else if (_root.all.hero._xscale > -100) {
goLeft = false;
}
}
onClipEvent (enterFrame) {
_parent._visible = true;
}
onClipEvent (enterFrame) {
if (goLeft == true) {
_parent._parent._x = _parent._parent._x - 7;
_parent.bloody._x = _parent.bloody._x - 7;
} else if (goLeft == false) {
_parent._parent._x = _parent._parent._x + 7;
_parent.bloody._x = _parent.bloody._x + 7;
}
}
Instance of Symbol 252 MovieClip "HIT2body" in Symbol 672 MovieClip Frame 2
onClipEvent (load) {
this._visible = false;
}
Symbol 672 MovieClip Frame 11
gotoAndStop (1);
Instance of Symbol 555 MovieClip "cross" in Symbol 672 MovieClip Frame 12
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(88) and (_root.all.hero.ready5 == true)) {
_parent.gotoAndPlay(14);
}
}
Instance of Symbol 615 MovieClip "spare" in Symbol 672 MovieClip Frame 12
onClipEvent (enterFrame) {
_root.bolddead = false;
_root.normaldead = false;
_root.chinesedead = true;
}
Symbol 672 MovieClip Frame 13
gotoAndStop (1);
Symbol 672 MovieClip Frame 14
fly = true;
Instance of Symbol 399 MovieClip "HIT2" in Symbol 672 MovieClip Frame 14
onClipEvent (load) {
this._visible = false;
}
onClipEvent (load) {
if (_root.all.hero._xscale < 100) {
goLeft = true;
} else if (_root.all.hero._xscale > -100) {
goLeft = false;
}
}
onClipEvent (enterFrame) {
_parent._visible = true;
}
onClipEvent (enterFrame) {
if (goLeft == true) {
_parent._parent._x = _parent._parent._x - 12;
} else if (goLeft == false) {
_parent._parent._x = _parent._parent._x + 12;
}
}
Symbol 672 MovieClip Frame 34
stop();
Symbol 682 MovieClip Frame 1
if (_root.ready2 == true) {
_root.ready2 = true;
} else if (_root.ready2 == false) {
_root.ready2 = false;
}
ready2 = true;
nounit = false;
ready = true;
dead = false;
stop();
Instance of Symbol 252 MovieClip "enemyHIT" in Symbol 682 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 540 MovieClip "area" in Symbol 682 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (load) {
this.gotoAndStop(random(11));
}
Symbol 682 MovieClip Frame 2
ready = false;
Instance of Symbol 546 MovieClip "HIT1" in Symbol 682 MovieClip Frame 2
onClipEvent (load) {
this._visible = false;
}
Symbol 682 MovieClip Frame 8
if (_root.all.hero._x > (_x + 30)) {
gotoAndPlay (29);
} else if (_root.all.hero._x < (_x + 30)) {
gotoAndPlay (29);
} else {
gotoAndStop (1);
}
Symbol 682 MovieClip Frame 9
ready = false;
Instance of Symbol 265 MovieClip "legs" in Symbol 682 MovieClip Frame 9
onClipEvent (load) {
if (_root.all.hero._x < _parent._x) {
_parent._x = _parent._x + 7;
}
}
onClipEvent (load) {
if (_root.all.hero._x > _parent._x) {
_parent._x = _parent._x - 7;
}
}
Symbol 682 MovieClip Frame 18
gotoAndStop (43);
Symbol 682 MovieClip Frame 19
ready = false;
Symbol 682 MovieClip Frame 28
gotoAndStop (43);
Symbol 682 MovieClip Frame 29
ready = false;
Instance of Symbol 252 MovieClip "enemyHIT" in Symbol 682 MovieClip Frame 29
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 546 MovieClip "HIT1" in Symbol 682 MovieClip Frame 30
onClipEvent (load) {
this._visible = false;
}
Symbol 682 MovieClip Frame 42
gotoAndStop (1);
Symbol 682 MovieClip Frame 43
gotoAndStop (1);
Symbol 682 MovieClip Frame 44
stop();
Symbol 682 MovieClip Frame 45
stop();
Symbol 682 MovieClip Frame 48
ready = false;
ready2 = false;
stop();
dead = true;
Instance of Symbol 672 MovieClip "deadbody" in Symbol 682 MovieClip Frame 48
onClipEvent (load) {
_root.score = Number(_root.score) + 100;
_root.die = Number(_root.die) + 1;
_root.scoreplus.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (_root.all.hero.ooo == true) {
this.gotoAndStop(1);
}
}
Symbol 682 MovieClip Frame 50
ready = false;
Symbol 682 MovieClip Frame 76
ready = false;
gotoAndPlay (77);
Instance of Symbol 252 MovieClip "enemyHIT" in Symbol 682 MovieClip Frame 77
onClipEvent (load) {
this._visible = false;
}
Symbol 682 MovieClip Frame 91
ready = false;
gotoAndStop (1);
Symbol 682 MovieClip Frame 103
ready = false;
gotoAndStop (1);
Symbol 682 MovieClip Frame 104
ready2 = false;
Instance of Symbol 252 MovieClip "enemyHIT" in Symbol 682 MovieClip Frame 104
onClipEvent (load) {
this._visible = false;
}
Symbol 682 MovieClip Frame 109
ready2 = false;
ready = false;
stop();
Instance of Symbol 540 MovieClip "area" in Symbol 682 MovieClip Frame 109
onClipEvent (load) {
this._visible = false;
}
onClipEvent (load) {
if (_root.five == true) {
this.gotoAndStop(random(5));
}
}
Symbol 682 MovieClip Frame 110
gotoAndStop (1);
Symbol 682 MovieClip Frame 113
gotoAndStop (1);
Symbol 682 MovieClip Frame 126
gotoAndStop (1);
Symbol 682 MovieClip Frame 127
stop();
Instance of Symbol 591 MovieClip in Symbol 682 MovieClip Frame 127
onClipEvent (load) {
_root.score = Number(_root.score) + 100;
}
onClipEvent (load) {
_root.score = Number(_root.score) + 100;
_root.die = Number(_root.die) + 1;
_root.scoreplus.gotoAndStop(2);
}
Symbol 682 MovieClip Frame 130
nounit = true;
stop();
Symbol 682 MovieClip Frame 133
gotoAndStop (1);
Symbol 684 MovieClip Frame 1
stop();
Symbol 684 MovieClip Frame 2
stop();
Symbol 685 MovieClip Frame 1
stop();
Instance of Symbol 693 MovieClip "bul" in Symbol 699 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 693 MovieClip "bul" in Symbol 699 MovieClip Frame 3
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 693 MovieClip "bul" in Symbol 699 MovieClip Frame 5
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 693 MovieClip "bul" in Symbol 699 MovieClip Frame 7
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 693 MovieClip "bul" in Symbol 699 MovieClip Frame 9
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 693 MovieClip "bul" in Symbol 699 MovieClip Frame 11
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 693 MovieClip "bul" in Symbol 699 MovieClip Frame 13
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 693 MovieClip "bul" in Symbol 699 MovieClip Frame 15
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 693 MovieClip "bul" in Symbol 699 MovieClip Frame 17
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 693 MovieClip "bul" in Symbol 699 MovieClip Frame 19
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 693 MovieClip "bul" in Symbol 699 MovieClip Frame 21
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 693 MovieClip "bul" in Symbol 699 MovieClip Frame 23
onClipEvent (load) {
this._visible = false;
}
Symbol 699 MovieClip Frame 24
_parent.gotoAndStop(_parent._currentframe + 1);
Symbol 704 MovieClip Frame 51
_parent.gotoAndStop(1);
Symbol 705 MovieClip Frame 91
_root.all.hero.gotoAndStop(1);
_parent.gotoAndStop(1);
Symbol 709 MovieClip Frame 20
_parent.gotoAndStop(1);
Symbol 712 MovieClip Frame 40
_root.gotoAndStop(37);
Symbol 713 MovieClip Frame 1
stop();
Instance of Symbol 252 MovieClip "enemyHIT" in Symbol 713 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 686 MovieClip "HITit" in Symbol 713 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 687 MovieClip "area" in Symbol 713 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 688 MovieClip "area2" in Symbol 713 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 448 MovieClip "area3" in Symbol 713 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 713 MovieClip Frame 3
stop();
Instance of Symbol 686 MovieClip "HITit" in Symbol 713 MovieClip Frame 3
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 687 MovieClip "area" in Symbol 713 MovieClip Frame 3
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 688 MovieClip "area2" in Symbol 713 MovieClip Frame 3
onClipEvent (load) {
this._visible = false;
}
Symbol 713 MovieClip Frame 5
stop();
Instance of Symbol 686 MovieClip "HITit" in Symbol 713 MovieClip Frame 5
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 687 MovieClip "area" in Symbol 713 MovieClip Frame 5
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 688 MovieClip "area2" in Symbol 713 MovieClip Frame 5
onClipEvent (load) {
this._visible = false;
}
Symbol 713 MovieClip Frame 7
stop();
Symbol 713 MovieClip Frame 19
stop();
Symbol 713 MovieClip Frame 20
stop();
Instance of Symbol 712 MovieClip in Symbol 713 MovieClip Frame 48
onClipEvent (load) {
_root.score = Number(_root.score) + 500;
}
Symbol 714 MovieClip Frame 1
stop();
Instance of Symbol 520 MovieClip "fEnemy" in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.all.hero._x > _x) and (_root.all.hero.ready6 == false)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
} else if ((_root.all.hero._x < _x) and (_root.all.hero.ready6 == false)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
if ((_root.all.hero._y < _y) and (_root.all.hero.ready6 == false)) {
this._y = this._y - 7;
} else if ((_root.all.hero._y > _y) and (_root.all.hero.ready6 == false)) {
this._y = this._y + 7;
}
}
}
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 527 MovieClip "wallLeft" in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
this.swapDepths((this._y * 1000) + this._x);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 528 MovieClip "wallRight" in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
this.swapDepths((this._y * 1000) + this._x);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 529 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 529 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 308 MovieClip "stick" in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.all.hero.ooo == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.hitTest(this.canPICK)) and Key.isDown(65)) and (_root.all.hero.ready4 == false)) and _root.all.hero.THING.hitTest(this)) {
_root.all.hero.THING.gotoAndStop(2);
_root.all.hero.gotoAndPlay(104);
} else if (((_root.all.hero._x > _x) and (_root.all.hero.ready2 == true)) and (_root.all.hero.ooo == false)) {
_x = (_x + 15);
}
if (((_root.all.hero._x < _x) and (_root.all.hero.ready2 == true)) and (_root.all.hero.ooo == false)) {
_x = (_x - 15);
}
if (((_root.all.hero._y < (_y - 10)) and (_root.all.hero.ready2 == true)) and (_root.all.hero.ooo == false)) {
_y = (_y - 7);
}
if (((_root.all.hero._y > (_y - 10)) and (_root.all.hero.ready2 == true)) and (_root.all.hero.ooo == false)) {
_y = (_y + 7);
}
}
Instance of Symbol 529 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.die < 6) {
this.gotoAndStop(130);
} else if ((_root.die >= 6) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 529 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 529 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 50);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 15);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.v1.hitTest(this)) {
this._visible = false;
} else if (_root.all.v2.hitTest(this)) {
this._visible = false;
} else if (_root.all.p2.hitTest(this)) {
this._visible = true;
} else if (_root.all.p1.hitTest(this)) {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 50);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 15);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.die < 1) {
this.gotoAndStop(130);
} else if ((_root.die >= 1) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 50);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 15);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.die < 1) {
this.gotoAndStop(130);
} else if ((_root.die >= 1) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 50);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 15);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.die < 1) {
this.gotoAndStop(130);
} else if ((_root.die >= 1) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 50);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 15);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.die < 1) {
this.gotoAndStop(130);
} else if ((_root.die >= 1) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 50);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 15);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.die < 5) {
this.gotoAndStop(130);
} else if ((_root.die >= 5) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 50);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 15);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.die < 5) {
this.gotoAndStop(130);
} else if ((_root.die >= 5) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 50);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 15);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.die < 5) {
this.gotoAndStop(130);
} else if ((_root.die >= 5) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 529 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 529 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 529 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 403 MovieClip "box" in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.HIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if ((((((_root.all.hero.ready == true) and _root.all.hero.HIT.hitTest(this.HIT)) and Key.isDown(65)) and (_root.all.hero.ready2 == false)) and (_root.all.hero.ready5 == false)) and _root.all.hero.THING.hitTest(this)) {
_root.all.hero.THING.gotoAndStop(2);
_root.all.hero.gotoAndPlay(136);
} else if ((_root.all.hero._x > _x) and (_root.all.hero.ready4 == true)) {
_x = (_x + 15);
}
if ((_root.all.hero._x < _x) and (_root.all.hero.ready4 == true)) {
_x = (_x - 15);
}
if ((_root.all.hero._y < _y) and (_root.all.hero.ready4 == true)) {
_y = (_y - 7);
}
if ((_root.all.hero._y > _y) and (_root.all.hero.ready4 == true)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(88) and (_root.all.hero.ready4 == true)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready4 == false) and (this.boxins == true)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.drop == true) and (this.boxins == true)) {
this.gotoAndPlay(23);
}
}
Instance of Symbol 603 MovieClip "end" in Symbol 714 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 393 MovieClip "hero" in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((Key.isDown(90) and (this.ready == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(2);
} else if ((((Key.isDown(90) and (this.ready7 == true)) and (this.shoot == true)) and (_root.bullets.canshoot == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(129);
} else if ((((Key.isDown(90) and (this.readyy == true)) and (this.ready5 == false)) and (this.ready7 == false)) and ((!this.dead) == true)) {
this.gotoAndPlay(114);
} else if ((((Key.isDown(90) and (this.ready4 == true)) and (this.ready5 == false)) and (this.ready7 == false)) and ((!this.dead) == true)) {
this.gotoAndStop(141);
} else if (((((_root.all.hero.ready2 == true) and Key.isDown(88)) and (this.ready5 == false)) and (this.ready7 == false)) and ((!this.dead) == true)) {
_root.all.stick.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(88) and (this.ready2 == true)) and (this.canthrow == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(100);
} else if ((Key.isDown(88) and (this.ready4 == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(143);
} else if ((Key.isDown(88) and (this.ready5 == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(160);
} else if ((Key.isDown(88) and (this.ready == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(31);
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(90) and (this.jumped.readyOnAir == true)) and ((!this.dead) == true)) {
this.jumped.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if ((this.legsbusy == true) and ((!this.dead) == true)) {
speed = 0;
} else if ((_root.nogas == true) and ((!this.dead) == true)) {
speed = 0;
} else if (((_root.wallL == true) and Key.isDown(37)) and ((!this.dead) == true)) {
speed = 0;
} else if (((_root.wallR == true) and Key.isDown(39)) and ((!this.dead) == true)) {
speed = 0;
} else if ((this.legsbusy2 == true) and ((!this.dead) == true)) {
speed = 3;
} else if ((_root.speed10 == true) and ((!this.dead) == true)) {
speed = 10;
} else if ((_root.speed20 == true) and ((!this.dead) == true)) {
speed = 13;
} else {
speed = 5;
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((this.legsbusy == true) and ((!this.dead) == true)) {
speed2 = 0;
} else if ((_root.nogas == true) and ((!this.dead) == true)) {
speed2 = 0;
} else if (((_root.wallL == true) and Key.isDown(37)) and ((!this.dead) == true)) {
speed2 = 0;
} else if (((_root.wallR == true) and Key.isDown(39)) and ((!this.dead) == true)) {
speed2 = 0;
} else if ((this.legsbusy2 == true) and ((!this.dead) == true)) {
speed2 = 1.5;
} else {
speed2 = 2;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if ((!this.dead) == true) {
this._xscale = 100;
_root.bg._x = _root.bg._x - (Key.isDown(39) * speed);
_root.bg2._x = _root.bg2._x - (Key.isDown(39) * speed2);
_root.all._x = _root.all._x - (Key.isDown(39) * speed);
_root.all.hero._x = _root.all.hero._x + (Key.isDown(39) * speed);
_root.all.p1._x = _root.all.p1._x + (Key.isDown(39) * speed);
_root.all.p2._x = _root.all.p2._x + (Key.isDown(39) * speed);
_root.all.v1._x = _root.all.v1._x + (Key.isDown(39) * speed);
_root.all.v2._x = _root.all.v2._x + (Key.isDown(39) * speed);
this.legs.gotoAndStop(2);
}
} else if (Key.isDown(37)) {
if ((!this.dead) == true) {
this._xscale = -100;
_root.bg._x = _root.bg._x + (Key.isDown(37) * speed);
_root.bg2._x = _root.bg2._x + (Key.isDown(37) * speed2);
_root.all._x = _root.all._x + (Key.isDown(37) * speed);
_root.all.hero._x = _root.all.hero._x - (Key.isDown(37) * speed);
_root.all.p1._x = _root.all.p1._x - (Key.isDown(37) * speed);
_root.all.p2._x = _root.all.p2._x - (Key.isDown(37) * speed);
_root.all.v1._x = _root.all.v1._x - (Key.isDown(37) * speed);
_root.all.v2._x = _root.all.v2._x - (Key.isDown(37) * speed);
this.legs.gotoAndStop(2);
}
} else if (Key.isDown(38)) {
this.legs.gotoAndStop(2);
} else if (Key.isDown(40)) {
this.legs.gotoAndStop(2);
} else {
this.legs.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.upno.hitTest(this.HITwalls)) {
_y = (_y + (Key.isDown(38) * speedup));
}
}
onClipEvent (enterFrame) {
if (_root.downno.hitTest(this.HITwalls)) {
_y = (_y - (Key.isDown(40) * speedup));
}
}
onClipEvent (enterFrame) {
if (this.legsbusy == true) {
speedup = 0;
} else if (_root.nogas == true) {
speedup = 0;
} else if ((_root.wallL == true) and Key.isDown(37)) {
speedup = 0;
} else if ((_root.wallL == true) and Key.isDown(38)) {
speedup = 0;
} else if ((_root.wallL == true) and Key.isDown(40)) {
speedup = 0;
} else if ((_root.wallR == true) and Key.isDown(39)) {
speedup = 0;
} else if ((_root.wallR == true) and Key.isDown(38)) {
speedup = 0;
} else if ((_root.wallR == true) and Key.isDown(40)) {
speedup = 0;
} else if (this.legsbusy2 == true) {
speedup = 2;
} else {
speedup = 4;
}
}
onClipEvent (enterFrame) {
if ((!this.dead) == true) {
_y = (_y + (Key.isDown(40) * speedup));
_y = (_y - (Key.isDown(38) * speedup));
}
}
onClipEvent (enterFrame) {
if (Key.isDown(67) and (this.ready4 == true)) {
} else if ((Key.isDown(67) and (this.ready == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(16);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(88) and (this.jumped.readyOnAir == true)) {
this.jumped.gotoAndStop(3);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (((this.throwHell == true) and Key.isDown(90)) and (_root.all.stick.fly == false)) {
this.gotoAndPlay(114);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.show._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.show._xscale = 100;
}
}
Symbol 714 MovieClip Frame 2
stop();
Instance of Symbol 520 MovieClip "fEnemy" in Symbol 714 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((_root.all.hero._x > _x) and (_root.all.hero.ready6 == false)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
} else if ((_root.all.hero._x < _x) and (_root.all.hero.ready6 == false)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
if ((_root.all.hero._y < _y) and (_root.all.hero.ready6 == false)) {
this._y = this._y - 7;
} else if ((_root.all.hero._y > _y) and (_root.all.hero.ready6 == false)) {
this._y = this._y + 7;
}
}
}
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 527 MovieClip "wallLeft" in Symbol 714 MovieClip Frame 2
onClipEvent (enterFrame) {
this.swapDepths((this._y * 1000) + this._x);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 528 MovieClip "wallRight" in Symbol 714 MovieClip Frame 2
onClipEvent (enterFrame) {
this.swapDepths((this._y * 1000) + this._x);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 308 MovieClip "stick" in Symbol 714 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.all.hero.ooo == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.hitTest(this.canPICK)) and Key.isDown(65)) and (_root.all.hero.ready4 == false)) and _root.all.hero.THING.hitTest(this)) {
_root.all.hero.THING.gotoAndStop(2);
_root.all.hero.gotoAndPlay(104);
} else if (((_root.all.hero._x > _x) and (_root.all.hero.ready2 == true)) and (_root.all.hero.ooo == false)) {
_x = (_x + 15);
}
if (((_root.all.hero._x < _x) and (_root.all.hero.ready2 == true)) and (_root.all.hero.ooo == false)) {
_x = (_x - 15);
}
if (((_root.all.hero._y < (_y - 10)) and (_root.all.hero.ready2 == true)) and (_root.all.hero.ooo == false)) {
_y = (_y - 7);
}
if (((_root.all.hero._y > (_y - 10)) and (_root.all.hero.ready2 == true)) and (_root.all.hero.ooo == false)) {
_y = (_y + 7);
}
}
Instance of Symbol 529 MovieClip in Symbol 714 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.die < 6) {
this.gotoAndStop(130);
} else if ((_root.die >= 6) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 50);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 15);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.v1.hitTest(this)) {
this._visible = false;
} else if (_root.all.v2.hitTest(this)) {
this._visible = false;
} else if (_root.all.p2.hitTest(this)) {
this._visible = true;
} else if (_root.all.p1.hitTest(this)) {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 50);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 15);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.die < 6) {
this.gotoAndStop(130);
} else if ((_root.die >= 6) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 50);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 15);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.v1.hitTest(this)) {
this._visible = false;
} else if (_root.all.v2.hitTest(this)) {
this._visible = false;
} else if (_root.all.p2.hitTest(this)) {
this._visible = true;
} else if (_root.all.p1.hitTest(this)) {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 50);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 15);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.v1.hitTest(this)) {
this._visible = false;
} else if (_root.all.v2.hitTest(this)) {
this._visible = false;
} else if (_root.all.p2.hitTest(this)) {
this._visible = true;
} else if (_root.all.p1.hitTest(this)) {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 50);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 15);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.v1.hitTest(this)) {
this._visible = false;
} else if (_root.all.v2.hitTest(this)) {
this._visible = false;
} else if (_root.all.p2.hitTest(this)) {
this._visible = true;
} else if (_root.all.p1.hitTest(this)) {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 50);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 15);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.v1.hitTest(this)) {
this._visible = false;
} else if (_root.all.v2.hitTest(this)) {
this._visible = false;
} else if (_root.all.p2.hitTest(this)) {
this._visible = true;
} else if (_root.all.p1.hitTest(this)) {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 50);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 15);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.die < 6) {
this.gotoAndStop(130);
} else if ((_root.die >= 6) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 50);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 15);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.die < 6) {
this.gotoAndStop(130);
} else if ((_root.die >= 6) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 50);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 15);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.die < 6) {
this.gotoAndStop(130);
} else if ((_root.die >= 6) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 50);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 15);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.v1.hitTest(this)) {
this._visible = false;
} else if (_root.all.v2.hitTest(this)) {
this._visible = false;
} else if (_root.all.p2.hitTest(this)) {
this._visible = true;
} else if (_root.all.p1.hitTest(this)) {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 50);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 15);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.v1.hitTest(this)) {
this._visible = false;
} else if (_root.all.v2.hitTest(this)) {
this._visible = false;
} else if (_root.all.p2.hitTest(this)) {
this._visible = true;
} else if (_root.all.p1.hitTest(this)) {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 50);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 15);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.v1.hitTest(this)) {
this._visible = false;
} else if (_root.all.v2.hitTest(this)) {
this._visible = false;
} else if (_root.all.p2.hitTest(this)) {
this._visible = true;
} else if (_root.all.p1.hitTest(this)) {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 603 MovieClip "end" in Symbol 714 MovieClip Frame 2
onClipEvent (load) {
this._visible = false;
}
Symbol 714 MovieClip Frame 3
stop();
Instance of Symbol 520 MovieClip "fEnemy" in Symbol 714 MovieClip Frame 3
onClipEvent (enterFrame) {
if ((_root.all.hero._x > _x) and (_root.all.hero.ready6 == false)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
} else if ((_root.all.hero._x < _x) and (_root.all.hero.ready6 == false)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
if ((_root.all.hero._y < _y) and (_root.all.hero.ready6 == false)) {
this._y = this._y - 7;
} else if ((_root.all.hero._y > _y) and (_root.all.hero.ready6 == false)) {
this._y = this._y + 7;
}
}
}
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 527 MovieClip "wallLeft" in Symbol 714 MovieClip Frame 3
onClipEvent (enterFrame) {
this.swapDepths((this._y * 1000) + this._x);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 528 MovieClip "wallRight" in Symbol 714 MovieClip Frame 3
onClipEvent (enterFrame) {
this.swapDepths((this._y * 1000) + this._x);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 308 MovieClip "stick" in Symbol 714 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.all.hero.ooo == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.hitTest(this.canPICK)) and Key.isDown(65)) and (_root.all.hero.ready4 == false)) and _root.all.hero.THING.hitTest(this)) {
_root.all.hero.THING.gotoAndStop(2);
_root.all.hero.gotoAndPlay(104);
} else if (((_root.all.hero._x > _x) and (_root.all.hero.ready2 == true)) and (_root.all.hero.ooo == false)) {
_x = (_x + 15);
}
if (((_root.all.hero._x < _x) and (_root.all.hero.ready2 == true)) and (_root.all.hero.ooo == false)) {
_x = (_x - 15);
}
if (((_root.all.hero._y < (_y - 10)) and (_root.all.hero.ready2 == true)) and (_root.all.hero.ooo == false)) {
_y = (_y - 7);
}
if (((_root.all.hero._y > (_y - 10)) and (_root.all.hero.ready2 == true)) and (_root.all.hero.ooo == false)) {
_y = (_y + 7);
}
}
Instance of Symbol 529 MovieClip in Symbol 714 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.die < 6) {
this.gotoAndStop(130);
} else if ((_root.die >= 6) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 3
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 50);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 15);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.v1.hitTest(this)) {
this._visible = false;
} else if (_root.all.v2.hitTest(this)) {
this._visible = false;
} else if (_root.all.p2.hitTest(this)) {
this._visible = true;
} else if (_root.all.p1.hitTest(this)) {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 3
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 3
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.die < 9) {
this.gotoAndStop(130);
} else if ((_root.die >= 9) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 3
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.die < 9) {
this.gotoAndStop(130);
} else if ((_root.die >= 9) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 3
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.die < 9) {
this.gotoAndStop(130);
} else if ((_root.die >= 9) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 403 MovieClip "box" in Symbol 714 MovieClip Frame 3
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.HIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if ((((((_root.all.hero.ready == true) and _root.all.hero.HIT.hitTest(this.HIT)) and Key.isDown(65)) and (_root.all.hero.ready2 == false)) and (_root.all.hero.ready5 == false)) and _root.all.hero.THING.hitTest(this)) {
_root.all.hero.THING.gotoAndStop(2);
_root.all.hero.gotoAndPlay(136);
} else if ((_root.all.hero._x > _x) and (_root.all.hero.ready4 == true)) {
_x = (_x + 15);
}
if ((_root.all.hero._x < _x) and (_root.all.hero.ready4 == true)) {
_x = (_x - 15);
}
if ((_root.all.hero._y < _y) and (_root.all.hero.ready4 == true)) {
_y = (_y - 7);
}
if ((_root.all.hero._y > _y) and (_root.all.hero.ready4 == true)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(88) and (_root.all.hero.ready4 == true)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready4 == false) and (this.boxins == true)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.drop == true) and (this.boxins == true)) {
this.gotoAndPlay(23);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 3
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 50);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 15);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.v1.hitTest(this)) {
this._visible = false;
} else if (_root.all.v2.hitTest(this)) {
this._visible = false;
} else if (_root.all.p2.hitTest(this)) {
this._visible = true;
} else if (_root.all.p1.hitTest(this)) {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 3
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 50);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 15);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.v1.hitTest(this)) {
this._visible = false;
} else if (_root.all.v2.hitTest(this)) {
this._visible = false;
} else if (_root.all.p2.hitTest(this)) {
this._visible = true;
} else if (_root.all.p1.hitTest(this)) {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 3
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 50);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 15);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.v1.hitTest(this)) {
this._visible = false;
} else if (_root.all.v2.hitTest(this)) {
this._visible = false;
} else if (_root.all.p2.hitTest(this)) {
this._visible = true;
} else if (_root.all.p1.hitTest(this)) {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 3
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 50);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 15);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.v1.hitTest(this)) {
this._visible = false;
} else if (_root.all.v2.hitTest(this)) {
this._visible = false;
} else if (_root.all.p2.hitTest(this)) {
this._visible = true;
} else if (_root.all.p1.hitTest(this)) {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 3
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 50);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 15);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.v1.hitTest(this)) {
this._visible = false;
} else if (_root.all.v2.hitTest(this)) {
this._visible = false;
} else if (_root.all.p2.hitTest(this)) {
this._visible = true;
} else if (_root.all.p1.hitTest(this)) {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 3
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 50);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 15);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.v1.hitTest(this)) {
this._visible = false;
} else if (_root.all.v2.hitTest(this)) {
this._visible = false;
} else if (_root.all.p2.hitTest(this)) {
this._visible = true;
} else if (_root.all.p1.hitTest(this)) {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 3
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 50);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 15);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.v1.hitTest(this)) {
this._visible = false;
} else if (_root.all.v2.hitTest(this)) {
this._visible = false;
} else if (_root.all.p2.hitTest(this)) {
this._visible = true;
} else if (_root.all.p1.hitTest(this)) {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 10);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 393 MovieClip "hero" in Symbol 714 MovieClip Frame 3
onClipEvent (enterFrame) {
if ((Key.isDown(90) and (this.ready == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(2);
} else if ((((Key.isDown(90) and (this.ready7 == true)) and (this.shoot == true)) and (_root.bullets.canshoot == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(129);
} else if ((((Key.isDown(90) and (this.readyy == true)) and (this.ready5 == false)) and (this.ready7 == false)) and ((!this.dead) == true)) {
this.gotoAndPlay(114);
} else if ((((Key.isDown(90) and (this.ready4 == true)) and (this.ready5 == false)) and (this.ready7 == false)) and ((!this.dead) == true)) {
this.gotoAndStop(141);
} else if (((((_root.all.hero.ready2 == true) and Key.isDown(88)) and (this.ready5 == false)) and (this.ready7 == false)) and ((!this.dead) == true)) {
_root.all.stick.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(88) and (this.ready2 == true)) and (this.canthrow == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(100);
} else if ((Key.isDown(88) and (this.ready4 == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(143);
} else if ((Key.isDown(88) and (this.ready5 == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(160);
} else if ((Key.isDown(88) and (this.ready == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(31);
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(90) and (this.jumped.readyOnAir == true)) and ((!this.dead) == true)) {
this.jumped.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if ((this.legsbusy == true) and ((!this.dead) == true)) {
speed = 0;
} else if ((_root.nogas == true) and ((!this.dead) == true)) {
speed = 0;
} else if (((_root.wallL == true) and Key.isDown(37)) and ((!this.dead) == true)) {
speed = 0;
} else if (((_root.wallR == true) and Key.isDown(39)) and ((!this.dead) == true)) {
speed = 0;
} else if ((this.legsbusy2 == true) and ((!this.dead) == true)) {
speed = 3;
} else if ((_root.speed10 == true) and ((!this.dead) == true)) {
speed = 10;
} else if ((_root.speed20 == true) and ((!this.dead) == true)) {
speed = 13;
} else {
speed = 5;
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((this.legsbusy == true) and ((!this.dead) == true)) {
speed2 = 0;
} else if ((_root.nogas == true) and ((!this.dead) == true)) {
speed2 = 0;
} else if (((_root.wallL == true) and Key.isDown(37)) and ((!this.dead) == true)) {
speed2 = 0;
} else if (((_root.wallR == true) and Key.isDown(39)) and ((!this.dead) == true)) {
speed2 = 0;
} else if ((this.legsbusy2 == true) and ((!this.dead) == true)) {
speed2 = 1.5;
} else {
speed2 = 2;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if ((!this.dead) == true) {
this._xscale = 100;
_root.bg._x = _root.bg._x - (Key.isDown(39) * speed);
_root.bg2._x = _root.bg2._x - (Key.isDown(39) * speed2);
_root.all._x = _root.all._x - (Key.isDown(39) * speed);
_root.all.hero._x = _root.all.hero._x + (Key.isDown(39) * speed);
_root.all.p1._x = _root.all.p1._x + (Key.isDown(39) * speed);
_root.all.p2._x = _root.all.p2._x + (Key.isDown(39) * speed);
_root.all.v1._x = _root.all.v1._x + (Key.isDown(39) * speed);
_root.all.v2._x = _root.all.v2._x + (Key.isDown(39) * speed);
this.legs.gotoAndStop(2);
}
} else if (Key.isDown(37)) {
if ((!this.dead) == true) {
this._xscale = -100;
_root.bg._x = _root.bg._x + (Key.isDown(37) * speed);
_root.bg2._x = _root.bg2._x + (Key.isDown(37) * speed2);
_root.all._x = _root.all._x + (Key.isDown(37) * speed);
_root.all.hero._x = _root.all.hero._x - (Key.isDown(37) * speed);
_root.all.p1._x = _root.all.p1._x - (Key.isDown(37) * speed);
_root.all.p2._x = _root.all.p2._x - (Key.isDown(37) * speed);
_root.all.v1._x = _root.all.v1._x - (Key.isDown(37) * speed);
_root.all.v2._x = _root.all.v2._x - (Key.isDown(37) * speed);
this.legs.gotoAndStop(2);
}
} else if (Key.isDown(38)) {
this.legs.gotoAndStop(2);
} else if (Key.isDown(40)) {
this.legs.gotoAndStop(2);
} else {
this.legs.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.upno.hitTest(this.HITwalls)) {
_y = (_y + (Key.isDown(38) * speedup));
}
}
onClipEvent (enterFrame) {
if (_root.downno.hitTest(this.HITwalls)) {
_y = (_y - (Key.isDown(40) * speedup));
}
}
onClipEvent (enterFrame) {
if (this.legsbusy == true) {
speedup = 0;
} else if (_root.nogas == true) {
speedup = 0;
} else if ((_root.wallL == true) and Key.isDown(37)) {
speedup = 0;
} else if ((_root.wallL == true) and Key.isDown(38)) {
speedup = 0;
} else if ((_root.wallL == true) and Key.isDown(40)) {
speedup = 0;
} else if ((_root.wallR == true) and Key.isDown(39)) {
speedup = 0;
} else if ((_root.wallR == true) and Key.isDown(38)) {
speedup = 0;
} else if ((_root.wallR == true) and Key.isDown(40)) {
speedup = 0;
} else if (this.legsbusy2 == true) {
speedup = 2;
} else {
speedup = 4;
}
}
onClipEvent (enterFrame) {
if ((!this.dead) == true) {
_y = (_y + (Key.isDown(40) * speedup));
_y = (_y - (Key.isDown(38) * speedup));
}
}
onClipEvent (enterFrame) {
if (Key.isDown(67) and (this.ready4 == true)) {
} else if ((Key.isDown(67) and (this.ready == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(16);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(88) and (this.jumped.readyOnAir == true)) {
this.jumped.gotoAndStop(3);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (((this.throwHell == true) and Key.isDown(90)) and (_root.all.stick.fly == false)) {
this.gotoAndPlay(114);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.show._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.show._xscale = 100;
}
}
Instance of Symbol 603 MovieClip "end" in Symbol 714 MovieClip Frame 3
onClipEvent (load) {
this._visible = false;
}
Symbol 714 MovieClip Frame 4
stop();
Instance of Symbol 520 MovieClip "fEnemy" in Symbol 714 MovieClip Frame 4
onClipEvent (enterFrame) {
if ((_root.all.hero._x > _x) and (_root.all.hero.ready6 == false)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
} else if ((_root.all.hero._x < _x) and (_root.all.hero.ready6 == false)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
if ((_root.all.hero._y < _y) and (_root.all.hero.ready6 == false)) {
this._y = this._y - 7;
} else if ((_root.all.hero._y > _y) and (_root.all.hero.ready6 == false)) {
this._y = this._y + 7;
}
}
}
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 527 MovieClip "wallLeft" in Symbol 714 MovieClip Frame 4
onClipEvent (enterFrame) {
this.swapDepths((this._y * 1000) + this._x);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 528 MovieClip "wallRight" in Symbol 714 MovieClip Frame 4
onClipEvent (enterFrame) {
this.swapDepths((this._y * 1000) + this._x);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 308 MovieClip "stick" in Symbol 714 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.all.hero.ooo == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.hitTest(this.canPICK)) and Key.isDown(65)) and (_root.all.hero.ready4 == false)) and _root.all.hero.THING.hitTest(this)) {
_root.all.hero.THING.gotoAndStop(2);
_root.all.hero.gotoAndPlay(104);
} else if (((_root.all.hero._x > _x) and (_root.all.hero.ready2 == true)) and (_root.all.hero.ooo == false)) {
_x = (_x + 15);
}
if (((_root.all.hero._x < _x) and (_root.all.hero.ready2 == true)) and (_root.all.hero.ooo == false)) {
_x = (_x - 15);
}
if (((_root.all.hero._y < (_y - 10)) and (_root.all.hero.ready2 == true)) and (_root.all.hero.ooo == false)) {
_y = (_y - 7);
}
if (((_root.all.hero._y > (_y - 10)) and (_root.all.hero.ready2 == true)) and (_root.all.hero.ooo == false)) {
_y = (_y + 7);
}
}
Instance of Symbol 529 MovieClip in Symbol 714 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.die < 6) {
this.gotoAndStop(130);
} else if ((_root.die >= 6) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 4
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.HP.gotoAndStop(this.HP._currentframe + 5);
this.gotoAndPlay(19);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 403 MovieClip "box" in Symbol 714 MovieClip Frame 4
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.HIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if ((((((_root.all.hero.ready == true) and _root.all.hero.HIT.hitTest(this.HIT)) and Key.isDown(65)) and (_root.all.hero.ready2 == false)) and (_root.all.hero.ready5 == false)) and _root.all.hero.THING.hitTest(this)) {
_root.all.hero.THING.gotoAndStop(2);
_root.all.hero.gotoAndPlay(136);
} else if ((_root.all.hero._x > _x) and (_root.all.hero.ready4 == true)) {
_x = (_x + 15);
}
if ((_root.all.hero._x < _x) and (_root.all.hero.ready4 == true)) {
_x = (_x - 15);
}
if ((_root.all.hero._y < _y) and (_root.all.hero.ready4 == true)) {
_y = (_y - 7);
}
if ((_root.all.hero._y > _y) and (_root.all.hero.ready4 == true)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(88) and (_root.all.hero.ready4 == true)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready4 == false) and (this.boxins == true)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.drop == true) and (this.boxins == true)) {
this.gotoAndPlay(23);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 4
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.die < 7) {
this.gotoAndStop(130);
} else if ((_root.die >= 7) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 4
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.die < 7) {
this.gotoAndStop(130);
} else if ((_root.die >= 7) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 4
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.die < 7) {
this.gotoAndStop(130);
} else if ((_root.die >= 7) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 4
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.HP.gotoAndStop(this.HP._currentframe + 5);
this.gotoAndPlay(19);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.die < 7) {
this.gotoAndStop(130);
} else if ((_root.die >= 7) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 4
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.die < 7) {
this.gotoAndStop(130);
} else if ((_root.die >= 7) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 4
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.HP.gotoAndStop(this.HP._currentframe + 5);
this.gotoAndPlay(19);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 4
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.HP.gotoAndStop(this.HP._currentframe + 5);
this.gotoAndPlay(19);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 4
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.HP.gotoAndStop(this.HP._currentframe + 5);
this.gotoAndPlay(19);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 4
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.HP.gotoAndStop(this.HP._currentframe + 5);
this.gotoAndPlay(19);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 4
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.HP.gotoAndStop(this.HP._currentframe + 5);
this.gotoAndPlay(19);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 4
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.HP.gotoAndStop(this.HP._currentframe + 5);
this.gotoAndPlay(19);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 393 MovieClip "hero" in Symbol 714 MovieClip Frame 4
onClipEvent (enterFrame) {
if ((Key.isDown(90) and (this.ready == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(2);
} else if ((((Key.isDown(90) and (this.ready7 == true)) and (this.shoot == true)) and (_root.bullets.canshoot == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(129);
} else if ((((Key.isDown(90) and (this.readyy == true)) and (this.ready5 == false)) and (this.ready7 == false)) and ((!this.dead) == true)) {
this.gotoAndPlay(114);
} else if ((((Key.isDown(90) and (this.ready4 == true)) and (this.ready5 == false)) and (this.ready7 == false)) and ((!this.dead) == true)) {
this.gotoAndStop(141);
} else if (((((_root.all.hero.ready2 == true) and Key.isDown(88)) and (this.ready5 == false)) and (this.ready7 == false)) and ((!this.dead) == true)) {
_root.all.stick.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(88) and (this.ready2 == true)) and (this.canthrow == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(100);
} else if ((Key.isDown(88) and (this.ready4 == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(143);
} else if ((Key.isDown(88) and (this.ready5 == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(160);
} else if ((Key.isDown(88) and (this.ready == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(31);
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(90) and (this.jumped.readyOnAir == true)) and ((!this.dead) == true)) {
this.jumped.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if ((this.legsbusy == true) and ((!this.dead) == true)) {
speed = 0;
} else if ((_root.nogas == true) and ((!this.dead) == true)) {
speed = 0;
} else if (((_root.wallL == true) and Key.isDown(37)) and ((!this.dead) == true)) {
speed = 0;
} else if (((_root.wallR == true) and Key.isDown(39)) and ((!this.dead) == true)) {
speed = 0;
} else if ((this.legsbusy2 == true) and ((!this.dead) == true)) {
speed = 3;
} else if ((_root.speed10 == true) and ((!this.dead) == true)) {
speed = 10;
} else if ((_root.speed20 == true) and ((!this.dead) == true)) {
speed = 13;
} else {
speed = 5;
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((this.legsbusy == true) and ((!this.dead) == true)) {
speed2 = 0;
} else if ((_root.nogas == true) and ((!this.dead) == true)) {
speed2 = 0;
} else if (((_root.wallL == true) and Key.isDown(37)) and ((!this.dead) == true)) {
speed2 = 0;
} else if (((_root.wallR == true) and Key.isDown(39)) and ((!this.dead) == true)) {
speed2 = 0;
} else if ((this.legsbusy2 == true) and ((!this.dead) == true)) {
speed2 = 1.5;
} else {
speed2 = 2;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if ((!this.dead) == true) {
this._xscale = 100;
_root.bg._x = _root.bg._x - (Key.isDown(39) * speed);
_root.bg2._x = _root.bg2._x - (Key.isDown(39) * speed2);
_root.all._x = _root.all._x - (Key.isDown(39) * speed);
_root.all.hero._x = _root.all.hero._x + (Key.isDown(39) * speed);
_root.all.p1._x = _root.all.p1._x + (Key.isDown(39) * speed);
_root.all.p2._x = _root.all.p2._x + (Key.isDown(39) * speed);
_root.all.v1._x = _root.all.v1._x + (Key.isDown(39) * speed);
_root.all.v2._x = _root.all.v2._x + (Key.isDown(39) * speed);
this.legs.gotoAndStop(2);
}
} else if (Key.isDown(37)) {
if ((!this.dead) == true) {
this._xscale = -100;
_root.bg._x = _root.bg._x + (Key.isDown(37) * speed);
_root.bg2._x = _root.bg2._x + (Key.isDown(37) * speed2);
_root.all._x = _root.all._x + (Key.isDown(37) * speed);
_root.all.hero._x = _root.all.hero._x - (Key.isDown(37) * speed);
_root.all.p1._x = _root.all.p1._x - (Key.isDown(37) * speed);
_root.all.p2._x = _root.all.p2._x - (Key.isDown(37) * speed);
_root.all.v1._x = _root.all.v1._x - (Key.isDown(37) * speed);
_root.all.v2._x = _root.all.v2._x - (Key.isDown(37) * speed);
this.legs.gotoAndStop(2);
}
} else if (Key.isDown(38)) {
this.legs.gotoAndStop(2);
} else if (Key.isDown(40)) {
this.legs.gotoAndStop(2);
} else {
this.legs.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.upno.hitTest(this.HITwalls)) {
_y = (_y + (Key.isDown(38) * speedup));
}
}
onClipEvent (enterFrame) {
if (_root.downno.hitTest(this.HITwalls)) {
_y = (_y - (Key.isDown(40) * speedup));
}
}
onClipEvent (enterFrame) {
if (this.legsbusy == true) {
speedup = 0;
} else if (_root.nogas == true) {
speedup = 0;
} else if ((_root.wallL == true) and Key.isDown(37)) {
speedup = 0;
} else if ((_root.wallL == true) and Key.isDown(38)) {
speedup = 0;
} else if ((_root.wallL == true) and Key.isDown(40)) {
speedup = 0;
} else if ((_root.wallR == true) and Key.isDown(39)) {
speedup = 0;
} else if ((_root.wallR == true) and Key.isDown(38)) {
speedup = 0;
} else if ((_root.wallR == true) and Key.isDown(40)) {
speedup = 0;
} else if (this.legsbusy2 == true) {
speedup = 2;
} else {
speedup = 4;
}
}
onClipEvent (enterFrame) {
if ((!this.dead) == true) {
_y = (_y + (Key.isDown(40) * speedup));
_y = (_y - (Key.isDown(38) * speedup));
}
}
onClipEvent (enterFrame) {
if (Key.isDown(67) and (this.ready4 == true)) {
} else if ((Key.isDown(67) and (this.ready == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(16);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(88) and (this.jumped.readyOnAir == true)) {
this.jumped.gotoAndStop(3);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (((this.throwHell == true) and Key.isDown(90)) and (_root.all.stick.fly == false)) {
this.gotoAndPlay(114);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.show._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.show._xscale = 100;
}
}
Instance of Symbol 603 MovieClip "end" in Symbol 714 MovieClip Frame 4
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 634 MovieClip "gun" in Symbol 714 MovieClip Frame 4
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if ((((((_root.all.hero.ready == true) and _root.all.hero.HIT.hitTest(this.HIT)) and Key.isDown(65)) and (_root.all.hero.ready2 == false)) and (_root.all.hero.ready5 == false)) and _root.all.hero.THING.hitTest(this)) {
_root.all.hero.THING.gotoAndStop(2);
_root.all.hero.gotoAndPlay(169);
} else if (((_root.all.hero._x > _x) and (_root.all.hero.ready7 == true)) and (this.follow == true)) {
_x = (_x + 15);
}
if (((_root.all.hero._x < _x) and (_root.all.hero.ready7 == true)) and (this.follow == true)) {
_x = (_x - 15);
}
if (((_root.all.hero._y < _y) and (_root.all.hero.ready7 == true)) and (this.follow == true)) {
_y = (_y - 7);
}
if (((_root.all.hero._y > _y) and (_root.all.hero.ready7 == true)) and (this.follow == true)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(88) and (_root.all.hero.ready7 == true)) {
this.gotoAndPlay(35);
_root.all.hero.gotoAndPlay(174);
}
}
Symbol 714 MovieClip Frame 5
stop();
Instance of Symbol 520 MovieClip "fEnemy" in Symbol 714 MovieClip Frame 5
onClipEvent (enterFrame) {
if ((_root.all.hero._x > _x) and (_root.all.hero.ready6 == false)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
} else if ((_root.all.hero._x < _x) and (_root.all.hero.ready6 == false)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
if ((_root.all.hero._y < _y) and (_root.all.hero.ready6 == false)) {
this._y = this._y - 7;
} else if ((_root.all.hero._y > _y) and (_root.all.hero.ready6 == false)) {
this._y = this._y + 7;
}
}
}
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 527 MovieClip "wallLeft" in Symbol 714 MovieClip Frame 5
onClipEvent (enterFrame) {
this.swapDepths((this._y * 1000) + this._x);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 528 MovieClip "wallRight" in Symbol 714 MovieClip Frame 5
onClipEvent (enterFrame) {
this.swapDepths((this._y * 1000) + this._x);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 648 MovieClip in Symbol 714 MovieClip Frame 5
onClipEvent (load) {
_root.all.hero.gotoAndStop(317);
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 1000) + this._x);
}
Instance of Symbol 308 MovieClip "stick" in Symbol 714 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.all.hero.ooo == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.hitTest(this.canPICK)) and Key.isDown(65)) and (_root.all.hero.ready4 == false)) and _root.all.hero.THING.hitTest(this)) {
_root.all.hero.THING.gotoAndStop(2);
_root.all.hero.gotoAndPlay(104);
} else if (((_root.all.hero._x > _x) and (_root.all.hero.ready2 == true)) and (_root.all.hero.ooo == false)) {
_x = (_x + 15);
}
if (((_root.all.hero._x < _x) and (_root.all.hero.ready2 == true)) and (_root.all.hero.ooo == false)) {
_x = (_x - 15);
}
if (((_root.all.hero._y < (_y - 10)) and (_root.all.hero.ready2 == true)) and (_root.all.hero.ooo == false)) {
_y = (_y - 7);
}
if (((_root.all.hero._y > (_y - 10)) and (_root.all.hero.ready2 == true)) and (_root.all.hero.ooo == false)) {
_y = (_y + 7);
}
}
Instance of Symbol 529 MovieClip in Symbol 714 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.die < 6) {
this.gotoAndStop(130);
} else if ((_root.die >= 6) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 5
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 403 MovieClip "box" in Symbol 714 MovieClip Frame 5
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.HIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if ((((((_root.all.hero.ready == true) and _root.all.hero.HIT.hitTest(this.HIT)) and Key.isDown(65)) and (_root.all.hero.ready2 == false)) and (_root.all.hero.ready5 == false)) and _root.all.hero.THING.hitTest(this)) {
_root.all.hero.THING.gotoAndStop(2);
_root.all.hero.gotoAndPlay(136);
} else if ((_root.all.hero._x > _x) and (_root.all.hero.ready4 == true)) {
_x = (_x + 15);
}
if ((_root.all.hero._x < _x) and (_root.all.hero.ready4 == true)) {
_x = (_x - 15);
}
if ((_root.all.hero._y < _y) and (_root.all.hero.ready4 == true)) {
_y = (_y - 7);
}
if ((_root.all.hero._y > _y) and (_root.all.hero.ready4 == true)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(88) and (_root.all.hero.ready4 == true)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready4 == false) and (this.boxins == true)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.drop == true) and (this.boxins == true)) {
this.gotoAndPlay(23);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 5
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.HP.gotoAndStop(this.HP._currentframe + 5);
this.gotoAndPlay(19);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 5
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.die < 5) {
this.gotoAndStop(130);
} else if ((_root.die >= 7) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 5
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 600 MovieClip in Symbol 714 MovieClip Frame 5
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root._x > 300) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 5
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.HP.gotoAndStop(this.HP._currentframe + 5);
this.gotoAndPlay(19);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 5
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.HP.gotoAndStop(this.HP._currentframe + 5);
this.gotoAndPlay(19);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 5
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.HP.gotoAndStop(this.HP._currentframe + 5);
this.gotoAndPlay(19);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 5
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.HP.gotoAndStop(this.HP._currentframe + 5);
this.gotoAndPlay(19);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 393 MovieClip "hero" in Symbol 714 MovieClip Frame 5
onClipEvent (enterFrame) {
if ((Key.isDown(90) and (this.ready == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(2);
} else if ((((Key.isDown(90) and (this.ready7 == true)) and (this.shoot == true)) and (_root.bullets.canshoot == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(129);
} else if ((((Key.isDown(90) and (this.readyy == true)) and (this.ready5 == false)) and (this.ready7 == false)) and ((!this.dead) == true)) {
this.gotoAndPlay(114);
} else if ((((Key.isDown(90) and (this.ready4 == true)) and (this.ready5 == false)) and (this.ready7 == false)) and ((!this.dead) == true)) {
this.gotoAndStop(141);
} else if (((((_root.all.hero.ready2 == true) and Key.isDown(88)) and (this.ready5 == false)) and (this.ready7 == false)) and ((!this.dead) == true)) {
_root.all.stick.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(88) and (this.ready2 == true)) and (this.canthrow == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(100);
} else if ((Key.isDown(88) and (this.ready4 == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(143);
} else if ((Key.isDown(88) and (this.ready5 == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(160);
} else if ((Key.isDown(88) and (this.ready == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(31);
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(90) and (this.jumped.readyOnAir == true)) and ((!this.dead) == true)) {
this.jumped.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if ((this.legsbusy == true) and ((!this.dead) == true)) {
speed = 0;
} else if ((_root.nogas == true) and ((!this.dead) == true)) {
speed = 0;
} else if (((_root.wallL == true) and Key.isDown(37)) and ((!this.dead) == true)) {
speed = 0;
} else if (((_root.wallR == true) and Key.isDown(39)) and ((!this.dead) == true)) {
speed = 0;
} else if ((this.legsbusy2 == true) and ((!this.dead) == true)) {
speed = 3;
} else if ((_root.speed10 == true) and ((!this.dead) == true)) {
speed = 10;
} else if ((_root.speed20 == true) and ((!this.dead) == true)) {
speed = 13;
} else {
speed = 5;
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((this.legsbusy == true) and ((!this.dead) == true)) {
speed2 = 0;
} else if ((_root.nogas == true) and ((!this.dead) == true)) {
speed2 = 0;
} else if (((_root.wallL == true) and Key.isDown(37)) and ((!this.dead) == true)) {
speed2 = 0;
} else if (((_root.wallR == true) and Key.isDown(39)) and ((!this.dead) == true)) {
speed2 = 0;
} else if ((this.legsbusy2 == true) and ((!this.dead) == true)) {
speed2 = 1.5;
} else {
speed2 = 2;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if ((!this.dead) == true) {
this._xscale = 100;
_root.bg._x = _root.bg._x - (Key.isDown(39) * speed);
_root.bg2._x = _root.bg2._x - (Key.isDown(39) * speed2);
_root.all._x = _root.all._x - (Key.isDown(39) * speed);
_root.all.hero._x = _root.all.hero._x + (Key.isDown(39) * speed);
_root.all.p1._x = _root.all.p1._x + (Key.isDown(39) * speed);
_root.all.p2._x = _root.all.p2._x + (Key.isDown(39) * speed);
_root.all.v1._x = _root.all.v1._x + (Key.isDown(39) * speed);
_root.all.v2._x = _root.all.v2._x + (Key.isDown(39) * speed);
this.legs.gotoAndStop(2);
}
} else if (Key.isDown(37)) {
if ((!this.dead) == true) {
this._xscale = -100;
_root.bg._x = _root.bg._x + (Key.isDown(37) * speed);
_root.bg2._x = _root.bg2._x + (Key.isDown(37) * speed2);
_root.all._x = _root.all._x + (Key.isDown(37) * speed);
_root.all.hero._x = _root.all.hero._x - (Key.isDown(37) * speed);
_root.all.p1._x = _root.all.p1._x - (Key.isDown(37) * speed);
_root.all.p2._x = _root.all.p2._x - (Key.isDown(37) * speed);
_root.all.v1._x = _root.all.v1._x - (Key.isDown(37) * speed);
_root.all.v2._x = _root.all.v2._x - (Key.isDown(37) * speed);
this.legs.gotoAndStop(2);
}
} else if (Key.isDown(38)) {
this.legs.gotoAndStop(2);
} else if (Key.isDown(40)) {
this.legs.gotoAndStop(2);
} else {
this.legs.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.upno.hitTest(this.HITwalls)) {
_y = (_y + (Key.isDown(38) * speedup));
}
}
onClipEvent (enterFrame) {
if (_root.downno.hitTest(this.HITwalls)) {
_y = (_y - (Key.isDown(40) * speedup));
}
}
onClipEvent (enterFrame) {
if (this.legsbusy == true) {
speedup = 0;
} else if (_root.nogas == true) {
speedup = 0;
} else if ((_root.wallL == true) and Key.isDown(37)) {
speedup = 0;
} else if ((_root.wallL == true) and Key.isDown(38)) {
speedup = 0;
} else if ((_root.wallL == true) and Key.isDown(40)) {
speedup = 0;
} else if ((_root.wallR == true) and Key.isDown(39)) {
speedup = 0;
} else if ((_root.wallR == true) and Key.isDown(38)) {
speedup = 0;
} else if ((_root.wallR == true) and Key.isDown(40)) {
speedup = 0;
} else if (this.legsbusy2 == true) {
speedup = 2;
} else {
speedup = 4;
}
}
onClipEvent (enterFrame) {
if ((!this.dead) == true) {
_y = (_y + (Key.isDown(40) * speedup));
_y = (_y - (Key.isDown(38) * speedup));
}
}
onClipEvent (enterFrame) {
if (Key.isDown(67) and (this.ready4 == true)) {
} else if ((Key.isDown(67) and (this.ready == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(16);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(88) and (this.jumped.readyOnAir == true)) {
this.jumped.gotoAndStop(3);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (((this.throwHell == true) and Key.isDown(90)) and (_root.all.stick.fly == false)) {
this.gotoAndPlay(114);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.show._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.show._xscale = 100;
}
}
Instance of Symbol 603 MovieClip "end" in Symbol 714 MovieClip Frame 5
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 184 MovieClip "bike" in Symbol 714 MovieClip Frame 5
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if ((((((_root.all.hero.ready == true) and _root.all.hero.HIT.hitTest(this.HIT)) and Key.isDown(65)) and (_root.all.hero.ready2 == false)) and (_root.all.hero.ready5 == false)) and _root.all.hero.THING.hitTest(this)) {
_root.all.hero.THING.gotoAndStop(2);
_root.all.hero.gotoAndPlay(188);
this.gotoAndStop(36);
} else if ((_root.all.hero._x > _x) and (_root.all.hero.ready9 == true)) {
_x = (_x + 15);
}
if ((_root.all.hero._x < _x) and (_root.all.hero.ready9 == true)) {
_x = (_x - 15);
}
if ((_root.all.hero._y < _y) and (_root.all.hero.ready9 == true)) {
_y = (_y - 7);
}
if ((_root.all.hero._y > _y) and (_root.all.hero.ready9 == true)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready9 == true) and Key.isDown(88)) {
this.gotoAndPlay(2);
_root.all.hero.gotoAndPlay(16);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ooo == true) {
this.gotoAndStop(1);
}
}
Symbol 714 MovieClip Frame 6
stop();
Instance of Symbol 520 MovieClip "fEnemy" in Symbol 714 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((_root.all.hero._x > _x) and (_root.all.hero.ready6 == false)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
} else if ((_root.all.hero._x < _x) and (_root.all.hero.ready6 == false)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
if ((_root.all.hero._y < _y) and (_root.all.hero.ready6 == false)) {
this._y = this._y - 7;
} else if ((_root.all.hero._y > _y) and (_root.all.hero.ready6 == false)) {
this._y = this._y + 7;
}
}
}
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 682 MovieClip in Symbol 714 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 7);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 527 MovieClip "wallLeft" in Symbol 714 MovieClip Frame 6
onClipEvent (enterFrame) {
this.swapDepths((this._y * 1000) + this._x);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 528 MovieClip "wallRight" in Symbol 714 MovieClip Frame 6
onClipEvent (enterFrame) {
this.swapDepths((this._y * 1000) + this._x);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 634 MovieClip "gun" in Symbol 714 MovieClip Frame 6
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if ((((((_root.all.hero.ready == true) and _root.all.hero.HIT.hitTest(this.HIT)) and Key.isDown(65)) and (_root.all.hero.ready2 == false)) and (_root.all.hero.ready5 == false)) and _root.all.hero.THING.hitTest(this)) {
_root.all.hero.THING.gotoAndStop(2);
_root.all.hero.gotoAndPlay(169);
} else if (((_root.all.hero._x > _x) and (_root.all.hero.ready7 == true)) and (this.follow == true)) {
_x = (_x + 15);
}
if (((_root.all.hero._x < _x) and (_root.all.hero.ready7 == true)) and (this.follow == true)) {
_x = (_x - 15);
}
if (((_root.all.hero._y < _y) and (_root.all.hero.ready7 == true)) and (this.follow == true)) {
_y = (_y - 7);
}
if (((_root.all.hero._y > _y) and (_root.all.hero.ready7 == true)) and (this.follow == true)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(88) and (_root.all.hero.ready7 == true)) {
this.gotoAndPlay(35);
_root.all.hero.gotoAndPlay(174);
}
}
Instance of Symbol 684 MovieClip in Symbol 714 MovieClip Frame 6
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if ((((((_root.all.hero.ready == true) and _root.all.hero.HIT.hitTest(this)) and Key.isDown(65)) and (_root.all.hero.ready2 == false)) and (_root.all.hero.ready5 == false)) and _root.all.hero.THING.hitTest(this)) {
_root.all.hero.THING.gotoAndStop(2);
_root.all.hero.gotoAndPlay(339);
this.gotoAndStop(2);
} else if ((_root.all.hero._x > _x) and (_root.all.hero.ready10 == true)) {
_x = (_x + 15);
}
if ((_root.all.hero._x < _x) and (_root.all.hero.ready10 == true)) {
_x = (_x - 15);
}
if ((_root.all.hero._y < _y) and (_root.all.hero.ready10 == true)) {
_y = (_y - 7);
}
if ((_root.all.hero._y > _y) and (_root.all.hero.ready10 == true)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ooo == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(88) and (_root.all.hero.ready10 == true)) {
_root.all.hero.gotoAndPlay(346);
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.nogas2 == true) {
_root.all.hero.saw.gotoAndStop(1);
} else if (!Key.isDown(90)) {
_root.all.hero.saw.gotoAndStop(1);
} else if (((_root.all.hero.ready10 == true) and Key.isDown(90)) and (_root.nogas2 == false)) {
_root.all.hero.saw.gotoAndStop(2);
}
}
Instance of Symbol 529 MovieClip in Symbol 714 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.die < 6) {
this.gotoAndStop(130);
} else if ((_root.die >= 6) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 403 MovieClip "box" in Symbol 714 MovieClip Frame 6
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.HIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if ((((((_root.all.hero.ready == true) and _root.all.hero.HIT.hitTest(this.HIT)) and Key.isDown(65)) and (_root.all.hero.ready2 == false)) and (_root.all.hero.ready5 == false)) and _root.all.hero.THING.hitTest(this)) {
_root.all.hero.THING.gotoAndStop(2);
_root.all.hero.gotoAndPlay(136);
} else if ((_root.all.hero._x > _x) and (_root.all.hero.ready4 == true)) {
_x = (_x + 15);
}
if ((_root.all.hero._x < _x) and (_root.all.hero.ready4 == true)) {
_x = (_x - 15);
}
if ((_root.all.hero._y < _y) and (_root.all.hero.ready4 == true)) {
_y = (_y - 7);
}
if ((_root.all.hero._y > _y) and (_root.all.hero.ready4 == true)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(88) and (_root.all.hero.ready4 == true)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready4 == false) and (this.boxins == true)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.drop == true) and (this.boxins == true)) {
this.gotoAndPlay(23);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.HP.gotoAndStop(this.HP._currentframe + 5);
this.gotoAndPlay(19);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.HP.gotoAndStop(this.HP._currentframe + 5);
this.gotoAndPlay(19);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.HP.gotoAndStop(this.HP._currentframe + 5);
this.gotoAndPlay(19);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.HP.gotoAndStop(this.HP._currentframe + 5);
this.gotoAndPlay(19);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.HP.gotoAndStop(this.HP._currentframe + 5);
this.gotoAndPlay(19);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.HP.gotoAndStop(this.HP._currentframe + 5);
this.gotoAndPlay(19);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.HP.gotoAndStop(this.HP._currentframe + 5);
this.gotoAndPlay(19);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 393 MovieClip "hero" in Symbol 714 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((Key.isDown(90) and (this.ready == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(2);
} else if ((((Key.isDown(90) and (this.ready7 == true)) and (this.shoot == true)) and (_root.bullets.canshoot == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(129);
} else if ((((Key.isDown(90) and (this.readyy == true)) and (this.ready5 == false)) and (this.ready7 == false)) and ((!this.dead) == true)) {
this.gotoAndPlay(114);
} else if ((((Key.isDown(90) and (this.ready4 == true)) and (this.ready5 == false)) and (this.ready7 == false)) and ((!this.dead) == true)) {
this.gotoAndStop(141);
} else if (((((_root.all.hero.ready2 == true) and Key.isDown(88)) and (this.ready5 == false)) and (this.ready7 == false)) and ((!this.dead) == true)) {
_root.all.stick.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(88) and (this.ready2 == true)) and (this.canthrow == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(100);
} else if ((Key.isDown(88) and (this.ready4 == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(143);
} else if ((Key.isDown(88) and (this.ready5 == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(160);
} else if ((Key.isDown(88) and (this.ready == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(31);
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(90) and (this.jumped.readyOnAir == true)) and ((!this.dead) == true)) {
this.jumped.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if ((this.legsbusy == true) and ((!this.dead) == true)) {
speed = 0;
} else if ((_root.nogas == true) and ((!this.dead) == true)) {
speed = 0;
} else if (((_root.wallL == true) and Key.isDown(37)) and ((!this.dead) == true)) {
speed = 0;
} else if (((_root.wallR == true) and Key.isDown(39)) and ((!this.dead) == true)) {
speed = 0;
} else if ((this.legsbusy2 == true) and ((!this.dead) == true)) {
speed = 3;
} else if ((_root.speed10 == true) and ((!this.dead) == true)) {
speed = 10;
} else if ((_root.speed20 == true) and ((!this.dead) == true)) {
speed = 13;
} else {
speed = 5;
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((this.legsbusy == true) and ((!this.dead) == true)) {
speed2 = 0;
} else if ((_root.nogas == true) and ((!this.dead) == true)) {
speed2 = 0;
} else if (((_root.wallL == true) and Key.isDown(37)) and ((!this.dead) == true)) {
speed2 = 0;
} else if (((_root.wallR == true) and Key.isDown(39)) and ((!this.dead) == true)) {
speed2 = 0;
} else if ((this.legsbusy2 == true) and ((!this.dead) == true)) {
speed2 = 1.5;
} else {
speed2 = 2;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if ((!this.dead) == true) {
this._xscale = 100;
_root.bg._x = _root.bg._x - (Key.isDown(39) * speed);
_root.bg2._x = _root.bg2._x - (Key.isDown(39) * speed2);
_root.all._x = _root.all._x - (Key.isDown(39) * speed);
_root.all.hero._x = _root.all.hero._x + (Key.isDown(39) * speed);
_root.all.p1._x = _root.all.p1._x + (Key.isDown(39) * speed);
_root.all.p2._x = _root.all.p2._x + (Key.isDown(39) * speed);
_root.all.v1._x = _root.all.v1._x + (Key.isDown(39) * speed);
_root.all.v2._x = _root.all.v2._x + (Key.isDown(39) * speed);
this.legs.gotoAndStop(2);
}
} else if (Key.isDown(37)) {
if ((!this.dead) == true) {
this._xscale = -100;
_root.bg._x = _root.bg._x + (Key.isDown(37) * speed);
_root.bg2._x = _root.bg2._x + (Key.isDown(37) * speed2);
_root.all._x = _root.all._x + (Key.isDown(37) * speed);
_root.all.hero._x = _root.all.hero._x - (Key.isDown(37) * speed);
_root.all.p1._x = _root.all.p1._x - (Key.isDown(37) * speed);
_root.all.p2._x = _root.all.p2._x - (Key.isDown(37) * speed);
_root.all.v1._x = _root.all.v1._x - (Key.isDown(37) * speed);
_root.all.v2._x = _root.all.v2._x - (Key.isDown(37) * speed);
this.legs.gotoAndStop(2);
}
} else if (Key.isDown(38)) {
this.legs.gotoAndStop(2);
} else if (Key.isDown(40)) {
this.legs.gotoAndStop(2);
} else {
this.legs.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.upno.hitTest(this.HITwalls)) {
_y = (_y + (Key.isDown(38) * speedup));
}
}
onClipEvent (enterFrame) {
if (_root.downno.hitTest(this.HITwalls)) {
_y = (_y - (Key.isDown(40) * speedup));
}
}
onClipEvent (enterFrame) {
if (this.legsbusy == true) {
speedup = 0;
} else if (_root.nogas == true) {
speedup = 0;
} else if ((_root.wallL == true) and Key.isDown(37)) {
speedup = 0;
} else if ((_root.wallL == true) and Key.isDown(38)) {
speedup = 0;
} else if ((_root.wallL == true) and Key.isDown(40)) {
speedup = 0;
} else if ((_root.wallR == true) and Key.isDown(39)) {
speedup = 0;
} else if ((_root.wallR == true) and Key.isDown(38)) {
speedup = 0;
} else if ((_root.wallR == true) and Key.isDown(40)) {
speedup = 0;
} else if (this.legsbusy2 == true) {
speedup = 2;
} else {
speedup = 4;
}
}
onClipEvent (enterFrame) {
if ((!this.dead) == true) {
_y = (_y + (Key.isDown(40) * speedup));
_y = (_y - (Key.isDown(38) * speedup));
}
}
onClipEvent (enterFrame) {
if (Key.isDown(67) and (this.ready4 == true)) {
} else if ((Key.isDown(67) and (this.ready == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(16);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(88) and (this.jumped.readyOnAir == true)) {
this.jumped.gotoAndStop(3);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (((this.throwHell == true) and Key.isDown(90)) and (_root.all.stick.fly == false)) {
this.gotoAndPlay(114);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.show._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.show._xscale = 100;
}
}
Instance of Symbol 603 MovieClip "end" in Symbol 714 MovieClip Frame 6
onClipEvent (load) {
this._visible = false;
}
Symbol 714 MovieClip Frame 7
stop();
Instance of Symbol 520 MovieClip "fEnemy" in Symbol 714 MovieClip Frame 7
onClipEvent (enterFrame) {
if ((_root.all.hero._x > _x) and (_root.all.hero.ready6 == false)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
} else if ((_root.all.hero._x < _x) and (_root.all.hero.ready6 == false)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
if ((_root.all.hero._y < _y) and (_root.all.hero.ready6 == false)) {
this._y = this._y - 7;
} else if ((_root.all.hero._y > _y) and (_root.all.hero.ready6 == false)) {
this._y = this._y + 7;
}
}
}
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 527 MovieClip "wallLeft" in Symbol 714 MovieClip Frame 7
onClipEvent (enterFrame) {
this.swapDepths((this._y * 1000) + this._x);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 528 MovieClip "wallRight" in Symbol 714 MovieClip Frame 7
onClipEvent (enterFrame) {
this.swapDepths((this._y * 1000) + this._x);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 529 MovieClip in Symbol 714 MovieClip Frame 7
onClipEvent (enterFrame) {
if (_root.die < 6) {
this.gotoAndStop(130);
} else if ((_root.die >= 6) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 403 MovieClip "box" in Symbol 714 MovieClip Frame 7
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.HIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if ((((((_root.all.hero.ready == true) and _root.all.hero.HIT.hitTest(this.HIT)) and Key.isDown(65)) and (_root.all.hero.ready2 == false)) and (_root.all.hero.ready5 == false)) and _root.all.hero.THING.hitTest(this)) {
_root.all.hero.THING.gotoAndStop(2);
_root.all.hero.gotoAndPlay(136);
} else if ((_root.all.hero._x > _x) and (_root.all.hero.ready4 == true)) {
_x = (_x + 15);
}
if ((_root.all.hero._x < _x) and (_root.all.hero.ready4 == true)) {
_x = (_x - 15);
}
if ((_root.all.hero._y < _y) and (_root.all.hero.ready4 == true)) {
_y = (_y - 7);
}
if ((_root.all.hero._y > _y) and (_root.all.hero.ready4 == true)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(88) and (_root.all.hero.ready4 == true)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready4 == false) and (this.boxins == true)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.drop == true) and (this.boxins == true)) {
this.gotoAndPlay(23);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 7
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 7
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 7
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 634 MovieClip "gun" in Symbol 714 MovieClip Frame 7
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if ((((((_root.all.hero.ready == true) and _root.all.hero.HIT.hitTest(this.HIT)) and Key.isDown(65)) and (_root.all.hero.ready2 == false)) and (_root.all.hero.ready5 == false)) and _root.all.hero.THING.hitTest(this)) {
_root.all.hero.THING.gotoAndStop(2);
_root.all.hero.gotoAndPlay(169);
} else if (((_root.all.hero._x > _x) and (_root.all.hero.ready7 == true)) and (this.follow == true)) {
_x = (_x + 15);
}
if (((_root.all.hero._x < _x) and (_root.all.hero.ready7 == true)) and (this.follow == true)) {
_x = (_x - 15);
}
if (((_root.all.hero._y < _y) and (_root.all.hero.ready7 == true)) and (this.follow == true)) {
_y = (_y - 7);
}
if (((_root.all.hero._y > _y) and (_root.all.hero.ready7 == true)) and (this.follow == true)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(88) and (_root.all.hero.ready7 == true)) {
this.gotoAndPlay(35);
_root.all.hero.gotoAndPlay(174);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 7
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 7
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if (_root.die < 6) {
this.gotoAndStop(130);
} else if ((_root.die >= 6) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 7
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if (_root.die < 6) {
this.gotoAndStop(130);
} else if ((_root.die >= 6) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 7
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if (_root.die < 6) {
this.gotoAndStop(130);
} else if ((_root.die >= 6) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 7
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if (_root.die < 6) {
this.gotoAndStop(130);
} else if ((_root.die >= 6) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 7
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if (_root.die < 6) {
this.gotoAndStop(130);
} else if ((_root.die >= 6) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 7
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if (_root.die < 6) {
this.gotoAndStop(130);
} else if ((_root.die >= 6) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 682 MovieClip in Symbol 714 MovieClip Frame 7
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 7);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 682 MovieClip in Symbol 714 MovieClip Frame 7
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 7);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 682 MovieClip in Symbol 714 MovieClip Frame 7
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 7);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 393 MovieClip "hero" in Symbol 714 MovieClip Frame 7
onClipEvent (enterFrame) {
if ((Key.isDown(90) and (this.ready == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(2);
} else if ((((Key.isDown(90) and (this.ready7 == true)) and (this.shoot == true)) and (_root.bullets.canshoot == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(129);
} else if ((((Key.isDown(90) and (this.readyy == true)) and (this.ready5 == false)) and (this.ready7 == false)) and ((!this.dead) == true)) {
this.gotoAndPlay(114);
} else if ((((Key.isDown(90) and (this.ready4 == true)) and (this.ready5 == false)) and (this.ready7 == false)) and ((!this.dead) == true)) {
this.gotoAndStop(141);
} else if (((((_root.all.hero.ready2 == true) and Key.isDown(88)) and (this.ready5 == false)) and (this.ready7 == false)) and ((!this.dead) == true)) {
_root.all.stick.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(88) and (this.ready2 == true)) and (this.canthrow == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(100);
} else if ((Key.isDown(88) and (this.ready4 == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(143);
} else if ((Key.isDown(88) and (this.ready5 == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(160);
} else if ((Key.isDown(88) and (this.ready == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(31);
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(90) and (this.jumped.readyOnAir == true)) and ((!this.dead) == true)) {
this.jumped.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if ((this.legsbusy == true) and ((!this.dead) == true)) {
speed = 0;
} else if ((_root.nogas == true) and ((!this.dead) == true)) {
speed = 0;
} else if (((_root.wallL == true) and Key.isDown(37)) and ((!this.dead) == true)) {
speed = 0;
} else if (((_root.wallR == true) and Key.isDown(39)) and ((!this.dead) == true)) {
speed = 0;
} else if ((this.legsbusy2 == true) and ((!this.dead) == true)) {
speed = 3;
} else if ((_root.speed10 == true) and ((!this.dead) == true)) {
speed = 10;
} else if ((_root.speed20 == true) and ((!this.dead) == true)) {
speed = 13;
} else {
speed = 5;
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((this.legsbusy == true) and ((!this.dead) == true)) {
speed2 = 0;
} else if ((_root.nogas == true) and ((!this.dead) == true)) {
speed2 = 0;
} else if (((_root.wallL == true) and Key.isDown(37)) and ((!this.dead) == true)) {
speed2 = 0;
} else if (((_root.wallR == true) and Key.isDown(39)) and ((!this.dead) == true)) {
speed2 = 0;
} else if ((this.legsbusy2 == true) and ((!this.dead) == true)) {
speed2 = 1.5;
} else {
speed2 = 2;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if ((!this.dead) == true) {
this._xscale = 100;
_root.bg._x = _root.bg._x - (Key.isDown(39) * speed);
_root.bg2._x = _root.bg2._x - (Key.isDown(39) * speed2);
_root.all._x = _root.all._x - (Key.isDown(39) * speed);
_root.all.hero._x = _root.all.hero._x + (Key.isDown(39) * speed);
_root.all.p1._x = _root.all.p1._x + (Key.isDown(39) * speed);
_root.all.p2._x = _root.all.p2._x + (Key.isDown(39) * speed);
_root.all.v1._x = _root.all.v1._x + (Key.isDown(39) * speed);
_root.all.v2._x = _root.all.v2._x + (Key.isDown(39) * speed);
this.legs.gotoAndStop(2);
}
} else if (Key.isDown(37)) {
if ((!this.dead) == true) {
this._xscale = -100;
_root.bg._x = _root.bg._x + (Key.isDown(37) * speed);
_root.bg2._x = _root.bg2._x + (Key.isDown(37) * speed2);
_root.all._x = _root.all._x + (Key.isDown(37) * speed);
_root.all.hero._x = _root.all.hero._x - (Key.isDown(37) * speed);
_root.all.p1._x = _root.all.p1._x - (Key.isDown(37) * speed);
_root.all.p2._x = _root.all.p2._x - (Key.isDown(37) * speed);
_root.all.v1._x = _root.all.v1._x - (Key.isDown(37) * speed);
_root.all.v2._x = _root.all.v2._x - (Key.isDown(37) * speed);
this.legs.gotoAndStop(2);
}
} else if (Key.isDown(38)) {
this.legs.gotoAndStop(2);
} else if (Key.isDown(40)) {
this.legs.gotoAndStop(2);
} else {
this.legs.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.upno.hitTest(this.HITwalls)) {
_y = (_y + (Key.isDown(38) * speedup));
}
}
onClipEvent (enterFrame) {
if (_root.downno.hitTest(this.HITwalls)) {
_y = (_y - (Key.isDown(40) * speedup));
}
}
onClipEvent (enterFrame) {
if (this.legsbusy == true) {
speedup = 0;
} else if (_root.nogas == true) {
speedup = 0;
} else if ((_root.wallL == true) and Key.isDown(37)) {
speedup = 0;
} else if ((_root.wallL == true) and Key.isDown(38)) {
speedup = 0;
} else if ((_root.wallL == true) and Key.isDown(40)) {
speedup = 0;
} else if ((_root.wallR == true) and Key.isDown(39)) {
speedup = 0;
} else if ((_root.wallR == true) and Key.isDown(38)) {
speedup = 0;
} else if ((_root.wallR == true) and Key.isDown(40)) {
speedup = 0;
} else if (this.legsbusy2 == true) {
speedup = 2;
} else {
speedup = 4;
}
}
onClipEvent (enterFrame) {
if ((!this.dead) == true) {
_y = (_y + (Key.isDown(40) * speedup));
_y = (_y - (Key.isDown(38) * speedup));
}
}
onClipEvent (enterFrame) {
if (Key.isDown(67) and (this.ready4 == true)) {
} else if ((Key.isDown(67) and (this.ready == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(16);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(88) and (this.jumped.readyOnAir == true)) {
this.jumped.gotoAndStop(3);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (((this.throwHell == true) and Key.isDown(90)) and (_root.all.stick.fly == false)) {
this.gotoAndPlay(114);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.show._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.show._xscale = 100;
}
}
Instance of Symbol 603 MovieClip "end" in Symbol 714 MovieClip Frame 7
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 184 MovieClip "bike" in Symbol 714 MovieClip Frame 7
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if ((((((_root.all.hero.ready == true) and _root.all.hero.HIT.hitTest(this.HIT)) and Key.isDown(65)) and (_root.all.hero.ready2 == false)) and (_root.all.hero.ready5 == false)) and _root.all.hero.THING.hitTest(this)) {
_root.all.hero.THING.gotoAndStop(2);
_root.all.hero.gotoAndPlay(188);
this.gotoAndStop(36);
} else if ((_root.all.hero._x > _x) and (_root.all.hero.ready9 == true)) {
_x = (_x + 15);
}
if ((_root.all.hero._x < _x) and (_root.all.hero.ready9 == true)) {
_x = (_x - 15);
}
if ((_root.all.hero._y < _y) and (_root.all.hero.ready9 == true)) {
_y = (_y - 7);
}
if ((_root.all.hero._y > _y) and (_root.all.hero.ready9 == true)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready9 == true) and Key.isDown(88)) {
this.gotoAndPlay(2);
_root.all.hero.gotoAndPlay(16);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ooo == true) {
this.gotoAndStop(1);
}
}
Symbol 714 MovieClip Frame 8
stop();
Instance of Symbol 520 MovieClip "fEnemy" in Symbol 714 MovieClip Frame 8
onClipEvent (enterFrame) {
if ((_root.all.hero._x > _x) and (_root.all.hero.ready6 == false)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
} else if ((_root.all.hero._x < _x) and (_root.all.hero.ready6 == false)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
if ((_root.all.hero._y < _y) and (_root.all.hero.ready6 == false)) {
this._y = this._y - 7;
} else if ((_root.all.hero._y > _y) and (_root.all.hero.ready6 == false)) {
this._y = this._y + 7;
}
}
}
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 527 MovieClip "wallLeft" in Symbol 714 MovieClip Frame 8
onClipEvent (enterFrame) {
this.swapDepths((this._y * 1000) + this._x);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 528 MovieClip "wallRight" in Symbol 714 MovieClip Frame 8
onClipEvent (enterFrame) {
this.swapDepths((this._y * 1000) + this._x);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 529 MovieClip in Symbol 714 MovieClip Frame 8
onClipEvent (enterFrame) {
if (_root.die < 6) {
this.gotoAndStop(130);
} else if ((_root.die >= 6) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 403 MovieClip "box" in Symbol 714 MovieClip Frame 8
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.HIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if ((((((_root.all.hero.ready == true) and _root.all.hero.HIT.hitTest(this.HIT)) and Key.isDown(65)) and (_root.all.hero.ready2 == false)) and (_root.all.hero.ready5 == false)) and _root.all.hero.THING.hitTest(this)) {
_root.all.hero.THING.gotoAndStop(2);
_root.all.hero.gotoAndPlay(136);
} else if ((_root.all.hero._x > _x) and (_root.all.hero.ready4 == true)) {
_x = (_x + 15);
}
if ((_root.all.hero._x < _x) and (_root.all.hero.ready4 == true)) {
_x = (_x - 15);
}
if ((_root.all.hero._y < _y) and (_root.all.hero.ready4 == true)) {
_y = (_y - 7);
}
if ((_root.all.hero._y > _y) and (_root.all.hero.ready4 == true)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(88) and (_root.all.hero.ready4 == true)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready4 == false) and (this.boxins == true)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.drop == true) and (this.boxins == true)) {
this.gotoAndPlay(23);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 8
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 8
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 8
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 8
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 8
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 8
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 8
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if (_root.die < 6) {
this.gotoAndStop(130);
} else if ((_root.die >= 6) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 8
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if (_root.die < 6) {
this.gotoAndStop(130);
} else if ((_root.die >= 6) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 8
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if (_root.die < 6) {
this.gotoAndStop(130);
} else if ((_root.die >= 6) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 8
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if (_root.die < 6) {
this.gotoAndStop(130);
} else if ((_root.die >= 6) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 8
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if (_root.die < 6) {
this.gotoAndStop(130);
} else if ((_root.die >= 6) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 631 MovieClip in Symbol 714 MovieClip Frame 8
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 18);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if (_root.die < 6) {
this.gotoAndStop(130);
} else if ((_root.die >= 6) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 682 MovieClip in Symbol 714 MovieClip Frame 8
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 7);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 682 MovieClip in Symbol 714 MovieClip Frame 8
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 7);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 634 MovieClip "gun" in Symbol 714 MovieClip Frame 8
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if ((((((_root.all.hero.ready == true) and _root.all.hero.HIT.hitTest(this.HIT)) and Key.isDown(65)) and (_root.all.hero.ready2 == false)) and (_root.all.hero.ready5 == false)) and _root.all.hero.THING.hitTest(this)) {
_root.all.hero.THING.gotoAndStop(2);
_root.all.hero.gotoAndPlay(169);
} else if (((_root.all.hero._x > _x) and (_root.all.hero.ready7 == true)) and (this.follow == true)) {
_x = (_x + 15);
}
if (((_root.all.hero._x < _x) and (_root.all.hero.ready7 == true)) and (this.follow == true)) {
_x = (_x - 15);
}
if (((_root.all.hero._y < _y) and (_root.all.hero.ready7 == true)) and (this.follow == true)) {
_y = (_y - 7);
}
if (((_root.all.hero._y > _y) and (_root.all.hero.ready7 == true)) and (this.follow == true)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(88) and (_root.all.hero.ready7 == true)) {
this.gotoAndPlay(35);
_root.all.hero.gotoAndPlay(174);
}
}
Instance of Symbol 393 MovieClip "hero" in Symbol 714 MovieClip Frame 8
onClipEvent (enterFrame) {
if ((Key.isDown(90) and (this.ready == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(2);
} else if ((((Key.isDown(90) and (this.ready7 == true)) and (this.shoot == true)) and (_root.bullets.canshoot == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(129);
} else if ((((Key.isDown(90) and (this.readyy == true)) and (this.ready5 == false)) and (this.ready7 == false)) and ((!this.dead) == true)) {
this.gotoAndPlay(114);
} else if ((((Key.isDown(90) and (this.ready4 == true)) and (this.ready5 == false)) and (this.ready7 == false)) and ((!this.dead) == true)) {
this.gotoAndStop(141);
} else if (((((_root.all.hero.ready2 == true) and Key.isDown(88)) and (this.ready5 == false)) and (this.ready7 == false)) and ((!this.dead) == true)) {
_root.all.stick.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(88) and (this.ready2 == true)) and (this.canthrow == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(100);
} else if ((Key.isDown(88) and (this.ready4 == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(143);
} else if ((Key.isDown(88) and (this.ready5 == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(160);
} else if ((Key.isDown(88) and (this.ready == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(31);
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(90) and (this.jumped.readyOnAir == true)) and ((!this.dead) == true)) {
this.jumped.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if ((this.legsbusy == true) and ((!this.dead) == true)) {
speed = 0;
} else if ((_root.nogas == true) and ((!this.dead) == true)) {
speed = 0;
} else if (((_root.wallL == true) and Key.isDown(37)) and ((!this.dead) == true)) {
speed = 0;
} else if (((_root.wallR == true) and Key.isDown(39)) and ((!this.dead) == true)) {
speed = 0;
} else if ((this.legsbusy2 == true) and ((!this.dead) == true)) {
speed = 3;
} else if ((_root.speed10 == true) and ((!this.dead) == true)) {
speed = 10;
} else if ((_root.speed20 == true) and ((!this.dead) == true)) {
speed = 13;
} else {
speed = 5;
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((this.legsbusy == true) and ((!this.dead) == true)) {
speed2 = 0;
} else if ((_root.nogas == true) and ((!this.dead) == true)) {
speed2 = 0;
} else if (((_root.wallL == true) and Key.isDown(37)) and ((!this.dead) == true)) {
speed2 = 0;
} else if (((_root.wallR == true) and Key.isDown(39)) and ((!this.dead) == true)) {
speed2 = 0;
} else if ((this.legsbusy2 == true) and ((!this.dead) == true)) {
speed2 = 1.5;
} else {
speed2 = 2;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if ((!this.dead) == true) {
this._xscale = 100;
_root.bg._x = _root.bg._x - (Key.isDown(39) * speed);
_root.bg2._x = _root.bg2._x - (Key.isDown(39) * speed2);
_root.all._x = _root.all._x - (Key.isDown(39) * speed);
_root.all.hero._x = _root.all.hero._x + (Key.isDown(39) * speed);
_root.all.p1._x = _root.all.p1._x + (Key.isDown(39) * speed);
_root.all.p2._x = _root.all.p2._x + (Key.isDown(39) * speed);
_root.all.v1._x = _root.all.v1._x + (Key.isDown(39) * speed);
_root.all.v2._x = _root.all.v2._x + (Key.isDown(39) * speed);
this.legs.gotoAndStop(2);
}
} else if (Key.isDown(37)) {
if ((!this.dead) == true) {
this._xscale = -100;
_root.bg._x = _root.bg._x + (Key.isDown(37) * speed);
_root.bg2._x = _root.bg2._x + (Key.isDown(37) * speed2);
_root.all._x = _root.all._x + (Key.isDown(37) * speed);
_root.all.hero._x = _root.all.hero._x - (Key.isDown(37) * speed);
_root.all.p1._x = _root.all.p1._x - (Key.isDown(37) * speed);
_root.all.p2._x = _root.all.p2._x - (Key.isDown(37) * speed);
_root.all.v1._x = _root.all.v1._x - (Key.isDown(37) * speed);
_root.all.v2._x = _root.all.v2._x - (Key.isDown(37) * speed);
this.legs.gotoAndStop(2);
}
} else if (Key.isDown(38)) {
this.legs.gotoAndStop(2);
} else if (Key.isDown(40)) {
this.legs.gotoAndStop(2);
} else {
this.legs.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.upno.hitTest(this.HITwalls)) {
_y = (_y + (Key.isDown(38) * speedup));
}
}
onClipEvent (enterFrame) {
if (_root.downno.hitTest(this.HITwalls)) {
_y = (_y - (Key.isDown(40) * speedup));
}
}
onClipEvent (enterFrame) {
if (this.legsbusy == true) {
speedup = 0;
} else if (_root.nogas == true) {
speedup = 0;
} else if ((_root.wallL == true) and Key.isDown(37)) {
speedup = 0;
} else if ((_root.wallL == true) and Key.isDown(38)) {
speedup = 0;
} else if ((_root.wallL == true) and Key.isDown(40)) {
speedup = 0;
} else if ((_root.wallR == true) and Key.isDown(39)) {
speedup = 0;
} else if ((_root.wallR == true) and Key.isDown(38)) {
speedup = 0;
} else if ((_root.wallR == true) and Key.isDown(40)) {
speedup = 0;
} else if (this.legsbusy2 == true) {
speedup = 2;
} else {
speedup = 4;
}
}
onClipEvent (enterFrame) {
if ((!this.dead) == true) {
_y = (_y + (Key.isDown(40) * speedup));
_y = (_y - (Key.isDown(38) * speedup));
}
}
onClipEvent (enterFrame) {
if (Key.isDown(67) and (this.ready4 == true)) {
} else if ((Key.isDown(67) and (this.ready == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(16);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(88) and (this.jumped.readyOnAir == true)) {
this.jumped.gotoAndStop(3);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (((this.throwHell == true) and Key.isDown(90)) and (_root.all.stick.fly == false)) {
this.gotoAndPlay(114);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.show._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.show._xscale = 100;
}
}
Instance of Symbol 603 MovieClip "end" in Symbol 714 MovieClip Frame 8
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 184 MovieClip "bike" in Symbol 714 MovieClip Frame 8
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if ((((((_root.all.hero.ready == true) and _root.all.hero.HIT.hitTest(this.HIT)) and Key.isDown(65)) and (_root.all.hero.ready2 == false)) and (_root.all.hero.ready5 == false)) and _root.all.hero.THING.hitTest(this)) {
_root.all.hero.THING.gotoAndStop(2);
_root.all.hero.gotoAndPlay(188);
this.gotoAndStop(36);
} else if ((_root.all.hero._x > _x) and (_root.all.hero.ready9 == true)) {
_x = (_x + 15);
}
if ((_root.all.hero._x < _x) and (_root.all.hero.ready9 == true)) {
_x = (_x - 15);
}
if ((_root.all.hero._y < _y) and (_root.all.hero.ready9 == true)) {
_y = (_y - 7);
}
if ((_root.all.hero._y > _y) and (_root.all.hero.ready9 == true)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready9 == true) and Key.isDown(88)) {
this.gotoAndPlay(2);
_root.all.hero.gotoAndPlay(16);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ooo == true) {
this.gotoAndStop(1);
}
}
Instance of Symbol 219 MovieClip in Symbol 714 MovieClip Frame 8
onClipEvent (enterFrame) {
if (((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) and (this.bike.fell == false)) {
_y = (_y + 2);
}
if (((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) and (this.bike.fell == false)) {
_y = (_y - 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.bike.fell == false)) {
this.gotoAndStop(2);
} else if (_root.all.wallLeft.green.hitTest(this) and (this.bike.fell == false)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.HIT) and (this.bike.fell == false)) {
_root.all.hero.gotoAndPlay(319);
_root.HP.gotoAndStop(_root.HP.gotoAndStop._currentframe + 30);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 219 MovieClip in Symbol 714 MovieClip Frame 8
onClipEvent (enterFrame) {
if (((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) and (this.bike.fell == false)) {
_y = (_y + 2);
}
if (((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) and (this.bike.fell == false)) {
_y = (_y - 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.bike.fell == false)) {
this.gotoAndStop(2);
} else if (_root.all.wallLeft.green.hitTest(this) and (this.bike.fell == false)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.HIT) and (this.bike.fell == false)) {
_root.all.hero.gotoAndPlay(319);
_root.HP.gotoAndStop(_root.HP.gotoAndStop._currentframe + 30);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 219 MovieClip in Symbol 714 MovieClip Frame 8
onClipEvent (enterFrame) {
if (((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) and (this.bike.fell == false)) {
_y = (_y + 2);
}
if (((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) and (this.bike.fell == false)) {
_y = (_y - 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.bike.fell == false)) {
this.gotoAndStop(2);
} else if (_root.all.wallLeft.green.hitTest(this) and (this.bike.fell == false)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.HIT) and (this.bike.fell == false)) {
_root.all.hero.gotoAndPlay(319);
_root.HP.gotoAndStop(_root.HP.gotoAndStop._currentframe + 30);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Symbol 714 MovieClip Frame 9
stop();
Instance of Symbol 520 MovieClip "fEnemy" in Symbol 714 MovieClip Frame 9
onClipEvent (enterFrame) {
if ((_root.all.hero._x > _x) and (_root.all.hero.ready6 == false)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
} else if ((_root.all.hero._x < _x) and (_root.all.hero.ready6 == false)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
if ((_root.all.hero._y < _y) and (_root.all.hero.ready6 == false)) {
this._y = this._y - 7;
} else if ((_root.all.hero._y > _y) and (_root.all.hero.ready6 == false)) {
this._y = this._y + 7;
}
}
}
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 527 MovieClip "wallLeft" in Symbol 714 MovieClip Frame 9
onClipEvent (enterFrame) {
this.swapDepths((this._y * 1000) + this._x);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 528 MovieClip "wallRight" in Symbol 714 MovieClip Frame 9
onClipEvent (enterFrame) {
this.swapDepths((this._y * 1000) + this._x);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 529 MovieClip in Symbol 714 MovieClip Frame 9
onClipEvent (enterFrame) {
if (_root.die < 6) {
this.gotoAndStop(130);
} else if ((_root.die >= 6) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 403 MovieClip "box" in Symbol 714 MovieClip Frame 9
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.HIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if ((((((_root.all.hero.ready == true) and _root.all.hero.HIT.hitTest(this.HIT)) and Key.isDown(65)) and (_root.all.hero.ready2 == false)) and (_root.all.hero.ready5 == false)) and _root.all.hero.THING.hitTest(this)) {
_root.all.hero.THING.gotoAndStop(2);
_root.all.hero.gotoAndPlay(136);
} else if ((_root.all.hero._x > _x) and (_root.all.hero.ready4 == true)) {
_x = (_x + 15);
}
if ((_root.all.hero._x < _x) and (_root.all.hero.ready4 == true)) {
_x = (_x - 15);
}
if ((_root.all.hero._y < _y) and (_root.all.hero.ready4 == true)) {
_y = (_y - 7);
}
if ((_root.all.hero._y > _y) and (_root.all.hero.ready4 == true)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(88) and (_root.all.hero.ready4 == true)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready4 == false) and (this.boxins == true)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.drop == true) and (this.boxins == true)) {
this.gotoAndPlay(23);
}
}
Instance of Symbol 393 MovieClip "hero" in Symbol 714 MovieClip Frame 9
onClipEvent (enterFrame) {
if ((Key.isDown(90) and (this.ready == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(2);
} else if ((((Key.isDown(90) and (this.ready7 == true)) and (this.shoot == true)) and (_root.bullets.canshoot == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(129);
} else if ((((Key.isDown(90) and (this.readyy == true)) and (this.ready5 == false)) and (this.ready7 == false)) and ((!this.dead) == true)) {
this.gotoAndPlay(114);
} else if ((((Key.isDown(90) and (this.ready4 == true)) and (this.ready5 == false)) and (this.ready7 == false)) and ((!this.dead) == true)) {
this.gotoAndStop(141);
} else if (((((_root.all.hero.ready2 == true) and Key.isDown(88)) and (this.ready5 == false)) and (this.ready7 == false)) and ((!this.dead) == true)) {
_root.all.stick.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(88) and (this.ready2 == true)) and (this.canthrow == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(100);
} else if ((Key.isDown(88) and (this.ready4 == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(143);
} else if ((Key.isDown(88) and (this.ready5 == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(160);
} else if ((Key.isDown(88) and (this.ready == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(31);
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(90) and (this.jumped.readyOnAir == true)) and ((!this.dead) == true)) {
this.jumped.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if ((this.legsbusy == true) and ((!this.dead) == true)) {
speed = 0;
} else if ((_root.nogas == true) and ((!this.dead) == true)) {
speed = 0;
} else if (((_root.wallL == true) and Key.isDown(37)) and ((!this.dead) == true)) {
speed = 0;
} else if (((_root.wallR == true) and Key.isDown(39)) and ((!this.dead) == true)) {
speed = 0;
} else if ((this.legsbusy2 == true) and ((!this.dead) == true)) {
speed = 3;
} else if ((_root.speed10 == true) and ((!this.dead) == true)) {
speed = 10;
} else if ((_root.speed20 == true) and ((!this.dead) == true)) {
speed = 13;
} else {
speed = 5;
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((this.legsbusy == true) and ((!this.dead) == true)) {
speed2 = 0;
} else if ((_root.nogas == true) and ((!this.dead) == true)) {
speed2 = 0;
} else if (((_root.wallL == true) and Key.isDown(37)) and ((!this.dead) == true)) {
speed2 = 0;
} else if (((_root.wallR == true) and Key.isDown(39)) and ((!this.dead) == true)) {
speed2 = 0;
} else if ((this.legsbusy2 == true) and ((!this.dead) == true)) {
speed2 = 1.5;
} else {
speed2 = 2;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if ((!this.dead) == true) {
this._xscale = 100;
_root.bg._x = _root.bg._x - (Key.isDown(39) * speed);
_root.bg2._x = _root.bg2._x - (Key.isDown(39) * speed2);
_root.all._x = _root.all._x - (Key.isDown(39) * speed);
_root.all.hero._x = _root.all.hero._x + (Key.isDown(39) * speed);
_root.all.p1._x = _root.all.p1._x + (Key.isDown(39) * speed);
_root.all.p2._x = _root.all.p2._x + (Key.isDown(39) * speed);
_root.all.v1._x = _root.all.v1._x + (Key.isDown(39) * speed);
_root.all.v2._x = _root.all.v2._x + (Key.isDown(39) * speed);
this.legs.gotoAndStop(2);
}
} else if (Key.isDown(37)) {
if ((!this.dead) == true) {
this._xscale = -100;
_root.bg._x = _root.bg._x + (Key.isDown(37) * speed);
_root.bg2._x = _root.bg2._x + (Key.isDown(37) * speed2);
_root.all._x = _root.all._x + (Key.isDown(37) * speed);
_root.all.hero._x = _root.all.hero._x - (Key.isDown(37) * speed);
_root.all.p1._x = _root.all.p1._x - (Key.isDown(37) * speed);
_root.all.p2._x = _root.all.p2._x - (Key.isDown(37) * speed);
_root.all.v1._x = _root.all.v1._x - (Key.isDown(37) * speed);
_root.all.v2._x = _root.all.v2._x - (Key.isDown(37) * speed);
this.legs.gotoAndStop(2);
}
} else if (Key.isDown(38)) {
this.legs.gotoAndStop(2);
} else if (Key.isDown(40)) {
this.legs.gotoAndStop(2);
} else {
this.legs.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.upno.hitTest(this.HITwalls)) {
_y = (_y + (Key.isDown(38) * speedup));
}
}
onClipEvent (enterFrame) {
if (_root.downno.hitTest(this.HITwalls)) {
_y = (_y - (Key.isDown(40) * speedup));
}
}
onClipEvent (enterFrame) {
if (this.legsbusy == true) {
speedup = 0;
} else if (_root.nogas == true) {
speedup = 0;
} else if ((_root.wallL == true) and Key.isDown(37)) {
speedup = 0;
} else if ((_root.wallL == true) and Key.isDown(38)) {
speedup = 0;
} else if ((_root.wallL == true) and Key.isDown(40)) {
speedup = 0;
} else if ((_root.wallR == true) and Key.isDown(39)) {
speedup = 0;
} else if ((_root.wallR == true) and Key.isDown(38)) {
speedup = 0;
} else if ((_root.wallR == true) and Key.isDown(40)) {
speedup = 0;
} else if (this.legsbusy2 == true) {
speedup = 2;
} else {
speedup = 4;
}
}
onClipEvent (enterFrame) {
if ((!this.dead) == true) {
_y = (_y + (Key.isDown(40) * speedup));
_y = (_y - (Key.isDown(38) * speedup));
}
}
onClipEvent (enterFrame) {
if (Key.isDown(67) and (this.ready4 == true)) {
} else if ((Key.isDown(67) and (this.ready == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(16);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(88) and (this.jumped.readyOnAir == true)) {
this.jumped.gotoAndStop(3);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (((this.throwHell == true) and Key.isDown(90)) and (_root.all.stick.fly == false)) {
this.gotoAndPlay(114);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.show._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.show._xscale = 100;
}
}
Instance of Symbol 603 MovieClip "end" in Symbol 714 MovieClip Frame 9
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 219 MovieClip in Symbol 714 MovieClip Frame 9
onClipEvent (enterFrame) {
if (((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) and (this.bike.fell == false)) {
_y = (_y + 1);
}
if (((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) and (this.bike.fell == false)) {
_y = (_y - 1);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.bike.fell == false)) {
this.gotoAndStop(2);
} else if (_root.all.wallLeft.green.hitTest(this) and (this.bike.fell == false)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.HIT) and (this.bike.fell == false)) {
_root.all.hero.gotoAndPlay(319);
_root.HP.gotoAndStop(_root.HP.gotoAndStop._currentframe + 30);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.bike.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.bike.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.bike.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.bike.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
Instance of Symbol 219 MovieClip in Symbol 714 MovieClip Frame 9
onClipEvent (enterFrame) {
if (((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) and (this.bike.fell == false)) {
_y = (_y + 1);
}
if (((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) and (this.bike.fell == false)) {
_y = (_y - 1);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.bike.fell == false)) {
this.gotoAndStop(2);
} else if (_root.all.wallLeft.green.hitTest(this) and (this.bike.fell == false)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.HIT) and (this.bike.fell == false)) {
_root.all.hero.gotoAndPlay(319);
_root.HP.gotoAndStop(_root.HP.gotoAndStop._currentframe + 30);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.bike.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.bike.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.bike.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.bike.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
Instance of Symbol 219 MovieClip in Symbol 714 MovieClip Frame 9
onClipEvent (enterFrame) {
if (((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) and (this.bike.fell == false)) {
_y = (_y + 1);
}
if (((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) and (this.bike.fell == false)) {
_y = (_y - 1);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.bike.fell == false)) {
this.gotoAndStop(2);
} else if (_root.all.wallLeft.green.hitTest(this) and (this.bike.fell == false)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.HIT) and (this.bike.fell == false)) {
_root.all.hero.gotoAndPlay(319);
_root.HP.gotoAndStop(_root.HP.gotoAndStop._currentframe + 30);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.bike.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.bike.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.bike.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.bike.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
Instance of Symbol 219 MovieClip in Symbol 714 MovieClip Frame 9
onClipEvent (enterFrame) {
if (((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) and (this.bike.fell == false)) {
_y = (_y + 1);
}
if (((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) and (this.bike.fell == false)) {
_y = (_y - 1);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.bike.fell == false)) {
this.gotoAndStop(2);
} else if (_root.all.wallLeft.green.hitTest(this) and (this.bike.fell == false)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.HIT) and (this.bike.fell == false)) {
_root.all.hero.gotoAndPlay(319);
_root.HP.gotoAndStop(_root.HP.gotoAndStop._currentframe + 30);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.bike.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.bike.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.bike.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.bike.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
Instance of Symbol 219 MovieClip in Symbol 714 MovieClip Frame 9
onClipEvent (enterFrame) {
if (((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) and (this.bike.fell == false)) {
_y = (_y + 1);
}
if (((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) and (this.bike.fell == false)) {
_y = (_y - 1);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.bike.fell == false)) {
this.gotoAndStop(2);
} else if (_root.all.wallLeft.green.hitTest(this) and (this.bike.fell == false)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.HIT) and (this.bike.fell == false)) {
_root.all.hero.gotoAndPlay(319);
_root.HP.gotoAndStop(_root.HP.gotoAndStop._currentframe + 30);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.bike.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.bike.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.bike.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.bike.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
Instance of Symbol 219 MovieClip in Symbol 714 MovieClip Frame 9
onClipEvent (enterFrame) {
if (((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) and (this.bike.fell == false)) {
_y = (_y + 2);
}
if (((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) and (this.bike.fell == false)) {
_y = (_y - 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.bike.fell == false)) {
this.gotoAndStop(2);
} else if (_root.all.wallLeft.green.hitTest(this) and (this.bike.fell == false)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.HIT) and (this.bike.fell == false)) {
_root.all.hero.gotoAndPlay(319);
_root.HP.gotoAndStop(_root.HP.gotoAndStop._currentframe + 30);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.bike.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.bike.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.bike.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.bike.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
Instance of Symbol 219 MovieClip in Symbol 714 MovieClip Frame 9
onClipEvent (enterFrame) {
if (((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) and (this.bike.fell == false)) {
_y = (_y + 1);
}
if (((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) and (this.bike.fell == false)) {
_y = (_y - 1);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.bike.fell == false)) {
this.gotoAndStop(2);
} else if (_root.all.wallLeft.green.hitTest(this) and (this.bike.fell == false)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.HIT) and (this.bike.fell == false)) {
_root.all.hero.gotoAndPlay(319);
_root.HP.gotoAndStop(_root.HP.gotoAndStop._currentframe + 30);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.bike.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.bike.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.bike.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.bike.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
Instance of Symbol 219 MovieClip in Symbol 714 MovieClip Frame 9
onClipEvent (enterFrame) {
if (((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) and (this.bike.fell == false)) {
_y = (_y + 2);
}
if (((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) and (this.bike.fell == false)) {
_y = (_y - 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.bike.fell == false)) {
this.gotoAndStop(2);
} else if (_root.all.wallLeft.green.hitTest(this) and (this.bike.fell == false)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.HIT) and (this.bike.fell == false)) {
_root.all.hero.gotoAndPlay(319);
_root.HP.gotoAndStop(_root.HP.gotoAndStop._currentframe + 30);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.bike.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.bike.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.bike.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.bike.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
Instance of Symbol 219 MovieClip in Symbol 714 MovieClip Frame 9
onClipEvent (enterFrame) {
if (((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) and (this.bike.fell == false)) {
_y = (_y + 2);
}
if (((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) and (this.bike.fell == false)) {
_y = (_y - 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.bike.fell == false)) {
this.gotoAndStop(2);
} else if (_root.all.wallLeft.green.hitTest(this) and (this.bike.fell == false)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.HIT) and (this.bike.fell == false)) {
_root.all.hero.gotoAndPlay(319);
_root.HP.gotoAndStop(_root.HP.gotoAndStop._currentframe + 30);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet) and (this.bike.fell == false)) {
this.bike.gotoAndPlay(2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.bike.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.bike.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.bike.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.bike.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
Symbol 714 MovieClip Frame 10
stop();
Instance of Symbol 520 MovieClip "fEnemy" in Symbol 714 MovieClip Frame 10
onClipEvent (enterFrame) {
if ((_root.all.hero._x > _x) and (_root.all.hero.ready6 == false)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
} else if ((_root.all.hero._x < _x) and (_root.all.hero.ready6 == false)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
if ((_root.all.hero._y < _y) and (_root.all.hero.ready6 == false)) {
this._y = this._y - 7;
} else if ((_root.all.hero._y > _y) and (_root.all.hero.ready6 == false)) {
this._y = this._y + 7;
}
}
}
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 527 MovieClip "wallLeft" in Symbol 714 MovieClip Frame 10
onClipEvent (enterFrame) {
this.swapDepths((this._y * 1000) + this._x);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 528 MovieClip "wallRight" in Symbol 714 MovieClip Frame 10
onClipEvent (enterFrame) {
this.swapDepths((this._y * 1000) + this._x);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 682 MovieClip in Symbol 714 MovieClip Frame 10
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 7);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 682 MovieClip in Symbol 714 MovieClip Frame 10
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 7);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 682 MovieClip in Symbol 714 MovieClip Frame 10
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area) && (_root.all.hero._x < (_x - 20))) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > (_x + 20))) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2);
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area) && (_root.all.hero._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (((!this.hitTest(this.area.area)) and (!this.hitTest(this.area.area2))) and (!this.hitTest(this.area.area3))) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndPlay(9);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndPlay(38);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if ((_root.all.hero.HIT.hitTest(this.enemyHIT) and (this.ready == true)) and (this.ready2 == true)) {
this.gotoAndPlay(2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndPlay(92);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndPlay(19);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 7);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(127);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 25);
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area2) && (_root.all.p1._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
_x = (_x - 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
_x = (_x + 4);
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x < _x)) and (_root.all.hero.dead == false)) {
this._xscale = -100;
}
if ((this.hitTest(this.area.area3) && (_root.all.p2._x > _x)) and (_root.all.hero.dead == false)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.p2.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.p1.hitTest(this)) {
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (this.HIT1.hitTest(_root.all.hero.HIT)) {
_root.all.hero.gotoAndPlay(43);
_root.HP.gotoAndStop(_root.HP._currentframe + 10);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.ready == true) {
this.deadbody.spare._visible = true;
this.deadbody.gotoAndStop(1);
} else {
this.deadbody.spare._visible = false;
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.THING.hitTest(this.deadbody)) and Key.isDown(65)) and (this.dead == true)) and (_root.all.hero.ready4 == false)) {
_root.all.hero.THING.gotoAndStop(2);
this.deadbody.gotoAndStop(12);
_root.all.hero.gotoAndPlay(154);
} else if ((((_root.all.hero._x > _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x + 15);
}
if ((((_root.all.hero._x < _x) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_x = (_x - 15);
}
if ((((_root.all.hero._y < _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y - 7);
}
if ((((_root.all.hero._y > _y) and (_root.all.hero.ready5 == true)) and (this.dead == true)) and _root.all.hero.THING2.hitTest(this.deadbody.cross)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if ((_root.all.fEnemy._x > _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x - 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._x < _x) and (this.deadbody.fly == true)) {
_root.all.fEnemy._x = _root.all.fEnemy._x + 15;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y < (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y + 7;
_root.all.fEnemy.gotoAndPlay(2);
}
if ((_root.all.fEnemy._y > (_y - 10)) and (this.deadbody.fly == true)) {
_root.all.fEnemy._y = _root.all.fEnemy._y - 7;
_root.all.fEnemy.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.wallLeft.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (_root.all.wallRight.green.hitTest(this) and (this.dead == false)) {
this.gotoAndStop(1);
this.area.gotoAndStop(random(5));
}
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.vis)) {
this._visible = false;
} else {
this._visible = true;
}
}
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.all.hero.bikeHIT.hitTest(this.enemyHIT)) {
this.gotoAndPlay(50);
this.HP.gotoAndStop(this.HP._currentframe + 2);
_root.special.gotoAndStop(_root.special._currentframe + 2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HH.hitTest(this.enemyHIT)) {
this.gotoAndPlay(131);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
Instance of Symbol 685 MovieClip "talk" in Symbol 714 MovieClip Frame 10
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 529 MovieClip in Symbol 714 MovieClip Frame 10
onClipEvent (enterFrame) {
if (_root.die < 6) {
this.gotoAndStop(130);
} else if ((_root.die >= 6) and (this.nounit == true)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 403 MovieClip "box" in Symbol 714 MovieClip Frame 10
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (this.HIT.hitTest(_root.all.hero.H3)) {
this.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if ((((((_root.all.hero.ready == true) and _root.all.hero.HIT.hitTest(this.HIT)) and Key.isDown(65)) and (_root.all.hero.ready2 == false)) and (_root.all.hero.ready5 == false)) and _root.all.hero.THING.hitTest(this)) {
_root.all.hero.THING.gotoAndStop(2);
_root.all.hero.gotoAndPlay(136);
} else if ((_root.all.hero._x > _x) and (_root.all.hero.ready4 == true)) {
_x = (_x + 15);
}
if ((_root.all.hero._x < _x) and (_root.all.hero.ready4 == true)) {
_x = (_x - 15);
}
if ((_root.all.hero._y < _y) and (_root.all.hero.ready4 == true)) {
_y = (_y - 7);
}
if ((_root.all.hero._y > _y) and (_root.all.hero.ready4 == true)) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(88) and (_root.all.hero.ready4 == true)) {
this.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.ready4 == false) and (this.boxins == true)) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if ((_root.all.hero.drop == true) and (this.boxins == true)) {
this.gotoAndPlay(23);
}
}
Instance of Symbol 393 MovieClip "hero" in Symbol 714 MovieClip Frame 10
onClipEvent (enterFrame) {
if ((Key.isDown(90) and (this.ready == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(2);
} else if ((((Key.isDown(90) and (this.ready7 == true)) and (this.shoot == true)) and (_root.bullets.canshoot == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(129);
} else if ((((Key.isDown(90) and (this.readyy == true)) and (this.ready5 == false)) and (this.ready7 == false)) and ((!this.dead) == true)) {
this.gotoAndPlay(114);
} else if ((((Key.isDown(90) and (this.ready4 == true)) and (this.ready5 == false)) and (this.ready7 == false)) and ((!this.dead) == true)) {
this.gotoAndStop(141);
} else if (((((_root.all.hero.ready2 == true) and Key.isDown(88)) and (this.ready5 == false)) and (this.ready7 == false)) and ((!this.dead) == true)) {
_root.all.stick.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(88) and (this.ready2 == true)) and (this.canthrow == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(100);
} else if ((Key.isDown(88) and (this.ready4 == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(143);
} else if ((Key.isDown(88) and (this.ready5 == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(160);
} else if ((Key.isDown(88) and (this.ready == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(31);
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(90) and (this.jumped.readyOnAir == true)) and ((!this.dead) == true)) {
this.jumped.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if ((this.legsbusy == true) and ((!this.dead) == true)) {
speed = 0;
} else if ((_root.nogas == true) and ((!this.dead) == true)) {
speed = 0;
} else if (((_root.wallL == true) and Key.isDown(37)) and ((!this.dead) == true)) {
speed = 0;
} else if (((_root.wallR == true) and Key.isDown(39)) and ((!this.dead) == true)) {
speed = 0;
} else if ((this.legsbusy2 == true) and ((!this.dead) == true)) {
speed = 3;
} else if ((_root.speed10 == true) and ((!this.dead) == true)) {
speed = 10;
} else if ((_root.speed20 == true) and ((!this.dead) == true)) {
speed = 13;
} else {
speed = 5;
}
}
onClipEvent (enterFrame) {
}
onClipEvent (enterFrame) {
if ((this.legsbusy == true) and ((!this.dead) == true)) {
speed2 = 0;
} else if ((_root.nogas == true) and ((!this.dead) == true)) {
speed2 = 0;
} else if (((_root.wallL == true) and Key.isDown(37)) and ((!this.dead) == true)) {
speed2 = 0;
} else if (((_root.wallR == true) and Key.isDown(39)) and ((!this.dead) == true)) {
speed2 = 0;
} else if ((this.legsbusy2 == true) and ((!this.dead) == true)) {
speed2 = 1.5;
} else {
speed2 = 2;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if ((!this.dead) == true) {
this._xscale = 100;
_root.bg._x = _root.bg._x - (Key.isDown(39) * speed);
_root.bg2._x = _root.bg2._x - (Key.isDown(39) * speed2);
_root.all._x = _root.all._x - (Key.isDown(39) * speed);
_root.all.hero._x = _root.all.hero._x + (Key.isDown(39) * speed);
_root.all.p1._x = _root.all.p1._x + (Key.isDown(39) * speed);
_root.all.p2._x = _root.all.p2._x + (Key.isDown(39) * speed);
_root.all.v1._x = _root.all.v1._x + (Key.isDown(39) * speed);
_root.all.v2._x = _root.all.v2._x + (Key.isDown(39) * speed);
this.legs.gotoAndStop(2);
}
} else if (Key.isDown(37)) {
if ((!this.dead) == true) {
this._xscale = -100;
_root.bg._x = _root.bg._x + (Key.isDown(37) * speed);
_root.bg2._x = _root.bg2._x + (Key.isDown(37) * speed2);
_root.all._x = _root.all._x + (Key.isDown(37) * speed);
_root.all.hero._x = _root.all.hero._x - (Key.isDown(37) * speed);
_root.all.p1._x = _root.all.p1._x - (Key.isDown(37) * speed);
_root.all.p2._x = _root.all.p2._x - (Key.isDown(37) * speed);
_root.all.v1._x = _root.all.v1._x - (Key.isDown(37) * speed);
_root.all.v2._x = _root.all.v2._x - (Key.isDown(37) * speed);
this.legs.gotoAndStop(2);
}
} else if (Key.isDown(38)) {
this.legs.gotoAndStop(2);
} else if (Key.isDown(40)) {
this.legs.gotoAndStop(2);
} else {
this.legs.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.upno.hitTest(this.HITwalls)) {
_y = (_y + (Key.isDown(38) * speedup));
}
}
onClipEvent (enterFrame) {
if (_root.downno.hitTest(this.HITwalls)) {
_y = (_y - (Key.isDown(40) * speedup));
}
}
onClipEvent (enterFrame) {
if (this.legsbusy == true) {
speedup = 0;
} else if (_root.nogas == true) {
speedup = 0;
} else if ((_root.wallL == true) and Key.isDown(37)) {
speedup = 0;
} else if ((_root.wallL == true) and Key.isDown(38)) {
speedup = 0;
} else if ((_root.wallL == true) and Key.isDown(40)) {
speedup = 0;
} else if ((_root.wallR == true) and Key.isDown(39)) {
speedup = 0;
} else if ((_root.wallR == true) and Key.isDown(38)) {
speedup = 0;
} else if ((_root.wallR == true) and Key.isDown(40)) {
speedup = 0;
} else if (this.legsbusy2 == true) {
speedup = 2;
} else {
speedup = 4;
}
}
onClipEvent (enterFrame) {
if ((!this.dead) == true) {
_y = (_y + (Key.isDown(40) * speedup));
_y = (_y - (Key.isDown(38) * speedup));
}
}
onClipEvent (enterFrame) {
if (Key.isDown(67) and (this.ready4 == true)) {
} else if ((Key.isDown(67) and (this.ready == true)) and ((!this.dead) == true)) {
this.gotoAndPlay(16);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(88) and (this.jumped.readyOnAir == true)) {
this.jumped.gotoAndStop(3);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if (((this.throwHell == true) and Key.isDown(90)) and (_root.all.stick.fly == false)) {
this.gotoAndPlay(114);
}
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.show._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.show._xscale = 100;
}
}
Instance of Symbol 603 MovieClip "end" in Symbol 714 MovieClip Frame 10
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 308 MovieClip "stick" in Symbol 714 MovieClip Frame 10
onClipEvent (enterFrame) {
if (_root.all.hero.ooo == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (((((_root.all.hero.ready == true) and _root.all.hero.hitTest(this.canPICK)) and Key.isDown(65)) and (_root.all.hero.ready4 == false)) and _root.all.hero.THING.hitTest(this)) {
_root.all.hero.THING.gotoAndStop(2);
_root.all.hero.gotoAndPlay(104);
} else if (((_root.all.hero._x > _x) and (_root.all.hero.ready2 == true)) and (_root.all.hero.ooo == false)) {
_x = (_x + 15);
}
if (((_root.all.hero._x < _x) and (_root.all.hero.ready2 == true)) and (_root.all.hero.ooo == false)) {
_x = (_x - 15);
}
if (((_root.all.hero._y < (_y - 10)) and (_root.all.hero.ready2 == true)) and (_root.all.hero.ooo == false)) {
_y = (_y - 7);
}
if (((_root.all.hero._y > (_y - 10)) and (_root.all.hero.ready2 == true)) and (_root.all.hero.ooo == false)) {
_y = (_y + 7);
}
}
Instance of Symbol 713 MovieClip in Symbol 714 MovieClip Frame 10
onClipEvent (enterFrame) {
if ((this.hitTest(this.area2) && (_root.all.hero._y > _y)) and (_root.all.hero.dead == false)) {
_y = (_y + 2.5);
}
if ((this.hitTest(this.area2) && (_root.all.hero._y < _y)) and (_root.all.hero.dead == false)) {
_y = (_y - 2.5);
} else if ((_root.all.hero._x < (_x - 50)) and this.area2.hitTest(this)) {
this._x = this._x - 3;
} else if ((_root.all.hero._x > (_x + 50)) and this.area2.hitTest(this)) {
this._x = this._x + 3;
} else {
_y = (_y - 0);
}
}
onClipEvent (enterFrame) {
if (!this.area2.hitTest(this)) {
this.legs.gotoAndStop(1);
} else {
this.legs.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HIT.hitTest(this.HITit) and this.hitTest(this.area)) {
this.gotoAndStop(this._currentframe + 1);
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._y * 100) + this._x);
}
onClipEvent (enterFrame) {
if ((_root.all.hero._x < _x) and this.area3.hitTest(this)) {
this._xscale = -100;
} else if ((_root.all.hero._x > _x) and this.area3.hitTest(this)) {
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.HIT.hitTest(this.sht.bul)) {
_root.HP.gotoAndStop(_root.HP._currentframe + 65);
_root.all.hero.gotoAndPlay(351);
}
}
onClipEvent (enterFrame) {
if (this.enemyHIT.hitTest(_root.all.hero.H1) and (this.ready == true)) {
this.gotoAndStop(47);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H2)) {
this.gotoAndStop(47);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H3)) {
this.gotoAndStop(47);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.jumped.kickonair.H4)) {
this.gotoAndStop(47);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H4)) {
this.gotoAndStop(47);
this.HP.gotoAndStop(this.HP._currentframe + 1);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.hero.H5)) {
this.gotoAndStop(47);
this.HP.gotoAndStop(this.HP._currentframe + 3);
_root.special.gotoAndStop(_root.special._currentframe + 2);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT2)) {
this.gotoAndStop(47);
this.HP.gotoAndStop(this.HP._currentframe + 25);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndPlay(23);
} else if (this.enemyHIT.hitTest(_root.all.box.HIT3)) {
this.gotoAndStop(47);
this.HP.gotoAndStop(this.HP._currentframe + 5);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.box.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.fEnemy.HIT)) {
this.gotoAndStop(47);
this.HP.gotoAndStop(this.HP._currentframe + 7);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.fEnemy.gotoAndStop(1);
} else if (this.enemyHIT.hitTest(_root.all.hero.bullet)) {
this.gotoAndStop(47);
_root.special.gotoAndStop(_root.special._currentframe + 2);
_root.all.hero.bullet.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.all.hero.hitTest(_root.all.talk)) {
_root.all.hero.gotoAndStop(317);
this.gotoAndStop(20);
_root.all.talk.gotoAndStop(2);
}
}
onClipEvent (load) {
this.gotoAndStop(19);
}
onClipEvent (enterFrame) {
if (this._xscale <= 100) {
this.HP._xscale = -100;
}
}
onClipEvent (enterFrame) {
if (this._xscale >= 100) {
this.HP._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (_root.all.stick.HITstickk.hitTest(this.enemyHIT) and (_root.all.stick.fly == true)) {
_root.all.stick.gotoAndPlay(45);
this.gotoAndStop(47);
this.HP.gotoAndStop(this.HP._currentframe + 6);
}
}
Symbol 723 MovieClip Frame 1
stop();
Instance of Symbol 720 MovieClip in Symbol 723 MovieClip Frame 1
onClipEvent (enterFrame) {
_root.nogas = false;
}
onClipEvent (enterFrame) {
_root.refill = false;
}
Instance of Symbol 720 MovieClip in Symbol 723 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.nogas = false;
_root.nogas2 = false;
}
onClipEvent (enterFrame) {
if (_root.refill == true) {
_parent.gotoAndStop(1);
}
}
Symbol 723 MovieClip Frame 330
stop();
stop();
Instance of Symbol 720 MovieClip in Symbol 723 MovieClip Frame 330
onClipEvent (enterFrame) {
if (_root.all.hero.ready9 == true) {
_root.nogas = true;
} else if (_root.all.hero.ready10 == true) {
_root.nogas2 = true;
} else if (_root.all.hero.ready9 == false) {
_root.nogas = false;
} else if (_root.all.hero.ready10 == false) {
_root.nogas2 = false;
}
}
Symbol 735 MovieClip Frame 1
stop();
Symbol 735 MovieClip Frame 355
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 356
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 357
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 358
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 359
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 360
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 361
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 362
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 363
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 364
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 365
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 366
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 367
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 368
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 369
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 370
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 371
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 372
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 373
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 374
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 375
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 376
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 377
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 378
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 379
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 380
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 381
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 382
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 383
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 384
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 385
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 386
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 387
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 388
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 389
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 390
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 391
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 392
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 393
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 394
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 395
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 396
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 397
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 398
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 399
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 400
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 401
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 402
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 403
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 404
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 405
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 406
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 407
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 408
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 409
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 410
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 411
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 412
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 413
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 414
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 415
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 416
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 417
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 418
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 419
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 420
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 421
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 422
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 423
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 424
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 425
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 426
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 427
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 428
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 429
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 430
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 431
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 432
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 433
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 434
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 435
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 436
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 437
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 438
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 439
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 440
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 441
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 442
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 443
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 444
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 445
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 446
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 447
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 448
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 449
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 450
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 451
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 452
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 453
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 454
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 455
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 456
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 457
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 458
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 459
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 460
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 461
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 462
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 463
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 464
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 465
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 466
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 467
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 468
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 469
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 470
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 471
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 472
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 473
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 474
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 475
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 476
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 477
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 478
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 479
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 480
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 481
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 482
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 483
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 484
stop();
_root.all.hero.gotoAndStop(109);
Symbol 735 MovieClip Frame 485
stop();
_root.all.hero.gotoAndStop(109);
Symbol 748 MovieClip Frame 1
stop();
Instance of Symbol 745 MovieClip in Symbol 748 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(49) and (_root.all.hero.ready == true)) {
_root.all.hero.gotoAndPlay(196);
}
}
Instance of Symbol 746 MovieClip in Symbol 748 MovieClip Frame 1
onClipEvent (enterFrame) {
special2 = true;
}
Symbol 748 MovieClip Frame 2
special2 = false;
Instance of Symbol 747 MovieClip in Symbol 748 MovieClip Frame 2
onClipEvent (enterFrame) {
special2 = false;
}
Symbol 752 MovieClip Frame 1
special3 = true;
Instance of Symbol 751 MovieClip in Symbol 752 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(50)) {
_root.HP.gotoAndStop(1);
_root.all.hero.show.gotoAndStop(3);
}
}
Symbol 752 MovieClip Frame 2
special3 = false;
Symbol 756 MovieClip Frame 1
special1 = true;
Instance of Symbol 755 MovieClip in Symbol 756 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(51)) {
_root.petrol.gotoAndStop(1);
_root.all.hero.show.gotoAndStop(2);
}
}
Symbol 756 MovieClip Frame 2
special1 = false;
Symbol 758 MovieClip Frame 1
stop();
Instance of Symbol 742 MovieClip "specials" in Symbol 758 MovieClip Frame 1
onClipEvent (enterFrame) {
special1 = false;
}
onClipEvent (enterFrame) {
special2 = false;
}
onClipEvent (enterFrame) {
special3 = false;
}
Instance of Symbol 748 MovieClip "hand" in Symbol 758 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.special.specials.special2 == true) {
this.gotoAndStop(1);
} else if (_root.special.specials.special2 == false) {
this.gotoAndStop(2);
}
}
Instance of Symbol 752 MovieClip "health" in Symbol 758 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.special.specials.special3 == true) {
this.gotoAndStop(1);
} else if (_root.special.specials.special3 == false) {
this.gotoAndStop(2);
}
}
Instance of Symbol 756 MovieClip "petrol" in Symbol 758 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.special.specials.special1 == true) {
this.gotoAndStop(1);
} else if (_root.special.specials.special1 == false) {
this.gotoAndStop(2);
}
}
Instance of Symbol 742 MovieClip "specials" in Symbol 758 MovieClip Frame 24
onClipEvent (enterFrame) {
special2 = true;
special1 = false;
special3 = false;
}
onClipEvent (load) {
_root.score = Number(_root.score) + 25;
}
Instance of Symbol 742 MovieClip "specials" in Symbol 758 MovieClip Frame 55
onClipEvent (enterFrame) {
special2 = true;
special1 = false;
special3 = true;
}
onClipEvent (load) {
_root.score = Number(_root.score) + 25;
}
Symbol 758 MovieClip Frame 82
stop();
special1 = true;
special2 = true;
special3 = true;
Instance of Symbol 742 MovieClip "specials" in Symbol 758 MovieClip Frame 82
onClipEvent (enterFrame) {
special2 = true;
special1 = true;
special3 = true;
}
onClipEvent (load) {
_root.score = Number(_root.score) + 25;
}
Symbol 762 MovieClip Frame 16
_parent.gotoAndStop(1);
Symbol 763 MovieClip Frame 1
stop();
Symbol 768 MovieClip Frame 8
stop();
Symbol 769 MovieClip Frame 1
canshoot = true;
stop();
Symbol 769 MovieClip Frame 2
stop();
Symbol 769 MovieClip Frame 5
canshoot = false;
stop();
Symbol 777 MovieClip Frame 152
stop();
Symbol 778 MovieClip Frame 1
stop();
Symbol 803 MovieClip Frame 1
stop();
Symbol 805 MovieClip Frame 61
stop();
Symbol 811 MovieClip Frame 1
stop();
Symbol 819 MovieClip Frame 20
gotoAndPlay (1);
Instance of Symbol 818 MovieClip in Symbol 819 MovieClip Frame 21
onClipEvent (enterFrame) {
if (_root.lives.retry == false) {
_root.score = Number(_root.score) - 100;
gotoAndStop (41);
}
}
Symbol 819 MovieClip Frame 40
gotoAndPlay (21);
Symbol 819 MovieClip Frame 41
stop();
Symbol 822 Button
on (release) {
_root.gotoAndStop(13);
}
Instance of Symbol 814 MovieClip in Symbol 827 MovieClip Frame 36
onClipEvent (enterFrame) {
_root.Game.completed.die = _root.die;
}
Symbol 827 MovieClip Frame 60
stop();
Instance of Symbol 814 MovieClip in Symbol 827 MovieClip Frame 60
onClipEvent (enterFrame) {
if (_root.Game.completed.time < 0) {
_root.Game.completed.time = (_root.Game.completed.time = 0);
}
}
onClipEvent (enterFrame) {
_root.Game.completed.die = _root.die;
_root.Game.completed.time = _root.timescore.time;
_root.Game.completed.time2 = _root.timescore.time + _root.score;
}
Instance of Symbol 819 MovieClip in Symbol 827 MovieClip Frame 60
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_root.score = _root.Game.completed.time2;
_root.Game.completed.die = 0;
_root.Game.completed.time = 0;
_root.Game.completed.time2 = 0;
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 811 MovieClip in Symbol 830 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(2);
}
Instance of Symbol 814 MovieClip in Symbol 830 MovieClip Frame 36
onClipEvent (enterFrame) {
_root.Game.completed.die = _root.die;
}
Symbol 830 MovieClip Frame 60
stop();
Instance of Symbol 819 MovieClip in Symbol 830 MovieClip Frame 60
onClipEvent (enterFrame) {
if (Key.isDown(32) and (_root.lives.retry == true)) {
_root.lives.gotoAndStop(_root.lives._currentframe + 1);
_root.gotoAndStop(_root._currentframe - 1);
}
}
onClipEvent (load) {
this.gotoAndPlay(21);
}
onClipEvent (enterFrame) {
if (_root.lives.retry == false) {
this.gotoAndStop(41);
}
}
Symbol 831 MovieClip Frame 1
stop();
Instance of Symbol 827 MovieClip "completed" in Symbol 831 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.all.hero.gotoAndStop(317);
}
Symbol 842 MovieClip Frame 166
stop();
Symbol 855 MovieClip Frame 1
stop();
Symbol 855 MovieClip Frame 92
stop();
Symbol 859 MovieClip Frame 436
_root.gotoAndStop(38);
Symbol 865 Button
on (release) {
}
Symbol 874 MovieClip Frame 1
stop();
Symbol 874 MovieClip Frame 2
stop();
Symbol 885 Button
on (press) {
sboard.dir = "up";
}
on (release) {
sboard.dir = "stop";
}
Symbol 886 Button
on (press) {
sboard.dir = "down";
}
on (release) {
sboard.dir = "stop";
}