Instance of Symbol 10 MovieClip in Frame 1
onClipEvent (load) {
if (_parent.getBytesTotal() == _parent.getBytesLoaded()) {
quickPlay = true;
} else {
preLoad = _parent.getBytesTotal() * 0.75;
}
_parent.stop();
}
onClipEvent (enterFrame) {
gotoAndStop(loadedIndicatorFrame());
if (quickPlay == true) {
if (_currentframe == _totalframes) {
_parent.play();
}
} else if (_parent.getBytesLoaded() >= preLoad) {
_parent.play();
}
}
Frame 2
stop();
Symbol 10 MovieClip Frame 1
function loadedIndicatorFrame() {
var newFrame = (int((_parent.getBytesLoaded() / _parent.getBytesTotal()) * 65) + 2);
if ((newFrame - lastFrame) > 4) {
lastFrame = lastFrame + 4;
loadedText = ((int(((_parent.getBytesTotal() / 1024) * (lastFrame - 2)) / 65) + "kb of ") + int(_parent.getBytesTotal() / 1024)) + "kb";
} else if ((newFrame - lastFrame) > 0) {
lastFrame++;
loadedText = ((int(_parent.getBytesLoaded() / 1024) + "kb of ") + int(_parent.getBytesTotal() / 1024)) + "kb";
} else {
loadedText = ((int(_parent.getBytesLoaded() / 1024) + "kb of ") + int(_parent.getBytesTotal() / 1024)) + "kb";
}
return(lastFrame);
}
lastFrame = 1;
Symbol 29 MovieClip Frame 8
stop();
_parent.gotoAndStop(1);
Symbol 37 MovieClip Frame 15
stop();
Symbol 39 MovieClip Frame 1
stop();
Symbol 46 MovieClip Frame 1
stop();
Symbol 53 Button
on (release) {
getURL ("http://www.thistler.net", "_blank");
}
Symbol 65 Button
on (release, keyPress "a") {
nextFrame();
}
Symbol 82 MovieClip Frame 1
stop();
Instance of Symbol 70 MovieClip "hit" in Symbol 82 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_parent._parent._parent._parent.main.shadow)) {
_parent._parent._parent._parent.main.blud.gotoAndStop(2);
_parent._parent.main.blud.gotoAndStop(2);
_root.thienergy = _root.thienergy - 20;
_parent._parent._parent._parent.NRG.play();
_parent.play();
}
}
Symbol 83 MovieClip Frame 8
badbull = "active";
bullet._x = leg._x + 30;
bullet._y = leg._y;
Instance of Symbol 82 MovieClip "bullet" in Symbol 83 MovieClip Frame 8
onClipEvent (enterFrame) {
this._x = this._x + 40;
}
Symbol 83 MovieClip Frame 48
r = random(5);
if (r == 1) {
_parent.gotoAndStop(1);
}
if (r == 2) {
_parent.gotoAndStop(2);
}
if (r == 3) {
_parent.gotoAndStop(3);
}
if (r == 4) {
_parent.gotoAndStop(4);
}
Instance of Symbol 70 MovieClip "code" in Symbol 88 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent._x <= 545) {
_parent._parent._x = _parent._parent._x + (2 * _parent._parent.code.d3);
if (_parent._parent._y >= _parent._parent._parent.main._y) {
_parent._parent._y = _parent._parent._y - (1 * _parent._parent.code.d3);
} else {
_parent._parent._y = _parent._parent._y + (1 * _parent._parent.code.d3);
}
} else {
_parent._parent.gotoAndStop(4);
}
}
Symbol 88 MovieClip Frame 24
r = random(5);
if (r == 1) {
_parent.gotoAndStop(1);
}
if (r == 2) {
_parent.gotoAndStop(2);
}
if (r == 3) {
_parent.gotoAndStop(3);
}
if (r == 4) {
_parent.gotoAndStop(4);
}
Instance of Symbol 70 MovieClip "code" in Symbol 88 MovieClip Frame 24
onClipEvent (enterFrame) {
if (_parent._parent._x <= 545) {
_parent._parent._x = _parent._parent._x + (2 * _parent._parent.code.d3);
_parent._parent.swapDepths(_parent._y);
} else {
_parent._parent.gotoAndStop(4);
}
}
Instance of Symbol 70 MovieClip "code" in Symbol 89 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent._x >= 5) {
_parent._parent._x = _parent._parent._x - (2 * _parent._parent.code.d3);
if (_parent._parent._y >= _parent._parent._parent.main._y) {
_parent._parent._y = _parent._parent._y - (1 * _parent._parent.code.d3);
} else {
_parent._parent._y = _parent._parent._y + (1 * _parent._parent.code.d3);
}
} else {
_parent._parent.gotoAndStop(3);
}
}
Symbol 89 MovieClip Frame 24
r = random(5);
if (r == 1) {
_parent.gotoAndStop(1);
}
if (r == 2) {
_parent.gotoAndStop(2);
}
if (r == 3) {
_parent.gotoAndStop(3);
}
if (r == 4) {
_parent.gotoAndStop(4);
}
Instance of Symbol 70 MovieClip in Symbol 101 MovieClip Frame 1
onClipEvent (enterFrame) {
stop();
r = random(2);
y = random(150) + 250;
if (r == 1) {
_parent._parent._parent._x = 700;
_parent._parent._parent._y = y;
_parent._parent._parent.gotoAndStop(3);
}
if (r == 0) {
_parent._parent._parent._x = -200;
_parent._parent._parent._y = y;
_parent._parent._parent.gotoAndStop(4);
}
}
Instance of Symbol 4 MovieClip in Symbol 102 MovieClip Frame 2
onClipEvent (enterFrame) {
if (hitTest(_parent._parent._parent.main.shadow)) {
if (_parent._parent._parent.hitTest(_parent._parent._parent.main.shoot.gunhit1)) {
_parent._parent.gotoAndStop(11);
}
}
if (hitTest(_parent._parent._parent.bullet1.hit)) {
_parent._parent._parent.bullet1._y = -600;
_parent._parent.gotoAndStop(11);
}
if (hitTest(_parent._parent._parent.bullet2.hit)) {
_parent._parent._parent.bullet2._y = -600;
_parent._parent.gotoAndStop(11);
}
if (hitTest(_parent._parent._parent.bullet3.hit)) {
_parent._parent._parent.bullet3._y = -600;
_parent._parent.gotoAndStop(11);
}
if (hitTest(_parent._parent._parent.bullet4.hit)) {
_parent._parent._parent.bullet4._y = -600;
_parent._parent.gotoAndStop(11);
}
}
Symbol 102 MovieClip Frame 110
stop();
Symbol 109 MovieClip Frame 8
stop();
Symbol 112 MovieClip Frame 31
stop();
Instance of Symbol 4 MovieClip in Symbol 113 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.main.shadow)) {
if (_parent._parent.hitTest(_parent._parent.main.shoot.gunhit1)) {
_parent.gotoAndPlay(11);
}
}
if (hitTest(_parent._parent.bullet1.hit)) {
_parent._parent.bullet1._x = -60;
_parent.gotoAndStop(11);
}
if (hitTest(_parent._parent.bullet2.hit)) {
_parent._parent.bullet2._x = -60;
_parent.gotoAndStop(11);
}
if (hitTest(_parent._parent.bullet3.hit)) {
_parent._parent.bullet3._x = -60;
_parent.gotoAndStop(11);
}
if (hitTest(_parent._parent.bullet4.hit)) {
_parent._parent.bullet4._x = -60;
_parent.gotoAndStop(11);
}
}
Symbol 113 MovieClip Frame 86
stop();
Symbol 116 MovieClip Frame 31
stop();
Instance of Symbol 4 MovieClip in Symbol 118 MovieClip Frame 2
onClipEvent (enterFrame) {
if (hitTest(_parent._parent._parent.main.shadow)) {
if (_parent._parent._parent.hitTest(_parent._parent._parent.main.shoot.gunhit1)) {
_parent._parent.gotoAndStop(13);
}
}
if (hitTest(_parent._parent._parent.bullet1.hit)) {
_parent._parent._parent.bullet1._y = -600;
_parent._parent.gotoAndStop(13);
}
if (hitTest(_parent._parent._parent.bullet2.hit)) {
_parent._parent._parent.bullet2._y = -600;
_parent._parent.gotoAndStop(13);
}
if (hitTest(_parent._parent._parent.bullet3.hit)) {
_parent._parent._parent.bullet3._y = -600;
_parent._parent.gotoAndStop(13);
}
if (hitTest(_parent._parent._parent.bullet4.hit)) {
_parent._parent._parent.bullet4._y = -600;
_parent._parent.gotoAndStop(13);
}
}
Symbol 118 MovieClip Frame 110
stop();
Symbol 119 MovieClip Frame 101
stop();
Symbol 120 MovieClip Frame 1
stop();
clowndir = "right";
Instance of Symbol 4 MovieClip in Symbol 120 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.bullet1.hit)) {
if (_global.bull1 == "activatedr") {
_parent._parent.bullet1._y = -600;
if (_parent.clowndir == "left") {
_parent.gotoAndStop(12);
} else {
_parent.gotoAndStop(14);
}
} else {
_parent._parent.bullet1._y = -600;
if (_parent.clowndir == "right") {
_parent.gotoAndStop(10);
} else {
_parent.gotoAndStop(15);
}
}
}
if (hitTest(_parent._parent.bullet2.hit)) {
if (_global.bull2 == "activatedl") {
_parent._parent.bullet2._y = -600;
if (_parent.clowndir == "right") {
_parent.gotoAndStop(10);
} else {
_parent.gotoAndStop(15);
}
} else {
_parent._parent.bullet2._y = -600;
if (_parent.clowndir == "left") {
_parent.gotoAndStop(12);
} else {
_parent.gotoAndStop(14);
}
}
}
if (hitTest(_parent._parent.bullet3.hit)) {
if (_global.bull3 == "activatedr") {
_parent._parent.bullet3._y = -600;
if (_parent.clowndir == "left") {
_parent.gotoAndStop(12);
} else {
_parent.gotoAndStop(14);
}
} else {
_parent._parent.bullet3._y = -600;
if (_parent.clowndir == "right") {
_parent.gotoAndStop(10);
} else {
_parent.gotoAndStop(15);
}
}
}
if (hitTest(_parent._parent.bullet4.hit)) {
if (_global.bull4 == "activatedl") {
_parent._parent.bullet4._y = -600;
if (_parent.clowndir == "right") {
_parent.gotoAndStop(10);
} else {
_parent.gotoAndStop(15);
}
} else {
_parent._parent.bullet4._y = -600;
if (_parent.clowndir == "left") {
_parent.gotoAndStop(12);
} else {
_parent.gotoAndStop(14);
}
}
}
}
Instance of Symbol 70 MovieClip in Symbol 120 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.main.hit) && (_root.thienergy >= 0)) {
if (_global.dir == "right") {
_parent._x = _parent._x + (3 * _global.d3);
_parent._parent.main._x = _parent._parent.main._x - (3 * _global.d3);
}
if (_global.dir == "left") {
_parent._x = _parent._x - (3 * _global.d3);
_parent._parent.main._x = _parent._parent.main._x + (3 * _global.d3);
}
}
}
Instance of Symbol 70 MovieClip in Symbol 120 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.main.hit) && (_root.thienergy >= 0)) {
if (_global.dir == "right") {
_parent._x = _parent._x + (3 * _global.d3);
_parent._parent.main._x = _parent._parent.main._x - (3 * _global.d3);
}
if (_global.dir == "left") {
_parent._x = _parent._x - (3 * _global.d3);
_parent._parent.main._x = _parent._parent.main._x + (3 * _global.d3);
}
}
}
Instance of Symbol 70 MovieClip in Symbol 120 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.main.hit) && (_root.thienergy >= 0)) {
if (Key.isDown(38)) {
_parent._y = _parent._y - (3 * _global.d3);
_parent._parent.main._y = _parent._parent.main._y + (3 * _global.d3);
}
if (Key.isDown(40)) {
_parent._y = _parent._y + (3 * _global.d3);
_parent._parent.main._y = _parent._parent.main._y - (3 * _global.d3);
}
}
}
Instance of Symbol 70 MovieClip "code" in Symbol 120 MovieClip Frame 1
onClipEvent (load) {
XSIZE = this._xscale;
YSIZE = this._yscale;
j = -1 * _global.h;
d1 = _global.yend + j;
d2 = _parent._y + j;
d3 = d2 / d1;
_parent._yscale = YSIZE * d3;
_parent._xscale = XSIZE * d3;
thisx = _parent._x;
_parent.swapDepths(_parent._y);
r = random(2);
if (r == 1) {
_parent.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
j = -1 * _global.h;
d1 = _global.yend + j;
d2 = _parent._y + j;
d3 = d2 / d1;
_parent._yscale = YSIZE * d3;
_parent._xscale = XSIZE * d3;
_parent.swapDepths(_parent._y);
if (_parent._y >= 410) {
_parent.gotoAndStop(4);
_parent._y = _parent._y - 5;
}
if (_parent._y <= _parent._parent.yend._y) {
_parent.gotoAndStop(3);
_parent._y = _parent._y + 5;
}
}
Symbol 120 MovieClip Frame 2
clowndir = "left";
Instance of Symbol 83 MovieClip in Symbol 120 MovieClip Frame 2
onClipEvent (enterFrame) {
clowndir == "left";
}
Symbol 120 MovieClip Frame 3
clowndir = "right";
Instance of Symbol 88 MovieClip in Symbol 120 MovieClip Frame 3
onClipEvent (enterFrame) {
clowndir == "right";
}
Symbol 120 MovieClip Frame 4
clowndir = "left";
Instance of Symbol 89 MovieClip in Symbol 120 MovieClip Frame 4
onClipEvent (enterFrame) {
clowndir == "left";
}
Symbol 120 MovieClip Frame 10
_root.kills = _root.kills + 1;
_root.hits = _root.hits + 1;
_root.thi_score = _root.thi_score + 50;
Instance of Symbol 102 MovieClip in Symbol 120 MovieClip Frame 10
onClipEvent (load) {
_global.n = _global.n + 1;
if (_global.n >= 11) {
_global.n = 1;
}
if (_global.n == 1) {
_parent._parent.bloodstain1._x = _parent._x;
_parent._parent.bloodstain1._y = _parent._y;
_parent._parent.bloodstain1.gotoAndPlay(1);
}
if (_global.n == 2) {
_parent._parent.bloodstain2._x = _parent._x;
_parent._parent.bloodstain2._y = _parent._y;
_parent._parent.bloodstain2.gotoAndPlay(1);
}
if (_global.n == 3) {
_parent._parent.bloodstain3._x = _parent._x;
_parent._parent.bloodstain3._y = _parent._y;
_parent._parent.bloodstain3.gotoAndPlay(1);
}
if (_global.n == 4) {
_parent._parent.bloodstain4._x = _parent._x;
_parent._parent.bloodstain4._y = _parent._y;
_parent._parent.bloodstain4.gotoAndPlay(1);
}
if (_global.n == 5) {
_parent._parent.bloodstain5._x = _parent._x;
_parent._parent.bloodstain5._y = _parent._y;
_parent._parent.bloodstain5.gotoAndPlay(1);
}
if (_global.n == 6) {
_parent._parent.bloodstain6._x = _parent._x;
_parent._parent.bloodstain6._y = _parent._y;
_parent._parent.bloodstain6.gotoAndPlay(1);
}
if (_global.n == 7) {
_parent._parent.bloodstain7._x = _parent._x;
_parent._parent.bloodstain7._y = _parent._y;
_parent._parent.bloodstain7.gotoAndPlay(1);
}
if (_global.n == 8) {
_parent._parent.bloodstain8._x = _parent._x;
_parent._parent.bloodstain8._y = _parent._y;
_parent._parent.bloodstain8.gotoAndPlay(1);
}
if (_global.n == 9) {
_parent._parent.bloodstain9._x = _parent._x;
_parent._parent.bloodstain9._y = _parent._y;
_parent._parent.bloodstain9.gotoAndPlay(1);
}
if (_global.n == 10) {
_parent._parent.bloodstain10._x = _parent._x;
_parent._parent.bloodstain10._y = _parent._y;
_parent._parent.bloodstain10.gotoAndPlay(1);
}
}
Symbol 120 MovieClip Frame 11
_root.hits = _root.hits + 1;
_root.thi_score = _root.thi_score + 75;
Symbol 120 MovieClip Frame 12
_root.kills = _root.kills + 1;
_root.hits = _root.hits + 1;
_root.thi_score = _root.thi_score + 50;
Instance of Symbol 118 MovieClip in Symbol 120 MovieClip Frame 12
onClipEvent (load) {
_global.n = _global.n + 1;
if (_global.n >= 11) {
_global.n = 1;
}
if (_global.n == 1) {
_parent._parent.bloodstain1._x = _parent._x;
_parent._parent.bloodstain1._y = _parent._y;
_parent._parent.bloodstain1.gotoAndPlay(1);
}
if (_global.n == 2) {
_parent._parent.bloodstain2._x = _parent._x;
_parent._parent.bloodstain2._y = _parent._y;
_parent._parent.bloodstain2.gotoAndPlay(1);
}
if (_global.n == 3) {
_parent._parent.bloodstain3._x = _parent._x;
_parent._parent.bloodstain3._y = _parent._y;
_parent._parent.bloodstain3.gotoAndPlay(1);
}
if (_global.n == 4) {
_parent._parent.bloodstain4._x = _parent._x;
_parent._parent.bloodstain4._y = _parent._y;
_parent._parent.bloodstain4.gotoAndPlay(1);
}
if (_global.n == 5) {
_parent._parent.bloodstain5._x = _parent._x;
_parent._parent.bloodstain5._y = _parent._y;
_parent._parent.bloodstain5.gotoAndPlay(1);
}
if (_global.n == 6) {
_parent._parent.bloodstain6._x = _parent._x;
_parent._parent.bloodstain6._y = _parent._y;
_parent._parent.bloodstain6.gotoAndPlay(1);
}
if (_global.n == 7) {
_parent._parent.bloodstain7._x = _parent._x;
_parent._parent.bloodstain7._y = _parent._y;
_parent._parent.bloodstain7.gotoAndPlay(1);
}
if (_global.n == 8) {
_parent._parent.bloodstain8._x = _parent._x;
_parent._parent.bloodstain8._y = _parent._y;
_parent._parent.bloodstain8.gotoAndPlay(1);
}
if (_global.n == 9) {
_parent._parent.bloodstain9._x = _parent._x;
_parent._parent.bloodstain9._y = _parent._y;
_parent._parent.bloodstain9.gotoAndPlay(1);
}
if (_global.n == 10) {
_parent._parent.bloodstain10._x = _parent._x;
_parent._parent.bloodstain10._y = _parent._y;
_parent._parent.bloodstain10.gotoAndPlay(1);
}
}
Symbol 120 MovieClip Frame 13
_root.hits = _root.hits + 1;
_root.thi_score = _root.thi_score + 75;
Symbol 120 MovieClip Frame 14
_root.kills = _root.kills + 1;
_root.hits = _root.hits + 1;
_root.thi_score = _root.thi_score + 50;
Instance of Symbol 119 MovieClip in Symbol 120 MovieClip Frame 14
onClipEvent (load) {
_global.n = _global.n + 1;
if (_global.n >= 11) {
_global.n = 1;
}
if (_global.n == 1) {
_parent._parent.bloodstain1._x = _parent._x;
_parent._parent.bloodstain1._y = _parent._y;
_parent._parent.bloodstain1.gotoAndPlay(1);
}
if (_global.n == 2) {
_parent._parent.bloodstain2._x = _parent._x;
_parent._parent.bloodstain2._y = _parent._y;
_parent._parent.bloodstain2.gotoAndPlay(1);
}
if (_global.n == 3) {
_parent._parent.bloodstain3._x = _parent._x;
_parent._parent.bloodstain3._y = _parent._y;
_parent._parent.bloodstain3.gotoAndPlay(1);
}
if (_global.n == 4) {
_parent._parent.bloodstain4._x = _parent._x;
_parent._parent.bloodstain4._y = _parent._y;
_parent._parent.bloodstain4.gotoAndPlay(1);
}
if (_global.n == 5) {
_parent._parent.bloodstain5._x = _parent._x;
_parent._parent.bloodstain5._y = _parent._y;
_parent._parent.bloodstain5.gotoAndPlay(1);
}
if (_global.n == 6) {
_parent._parent.bloodstain6._x = _parent._x;
_parent._parent.bloodstain6._y = _parent._y;
_parent._parent.bloodstain6.gotoAndPlay(1);
}
if (_global.n == 7) {
_parent._parent.bloodstain7._x = _parent._x;
_parent._parent.bloodstain7._y = _parent._y;
_parent._parent.bloodstain7.gotoAndPlay(1);
}
if (_global.n == 8) {
_parent._parent.bloodstain8._x = _parent._x;
_parent._parent.bloodstain8._y = _parent._y;
_parent._parent.bloodstain8.gotoAndPlay(1);
}
if (_global.n == 9) {
_parent._parent.bloodstain9._x = _parent._x;
_parent._parent.bloodstain9._y = _parent._y;
_parent._parent.bloodstain9.gotoAndPlay(1);
}
if (_global.n == 10) {
_parent._parent.bloodstain10._x = _parent._x;
_parent._parent.bloodstain10._y = _parent._y;
_parent._parent.bloodstain10.gotoAndPlay(1);
}
}
Symbol 120 MovieClip Frame 15
_root.kills = _root.kills + 1;
_root.hits = _root.hits + 1;
_root.thi_score = _root.thi_score + 50;
Symbol 120 MovieClip Frame 23
stop();
Instance of Symbol 70 MovieClip "code" in Symbol 120 MovieClip Frame 23
onClipEvent (load) {
XSIZE = this._xscale;
YSIZE = this._yscale;
j = -1 * _global.h;
d1 = _global.yend + j;
d2 = _parent._y + j;
d3 = d2 / d1;
_parent._yscale = YSIZE * d3;
_parent._xscale = XSIZE * d3;
thisx = _parent._x;
_parent.swapDepths(_parent._y);
}
onClipEvent (enterFrame) {
if (_parent.start == 1) {
j = -1 * _global.h;
d1 = _global.yend + j;
d2 = _parent._y + j;
d3 = d2 / d1;
_parent._yscale = YSIZE * d3;
_parent._xscale = XSIZE * d3;
_parent.swapDepths(_parent._y);
if (_parent._y >= 410) {
_parent._y = _parent._y - 5;
}
if (_parent._y <= _parent._parent.yend._y) {
_parent._y = _parent._y + 5;
}
}
}
Symbol 121 MovieClip Frame 260
stop();
Symbol 139 MovieClip Frame 1
_global.shoot = 1;
Symbol 139 MovieClip Frame 4
if (_global.dir == "right") {
if (_global.bull2 == "INactive") {
_global.bull2 = "activer";
_parent._parent.bullet2._x = _parent._x + 30;
_parent._parent.bullet2._y = _parent._y;
} else {
_global.bull4 = "activer";
_parent._parent.bullet4._x = _parent._x + 30;
_parent._parent.bullet4._y = _parent._y;
}
}
if (_global.dir == "left") {
if (_global.bull2 == "INactive") {
_global.bull2 = "activel";
_parent._parent.bullet2._x = _parent._x - 30;
_parent._parent.bullet2._y = _parent._y;
} else {
_global.bull4 = "activel";
_parent._parent.bullet4._x = _parent._x - 30;
_parent._parent.bullet4._y = _parent._y;
}
}
Symbol 139 MovieClip Frame 10
if (_global.dir == "right") {
if (_global.bull1 == "INactive") {
_global.bull1 = "activer";
_parent._parent.bullet1._x = _parent._x + 45;
_parent._parent.bullet1._y = _parent._y - 3;
} else {
_global.bull3 = "activer";
_parent._parent.bullet3._x = _parent._x + 45;
_parent._parent.bullet3._y = _parent._y - 3;
}
}
if (_global.dir == "left") {
if (_global.bull1 == "INactive") {
_global.bull1 = "activel";
_parent._parent.bullet1._x = _parent._x - 45;
_parent._parent.bullet1._y = _parent._y - 3;
} else {
_global.bull3 = "activel";
_parent._parent.bullet3._x = _parent._x - 45;
_parent._parent.bullet3._y = _parent._y - 3;
}
}
Symbol 139 MovieClip Frame 11
_global.shoot = 2;
Symbol 139 MovieClip Frame 14
if (_global.dir == "right") {
_global.shoot = 2;
_parent.gotoAndStop(1);
}
if (_global.dir == "left") {
_global.shoot = 2;
_parent.gotoAndStop(2);
}
Symbol 143 MovieClip Frame 2
if (_global.dir == "right") {
if (_global.bull2 == "INactive") {
_global.bull2 = "active";
_parent._parent.bullet2._x = _parent._x + 30;
_parent._parent.bullet2._y = _parent._y;
} else {
_global.bull4 = "active";
_parent._parent.bullet4._x = _parent._x + 30;
_parent._parent.bullet4._y = _parent._y;
}
if (_global.bull1 == "INactive") {
_global.bull1 = "active";
_parent._parent.bullet1._x = _parent._x - 30;
_parent._parent.bullet1._y = _parent._y;
} else {
_global.bull3 = "active";
_parent._parent.bullet3._x = _parent._x - 30;
_parent._parent.bullet3._y = _parent._y;
}
}
if (_global.dir == "left") {
if (_global.bull1 == "INactive") {
_global.bull1 = "active";
_parent._parent.bullet1._x = _parent._x - 30;
_parent._parent.bullet1._y = _parent._y;
} else {
_global.bull3 = "active";
_parent._parent.bullet3._x = _parent._x - 30;
_parent._parent.bullet3._y = _parent._y;
}
if (_global.bull2 == "INactive") {
_global.bull2 = "active";
_parent._parent.bullet2._x = _parent._x + 30;
_parent._parent.bullet2._y = _parent._y;
} else {
_global.bull4 = "active";
_parent._parent.bullet4._x = _parent._x + 30;
_parent._parent.bullet4._y = _parent._y;
}
}
Symbol 143 MovieClip Frame 6
if (_global.dir == "right") {
_global.shoot = 3;
_parent.gotoAndStop(1);
}
if (_global.dir == "left") {
_global.shoot = 3;
_parent.gotoAndStop(2);
}
Symbol 149 MovieClip Frame 10
stop();
Symbol 150 MovieClip Frame 1
stop();
Instance of Symbol 70 MovieClip in Symbol 150 MovieClip Frame 1
onClipEvent (load) {
XSIZE = this._xscale;
YSIZE = this._yscale;
j = -1 * _global.h;
d1 = _global.yend + j;
d2 = _parent._y + j;
d3 = d2 / d1;
_parent._yscale = YSIZE * d3;
_parent._xscale = XSIZE * d3;
thisx = _parent._x;
}
onClipEvent (enterFrame) {
j = -1 * _global.h;
d1 = _global.yend + j;
d2 = _parent._y + j;
d3 = d2 / d1;
_global.d3 = d3;
_parent._yscale = YSIZE * d3;
_parent._xscale = XSIZE * d3;
}
Symbol 150 MovieClip Frame 5
_root.shots = _root.shots + 2;
Symbol 150 MovieClip Frame 6
_root.shots = _root.shots + 2;
Symbol 150 MovieClip Frame 7
_root.shots = _root.shots + 2;
Symbol 150 MovieClip Frame 8
_root.shots = _root.shots + 2;
Instance of Symbol 70 MovieClip in Symbol 152 MovieClip Frame 1
onClipEvent (load) {
XSIZE = this._xscale;
YSIZE = this._yscale;
j = -1 * _global.h;
d1 = _global.yend + j;
d2 = _parent._y + j;
d3 = d2 / d1;
_parent._yscale = YSIZE * d3;
_parent._xscale = XSIZE * d3;
thisx = _parent._x;
}
onClipEvent (enterFrame) {
j = -1 * _global.h;
d1 = _global.yend + j;
d2 = _parent._y + j;
d3 = d2 / d1;
_parent._yscale = YSIZE * d3;
_parent._xscale = XSIZE * d3;
}
Symbol 166 MovieClip Frame 9
r = random(7);
if (r == 1) {
_parent.gotoAndStop(1);
}
if (r == 2) {
_parent.gotoAndStop(2);
}
if (r == 3) {
_parent.gotoAndStop(3);
}
if (r == 4) {
_parent.gotoAndStop(4);
}
if (r == 5) {
_parent.gotoAndStop(5);
}
if (r == 6) {
_parent.gotoAndStop(6);
}
Instance of Symbol 70 MovieClip "code" in Symbol 171 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent._x <= 545) {
_parent._parent._x = _parent._parent._x + (2 * _parent._parent.code.d3);
_parent._parent.swapDepths(_parent._y);
} else {
_parent._parent.gotoAndStop(4);
}
}
Symbol 171 MovieClip Frame 24
r = random(7);
if (r == 1) {
_parent.gotoAndStop(1);
}
if (r == 2) {
_parent.gotoAndStop(2);
}
if (r == 3) {
_parent.gotoAndStop(3);
}
if (r == 4) {
_parent.gotoAndStop(4);
}
if (r == 5) {
_parent.gotoAndStop(5);
}
if (r == 6) {
_parent.gotoAndStop(6);
}
Instance of Symbol 70 MovieClip "code" in Symbol 172 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent._x >= 5) {
_parent._parent._x = _parent._parent._x - (2 * _parent._parent.code.d3);
_parent._parent.swapDepths(_parent._y);
} else {
_parent._parent.gotoAndStop(3);
}
}
Symbol 172 MovieClip Frame 24
r = random(7);
if (r == 1) {
_parent.gotoAndStop(1);
}
if (r == 2) {
_parent.gotoAndStop(2);
}
if (r == 3) {
_parent.gotoAndStop(3);
}
if (r == 4) {
_parent.gotoAndStop(4);
}
if (r == 5) {
_parent.gotoAndStop(5);
}
if (r == 6) {
_parent.gotoAndStop(6);
}
Instance of Symbol 70 MovieClip "code" in Symbol 172 MovieClip Frame 24
onClipEvent (enterFrame) {
if (_parent._parent._x <= 545) {
_parent._parent._x = _parent._parent._x + (2 * _parent._parent.code.d3);
_parent._parent.swapDepths(_parent._y);
} else {
_parent._parent.gotoAndStop(4);
}
}
Symbol 176 MovieClip Frame 8
_parent.gotoAndStop(1);
Symbol 177 MovieClip Frame 1
stop();
Instance of Symbol 70 MovieClip in Symbol 178 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_parent._parent._parent.main.shadow)) {
_root.thienergy = _root.thienergy - 2;
_parent._parent._parent.main.blud.gotoAndStop(2);
_parent._parent._parent.NRG.play();
}
}
Instance of Symbol 70 MovieClip "code" in Symbol 178 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent._x <= 545) {
_parent._parent._x = _parent._parent._x + (5 * _parent._parent.code.d3);
if (_parent._parent._y >= _parent._parent._parent.main._y) {
_parent._parent._y = _parent._parent._y - (1 * _parent._parent.code.d3);
} else {
_parent._parent._y = _parent._parent._y + (1 * _parent._parent.code.d3);
}
} else {
_parent._parent.gotoAndStop(4);
}
}
Symbol 178 MovieClip Frame 40
r = random(7);
if (r == 1) {
_parent.gotoAndStop(1);
}
if (r == 2) {
_parent.gotoAndStop(2);
}
if (r == 3) {
_parent.gotoAndStop(3);
}
if (r == 4) {
_parent.gotoAndStop(4);
}
if (r == 5) {
_parent.gotoAndStop(5);
}
if (r == 6) {
_parent.gotoAndStop(6);
}
Instance of Symbol 70 MovieClip "code" in Symbol 178 MovieClip Frame 40
onClipEvent (enterFrame) {
if (_parent._parent._x <= 545) {
_parent._parent._x = _parent._parent._x + (2 * _parent._parent.code.d3);
_parent._parent.swapDepths(_parent._y);
} else {
_parent._parent.gotoAndStop(4);
}
}
Instance of Symbol 70 MovieClip in Symbol 179 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_parent._parent._parent.main.shadow)) {
_root.thienergy = _root.thienergy - 2;
_parent._parent._parent.main.blud.gotoAndStop(2);
_parent._parent._parent.NRG.play();
}
}
Instance of Symbol 70 MovieClip "code" in Symbol 179 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent._x >= 5) {
_parent._parent._x = _parent._parent._x - (5 * _parent._parent.code.d3);
if (_parent._parent._y >= _parent._parent._parent.main._y) {
_parent._parent._y = _parent._parent._y - (1 * _parent._parent.code.d3);
} else {
_parent._parent._y = _parent._parent._y + (1 * _parent._parent.code.d3);
}
} else {
_parent._parent.gotoAndStop(3);
}
}
Symbol 179 MovieClip Frame 40
r = random(7);
if (r == 1) {
_parent.gotoAndStop(1);
}
if (r == 2) {
_parent.gotoAndStop(2);
}
if (r == 3) {
_parent.gotoAndStop(3);
}
if (r == 4) {
_parent.gotoAndStop(4);
}
if (r == 5) {
_parent.gotoAndStop(5);
}
if (r == 6) {
_parent.gotoAndStop(6);
}
Instance of Symbol 70 MovieClip "code" in Symbol 179 MovieClip Frame 40
onClipEvent (enterFrame) {
if (_parent._parent._x <= 545) {
_parent._parent._x = _parent._parent._x + (2 * _parent._parent.code.d3);
_parent._parent.swapDepths(_parent._y);
} else {
_parent._parent.gotoAndStop(4);
}
}
Instance of Symbol 4 MovieClip in Symbol 189 MovieClip Frame 2
onClipEvent (enterFrame) {
if (hitTest(_parent._parent._parent.main.shadow)) {
if (_parent._parent._parent.hitTest(_parent._parent._parent.main.shoot.gunhit1)) {
_parent._parent.gotoAndStop(11);
}
}
if (hitTest(_parent._parent._parent.bullet1.hit)) {
_parent._parent._parent.bullet1._y = -600;
_parent._parent.gotoAndStop(11);
}
if (hitTest(_parent._parent._parent.bullet2.hit)) {
_parent._parent._parent.bullet2._y = -600;
_parent._parent.gotoAndStop(11);
}
if (hitTest(_parent._parent._parent.bullet3.hit)) {
_parent._parent._parent.bullet3._y = -600;
_parent._parent.gotoAndStop(11);
}
if (hitTest(_parent._parent._parent.bullet4.hit)) {
_parent._parent._parent.bullet4._y = -600;
_parent._parent.gotoAndStop(11);
}
}
Symbol 189 MovieClip Frame 110
stop();
Instance of Symbol 4 MovieClip in Symbol 190 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.main.shadow)) {
if (_parent._parent.hitTest(_parent._parent.main.shoot.gunhit1)) {
_parent.gotoAndPlay(11);
}
}
if (hitTest(_parent._parent.bullet1.hit)) {
_parent._parent.bullet1._x = -60;
_parent.gotoAndStop(11);
}
if (hitTest(_parent._parent.bullet2.hit)) {
_parent._parent.bullet2._x = -60;
_parent.gotoAndStop(11);
}
if (hitTest(_parent._parent.bullet3.hit)) {
_parent._parent.bullet3._x = -60;
_parent.gotoAndStop(11);
}
if (hitTest(_parent._parent.bullet4.hit)) {
_parent._parent.bullet4._x = -60;
_parent.gotoAndStop(11);
}
}
Symbol 190 MovieClip Frame 86
stop();
Instance of Symbol 4 MovieClip in Symbol 192 MovieClip Frame 2
onClipEvent (enterFrame) {
if (hitTest(_parent._parent._parent.main.shadow)) {
if (_parent._parent._parent.hitTest(_parent._parent._parent.main.shoot.gunhit1)) {
_parent._parent.gotoAndStop(13);
}
}
if (hitTest(_parent._parent._parent.bullet1.hit)) {
_parent._parent._parent.bullet1._y = -600;
_parent._parent.gotoAndStop(13);
}
if (hitTest(_parent._parent._parent.bullet2.hit)) {
_parent._parent._parent.bullet2._y = -600;
_parent._parent.gotoAndStop(13);
}
if (hitTest(_parent._parent._parent.bullet3.hit)) {
_parent._parent._parent.bullet3._y = -600;
_parent._parent.gotoAndStop(13);
}
if (hitTest(_parent._parent._parent.bullet4.hit)) {
_parent._parent._parent.bullet4._y = -600;
_parent._parent.gotoAndStop(13);
}
}
Symbol 192 MovieClip Frame 110
stop();
Symbol 193 MovieClip Frame 101
stop();
Symbol 194 MovieClip Frame 1
stop();
clowndir = "right";
Instance of Symbol 4 MovieClip in Symbol 194 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.bullet1.hit)) {
if (_global.bull1 == "activatedr") {
_parent._parent.bullet1._y = -600;
if (_parent.clowndir == "left") {
_parent.gotoAndStop(12);
} else {
_parent.gotoAndStop(14);
}
} else {
_parent._parent.bullet1._y = -600;
if (_parent.clowndir == "right") {
_parent.gotoAndStop(10);
} else {
_parent.gotoAndStop(15);
}
}
}
if (hitTest(_parent._parent.bullet2.hit)) {
if (_global.bull2 == "activatedl") {
_parent._parent.bullet2._y = -600;
if (_parent.clowndir == "right") {
_parent.gotoAndStop(10);
} else {
_parent.gotoAndStop(15);
}
} else {
_parent._parent.bullet2._y = -600;
if (_parent.clowndir == "left") {
_parent.gotoAndStop(12);
} else {
_parent.gotoAndStop(14);
}
}
}
if (hitTest(_parent._parent.bullet3.hit)) {
if (_global.bull3 == "activatedr") {
_parent._parent.bullet3._y = -600;
if (_parent.clowndir == "left") {
_parent.gotoAndStop(12);
} else {
_parent.gotoAndStop(14);
}
} else {
_parent._parent.bullet3._y = -600;
if (_parent.clowndir == "right") {
_parent.gotoAndStop(10);
} else {
_parent.gotoAndStop(15);
}
}
}
if (hitTest(_parent._parent.bullet4.hit)) {
if (_global.bull4 == "activatedl") {
_parent._parent.bullet4._y = -600;
if (_parent.clowndir == "right") {
_parent.gotoAndStop(10);
} else {
_parent.gotoAndStop(15);
}
} else {
_parent._parent.bullet4._y = -600;
if (_parent.clowndir == "left") {
_parent.gotoAndStop(12);
} else {
_parent.gotoAndStop(14);
}
}
}
}
Instance of Symbol 70 MovieClip in Symbol 194 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.main.hit) && (_root.thienergy >= 0)) {
if (_global.dir == "right") {
_parent._x = _parent._x + (3 * _global.d3);
_parent._parent.main._x = _parent._parent.main._x - (3 * _global.d3);
}
if (_global.dir == "left") {
_parent._x = _parent._x - (3 * _global.d3);
_parent._parent.main._x = _parent._parent.main._x + (3 * _global.d3);
}
}
}
Instance of Symbol 70 MovieClip in Symbol 194 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.main.hit) && (_root.thienergy >= 0)) {
if (_global.dir == "right") {
_parent._x = _parent._x + (3 * _global.d3);
_parent._parent.main._x = _parent._parent.main._x - (3 * _global.d3);
}
if (_global.dir == "left") {
_parent._x = _parent._x - (3 * _global.d3);
_parent._parent.main._x = _parent._parent.main._x + (3 * _global.d3);
}
}
}
Instance of Symbol 70 MovieClip in Symbol 194 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.main.hit) && (_root.thienergy >= 0)) {
if (Key.isDown(38)) {
_parent._y = _parent._y - (3 * _global.d3);
_parent._parent.main._y = _parent._parent.main._y + (3 * _global.d3);
}
if (Key.isDown(40)) {
_parent._y = _parent._y + (3 * _global.d3);
_parent._parent.main._y = _parent._parent.main._y - (3 * _global.d3);
}
}
}
Instance of Symbol 70 MovieClip "code" in Symbol 194 MovieClip Frame 1
onClipEvent (load) {
XSIZE = this._xscale;
YSIZE = this._yscale;
j = -1 * _global.h;
d1 = _global.yend + j;
d2 = _parent._y + j;
d3 = d2 / d1;
_parent._yscale = YSIZE * d3;
_parent._xscale = XSIZE * d3;
thisx = _parent._x;
_parent.swapDepths(_parent._y);
r = random(2);
if (r == 1) {
_parent.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
j = -1 * _global.h;
d1 = _global.yend + j;
d2 = _parent._y + j;
d3 = d2 / d1;
_parent._yscale = YSIZE * d3;
_parent._xscale = XSIZE * d3;
_parent.swapDepths(_parent._y);
if (_parent._y >= 410) {
_parent._y = _parent._y - 5;
}
if (_parent._y <= _parent._parent.yend._y) {
_parent._y = _parent._y + 5;
}
}
Symbol 194 MovieClip Frame 2
clowndir = "left";
Instance of Symbol 166 MovieClip in Symbol 194 MovieClip Frame 2
onClipEvent (enterFrame) {
clowndir == "left";
}
Symbol 194 MovieClip Frame 3
clowndir = "right";
Instance of Symbol 171 MovieClip in Symbol 194 MovieClip Frame 3
onClipEvent (enterFrame) {
clowndir == "right";
}
Symbol 194 MovieClip Frame 4
clowndir = "left";
Instance of Symbol 172 MovieClip in Symbol 194 MovieClip Frame 4
onClipEvent (enterFrame) {
clowndir == "left";
}
Symbol 194 MovieClip Frame 5
clowndir = "right";
Instance of Symbol 178 MovieClip in Symbol 194 MovieClip Frame 5
onClipEvent (enterFrame) {
clowndir == "right";
}
Symbol 194 MovieClip Frame 6
clowndir = "left";
Instance of Symbol 179 MovieClip in Symbol 194 MovieClip Frame 6
onClipEvent (enterFrame) {
clowndir == "left";
}
Symbol 194 MovieClip Frame 10
_root.kills = _root.kills + 1;
_root.hits = _root.hits + 1;
_root.thi_score = _root.thi_score + 50;
Instance of Symbol 189 MovieClip in Symbol 194 MovieClip Frame 10
onClipEvent (load) {
_global.n = _global.n + 1;
if (_global.n >= 11) {
_global.n = 1;
}
if (_global.n == 1) {
_parent._parent.bloodstain1._x = _parent._x;
_parent._parent.bloodstain1._y = _parent._y;
_parent._parent.bloodstain1.gotoAndPlay(1);
}
if (_global.n == 2) {
_parent._parent.bloodstain2._x = _parent._x;
_parent._parent.bloodstain2._y = _parent._y;
_parent._parent.bloodstain2.gotoAndPlay(1);
}
if (_global.n == 3) {
_parent._parent.bloodstain3._x = _parent._x;
_parent._parent.bloodstain3._y = _parent._y;
_parent._parent.bloodstain3.gotoAndPlay(1);
}
if (_global.n == 4) {
_parent._parent.bloodstain4._x = _parent._x;
_parent._parent.bloodstain4._y = _parent._y;
_parent._parent.bloodstain4.gotoAndPlay(1);
}
if (_global.n == 5) {
_parent._parent.bloodstain5._x = _parent._x;
_parent._parent.bloodstain5._y = _parent._y;
_parent._parent.bloodstain5.gotoAndPlay(1);
}
if (_global.n == 6) {
_parent._parent.bloodstain6._x = _parent._x;
_parent._parent.bloodstain6._y = _parent._y;
_parent._parent.bloodstain6.gotoAndPlay(1);
}
if (_global.n == 7) {
_parent._parent.bloodstain7._x = _parent._x;
_parent._parent.bloodstain7._y = _parent._y;
_parent._parent.bloodstain7.gotoAndPlay(1);
}
if (_global.n == 8) {
_parent._parent.bloodstain8._x = _parent._x;
_parent._parent.bloodstain8._y = _parent._y;
_parent._parent.bloodstain8.gotoAndPlay(1);
}
if (_global.n == 9) {
_parent._parent.bloodstain9._x = _parent._x;
_parent._parent.bloodstain9._y = _parent._y;
_parent._parent.bloodstain9.gotoAndPlay(1);
}
if (_global.n == 10) {
_parent._parent.bloodstain10._x = _parent._x;
_parent._parent.bloodstain10._y = _parent._y;
_parent._parent.bloodstain10.gotoAndPlay(1);
}
}
Symbol 194 MovieClip Frame 11
_root.hits = _root.hits + 1;
_root.thi_score = _root.thi_score + 75;
Symbol 194 MovieClip Frame 12
_root.kills = _root.kills + 1;
_root.hits = _root.hits + 1;
_root.thi_score = _root.thi_score + 50;
Instance of Symbol 192 MovieClip in Symbol 194 MovieClip Frame 12
onClipEvent (load) {
_global.n = _global.n + 1;
if (_global.n >= 11) {
_global.n = 1;
}
if (_global.n == 1) {
_parent._parent.bloodstain1._x = _parent._x;
_parent._parent.bloodstain1._y = _parent._y;
_parent._parent.bloodstain1.gotoAndPlay(1);
}
if (_global.n == 2) {
_parent._parent.bloodstain2._x = _parent._x;
_parent._parent.bloodstain2._y = _parent._y;
_parent._parent.bloodstain2.gotoAndPlay(1);
}
if (_global.n == 3) {
_parent._parent.bloodstain3._x = _parent._x;
_parent._parent.bloodstain3._y = _parent._y;
_parent._parent.bloodstain3.gotoAndPlay(1);
}
if (_global.n == 4) {
_parent._parent.bloodstain4._x = _parent._x;
_parent._parent.bloodstain4._y = _parent._y;
_parent._parent.bloodstain4.gotoAndPlay(1);
}
if (_global.n == 5) {
_parent._parent.bloodstain5._x = _parent._x;
_parent._parent.bloodstain5._y = _parent._y;
_parent._parent.bloodstain5.gotoAndPlay(1);
}
if (_global.n == 6) {
_parent._parent.bloodstain6._x = _parent._x;
_parent._parent.bloodstain6._y = _parent._y;
_parent._parent.bloodstain6.gotoAndPlay(1);
}
if (_global.n == 7) {
_parent._parent.bloodstain7._x = _parent._x;
_parent._parent.bloodstain7._y = _parent._y;
_parent._parent.bloodstain7.gotoAndPlay(1);
}
if (_global.n == 8) {
_parent._parent.bloodstain8._x = _parent._x;
_parent._parent.bloodstain8._y = _parent._y;
_parent._parent.bloodstain8.gotoAndPlay(1);
}
if (_global.n == 9) {
_parent._parent.bloodstain9._x = _parent._x;
_parent._parent.bloodstain9._y = _parent._y;
_parent._parent.bloodstain9.gotoAndPlay(1);
}
if (_global.n == 10) {
_parent._parent.bloodstain10._x = _parent._x;
_parent._parent.bloodstain10._y = _parent._y;
_parent._parent.bloodstain10.gotoAndPlay(1);
}
}
Symbol 194 MovieClip Frame 13
_root.hits = _root.hits + 1;
_root.thi_score = _root.thi_score + 75;
Symbol 194 MovieClip Frame 14
_root.kills = _root.kills + 1;
_root.hits = _root.hits + 1;
_root.thi_score = _root.thi_score + 50;
Instance of Symbol 193 MovieClip in Symbol 194 MovieClip Frame 14
onClipEvent (load) {
_global.n = _global.n + 1;
if (_global.n >= 11) {
_global.n = 1;
}
if (_global.n == 1) {
_parent._parent.bloodstain1._x = _parent._x;
_parent._parent.bloodstain1._y = _parent._y;
_parent._parent.bloodstain1.gotoAndPlay(1);
}
if (_global.n == 2) {
_parent._parent.bloodstain2._x = _parent._x;
_parent._parent.bloodstain2._y = _parent._y;
_parent._parent.bloodstain2.gotoAndPlay(1);
}
if (_global.n == 3) {
_parent._parent.bloodstain3._x = _parent._x;
_parent._parent.bloodstain3._y = _parent._y;
_parent._parent.bloodstain3.gotoAndPlay(1);
}
if (_global.n == 4) {
_parent._parent.bloodstain4._x = _parent._x;
_parent._parent.bloodstain4._y = _parent._y;
_parent._parent.bloodstain4.gotoAndPlay(1);
}
if (_global.n == 5) {
_parent._parent.bloodstain5._x = _parent._x;
_parent._parent.bloodstain5._y = _parent._y;
_parent._parent.bloodstain5.gotoAndPlay(1);
}
if (_global.n == 6) {
_parent._parent.bloodstain6._x = _parent._x;
_parent._parent.bloodstain6._y = _parent._y;
_parent._parent.bloodstain6.gotoAndPlay(1);
}
if (_global.n == 7) {
_parent._parent.bloodstain7._x = _parent._x;
_parent._parent.bloodstain7._y = _parent._y;
_parent._parent.bloodstain7.gotoAndPlay(1);
}
if (_global.n == 8) {
_parent._parent.bloodstain8._x = _parent._x;
_parent._parent.bloodstain8._y = _parent._y;
_parent._parent.bloodstain8.gotoAndPlay(1);
}
if (_global.n == 9) {
_parent._parent.bloodstain9._x = _parent._x;
_parent._parent.bloodstain9._y = _parent._y;
_parent._parent.bloodstain9.gotoAndPlay(1);
}
if (_global.n == 10) {
_parent._parent.bloodstain10._x = _parent._x;
_parent._parent.bloodstain10._y = _parent._y;
_parent._parent.bloodstain10.gotoAndPlay(1);
}
}
Symbol 194 MovieClip Frame 15
_root.kills = _root.kills + 1;
_root.hits = _root.hits + 1;
_root.thi_score = _root.thi_score + 50;
Symbol 194 MovieClip Frame 23
stop();
Symbol 200 Button
on (release) {
_parent._parent.gotoAndPlay(1);
}
Symbol 240 MovieClip Frame 1
stop();
Symbol 240 MovieClip Frame 2
_quality = "MEDIUM";
Symbol 240 MovieClip Frame 3
_quality = "MEDIUM";
Symbol 252 MovieClip Frame 1
_root.kills = 0;
_quality = "LOW";
_root.thienergy = 100;
_root.level = 1;
_root.shots = 0;
_root.time = 150;
_root.clownkill = 0;
_root.thi_score = 0;
_root.hits = 0;
Instance of Symbol 14 MovieClip "horizon" in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
_global.h = this._y;
}
Instance of Symbol 14 MovieClip "ytop" in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
_global.ytop = this._y;
}
Instance of Symbol 14 MovieClip "yend" in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
_global.yend = this._y;
}
Instance of Symbol 120 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
if (_root.level <= 1) {
this.gotoAndStop(23);
}
start = 0;
}
onClipEvent (enterFrame) {
this.SwapDepths(this._y);
if ((_root.level >= 11) && (start == 0)) {
start = 1;
this.gotoAndStop(1);
}
}
Instance of Symbol 150 MovieClip "main" in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
this.SwapDepths(this._y);
_global.dir = "right";
_global.dudir = "none";
movespeed = 4;
_global.shoot = 0;
_global.shoot2 = 0;
_root.time = 150;
}
onClipEvent (enterFrame) {
_root.r = _root.r + 0.1;
if (((_root.r >= 1) && (_root.time >= 1)) && (_root.thienergy >= 1)) {
_root.r = 0;
_root.time = _root.time - 1;
}
_root.perc = Math.round((_root.hits / _root.shots) * 100);
if (_root.kills == 4) {
_root.level = 2;
}
if (_root.kills == 10) {
_root.level = 3;
}
if (_root.kills == 15) {
_root.level = 4;
}
if (_root.kills == 20) {
_root.level = 5;
}
if (_root.kills == 25) {
_root.level = 6;
}
if (_root.kills == 30) {
_root.level = 7;
}
if (_root.kills == 35) {
_root.level = 8;
}
if (_root.kills == 40) {
_root.level = 9;
}
if (_root.kills == 45) {
_root.level = 10;
}
if (_root.kills == 50) {
_root.level = 11;
}
if (_root.kills == 55) {
_root.level = 12;
}
if ((_root.thienergy >= 0) && (_root.time >= 1)) {
this.SwapDepths(this._y);
if (Key.isDown("65") && (_global.shoot == 0)) {
_global.shoot = 1;
if (_global.dir == "right") {
this.gotoAndStop(5);
}
if (_global.dir == "left") {
this.gotoAndStop(6);
}
}
if (Key.isDown("83") && (_global.shoot == 0)) {
_global.shoot = 1;
if (_global.dir == "right") {
this.gotoAndStop(7);
}
if (_global.dir == "left") {
this.gotoAndStop(8);
}
}
if (_global.shoot == 2) {
if (Key.isDown("65")) {
} else {
_global.shoot = 0;
}
}
if (_global.shoot == 3) {
if (Key.isDown("83")) {
} else {
_global.shoot = 0;
}
}
if (this._x >= 555) {
this._x = this._x - 5;
}
if (this._x <= -5) {
this._x = this._x + 5;
}
if (this._y >= 415) {
this._y = this._y - 5;
}
if (this._y <= -5) {
this._y = this._y + 5;
}
if (_global.shoot == 0) {
if (Key.isDown(39) && (this._x <= 540)) {
_global.dir = "right";
this.gotoAndStop(3);
this._x = this._x + (movespeed * _global.d3);
if (Key.isDown(40) && (this._y <= 410)) {
this._y = this._y + (movespeed * _global.d3);
this.SwapDepths(this._y);
}
if (Key.isDown(38) && (this._y >= _parent.yend._y)) {
this._y = this._y - (movespeed * _global.d3);
this.SwapDepths(this._y);
}
} else if (_global.dir == "right") {
if (Key.isDown(38) && (this._y >= _parent.yend._y)) {
this.gotoAndStop(3);
this._y = this._y - (movespeed * _global.d3);
this.SwapDepths(this._y);
} else if (Key.isDown(40) && (this._y <= 410)) {
this.gotoAndStop(3);
this._y = this._y + (movespeed * _global.d3);
this.SwapDepths(this._y);
} else {
this.gotoAndStop(1);
}
}
if (Key.isDown(37) && (this._x >= 10)) {
_global.dir = "left";
this.gotoAndStop(4);
this._x = this._x - (movespeed * _global.d3);
if (Key.isDown(40) && (this._y <= 410)) {
this._y = this._y + (mmovespeed * _global.d3);
this.SwapDepths(this._y);
}
if (Key.isDown(38) && (this._y >= _parent.yend._y)) {
this._y = this._y - (movespeed * _global.d3);
this.SwapDepths(this._y);
}
} else if (_global.dir == "left") {
if (Key.isDown(38) && (this._y >= _parent.yend._y)) {
this.gotoAndStop(4);
this._y = this._y - (movespeed * _global.d3);
this.SwapDepths(this._y);
} else if (Key.isDown(40) && (this._y <= 410)) {
this.gotoAndStop(4);
this._y = this._y + (movespeed * _global.d3);
this.SwapDepths(this._y);
} else {
this.gotoAndStop(2);
}
}
}
}
}
Instance of Symbol 152 MovieClip "bullet1" in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
_global.bull1 = "INactive";
}
onClipEvent (enterFrame) {
this.swapDepths(this._y);
if ((this._x >= 600) or (this._x <= -50)) {
this._y = 700;
_global.bull1 = "INactive";
}
if (_global.bull1 == "active") {
_global.bull1 = "activated";
}
if (_global.bull1 == "activer") {
_global.bull1 = "activatedr";
}
if (_global.bull1 == "activel") {
_global.bull1 = "activatedl";
}
if (_global.bull1 == "activated") {
this._x = this._x - (40 * _global.d3);
this.swapDepths(this._y);
}
if (_global.bull1 == "activatedl") {
this._x = this._x - (40 * _global.d3);
this.swapDepths(this._y);
}
if (_global.bull1 == "activatedr") {
this._x = this._x + (40 * _global.d3);
this.swapDepths(this._y);
}
}
Instance of Symbol 152 MovieClip "bullet2" in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
_global.bull2 = "INactive";
}
onClipEvent (enterFrame) {
this.swapDepths(this._y);
if ((this._x >= 600) or (this._x <= -50)) {
this._y = 700;
_global.bull2 = "INactive";
}
if (_global.bull2 == "active") {
_global.bull2 = "activated";
}
if (_global.bull2 == "activer") {
_global.bull2 = "activatedr";
}
if (_global.bull2 == "activel") {
_global.bull2 = "activatedl";
}
if (_global.bull2 == "activated") {
this._x = this._x + (40 * _global.d3);
this.swapDepths(this._y);
}
if (_global.bull2 == "activatedl") {
this._x = this._x - (40 * _global.d3);
this.swapDepths(this._y);
}
if (_global.bull2 == "activatedr") {
this._x = this._x + (40 * _global.d3);
this.swapDepths(this._y);
}
}
Instance of Symbol 152 MovieClip "bullet4" in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
_global.bull4 = "INactive";
}
onClipEvent (enterFrame) {
this.swapDepths(this._y);
if ((this._x >= 600) or (this._x <= -50)) {
this._y = 700;
_global.bull4 = "INactive";
}
if (_global.bull4 == "active") {
_global.bull4 = "activated";
}
if (_global.bull4 == "activer") {
_global.bull4 = "activatedr";
}
if (_global.bull4 == "activel") {
_global.bull4 = "activatedl";
}
if (_global.bull4 == "activated") {
this._x = this._x + (40 * _global.d3);
this.swapDepths(this._y);
}
if (_global.bull4 == "activatedl") {
this._x = this._x - (40 * _global.d3);
this.swapDepths(this._y);
}
if (_global.bull4 == "activatedr") {
this._x = this._x + (40 * _global.d3);
this.swapDepths(this._y);
}
}
Instance of Symbol 152 MovieClip "bullet3" in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
_global.bull3 = "INactive";
}
onClipEvent (enterFrame) {
this.swapDepths(this._y);
if ((this._x >= 600) or (this._x <= -50)) {
this._y = 700;
_global.bull3 = "INactive";
}
if (_global.bull3 == "active") {
_global.bull3 = "activated";
}
if (_global.bull3 == "activer") {
_global.bull3 = "activatedr";
}
if (_global.bull3 == "activel") {
_global.bull3 = "activatedl";
}
if (_global.bull3 == "activated") {
this._x = this._x - (40 * _global.d3);
this.swapDepths(this._y);
}
if (_global.bull3 == "activatedl") {
this._x = this._x - (40 * _global.d3);
this.swapDepths(this._y);
}
if (_global.bull3 == "activatedr") {
this._x = this._x + (40 * _global.d3);
this.swapDepths(this._y);
}
}
Instance of Symbol 120 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
if (_root.level <= 1) {
this.gotoAndStop(23);
}
start = 0;
}
onClipEvent (enterFrame) {
this.SwapDepths(this._y);
if ((_root.level >= 4) && (start == 0)) {
start = 1;
this.gotoAndStop(1);
}
}
Instance of Symbol 194 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
this.SwapDepths(this._y);
}
Instance of Symbol 194 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
this.SwapDepths(this._y);
}
Instance of Symbol 120 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
if (_root.level <= 1) {
this.gotoAndStop(23);
}
start = 0;
}
onClipEvent (enterFrame) {
this.SwapDepths(this._y);
if ((_root.level >= 5) && (start == 0)) {
start = 1;
this.gotoAndStop(1);
}
}
Instance of Symbol 194 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
if (_root.level <= 2) {
this.gotoAndStop(23);
}
start = 0;
}
onClipEvent (enterFrame) {
this.SwapDepths(this._y);
if ((_root.level >= 2) && (start == 0)) {
start = 1;
this.gotoAndStop(1);
}
}
Instance of Symbol 120 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
if (_root.level <= 1) {
this.gotoAndStop(23);
}
start = 0;
}
onClipEvent (enterFrame) {
this.SwapDepths(this._y);
if ((_root.level >= 3) && (start == 0)) {
start = 1;
this.gotoAndStop(1);
}
}
Instance of Symbol 194 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
this.SwapDepths(this._y);
}
Instance of Symbol 194 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
if (_root.level <= 1) {
this.gotoAndStop(23);
}
start = 0;
}
onClipEvent (enterFrame) {
this.SwapDepths(this._y);
if ((_root.level >= 3) && (start == 0)) {
start = 1;
this.gotoAndStop(1);
}
}
Instance of Symbol 194 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
if (_root.level <= 1) {
this.gotoAndStop(23);
}
start = 0;
}
onClipEvent (enterFrame) {
this.SwapDepths(this._y);
if ((_root.level >= 4) && (start == 0)) {
start = 1;
this.gotoAndStop(1);
}
}
Instance of Symbol 194 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
this.SwapDepths(this._y);
}
Instance of Symbol 240 MovieClip "stats" in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths(1000);
}
Instance of Symbol 194 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
if (_root.level <= 2) {
this.gotoAndStop(23);
}
start = 0;
}
onClipEvent (enterFrame) {
this.SwapDepths(this._y);
if ((_root.level >= 8) && (start == 0)) {
start = 1;
this.gotoAndStop(1);
}
}
Instance of Symbol 194 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
if (_root.level <= 2) {
this.gotoAndStop(23);
}
start = 0;
}
onClipEvent (enterFrame) {
this.SwapDepths(this._y);
if ((_root.level >= 10) && (start == 0)) {
start = 1;
this.gotoAndStop(1);
}
}
Instance of Symbol 120 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
if (_root.level <= 1) {
this.gotoAndStop(23);
}
start = 0;
}
onClipEvent (enterFrame) {
this.SwapDepths(this._y);
if ((_root.level >= 9) && (start == 0)) {
start = 1;
this.gotoAndStop(1);
}
}
Instance of Symbol 194 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
if (_root.level <= 2) {
this.gotoAndStop(23);
}
start = 0;
}
onClipEvent (enterFrame) {
this.SwapDepths(this._y);
if ((_root.level >= 12) && (start == 0)) {
start = 1;
this.gotoAndStop(1);
}
}
Instance of Symbol 46 MovieClip "NRG" in Symbol 252 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.thienergy >= 0) {
this._xscale = _root.thienergy;
} else {
_root.thienergy = -1;
this._xscale = _root.thienergy;
_parent.main.gotoAndStop(9);
_parent.stats.gotoAndStop(2);
}
if (_root.time <= 0) {
_root.time = 0;
_parent.main.gotoAndStop(10);
_parent.stats.gotoAndStop(3);
}
}
Symbol 253 MovieClip Frame 1
stop();
_quality = "MEDIUM";
Instance of Symbol 14 MovieClip "horizon" in Symbol 253 MovieClip Frame 1
onClipEvent (load) {
_global.h = this._y;
}
Instance of Symbol 14 MovieClip "yend" in Symbol 253 MovieClip Frame 1
onClipEvent (load) {
_global.yend = this._y;
}
Instance of Symbol 14 MovieClip "ytop" in Symbol 253 MovieClip Frame 1
onClipEvent (load) {
_global.ytop = this._y;
}
Instance of Symbol 46 MovieClip "NRG" in Symbol 253 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.thienergy >= 0) {
this._xscale = _root.thienergy;
} else {
_parent.main.gotoAndStop(9);
}
}